brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
| [ | |
| {name: 'Afghanistan', code: 'AF'}, | |
| {name: 'Åland Islands', code: 'AX'}, | |
| {name: 'Albania', code: 'AL'}, | |
| {name: 'Algeria', code: 'DZ'}, | |
| {name: 'American Samoa', code: 'AS'}, | |
| {name: 'AndorrA', code: 'AD'}, | |
| {name: 'Angola', code: 'AO'}, | |
| {name: 'Anguilla', code: 'AI'}, | |
| {name: 'Antarctica', code: 'AQ'}, |
| temp.typo3Variable = COA | |
| temp.typo3Variable { | |
| 5 = TEXT | |
| 5 { | |
| # Datum | |
| insertData = 1 | |
| data = date : d-m-y | |
| wrap = <p> Das Datum heute: | </p> | |
| } | |
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
| #!/usr/bin/sh | |
| rm -rf "$HOME/Library/Preferences/WebIde40" | |
| rm -rf "$HOME/Library/Caches/WebIde40" | |
| rm -rf "$HOME/Library/Application Support/WebIde40" | |
| rm -rf "$HOME/Library/Logs/WebIde40" |
| #!/usr/bin/env python | |
| import multiprocessing | |
| import time | |
| import subprocess, os, signal, sys | |
| def test(s): | |
| while True: | |
| print s | |
| time.sleep(1.5) |
| POST hire-wire/programmer/_search | |
| POST hire-wire/programmer/_search | |
| { | |
| "script_fields": { | |
| "distance_from_berlin": { | |
| "script": "doc['home'].arcDistanceInKm(52.5,13.5)" | |
| } | |
| }, | |
| "fields": [ |
| /* | |
| * jQuery Double Tap | |
| * Developer: Sergey Margaritov (github.com/attenzione) | |
| * License: MIT | |
| * Date: 22.10.2013 | |
| * Based on jquery documentation http://learn.jquery.com/events/event-extensions/ | |
| */ | |
| (function($){ |
| location /api { | |
| rewrite ^/api/rest /api.php?type=rest last; | |
| rewrite ^/api/v2_soap /api.php?type=v2_soap last; | |
| rewrite ^/api/soap /api.php?type=soap last; | |
| } |
| docker run -rm -t -i -v $(dirname $SSH_AUTH_SOCK) -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK ubuntu /bin/bash |