Skip to content

Instantly share code, notes, and snippets.

@JoakimThorsen
JoakimThorsen / TMC links.md
Last active October 10, 2025 11:05
An attempt at collecting TMC-related resources, websites, mods, servers, and other links.
@zaksabeast
zaksabeast / pokemon-mystery-dungeon-dx-friend-password-documentation.md
Last active September 17, 2024 12:35
Pokemon Mystery Dungeon DX Friend Password Documentation

Pokemon Mystery Dungeon DX Friend Password Documentation

Almost all of this was done by reading the disassembly and no debugging tools, so some of this may change over time as more info is found.

This document primarily covers reading the password since creating a password is the exact same process, but in reverse.

Note: There are screenshots in the first comment of this gist which may be good to look at if you don't know much about the game.

Notable locations in the binary

<?php
# Parameters:
# name: The name field the user supplied, minus any tripcode (before #)
# email: User supplied email field
# sub: user supplied subject field
# com: user supplied comment field (before or after wordfilters? dunno)
# md5: md5 of the supplied image. null if no image.
# ip: the IP of the user, in unsigned integer (packed) form
# mod: true if the user is a mod
#
@zeraphie
zeraphie / !-README.md
Last active March 27, 2023 04:26
Make a word with a different one ontop of it like Beͦsͧtͭ tͨoͪoͣlͬ eͫvͤeͩr

Dual Words

I was bored and made this small tool to merge words together, below is an example of it working in action

https://codepen.io/zephyr/full/GxPbZR

This was made using this

If you want to make a word with the allowed letters, this tool can help. The allowed letters are: "aeioucdhmrtvx"

@atinux
atinux / async-foreach.js
Last active April 2, 2025 11:34
JavaScript: async/await with forEach()
const waitFor = (ms) => new Promise(r => setTimeout(r, ms))
const asyncForEach = async (array, callback) => {
for (let index = 0; index < array.length; index++) {
await callback(array[index], index, array)
}
}
const start = async () => {
await asyncForEach([1, 2, 3], async (num) => {
await waitFor(50)
@nicinabox
nicinabox / lets split build guide.md
Last active January 28, 2023 04:10
This guide covers building a Let's Split v2.

This guide has moved

To improve collaboration this guide is now available on GitHub.

Continue reading

Creature\SPELLS\ValentinesDummy2.blp
Creature\SPELLS\Ember_Offset.blp
Creature\SPELLS\Smoke_Puffy_Mask_VerySoft.blp
Creature\SPELLS\Cloud_PuffySofter_Gorgrond.blp
Creature\SPELLS\Cloud_Puffy_Mod.blp
Creature\BabySpiderTank\lightning_large_03.blp
Creature\BabySpiderTank\Smoke_Puffy_Mask.blp
Creature\BabySpiderTank\Cloud_Puffy_Mod.blp
Spells\Holidays\Heart04.blp
Spells\Holidays\Heart03.blp
@paragonie-scott
paragonie-scott / crypto-wrong-answers.md
Last active September 25, 2025 14:56
An Open Letter to Developers Everywhere (About Cryptography)
@atcuno
atcuno / gist:3425484ac5cce5298932
Last active October 9, 2025 17:52
HowTo: Privacy & Security Conscious Browsing

The purpose of this document is to make recommendations on how to browse in a privacy and security conscious manner. This information is compiled from a number of sources, which are referenced throughout the document, as well as my own experiences with the described technologies.

I welcome contributions and comments on the information contained. Please see the How to Contribute section for information on contributing your own knowledge.

Table of Contents

Dark Souls II and Scholar of the First Sin Cheat Engine Guide

Updates

04/05/2020

  • Added HP Min Offset
  • Added “Replenishment [Phantom Color]” from previous tables versions (not made by me)
  • Mapped some offsets for easier reading
  • Added offset +74 (Parry Multiplier) under [Equipped Weapon]
  • Added WeaponTypeParam Helper