I hereby claim:
- I am derzyklop on github.
- I am derzyklop (https://keybase.io/derzyklop) on keybase.
- I have a public key whose fingerprint is 4C01 31CF 617C 754C CCAE B426 BBFA BBF8 9493 C258
To claim this, I am signing this object:
git config --global color.ui true |
# Replace o1234567890 with your OpenVPN id. To get your id, start the VPN and run ps|grep client_o | |
# Replace YOUR_VPN_NAME with the name of your VPN profile in DSM 5 admin panel. | |
if echo `ifconfig tun0` | grep -q "00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00" | |
then | |
echo "VPN is running" | |
else | |
echo conf_id=o1234567890 > /usr/syno/etc/synovpnclient/vpnc_connecting | |
echo conf_name=YOUR_VPN_NAME >> /usr/syno/etc/synovpnclient/vpnc_connecting | |
echo proto=openvpn >> /usr/syno/etc/synovpnclient/vpnc_connecting |
module.exports = (grunt) -> | |
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks) | |
grunt.initConfig | |
# load content from the package.json | |
pkg: grunt.file.readJSON('package.json') | |
I hereby claim:
To claim this, I am signing this object:
wget http://builds.piwik.org/piwik.zip && unzip piwik.zip && rm piwik.zip && How\ to\ install\ Piwik.html |
github_project='[projectname]' # e.g. github_project='kirby' | |
project_creator_username = # e.g. github_project='getkirby' | |
my_username='DerZyklop' | |
git clone "https://github.com/$project_creator_username/$github_project" | |
# now click the "fork" button | |
git remote add "$my_username" "https://github.com/$my_username/$github_project" | |
git checkout -b [name of my new feature] |
Use
git grep -E "# TODO|// TODO"
or
git grep -El '# TODO|// TODO' | xargs -n1 git blame | grep $(git config user.name) | grep TODO
to get your todos from a git-project.
sudo npm install -g cordova | |
brew install android-sdk -g | |
android | |
// Now the "Android SDK-Manager" GUI opens; download the preselected packages plus "Android 4.4.2 (API 19)" | |
brew cask install android-file-transfer | |
brew install ant -g | |
cordova create hello com.example.hello HelloWorld | |
cd hello |
# Get an older version of node | |
cd /usr/local | |
brew versions node | |
git checkout 51dbf0b Library/Formula/node.rb # If you e.g. want version 0.10.31 | |
brew install node | |
# Get an older version of npm | |
npm install -g [email protected] |
{ | |
"ecmaFeatures": {}, | |
"parser": "espree", | |
"env": { | |
"browser": false, | |
"node": false, | |
"amd": false, | |
"mocha": false, | |
"jasmine": false | |
}, |