Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@sergeyk
sergeyk /explore-plan-code-test.md
Last activeJuly 18, 2025 20:54
Explore - Plan - Code - Test Workflow

At the end of this message, I will ask you to do something.Please follow the "Explore, Plan, Code, Test" workflow when you start.

First, use parallel subagents to find and read all files that may be useful for implementing the ticket, either as examples or as edit targets. The subagents should return relevant file paths, and any other info that may be useful.

Plan

Next, think hard and write up a detailed implementation plan. Don't forget to include tests, lookbook components, and documentation. Use your judgement as to what is necessary, given the standards of this repo.

If there are things you are not sure about, use parallel subagents to do some web research. They should only return useful information, no noise.

@aamiaa
aamiaa /CompleteDiscordQuest.md
Last activeJuly 18, 2025 20:53
Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@ObuchiYuki
ObuchiYuki /GlassView.swift
CreatedMarch 15, 2025 06:29
Glowing Glass View
//
// GlassView.swift
// MFileViewer
//
// Created by yuki on 2025/03/14.
//
import SwiftUI
structGlassViewMain:View{
@oanhnn
oanhnn /using-multiple-github-accounts-with-ssh-keys.md
Last activeJuly 18, 2025 20:51
Using multiple github accounts with ssh keys

I have two Github accounts:oanhnn (personal) andsuperman (for work).I want to use both accounts on same computer (without typing password everytime, when doing git push or pull).

Solution

Use ssh keys and define host aliases in ssh config file (each alias for an account).

How to?

  1. Generate ssh key pairs for accounts andadd them to GitHub accounts.
@0xjac
0xjac /private_fork.md
Last activeJuly 18, 2025 20:50
Create a private fork of a public repository

Therepository 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:

  1. 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
bribes /hacking-minecraft-realms.md
Last activeJuly 18, 2025 20:49
Hacking Minecraft Realms: Spoofing Realms Owner

Date: 07/16/25

Hey! I'm Faav, and this is how I hacked Minecraft Realms!

One day, I saw a tweet byCornerHard showing a new page on Minecraft.net to edit Realms.

https://x.com/CornerHardMC/status/1661112139111874562

@lmcinnes
lmcinnes /wikipedia_data_map.ipynb
Last activeJuly 18, 2025 20:46
Interactive Data Map of Wikipedia
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ksprashu
ksprashu /GEMINI.md.prompt
Last activeJuly 18, 2025 20:46
GEMINI.md starter file generator for an existing project
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
@ssamjh
ssamjh /icecast-kh
Last activeJuly 18, 2025 20:46
icecast-kh init.d Script (Ubuntu 20.04)
#!/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

[8]ページ先頭

©2009-2025 Movatter.jp