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 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 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
HTTP/1.1 200 OK | |
Content-Length: 13 | |
Server: Jetty(9.0.5.v20130815) |
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
### 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 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
[ 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’) |
OlderNewer