- Rainer Zufall
- Claire Grube
- Armin Gips
- Anna Bolika
- Bill Yard
- Klaus Thaler
- Volker Putt
- Mira Belle
- Franz Ösisch
- Ben Chmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Autocompletion for Vagrant just put this line in your ~/.profile | |
complete -W "$(echo `vagrant --help | awk '/box/,/up/ {print $1}'`;)" vagrant |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@lucid64:~$ pear config-set auto_discover 1 | |
config-set succeeded | |
vagrant@lucid64:~$ pear install pear.phpqatools.org/phpqatools | |
Attempting to discover channel "pear.phpqatools.org"... | |
downloading channel.xml ... | |
Attempting fallback to https instead of http on channel "pear.phpqatools.org"... | |
unknown channel "pear.phpqatools.org" in "pear.phpqatools.org/phpqatools" | |
invalid package name/package file "pear.phpqatools.org/phpqatools" | |
install failed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"date": 1335129054}, /* and */ {"date": "1335129054"}, | |
/* would be ok for us and even (yeha it’s hard to say for me but) */ | |
{"date": "1335129054afd"} | |
/* would result in the same time with the internal php functions */ | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
before_script: | |
- source ./path/to/mongo-php-driver-installer.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Salesforce Mobile", | |
"icons": [ | |
{ | |
"href": "http://a3.mzstatic.com/us/r1000/116/Purple/v4/30/96/35/30963553-0da7-06df-616b-96e8f0f67868/mzl.foolhjfy.53x53-50.png", | |
"attributes": { | |
"height": 53 | |
} | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"kind": "software", | |
"features": [ | |
"iosUniversal", | |
"newsstand" | |
], | |
"supportedDevices": [ | |
"all" | |
], | |
"isGameCenterEnabled": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$url = $_SERVER['argv'][1]; | |
echo count(json_decode(file_get_contents($url))); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var result = []; | |
var members = $('.event-attendee-section h5.member-name a').get(); | |
for (var i in members) { | |
result.push($(members[i]).text()); | |
}; | |
console.log(result.join("\n")); | |
alert(result.join("\n")); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ ~ brew search elixir | |
elixir | |
λ ~ brew info elixir | |
elixir: stable 0.9.3, HEAD | |
http://elixir-lang.org/ | |
Not installed | |
From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/elixir.rb | |
λ ~ brew install elixir | |
==> Downloading https://github.com/elixir-lang/elixir/archive/v0.9.3.tar.gz | |
######################################################################## 100.0% |
OlderNewer