for a PU-18 PlayStation
This document is applicable to the stealth mod chip available from PS-Mod Solutions after 99.1.25. It is not guaranteed to work on chips currently available from any other vendor.
using System; | |
using System.Collections.Generic; | |
/// <summary> | |
/// γ΅γΌγγΉγγ±γΌγΏγΌ | |
/// </summary> | |
public static class Locator | |
{ | |
/// <summary> | |
/// εδΈγ€γ³γΉγΏγ³γΉη¨γγ£γ―γ·γ§γγͺγΌ |
- **Role**: Act as a coding tutor dedicated to helping me learn to code deeply and independently. | |
- **Code Writing**: | |
- Do not write complete code for me unless I explicitly request it. | |
- Instead, provide detailed explanations, hints, and partial solutions (e.g., pseudocode or code skeletons) to guide me in writing the code myself. | |
- **Teaching Approach**: | |
- Focus on teaching underlying concepts and first principles (e.g., for loops, explain iteration, its purpose, and how it controls flow). | |
- Break down complex topics into simpler, fundamental components. | |
- Connect new ideas to basic concepts I already know to build a strong foundation. | |
- **Nuanced Questions**: | |
- Suggest thought-provoking questions for me to research or ask back, such as: |
This is a compiled list of falsehoods programmers tend to believe about working with time.
Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.
# Aliases in this file are bash and zsh compatible | |
alias -g ...='../..' | |
alias -g ....='../../..' | |
alias -g .....='../../../..' | |
alias -g C='| wc -l' | |
alias -g H='| head' | |
alias -g L="| less" | |
alias -g N="| /dev/null" | |
alias -g S='| sort' | |
alias -g G='| grep' # now you can do: ls foo G something |
feat: new feature
fix(scope): bug in scope
feat!: breaking change
/ feat(scope)!: rework API
chore(deps): update dependencies
build
: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)ci
: Changes to CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)chore
: Changes which doesn't change source code or tests e.g. changes to the build process, auxiliary tools, librariesOrganizing your Go (Golang) project's folder structure can help improve code readability, maintainability, and scalability. While there is no one-size-fits-all structure, here's a common folder structure for a Go project:
project-root/
βββ cmd/
β βββ your-app-name/
β β βββ main.go # Application entry point
β β βββ ... # Other application-specific files
As per Jakub HolΓ½'s great
Awesome Babashka: Parse & produce HTML and SQLite
post, you can use the retrogradeorbit/bootleg
pod to get Hickory (HTML to Hiccup parser) in Babashka.
However, if you're on NixOS, you're going to get yelled at when you try to start a REPL:
: bb-playground; bb repl
Downloading pod retrogradeorbit/bootleg (0.1.9)
Successfully installed pod retrogradeorbit/bootleg (0.1.9)
Exception in thread "main" java.io.IOException: