Skip to content

Instantly share code, notes, and snippets.

View christophsturm's full-sized avatar

Christoph Sturm christophsturm

  • vienna
  • 09:49 (UTC +02:00)
View GitHub Profile
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);
HTTP/1.1 200 OK
Content-Length: 13
Server: Jetty(9.0.5.v20130815)
### 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:
[ 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’)