Skip to content

Instantly share code, notes, and snippets.

View yannick's full-sized avatar
🏗️

Yannick Koechlin yannick

🏗️
View GitHub Profile
1000;1000;Lausanne;Lausanne;VD;100060
1000;1000;Lausanne 1 D�p�t;Lausanne 1 D�p�t;VD;100060
1000;1000;Lausanne 2;Lausanne 2;VD;100200
1000;1000;Lausanne 3;Lausanne 3;VD;100060
1000;1000;Lausanne Ouchy;Lausanne Ouchy;VD;100060
1000;1000;Lausanne 7;Lausanne 7;VD;100060
1000;1000;Lausanne 8;Lausanne 8;VD;100060
1000;1000;Lausanne 12;Lausanne 12;VD;100012
1000;1000;Lausanne 14;Lausanne 14;VD;100014
1000;1000;Lausanne 16;Lausanne 16;VD;100016
z
y
xx
x2401
x
w
unbekannt
talstation15
t
reservoir
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AdjustWindowForFontSizeChange</key>
<true/>
<key>AllowClipboardAccess</key>
<true/>
<key>AnimateDimming</key>
<false/>
{
"Profiles": [
{
"Ansi 7 Color" : {
"Red Component" : 0.74901962280273438,
"Color Space" : "Calibrated",
"Blue Component" : 0.74901962280273438,
"Alpha Component" : 1,
"Green Component" : 0.74901962280273438
},
default-sample-format = float32le
default-sample-rate = 192000
alternate-sample-rate = 48000
default-sample-channels = 2
default-channel-map = front-left,front-right
default-fragments = 2
default-fragment-size-msec = 125
resample-method = src-sinc-best-quality
;soxr-vhq
enable-lfe-remixing = no
[1455572.738] -> [email protected]_registry(new id wl_registry@2)
[1455572.785] -> [email protected](new id wl_callback@3)
[1455572.738] -> [email protected]_registry(new id wl_registry@2)
[1455572.785] -> [email protected](new id wl_callback@3)
[1455578.062] [email protected]_id(3)
[1455578.098] [email protected](1, "wl_shm", 1)
[1455578.113] -> [email protected](1, "wl_shm", 1, new id [unknown]@4)
[1455578.220] -> [email protected]_pool(new id wl_shm_pool@5, fd 10, 2304)
[1455578.416] -> [email protected](6912)
[1455580.320] -> [email protected](16128)
#!/usr/bin/sh
ruby -n -e 'c= $_.split("\t")[2].to_s.match( /^(?<channel>#(\S*))\((?<users>\d*)\): (?<title>.*)/); puts
[c[:users], c[:channel], c[:title]].join("\t") rescue nil '
This file has been truncated, but you can view the full file.
2391 ##linux Channel website: https://freenode.linux.community | Pastebin: https://paste.linux.community | Need an op? Join ##linux-ops | CoC? ##linux-offtopic, please.
1931 #python Don't paste, use https://paste.pound-python.org/ | http://bit.ly/psf-coc | Tutorial: http://bit.ly/MCAhYx | New programmer? http://bit.ly/23X7emF | Specify 2.x or 3.x in your question | Find your local User Group: http://goo.gl/S1Zsq | #python-fr #python.de #python-es #python.tw #python-br #python-nl #python-ir #python.it #python-ro #python-india #python-hu #python-dk #python-dev
1926 #freenode Welcome to #freenode | Feel free to message staff at any time. You can find us using /stats p (shows immediately-available staff) or /who freenode/staff/* (shows all staff) | See https://freenode.net/news/spambot-attack regarding spam | User mode +R blocks unregistered user PMs
1787 #python PSF Survey: https://bit.ly/psf-survey-2018 | Anything about Python is on-topic. Don't paste, use https://paste.pound-python.org/ | Be nice: https://j.mp
$stats_to_prometheus = {
"uptime" => {
"type" => "counter",
"name" => "uptime_seconds_total"
},
"generation" => {
"type" => "gauge",
"name" => "generation"
},
"connections" => {
static mrb_value
b_eval(mrb_state *mrb, mrb_value self)
{
char *s;
mrb_int len;
mrb_value binding = mrb_nil_value();
char *file = NULL;
mrb_int line = 1;
struct RProc *proc;
int ai;