Skip to content

Instantly share code, notes, and snippets.

View warifp's full-sized avatar
:shipit:
Life is a nightmare with code, raised on ethics

Wahyu Purnomo warifp

:shipit:
Life is a nightmare with code, raised on ethics
View GitHub Profile
@warifp
warifp / Windows
Last active November 8, 2024 17:37 — forked from JerryLokjianming/Crack Sublime Text Windows and Linux.md
Crack Sublime Text 3.2.2 Build 3211
How to Crack Sublime Text 3 with Hex Editor
1. Download & Install Sublime Text 3.2.2 Build 3211
2. Visit Hexed.it
3. Open file sublime_text.exe
4. Search address 97 94 0D
5. Change to 00 00 00
6. Export File
@warifp
warifp / keybase.md
Created September 12, 2019 00:10
Keybase proof

Keybase proof

I hereby claim:

  • I am warifp on github.
  • I am warifp (https://keybase.io/warifp) on keybase.
  • I have a public key ASCQqgoZmqI0Vh6QV-t3vxZm7dgm_0_rXVpf5DJicAA7swo

To claim this, I am signing this object:

@warifp
warifp / prompt
Created June 3, 2019 03:59 — forked from BenKanouse/prompt
configs for prompt (color reference in comments)
c_quiet='\[\e[0;37m\]'
c_reset='\[\e[0m\]'
c_path='\[\e[0;92m\]'
c_host='\[\e[0;95m\]'
c_user='\[\e[0;93m\]'
c_time=${c_path}
export PS1="\n${c_user}\u${c_quiet}@${c_host}\h${c_quiet}:${c_path}\w\n${c_time}\t${c_quiet}-> ${c_reset}"
### colors reference
@warifp
warifp / unfollow.js
Created April 30, 2019 15:26 — forked from JamieMason/unfollow.js.md
Unfollow everyone on twitter.com
// Unfollow everyone on twitter.com, by Jamie Mason (https://twitter.com/fold_left)
// 1. Go to https://twitter.com/following.
// 2. Keep scrolling to the bottom repeatedly until all your followers are loaded.
// 3. Run this in your console.
[].slice.call(document.querySelectorAll('.unfollow-text')).forEach(function(button) {
button.click();
});
// If your browser is freezing because you follow *loads* of people, then try the version