I hereby claim:
- I am roryf on github.
- I am roryf (https://keybase.io/roryf) on keybase.
- I have a public key whose fingerprint is 8C61 087D 15AC F592 C929 D9A2 AE01 0AE3 B6CE 9946
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
module.exports = function(input, output, cb) { | |
input.on('data', function(chunk) { | |
// do somethink with chunk, possibly transform it | |
output.write(chunk); | |
}); | |
input.on('end', function() { | |
cb(); | |
}); | |
}; |
# clones foo.notes into bar.notes | |
foo.notes.each do |note| | |
new_note = bar.notes.build(note.attributes) | |
new_note.save | |
end |
Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+FunWebProducts;+.NET+CLR+2.0.50727;+eSobiSubscriber+2.0.4.16;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729;+OfficeLiveConnector.1.3;+OfficeLivePatch.0.0) |
match URL into $ with ^(.*)\.html$ | |
if matched then | |
set URL = $1.php | |
endif |
public class Flash : DynamicObject | |
{ | |
private readonly TempDataDictionary _store; | |
private const string KeyPrefix = "Flash"; | |
public Flash(TempDataDictionary store) | |
{ | |
_store = store; | |
} |
import org.json.*; | |
import java.net.*; | |
import java.util.Iterator; | |
PImage bg; | |
JSONObject data; | |
double west = -3.414001; | |
double east = -3.017120; |
==> Downloading http://git-core.googlecode.com/files/git-1.7.9.1.tar.gz | |
File already downloaded in /Users/rory/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/rory/Library/Caches/Homebrew/git-1.7.9.1.tar.gz | |
==> make prefix=/usr/local/Cellar/git/1.7.9.1 CC=/Applications/Xcode.app/Contents/Developer/usr/bin/llvm-gcc CFLAGS=-Os -w -pipe -march=core2 -msse4.1 LDFLAGS= install | |
make prefix=/usr/local/Cellar/git/1.7.9.1 CC=/Applications/Xcode.app/Contents/Developer/usr/bin/llvm-gcc CFLAGS=-Os -w -pipe -march=core2 -msse4.1 LDFLAGS= install | |
GIT_VERSION = 1.7.9.1 | |
* new build flags or prefix | |
* new link flags | |
./generate-cmdlist.sh > common-cmds.h+ && mv common-cmds.h+ common-cmds.h | |
/Applications/Xcode.app/Contents/Developer/usr/bin/llvm-gcc -o hex.o -c -MF ./.depend/hex.o.d -MMD -MP -Os -w -pipe -march=core2 -msse4.1 -I. -DUSE_ST_TIMESPEC -DNO_GETTEXT -DHAVE_DEV_TTY -DSHA1_HEADER='<openssl/sha.h>' -DNO_MEMMEM hex.c |
SELECT this_.Id as Id16_9_, | |
this_.DateCreated as DateCrea2_16_9_, | |
this_.DefaultName as DefaultN3_16_9_, | |
this_.AttributeSchemaDefinition_id as Attribut4_16_9_, | |
this_.NodeId as NodeId16_9_, | |
attribalia3_.NodeVersionId as NodeVers3_11_, | |
attribalia3_.Id as Id11_, | |
attribalia3_.Id as Id5_0_, | |
attribalia3_.AttributeDefinitionId as Attribut2_5_0_, | |
attribalia3_.NodeVersionId as NodeVers3_5_0_, |
build/ | |
release/ | |
package/ | |
*.suo | |
*.user | |
bin | |
!/bin | |
obj | |
_ReSharper* | |
*.csproj.user |