I hereby claim:
- I am blabber on github.
- I am blabber (https://keybase.io/blabber) on keybase.
- I have a public key whose fingerprint is E7B5 77B4 78A8 9D87 C9DC A043 4B88 255C EF11 86A6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name RaumZeitDeponifier | |
// @namespace http://gist.github.com/040c9009cfcb443d1d92 | |
// @description Removes images from RZL blogposts which are likely to contain ponies | |
// @include http://raumzeitlabor.de/ | |
// @include http://raumzeitlabor.de/blog/* | |
// @include https://raumzeitlabor.de/ | |
// @include https://raumzeitlabor.de/blog/* | |
// @version 2 | |
// @grant none |
BEGIN{ | |
if (ARGC != 2) { | |
print("This script takes exactly two parameter. 1: name of node, 2: number of hops"); | |
exit(1); | |
} | |
void reduce_in(graph_t _g, node_t _n, edge_t _e, int _d){ | |
_e = fstin(_n); | |
while (_e != NULL) { | |
clone(_g, _e); |
moved to: https://github.com/blabber/mastodoji |
{"status":"success","data":{"days":[{"label":"Saturday 20.07.","stages":[{"label":"Newforces Stage","events":[{"time":"21:30 - 22:00","timestamps":{"start":1563651000,"end":1563652800},"label":"Convictive","url":"https://www.metaldays.net/b913/convictive"},{"time":"20:45 - 21:15","timestamps":{"start":1563648300,"end":1563650100},"label":"Big Bad Wolf","url":"https://www.metaldays.net/b917/big-bad-wolf"},{"time":"20:00 - 20:30","timestamps":{"start":1563645600,"end":1563647400},"label":"Circle Of Execution","url":"https://www.metaldays.net/b915/circle-of-execution"},{"time":"19:15 - 19:45","timestamps":{"start":1563642900,"end":1563644700},"label":"Procreation","url":"https://www.metaldays.net/b892/procreation"},{"time":"18:30 - 19:00","timestamps":{"start":1563640200,"end":1563642000},"label":"Inmate","url":"https://www.metaldays.net/b938/inmate"},{"time":"17:45 - 18:15","timestamps":{"start":1563637500,"end":1563639300},"label":"Pyroxene","url":"https://www.metaldays.net/b891/pyroxene"},{"time":"17:00 - 17: |
data List a = Nil | |
| Cons a (List a) | |
deriving (Show, Eq) | |
toList :: List a -> [a] | |
toList = foldr (\ x y -> x : y ) [] | |
fromList :: [a] -> List a | |
fromList = foldr (\ x y -> Cons x y ) Nil |
module Main where | |
import Control.Applicative | |
import Text.Trifecta | |
import Test.Hspec | |
data NumberOrString = NOSS String | |
| NOSI Integer | |
deriving (Show, Eq) |
TinTin++, oder kurz tt++, ist ein mächtiger MUD Client für die Konsole.
Obwohl TinTin++ primär für Linux und andere unixoide Systeme entwickelt wurde, gibt es mit WinTin++ auch eine Version die unter Windows lauffähig ist.
Auf der Webseite von TinTin++ gibt es außerdem Anleitungen zur Installation unter macOS, Android und iOS.