Skip to content

Instantly share code, notes, and snippets.

@StoneLabs
StoneLabs / google_sub.lst
Created May 7, 2020 13:42
List of all google subdomains
# Semi-Secret
actualities.google.com – alias for news.google.com
d.google.com – same as www.google.com
email.google.com – redirects to mail.google.com (obviously)
fusion.google.com – redirects to www.google.com
locale.google.com – redirects to local.google.com
purchase.google.com – same as www.google.com
relay.google.com – nothing (possibly a mail relay server?)
@hexakon
hexakon / maptest.md
Last active December 18, 2025 16:57
Multiplayer Minecraft Map Testing Checklist

This is a checklist template I made for testing multiplayer Minecraft maps. It's mainly meant for minigames, but could work on adventure maps as well. I tried to include as many edge cases as I can think of, so I wouldn't forget them later during testing. To check a box, you need to be able to answer the question, or know what would happen if the situation occurs.

If you want to contribute, simply leave a comment on this gist or reach me on Slack/Discord.

At any point during the game

  • Delete all files in the playerdata directory. Do first-time players spawn with the right items, scores and in the right position?
  • Set the server's simulation distance to 9. Does the map still work?
  • Can players go out of bounds by boosting each other with knockback?

Lobby/Pregame

@rssnyder
rssnyder / oracle-cloud-free-tier-guide.md
Last active December 18, 2025 16:57
oracle-cloud-free-tier-guide

how to leverage oracle's temping offers

free tier limits

The limits of the free tier say that you can create up to 4 instances.

  • x2 x86 instances (2core/1g)
  • x2 ampere instances (with 4core/24g spread between them)
  • 200GB total boot volume space across all intances (minimum of 50G per instance)

create your account

@iamwildtuna
iamwildtuna / gist:7772b7c84a11bf6e1385f23096a73a15
Last active December 18, 2025 16:55
VPN IP Addresses (IP адреса ChatGPT, Copilot, Meta, Facebook, Instagram, YouTube, Medium, X ex. Twitter, Discord)
Meta (Instagram, Facebook)
// Узлы
157.240.253.174, 157.240.253.172, 157.240.253.167, 157.240.253.63, 157.240.253.32
157.240.252.174, 157.240.252.172, 157.240.252.167, 157.240.252.63, 157.240.252.38
57.144.112.34, 57.144.110.1, 157.240.205.174, 87.245.223.97
// Подсети
213.102.128.0/24
204.15.20.0/22
199.201.0.0/16
@Dobby233Liu
Dobby233Liu / Froyocomb Helper.user.js
Last active December 18, 2025 16:54
Froyocomb Helper: Tool for speeding up the process of finding commits from before a specific date (i.e. included with a specific build). Developed for Froyocomb, the Android pre-release source reconstruction project.
// ==UserScript==
// @name Froyocomb Helper
// @namespace https://dobby233liu.neocities.org
// @version v1.1.6d
// @description Tool for speeding up the process of finding commits from before a specific date (i.e. included with a specific build). Developed for Froyocomb, the Android pre-release source reconstruction project.
// @author Liu Wenyuan
// @match https://android.googlesource.com/*
// @match https://chromium.googlesource.com/*
// @grant GM_addStyle
// @grant GM_getValue
@its-a-feature
its-a-feature / Domain Enumeration Commands
Created January 7, 2018 21:03
Common Domain Enumeration commands in Windows, Mac, and LDAP
Domain: TEST.local
User Enumeration:
Windows:
net user
net user /domain
net user [username]
net user [username] /domain
wmic useraccount
Mac:
dscl . ls /Users
/*
*
* Original code by Miononno
* https://www.youtube.com/watch?v=1kanq1w2DA0
*
* Enhanced by unknown @ lteforum.at
*
*/
console.log("Loading ZTE Script v" + "2025-04-17-#1");
@tegila
tegila / ea6900.md
Last active December 18, 2025 16:49
ea6900

Downgrade your router if > 1.1.43.182871 back to 1.1.42.161129

  1. Setup local network:

ifconfig eth0 192.168.1.2 netmask 255.255.255.0

  1. Ping your router forever

ping 192.168.1.1

Start ping your router and observe when the TTL change from 100 to 64.

@grandamenium
grandamenium / generate-agent-prd.md
Created December 9, 2025 04:36
AI Coding Agent PRD Generator - Slash command for Claude Code
argument-hint description
<project-description>
Generate a comprehensive spec-driven, test-driven PRD prompt for AI coding agents

Meta-Prompt: AI Coding Agent PRD Generator

You are a meta-prompt engineer. Your task is to generate a comprehensive, production-ready PRD document that will serve as both a specification AND an executable prompt for an AI coding agent.

Project to Generate PRD For:

@bast
bast / jekyll-installation-arch.sh
Last active December 18, 2025 16:39
Jekyll installation on Arch Linux.
sudo pacman -S ruby ruby-rdoc gcc make
gem update --user-install
gem install jekyll --user-install
# finally add $HOME/.gem/ruby/2.7.0/bin to your PATH variable