Skip to content

Instantly share code, notes, and snippets.

View nanpuhaha's full-sized avatar
🌴
On vacation

Seo, Jang-won nanpuhaha

🌴
On vacation
  • Seoul, South Korea
View GitHub Profile
@nanpuhaha
nanpuhaha / twitch-recorder.py
Created April 22, 2022 17:34 — forked from junian/twitch-recorder.py
Record Twitch Streams Automatically in Python
# This code is based on tutorial by slicktechies modified as needed to use oauth token from Twitch.
# You can read more details at: https://www.junian.net/2017/01/how-to-record-twitch-streams.html
# original code is from https://slicktechies.com/how-to-watchrecord-twitch-streams-using-livestreamer/
import requests
import os
import time
import json
import sys
import subprocess
@nanpuhaha
nanpuhaha / gist:05f175a6c2c7f185898dc99d835d1add
Created December 14, 2022 05:42 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@nanpuhaha
nanpuhaha / preRequestScript.js
Created February 9, 2023 23:51 — forked from ptrstpp950/preRequestScript.js
Calculate TOTP in Postman
//Article about TOTP on my blog https://stapp.space/generate-totp-in-postman/
/**
* @preserve A JavaScript implementation of the SHA family of hashes, as
* defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
* HMAC implementation as defined in FIPS PUB 198a
*
* Copyright Brian Turek 2008-2017
* Distributed under the BSD License
* See http://caligatio.github.com/jsSHA/ for more information
@nanpuhaha
nanpuhaha / Lily58-_____.kbd.json
Created March 25, 2023 10:11 — forked from elfmimi/Lily58-Nicola.kbd.json
Lily58 親指シフト
[
{
"name": "Lily58 親指シフト"
},
[
{
"x": 3,
"a": 7
},
"",
@nanpuhaha
nanpuhaha / How-to-build-frida-server-for-ios.md
Created July 31, 2023 01:44 — forked from miticollo/How-to-build-frida-server-for-ios.md
How to build frida server for iOS jailbroken devices

Here, I'll show you how to compile Frida for both rootfull and rootless jailbreaks.

TL;DR

On Dopamine/Fugu15 Max or palera1n you can add my repo (open the link in your favorite browser on your jailbroken iDevice).

The DEBs you will install are build using the following instructions.

Build Instructions