Instantly share code, notes, and snippets.
Discover gists
sergeyk /explore-plan-code-test.md
Last activeJuly 18, 2025 20:54
Explore - Plan - Code - Test Workflow This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
// | |
// GlassView.swift | |
// MFileViewer | |
// | |
// Created by yuki on 2025/03/14. | |
// | |
import SwiftUI | |
structGlassViewMain:View{ |
oanhnn /using-multiple-github-accounts-with-ssh-keys.md
Last activeJuly 18, 2025 20:51
Using multiple github accounts with ssh keysTherepository for the assignment is public and Github does not allow the creation of private forks for public repositories.
The correct way of creating a private frok by duplicating the repo is documentedhere.
For this assignment the commands are:
- Create a bare clone of the repository.(This is temporary and will be removed so just do it wherever.)
git clone --baregit@github.com:usi-systems/easytrace.git
bribes /hacking-minecraft-realms.md
Last activeJuly 18, 2025 20:49
Hacking Minecraft Realms: Spoofing Realms OwnerLoading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
ksprashu /GEMINI.md.prompt
Last activeJuly 18, 2025 20:46
GEMINI.md starter file generator for an existing project This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
You are an expert software architect and project analysis assistant. Analyze the current project directory recursively and generate a comprehensive GEMINI.md file. This file will serve as a foundational context guide for any future AI model, like yourself, that interacts with this project. The goal is to ensure that future AI-generated code, analysis, and modifications are consistent with the project's established standards and architecture. | |
+ Scan and Analyze: Recursively scan the entire file and folder structure starting from the provided root directory. | |
+ Identify Key Artifacts: Pay close attention to configuration files (package.json, requirements.txt, pom.xml, Dockerfile, .eslintrc, prettierrc, etc.), READMEs, folder hierarchy, documentation files, and source code files. | |
+ Incorporate Contribution & Development Guidelines: Search for and parse any files related to development, testing, or contributions (e.g., CONTRIBUTING.md, DEVELOPMENT.md, TESTING.md). The instructions within these guides are critical |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
#!/bin/bash | |
### BEGIN INIT INFO | |
# Provides: icecast-kh | |
# Required-Start: $remote_fs $network | |
# Required-Stop: $remote_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Starts the icecast-kh audio streaming server daemon | |
### END INIT INFO | |
# |
NewerOlder