😎
Pinned Loading
-
simple-memory-mcp
simple-memory-mcp Public🧠 Blazingly fast persistent memory for AI assistants. Sub-millisecond SQLite storage with smart tagging, full-text search, and automatic relationships. MCP server + CLI.
-
-
web-experiments
web-experiments PublicUsed to test web snipits or experiement with different web components
CSS
-
my-backup-plan
my-backup-plan PublicForked from geerlingguy/my-backup-plan
How I back up all my data.
Shell
-
A cheat sheet outlining some popular...
A cheat sheet outlining some popular design patterns, their pros and cons, and guidance on when to use them 1Here's a cheat sheet outlining some popular design patterns, their pros and cons, and guidance on when to use them:
231. **Singleton Pattern:**
4- Pros: Ensures only one instance of a class exists, provides a global point of access.5- Cons: Can introduce tight coupling and make unit testing difficult. -
Alias 'mainup' for Updating and Keep...
Alias 'mainup' for Updating and Keeping 'main' Branch Up-to-Date While on Working Branch 1# Set up a Git alias called 'mainup' that updates the 'main' branch and brings it up-to-date while staying on the current working branch
23# Run the following command to set up the alias:
4git config --global alias.mainup '!git rev-parse --abbrev-ref HEAD > .git/CURRENT_BRANCH && git checkout main && git pull && git checkout $(cat .git/CURRENT_BRANCH) && rm .git/CURRENT_BRANCH'
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




