- [] radare2 - brew
- [] cutter (radare2) - brew cask
- [] ghidra - brew cask
- [] ida-free - brew cask
- [] nmap - brew
- [] proxychains - brew (https://gist.github.com/allenhuang/3792521)
- [] sqlmap - brew
- [] powershell - brew cask
- [] impacket scripts - git
- [] powersploit - git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pattern = /^[A-Z][a-z]+(\s[A-Z][a-z]+)*$/; | |
var str1 = "Hein Thant Maung Maung"; | |
var str2 = "Huang Ying Yue"; // not my name; my in-game name LOL | |
var str3 = "H31iUM"; | |
console.log(str1.test(pattern)); // true | |
console.log(str2.test(pattern)); // true | |
console.log(str3.test(pattern)); // false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "heinthanth/moddable", | |
"description": "Simple, Hackable, Mini PHP MVC framework", | |
"type": "project", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "Hein Thanth", | |
"email": "[email protected]" | |
} |
I hereby claim:
- I am heinthanth on github.
- I am heinthanth (https://keybase.io/heinthanth) on keybase.
- I have a public key whose fingerprint is 46D4 B293 38EE 5105 BCA7 9A14 2E10 82FB F9CB 91E9
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
brew install pkg-config iconv openssl oniguruma postgresql libzip | |
export PATH="/usr/local/opt/[email protected]/bin:$PATH" | |
export LDFLAGS="-L /usr/local/opt/[email protected]/lib -L /usr/local/opt/readline/lib" | |
export CPPFLAGS="-I /usr/local/opt/[email protected]/include -I /usr/local/opt/readline/include" | |
export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig:/usr/local/opt/readline/lib/pkgconfig" | |
./configure --prefix=$HOME/opt/php \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HIIIiN's todoapp | |
# line 27 ကို စကြည့်ပါ။ | |
import os, strformat, json, strutils | |
proc printHelp() = | |
# ဒါကထွေထွေထူးထူးမရှိပါဘူး။ multiline string ကိုသုံးပြီး output ထုတ်ရုံပဲ။ | |
const helpString = """ | |
todo v1.0.0. Just a simple todo app. |
I'm was figuring out the values of EC memory based on MSI Center setting. Thanks to RW-Everything for the amazing tool.
address: 0xD7
possible values: 0xE4 ( stop 100% ), 0xD0 ( under 70%, stop at 80% ), 0xBC ( under 50%, stop at 60% )
OlderNewer