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:
| // 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 |
| 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 |
I hereby claim:
To claim this, I am signing this object:
| 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 |
| <?php | |
| // This can be found in the Symfony\Component\HttpFoundation\Response class | |
| const HTTP_CONTINUE = 100; | |
| const HTTP_SWITCHING_PROTOCOLS = 101; | |
| const HTTP_PROCESSING = 102; // RFC2518 | |
| const HTTP_OK = 200; | |
| const HTTP_CREATED = 201; | |
| const HTTP_ACCEPTED = 202; |
This means, on your local machine, you haven't made any SSH keys. Not to worry. Here's how to fix:
*nix based command prompt (but not the default Windows Command Prompt!)cd ~/.ssh. This will take you to the root directory for Git (Likely C:\Users\[YOUR-USER-NAME]\.ssh\ on Windows).ssh folder, there should be these two files: id_rsa and id_rsa.pub. These are the files that tell your computer how to communicate with GitHub, BitBucket, or any other Git based service. Type ls to see a directory listing. If those two files don't show up, proceed to the next step. NOTE: Your SSH keys must be named id_rsa and id_rsa.pub in order for Git, GitHub, and BitBucket to recognize them by default.ssh-keygen -t rsa -C "[email protected]". Th| // | |
| // Online Random IMEI Number Generator | |
| // | |
| // By: LazyZhu (http://lazyzhu.com/) | |
| // | |
| // Modified from: http://bradconte.com/cc_generator | |
| // | |
| function imei_gen() { | |
| var pos; |
| // | |
| // Online Random IMEI Number Generator | |
| // | |
| // By: LazyZhu (http://lazyzhu.com/) | |
| // | |
| // Modified from: http://bradconte.com/cc_generator | |
| // | |
| function imei_gen() { | |
| var pos; |
| // | |
| // Online Random IMEI Number Generator | |
| // | |
| // By: LazyZhu (http://lazyzhu.com/) | |
| // | |
| // Modified from: http://bradconte.com/cc_generator | |
| // | |
| function imei_gen() { | |
| var pos; |