Skip to content

Instantly share code, notes, and snippets.

2016-08-24 14:36:56,305 [10] [h.tweens:INFO] would commit normally
2016-08-24 14:36:56,306 [10] [h.views.main:INFO] after_attach sess=<sqlalchemy.orm.session.Session object at 0x7f920002b250> flush_context=<sqlalchemy.orm.unitofwork.UOWTransaction object at 0x7f9200010f10>
2016-08-24 14:36:56,306 [10] [h.views.main:INFO] before_commit sess=<sqlalchemy.orm.session.Session object at 0x7f920002b250>
2016-08-24 14:36:57,602 [18] [h.tweens:INFO] would commit normally
2016-08-24 14:36:57,603 [18] [h.db:WARNING] closing a dirty session
2016-08-24 14:36:58,704 [10] [h.tweens:INFO] would commit normally
2016-08-24 14:36:58,705 [10] [h.views.main:INFO] after_attach sess=<sqlalchemy.orm.session.Session object at 0x7f92003c3610> flush_context=<sqlalchemy.orm.unitofwork.UOWTransaction object at 0x7f9200249d90>
2016-08-24 14:36:58,706 [10] [h.views.main:INFO] before_commit sess=<sqlalchemy.orm.session.Session object at 0x7f92003c3610>
2016-08-24 14:36:58,958 [12] [h.tweens:INFO] would commit normally
2016-08-24 14:36:58,95
from __future__ import print_function
import sys
import requests
requests.post('https://hypothes.is/account/_debug/counter?reset')
print('.', end='')
sys.stdout.flush()
n = 1
210695 22261 1471964961.589008 fcntl(15, F_GETFL) = 0x2 (flags O_RDWR) <0.000005>
210696 22261 1471964961.589046 fcntl(15, F_SETFL, O_RDWR) = 0 <0.000004>
210697 22261 1471964961.589083 fcntl(15, F_GETFD <unfinished ...>
210698 22261 1471964961.589113 <... fcntl resumed> ) = 0 <0.000025>
210699 22261 1471964961.589152 fcntl(15, F_SETFD, FD_CLOEXEC) = 0 <0.000005>
210700 22261 1471964961.589393 recvfrom(15, "POST /signup HTTP/1.1\r\nConnectio"..., 8192, 0, NULL, NULL) = 1827 <0.000008>
210701 22261 1471964961.589635 clock_gettime(CLOCK_REALTIME, {1471964961, 589644079}) = 0 <0.000007>
210702 22261 1471964961.590482 clock_gettime(CLOCK_REALTIME, <unfinished ...>
210703 22261 1471964961.590510 <... clock_gettime resumed> {1471964961, 590507516}) = 0 <0.000024>
210704 22261 1471964961.590552 getsockname(6, <unfinished ...>
226693 22261 1471964972.877573 fcntl(15, F_GETFL) = 0x2 (flags O_RDWR) <0.000024>
226694 22261 1471964972.877628 fcntl(15, F_SETFL, O_RDWR) = 0 <0.000016>
226695 22261 1471964972.877681 fcntl(15, F_GETFD) = 0 <0.000016>
226696 22261 1471964972.877730 fcntl(15, F_SETFD, FD_CLOEXEC) = 0 <0.000016>
226697 22261 1471964972.877840 recvfrom(15, "POST /signup HTTP/1.1\r\nConnectio"..., 8192, 0, NULL, NULL) = 1827 <0.000020>
226698 22261 1471964972.878135 clock_gettime(CLOCK_REALTIME, {1471964972, 878144732}) = 0 <0.000017>
226699 22261 1471964972.879126 clock_gettime(CLOCK_REALTIME, {1471964972, 879140009}) = 0 <0.000019>
226700 22261 1471964972.879187 getsockname(6, {sa_family=AF_INET, sin_port=htons(5000), sin_addr=inet_addr("0.0.0.0")}, [16]) = 0 <0.000017>
226701 22261 1471964972.879700 clock_gettime(CLOCK_REALTIME, {1471964972, 879709763}) = 0 <0.000018>
226702 22261 1471964972.881002 clock_gettime(CLOCK_REALTIME, {1471964972, 881012713}) = 0 <0.000019>
<html>
<body>
<p>Small paragraph for use as sample.</p>
<p>Vestibulum integer laoreet cras natoque nam magnis torquent sit adipiscing in parturient odio urna a aliquam ullamcorper elit in parturient tempor. A eu sociosqu felis semper a quam condimentum metus in neque integer dis parturient id eleifend vel in. Vestibulum vestibulum proin eleifend ut erat eros parturient senectus ac parturient metus ad consequat integer adipiscing urna a praesent ut nibh elit parturient a. Sociosqu parturient ullamcorper at suspendisse eleifend orci ad vestibulum nec ut parturient magnis consequat suspendisse natoque porta lacinia ridiculus parturient justo conubia a molestie a mus dignissim. Malesuada sodales tellus consequat cursus a enim nunc leo facilisi egestas nibh potenti cum nibh dignissim per aliquet diam diam ut a vestibulum parturient integer. A leo vel parturient consectetur per bibendum parturient enim a senectus est ad consectetur a ut blandit. Commodo ullamcorper scelerisque consectetur quisque a per er
package main
import (
"crypto/tls"
"flag"
"fmt"
"log"
"net/http"
"net/url"
"os"
package main
import (
"crypto/tls"
"flag"
"log"
"net/url"
"os"
"os/signal"
"sync"
package main
import (
"crypto/tls"
"flag"
"log"
"net/url"
"os"
"os/signal"
"sync"
@nickstenning
nickstenning / KEEPFILE
Last active June 28, 2016 08:46
Hypothesis client history extraction
.hound.yml
.jscsrc
.jshintignore
.jshintrc
^h/css/
^h/images/
^h/js/
^h/lib/
^h/sass/
^h/static/
function page(path, callback) {
if (window.location.pathname === path) {
document.addEventListener('DOMContentLoaded', callback, false);
}
}