I hereby claim:
- I am ahmadsoe on github.
- I am ahmadsoe (https://keybase.io/ahmadsoe) on keybase.
- I have a public key whose fingerprint is DD20 1BAB FECA 117D 845A 097E 53E2 141A 1CDE C674
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
""" | |
ARB File Merger Tool | |
=================== | |
Merges multiple ARB files within a directory (recursive) into their respective | |
locale-specific `app_[locale].arb` files. | |
Usage: |
<?php | |
$upgrading = time(); |
<FilesMatch "\.(?i:pdf)$"> | |
ForceType application/octet-stream | |
Header set Content-Disposition attachment | |
</FilesMatch> |
I hereby claim:
To claim this, I am signing this object:
# adduser <username>
# usermod -aG sudo <username>
#VPNGate for OS X This script is a simple script for using to connect vpn server list provided VPNGate through OpenVPN on OS X environment.
It inspired by VPNGate Python script wrtten by Andrea Lazzarotto.
##Requirements If you use the script, Tunnelblick needs to be installed first.
##Installation Open terminal app and copy & paste the command below.
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle' | |
}); |
#include <random.h> | |
#include <object.h> | |
#include <route.h> | |
#include <packet.h> | |
#include <cmu-trace.h> | |
#include "zrp.h" | |
#if defined(WIN32) && !defined(snprintf) | |
#define snprintf _snprintf |
install ns2 | |
$cd ~ | |
$wget http://downloads.sourceforge.net/project/nsnam/allinone/ns-allinone-2.35/ns-allinone-2.35.tar.gz | |
$wget https://www.dropbox.com/s/cngpdd38hx49p49/zrp-ns235.patch | |
$sudo apt-get update | |
$sudo apt-get upgrade | |
$sudo apt-get install tcl8.5-dev tk8.5-dev | |
$sudo apt-get install build-essential autoconf automake | |
$sudo apt-get install perl xgraph libxt-dev libx11-dev libxmu-dev |
// npm install 1994rstefan/node-spotify-web | |
var Spotify = require('spotify-web'); | |
// Spotify credentials... | |
var username = process.argv[2]; | |
var password = process.argv[3]; | |
// console.log("username:"+username); | |
// console.log("pass:" + password); |