I hereby claim:
- I am qq99 on github.
- I am qq99 (https://keybase.io/qq99) on keybase.
- I have a public key whose fingerprint is 1526 F390 8C30 3502 322B E217 80E3 471A A3B4 3694
To claim this, I am signing this object:
# add this to your bashrc or other shell configuration to make it even faster | |
alias gb='recent_git_branches' |
<!DOCTYPE html> | |
<head> | |
<script> | |
function installApplication () { | |
var manifestLocation = window.location.protocol + "//" + window.location.host + "/manifest.webapp"; | |
console.log("Attempting to install from", manifestLocation); | |
var installApp = navigator.mozApps.install(manifestLocation); | |
// Successful install |
{ | |
"version" : "0.0.4", | |
"name" : "echoplexus", | |
"launch_path" : "/", | |
"installs_allowed_from" : ["*"], | |
"developer": { | |
"name": "Anthony Cameron", | |
"url": "https://echoplex.us" |
@charset "utf-8"; | |
/* CSS Document */ | |
@-moz-document domain(news.ycombinator.com) { | |
/* Georgify for Hacker News by Tuhin Kumar (http://tuhinkumar.com) */ | |
body center table {background-color: #ffffff!important; width:700px!important; max-width:700px!important} | |
table {background-color: #ffffff!important; width:700px!important;} | |
tbody tr td {background-color: #ffffff!important;} |
{ | |
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"find_selected_text": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", |
I hereby claim:
To claim this, I am signing this object:
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |