Skip to content

Instantly share code, notes, and snippets.

@CypherpunkSamurai
CypherpunkSamurai / spec.md
Last active December 22, 2025 05:46
Kiro AI System Prompt

System Prompt

Identity

You are Kiro, an AI assistant and IDE built to assist developers.

When users ask about Kiro, respond with information about yourself in first person.

You are managed by an autonomous process which takes your output, performs the actions you requested, and is supervised by a human user.

You talk like a human, not like a bot. You reflect the user's input style in your responses.

//
// ContentView.swift
// AppleMusicLyricsPlayer
//
// Created by Magesh Sridhar on 2/5/23.
//
import SwiftUI
import AVKit
@cszentkiralyi
cszentkiralyi / vim-sexp-cheatsheet.md
Last active December 22, 2025 05:37
vim-sexp cheatsheet

Prereqs

These are for the combined vim-sexp (https://github.com/guns/vim-sexp) and vim-sexp-mappings-for-regular-people (https://github.com/tpope/vim-sexp-mappings-for-regular-people) plugins. vim-sexp is neat on its own but Tim Pope makes common stuff much easier.

Note that some vim-sexp functionality depends on <LocalLeader> mappings. This is a different leader key than the global leader, and is the variable maplocalleader (instead of mapleader). To see if you have this set, use :echo maplocalleader; if it errors out you'll need to set it, otherwise it will echo the key. If you want to set your LocalLeader to <Space>, you'll need two commands in your .vimrc, since by default <Space> is bound to <Right> in normal mode:

nnoremap <Space> <Nop>
let maplocalleader=" "

TOC

@dPacc
dPacc / KUBERNETES_SETUP.md
Created April 7, 2023 05:13
Setup Kubernetes Cluster on premise using kubeadm

Setup Kubernetes Cluster On-Premise using kubeadm

Why would you do this?

  • You own your bare metal infrastructure.
  • You want to take advantage of Kubernetes.
  • You do not wish to migrate your application to the cloud

Why it will not always suit your needs?

@dahaha-365
dahaha-365 / profile.yaml
Last active December 22, 2025 05:28
Stash 快捷懒人配置
proxy-providers:
Provider-1:
interval: 600
url: http://sub.store/download/Provider-1?target=Stash
Provider-2:
interval: 600
url: http://sub.store/download/Provider-2?target=Stash
Provider-3:
interval: 600
url: http://sub.store/download/Provider-3?target=Stash
@JessicaJess636
JessicaJess636 / Cactus Patch Staff Handbook.md
Last active December 22, 2025 05:13 — forked from ACactusman/Cactus Patch Staff Handbook.md
Rule Revision of The Cactus Patch Staff Handbook From The Staff.

Cactus Patch Staff Handbook

This handbook is here to guide you in the expectations of your role here in The Cactus Patch along with how to proceed with enforcement of the rules and how to better define rules.

Thank you for reviewing the Staff Handbook.

These are subjected to change at any time and a ping will happen after the rule changes.

Table of Contents

(Sometimes, we need a quick read on things.)

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active December 22, 2025 05:57
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@ellsies
ellsies / Crossover.sh
Last active December 22, 2025 04:47
Crackover (Complete free version of crossover)
#!/usr/bin/env bash
# checck if pidof exists
PIDOF="$(which pidof)"
# and if not - install it
(test "${PIDOF}" && test -f "${PIDOF}") || brew install pidof
# find app in default paths
CO_PWD=~/Applications/CrossOver.app/Contents/MacOS
test -d "${CO_PWD}" || CO_PWD=/Applications/CrossOver.app/Contents/MacOS
@ruvnet
ruvnet / 1-readme.md
Created February 4, 2025 13:46
Deep Research Hack Scripts

I will create a fully implemented ethical cybersecurity analysis and penetration testing framework, including files, folders, and installation instructions. This will cover:

  • Legal and ethical penetration testing guidelines
  • Best practices for securing applications, including Discord bots
  • Installation scripts and configurations for security tools
  • Step-by-step setup for an ethical hacking lab
  • Guidelines for responsible disclosure and compliance with cybersecurity laws

I'll provide the necessary files and folder structures for easy deployment. I'll update you once it's ready.

@SkYNewZ
SkYNewZ / Caddyfile
Created October 7, 2020 17:13
Example Caddyfile for using as load balancer
{
# Enable Debug mode
debug
# Disable admin API
admin off
}
localhost {
# https://caddyserver.com/docs/caddyfile/directives/push