Skip to content

Instantly share code, notes, and snippets.

View Atem2069's full-sized avatar
🦆
eepy

henry Atem2069

🦆
eepy
  • University of Birmingham
  • United Kingdom
  • 12:31 (UTC)
View GitHub Profile
@TuxSH
TuxSH / k11_latest_n3ds.cpp
Last active November 4, 2024 23:44
Complete 3DS kernel decompilation (11.14-latest N3DS Kernel11, with labels for all symbols, and comments)
This file has been truncated, but you can view the full file.
/* This file was generated by the Hex-Rays decompiler.
Copyright (c) 2007-2020 Hex-Rays <[email protected]>
Detected compiler: GNU C++
*/
#include <defs.h>
//-------------------------------------------------------------------------
@KellanClark
KellanClark / mario counting.ahk
Last active July 2, 2022 21:26
Mario Counting AHK Macro
; This script helps for counting in binary using Mario emojis on the Emudev Discord server.
; All you have to do is type 1s and 0s then the script will convert them for you as you type.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
0::
Send, :luigideathstare:{Space}
#include <windows.h>
#include <mmdeviceapi.h>
#include <audioclient.h>
#include <assert.h>
#define _USE_MATH_DEFINES
#include <math.h> // for sin()
#include <stdint.h>