View gist:9566641
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
sł./muz.: Jakub Kwaśniewski | |
kapo I | |
Wojna przyszła jak zawsze niespodziewanie e | |
W całej armii wywołując poruszenie a | |
Nawet sam kapelan nie wie co się stanie H7 | |
Czy idziemy po triumf - czy na stracenie e H7 | |
Zebraliśmy się w kapliczce przy koszarach |
View favicon-interceptor.js
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
// early experiments with node had mysterious double requests | |
// turned out these were for the stoopid favicon | |
// here's how to short-circuit those requests | |
// and stop seeing 404 errors in your client console | |
var http = require('http'); | |
http.createServer(function (q, r) { | |
// control for favicon |