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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
# 2pktfkt-mirror Copyright (C) 2011 Nils Dagsson Moskopp (erlehmann) | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 3 of the License, or | |
# (at your option) any later version. |
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
Jun 10 19:48:02 <plomlompom> sva, du kombst doch zum Camp? | |
Jun 10 19:48:03 <erlehmann> plomlompom, falls johl fragt, warum sein wertvoller link nicht ankam: softwarefehler. eine linkliste wurde bisher nie neu generiert. | |
Jun 10 19:48:49 <plomlompom> erlehmann, du hast jetzt nicht echt eine automagische Update-Brücke von EtherPad zu Website geschrieben? | |
Jun 10 19:49:16 <erlehmann> plomlompom, haha, nö. das wäre manisches programmieren. | |
Jun 10 19:49:18 <sva> dridde: \o/ | |
Jun 10 19:49:23 <erlehmann> oder magisches programmieren? ich bin nicht sicher. | |
Jun 10 19:49:28 <sva> dridde: das waere super-nice! | |
Jun 10 19:49:47 <sva> plomlompom: neee. in istrien bin ich schon immer wieder gewesen | |
Jun 10 19:49:55 <sva> und klar komme ich zum camp :) | |
Jun 10 19:50:09 <sva> allerdings wohl nicht wie geplant 2 wochen vorher + 2 wochen hinterher |
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
# -*- coding: utf-8 -*- | |
# Copyright (c) 2011 Nils Dagsson Moskopp <[email protected]> | |
# | |
# This program is free software: you can redistribute it and/or modify it under | |
# the terms of the GNU General Public License as published by the Free Software | |
# Foundation, either version 3 of the License, or (at your option) any later | |
# version. | |
# | |
# This program is distributed in the hope that it will be useful, but WITHOUT | |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>Beispiel für die Verwendung von localStorage</title> | |
<h1>Ewige Blumenkraft</h1> | |
<input id="∞"> | |
<p> | |
Der Inhalt des obigen Eingabefelds wird gespeichert und wieder hergestellt, falls dein Browser <a href="http://www.w3.org/TR/webstorage/#the-localstorage-attribute"><code>localStorage</code></a> unterstützt. |
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
<!DOCTYPE html> | |
<title>Beispiel für die Benutzung des Audio-Elements in HTML5</title> | |
<audio controls> | |
<source src="elvis.mp3"> | |
<source src="elvis.oga"> | |
<a href="elvis.mp3">Download (mp3)</a> | |
<a href="elvis.oga">Download (Ogg Vorbis)</a> | |
</audio> |
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
* { | |
color: rgba(255, 0, 0, 0.5); | |
text-shadow: -0.3636em -0.2727em 0 rgba(0, 0, 255, 0.5); | |
} |
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
// KrautZip | |
// Copyright (c) 2010 Berlinbernd | |
// Released under the GNU Lesser General Public License | |
// http://www.gnu.org/copyleft/lgpl.html | |
// | |
// ==UserScript== | |
// @name KrautZip | |
// @namespace http://dieweltistgarnichtso.net | |
// @description Zip redundant content. | |
// @include http://krautchan.net/* |
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
import zlib | |
sentences = [ | |
'Vor einem Jahr habe ich mir fuer ca. 300 Euro die Casio Exilim Kamera gekauft.', | |
'Ich bonerte und sturbierte, bis mein Sack leer war. MEIN SACK MEIN SACK MEIN SACK', | |
'SAGE SAGE SAGE SAGE SAGE SAGE SAGE SAGE SAGE SAGE SAGE SAGE SAGE SAGE SAGE SAGE' | |
] | |
for s in sentences: |
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
schau, es ist ein eigenes git-repository |