This file contains 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
[ 9 of 102] Compiling BNFC.PrettyPrint ( src/BNFC/PrettyPrint.hs, dist/build/bnfc/bnfc-tmp/BNFC/PrettyPrint.o ) | |
src/BNFC/PrettyPrint.hs:16:13: error: | |
Ambiguous occurrence ‘<>’ | |
It could refer to either ‘Prelude.<>’, | |
imported from ‘Prelude’ at src/BNFC/PrettyPrint.hs:2:8-23 | |
(and originally defined in ‘GHC.Base’) | |
or ‘Text.PrettyPrint.<>’, | |
imported from ‘Text.PrettyPrint’ at src/BNFC/PrettyPrint.hs:10:1-23 | |
(and originally defined in ‘Text.PrettyPrint.HughesPJ’) |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am christophsturm on github. | |
* I am globalmatador (https://keybase.io/globalmatador) on keybase. | |
* I have a public key ASDEgRXBIHmBu7jm859PrC3YFzwtyU9pYO-JOPWbDI5oUwo | |
To claim this, I am signing this object: |
This file contains 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
HTTP/1.1 200 OK | |
Content-Length: 13 | |
Server: Jetty(9.0.5.v20130815) |
This file contains 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 http = require('http'); | |
var net = require('net'); | |
var server = http.createServer(function (req, res) { | |
res.end('hullo'); | |
}); | |
socket=new net.Socket(); | |
socket.connect(1250); | |
socket.connect(1251); |
This file contains 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
#!/usr/bin/env ruby | |
require 'json' | |
json=JSON.pretty_generate(JSON.parse(File.open(ARGV[0]).read)) | |
File.open(ARGV[0],"w").write(json) |
This file contains 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
encodeURIComponent(" ") | |
"%20" | |
decodeURIComponent("+") | |
"+" | |
decodeURIComponent("%20") | |
" " | |
[31.05.10 18:00:19] Christoph Sturm: >> Rack::Utils.escape(" ") | |
=> "+" |
This file contains 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
wow is der schlecht! | |
der witz is der renner, aber ihr müsst mir versprechen in "bewusst zu | |
lesen, am besten laut (frau, freundin, katze oder schwester freun sich)" | |
(das wird ne horror mühe...) | |
Geht nen zwerg durch wald. trifft er den zwergzwerg. fragt der | |
zwergzwerg den zwerg "hey, was machstn du?", antwortet der zwerg "ich | |
geh spazieren". Fragt der zwergzwerg den zwerg und den zwergzwerg |
This file contains 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
<p> <script> XXX.blerg(); </script> </p> |
This file contains 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
test: | |
adapter: sqlite3 | |
database: ":memory:" | |
verbosity: silent | |
timeout: 5000 | |
plugin: | |
vendor/plugins/memory_test_fix: | |
url: http://topfunky.net/svn/plugins/memory_test_fix | |
This file contains 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
Braid: Updating all mirrors. | |
Braid: Updating mirror 'vendor/plugins/rspec-rails'. | |
Braid: Setup: Mirror 'vendor/plugins/rspec-rails' already has a remote. Reusing it. | |
Braid: Fetching new commits for 'vendor/plugins/rspec-rails'. | |
Braid: Merging in mirror 'vendor/plugins/rspec-rails'. | |
Braid: Updated mirror 'vendor/plugins/rspec-rails' to '1e7504b' | |
Braid: Updating mirror 'vendor/plugins/object_daddy'. | |
Braid: Setup: Mirror 'vendor/plugins/object_daddy' already has a remote. Reusing it. | |
Braid: Fetching new commits for 'vendor/plugins/object_daddy'. | |
Braid: Mirror 'vendor/plugins/object_daddy' is already up to date. Skipping. |
NewerOlder