Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
}
#spacer {
<!doctype html>
<style>
#gradient {
width: 400px;
height: 200px;
background-image: linear-gradient(to right, black 0%, red 80%, blue 80%);
}
</style>
<div id="gradient"></div>
<!doctype html>
<style>
.test {
width: 200px;
height: 100px;
border: solid 10px rgba(0, 0, 255, 0.5);
/*background-clip: content-box;*/
}
#gradient1 {
@pyfisch
pyfisch / main.rs
Last active August 24, 2016 10:48
extern crate tokio;
use std::io;
use std::ops::Range;
use tokio::io::{TryRead, TryWrite};
use tokio::server::listen;
use tokio::tcp::TcpStream;
use tokio::reactor::{Reactor, Task, Tick};
import json, sys, os
for r, d, f in os.walk('.'):
if r.startswith('./.git') or r == '.':
continue
for filename in f:
with open(os.path.join(r, filename)) as file:
last = file.readlines()[-1]
deps = json.loads(last)['deps']
star_deps = []
abomonation -> recycler
acacia -> quickcheck, nalgebra
aclui-sys -> winapi
activeds-sys -> winapi
adler32 -> rand
adorn -> compiletest_rs
adsiid-sys -> winapi
advpack-sys -> winapi
af_unix -> libc, errno
ahadmin-sys -> winapi
test aead::seal_in_place::aes_128_gcm::tls12_1350 ... bench: 1,325 ns/iter (+/- 34) = 1018 MB/s
test aead::seal_in_place::aes_128_gcm::tls12_16 ... bench: 219 ns/iter (+/- 75) = 73 MB/s
test aead::seal_in_place::aes_128_gcm::tls12_8192 ... bench: 7,239 ns/iter (+/- 683) = 1131 MB/s
test aead::seal_in_place::aes_128_gcm::tls12_finished ... bench: 181 ns/iter (+/- 3) = 66 MB/s
test aead::seal_in_place::aes_128_gcm::tls13_1350 ... bench: 1,283 ns/iter (+/- 50) = 1052 MB/s
test aead::seal_in_place::aes_128_gcm::tls13_8192 ... bench: 7,307 ns/iter (+/- 752) = 1121 MB/s
test aead::seal_in_place::aes_128_gcm::tls13_finished ... bench: 162 ns/iter (+/- 15) = 197 MB/s
test aead::seal_in_place::aes_256_gcm::tls12_1350 ... bench: 1,592 ns/iter (+/- 192) = 847 MB/s
test aead::seal_in_place::aes_256_gcm::tls12_16 ... bench: 207 ns/iter (+/-
title wikidata author country language published pages isbn13 isbn10 oclc lccn
Semtecs Q13131267 Q13128620 Q25 Q9309 374 978-0-86381-528-7
Carnifal (nofel) Q20589393 Q18535656 Q25 Q9309 2004-08-26 240 978-0-86243-675-9
How Green Was My Valley Q3398593 Q561435 Q145 Q1860 1939 299207
Rhys Lewis Q7321804 Q3395446 Q25 Q9309 1885
100 o Arwyr Cymru Q3394804 Q25 Q1860 2005-04-08 418 978-1-903529-15-7
Brethyn Cartref Q18535480 Q7668277 Q25 Q9309 1913
Blodeugerdd o Farddoniaeth Gymraeg yr Ugeinfed Ganrif Q13126089 Q25 Q1860 1987 736
Wild Wales Q8000838 Q2137717 Q1860 1862
Yma o Hyd (nofel) Q13132543 Q3402032 Q25 Q9309 1985-01-01 978-0-86243-106-8
title wikidata author country language published pages isbn13 isbn10 oclc lccn
Semtecs Q13131267 Q13128620 Q25 Q9309 978-0-86381-528-7
Carnifal (nofel) Q20589393 Q18535656 Q25 Q9309 978-0-86243-675-9
How Green Was My Valley Q3398593 Q561435 Q145 Q1860 299207
Rhys Lewis Q7321804 Q3395446 Q25 Q9309
100 o Arwyr Cymru Q3394804 Q25 Q1860 978-1-903529-15-7
Brethyn Cartref Q18535480 Q7668277 Q25 Q9309
Chwalfa Q5118441 Q7793653 Q25 Q9309 978-0-86383-878-1 0-86383-878-2
Blodeugerdd o Farddoniaeth Gymraeg yr Ugeinfed Ganrif Q13126089 Q25 Q1860
Wild Wales Q8000838 Q2137717 Q1860
# -*- coding: utf-8 -*-
"""
inyoka.utils.sessions
~~~~~~~~~~~~~~~~~~~~~
Session related utility functions.
:copyright: (c) 2007-2015 by the Inyoka Team, see AUTHORS for more details.
:license: BSD, see LICENSE for more details.