Skip to content

Instantly share code, notes, and snippets.

@sundowndev
sundowndev / GoogleDorking.md
Last active December 21, 2025 21:50
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"
@AyakoGFX
AyakoGFX / .emacs
Last active December 21, 2025 21:46
Single file Emacs config
(require 'package)
(setq package-enable-at-startup nil)
(setq package-archives '(("melpa" . "https://melpa.org/packages/")
("nongnu" . "https://elpa.nongnu.org/nongnu/")
("elpa-devel" . "https://elpa.gnu.org/devel/")
("gnu" . "https://elpa.gnu.org/packages/")))
(package-initialize)
(unless (package-installed-p 'use-package)
(package-refresh-contents)
(package-install 'use-package))
@oliveratgithub
oliveratgithub / emojis.json
Last active December 21, 2025 21:40
Emoji-list with emojis, names, shortcodes, unicode and html entities [massive list]
{
"emojis": [
{"emoji": "👩‍👩‍👧‍👧", "name": "family: woman, woman, girl, girl", "shortname": ":woman_woman_girl_girl:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F467", "html": "👩‍👩‍👧‍👧", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👧‍👦", "name": "family: woman, woman, girl, boy", "shortname": ":woman_woman_girl_boy:", "unicode": "1F469 200D 1F469 200D 1F467 200D 1F466", "html": "👩‍👩‍👧‍👦", "category": "People & Body (family)", "order": ""},
{"emoji": "👩‍👩‍👦‍👦", "name": "family: woman, woman, boy, boy", "shortname": ":woman_woman_boy_boy:", "unicode": "1F469 200D 1F469 200D 1F466 200D 1F466", "html": "👩‍👩‍👦‍👦", "category": "People & Body (family)", "order": ""},
{"emoji": "👨‍👩‍👧‍👧", "name": "family: man, woman, girl, girl", "shortname": ":man_woman_girl_girl:", "unicode": "1F468 200D 1F469 200D 1F467 200D 1F467", "html": "👨‍👩&z
@cornernote
cornernote / AutoUpdate.lua
Last active December 21, 2025 21:40
This Lua module lets your Tabletop Simulator object auto-update its script directly from a GitHub repository.
local Base = {
name = "Your Script Name", -- used for output messages
debug = true, -- true to show error messages
host = self,
print = function(self, message)
print(self.name .. ": " .. message)
end,
error = function(self, message)
if self.debug then
@lukkaPetals
lukkaPetals / guide.md
Last active December 21, 2025 21:38 — forked from IverCoder/fapcraft-guide.md
Como baixar o prisma e usar sem ter conta do minecraft

1. Baixa o Java

Linux

Só eu uso isso

Windows

Baixa o Java 8 aqui (algumas versões pedem um java mais atualizado, caso isso aconteça eu aviso this link.

@thecodertommy
thecodertommy / Ray.java
Last active December 21, 2025 21:38
Minestom raycasting
// Minestom raycaster PR (condensed and hopefully usable)
// See https://github.com/Minestom/Minestom/pull/2967 for details and usage
/**
* A ray that can check for collisions along it.
* <p>
* You should construct a Ray using {@link #Ray(Point, Vec)}.
* @param origin the ray's origin
* @param direction the ray's normalized direction
* @param distance the maximum distance the ray will check
@awni
awni / mlx_distributed_deepseek.md
Last active December 21, 2025 21:37
Run DeepSeek R1 or V3 with MLX Distributed

Setup

On every machine in the cluster install openmpi and mlx-lm:

conda install conda-forge::openmpi
pip install -U mlx-lm

Next download the pipeline parallel run script. Download it to the same path on every machine:

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active December 21, 2025 21:36
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:
@Brosfeer
Brosfeer / gist:9abcae2f681bf9ef5f6a8dbc07d662f4
Created December 21, 2025 21:35
Solution for process.env returning undefined in React Native Expo managed workflow during iOS Xcode Archive. Fixes empty data/TestFlight issues with Typesense, Firebase, or API backends using app.config.js and expo-constants.
Solution: Environment Variables (.env) missing in iOS Xcode Archive (Expo Managed Workflow)
The Issue
When developing in an Expo Managed Workflow, environment variables accessed via process.env work fine in Debug mode and Android (EAS Build). However, when performing a manual Xcode Archive for iOS TestFlight, the variables often return undefined, causing the app to fail or use incorrect fallback values.
The Cause
Manual Xcode builds do not automatically trigger the Expo/EAS environment variable injection logic. At runtime in a production bundle, process.env is not available.
The Solution: Using Dynamic Config (app.config.js)
To ensure variables are "baked" into the iOS build, move the configuration to app.config.js.
``
1. Install dotenv
@DeVviL
DeVviL / README.md
Last active December 21, 2025 21:34 — forked from YaphetS1/README.md

Как перенести музыку из Вконтакте (ВК) в Яндекс Музыку на 01.08.2025

Экспорт своей музыки в плейлист (т.к сейчас музыку можно перенести только если она у вас в плейлисте...) Скрипт работает по принципу забрал все что прогрузил и отметил для переноса

2 простых шага