Skip to content

Instantly share code, notes, and snippets.

View kura's full-sized avatar
🤖
BIDI BIDI BIDI

Kura kura

🤖
BIDI BIDI BIDI
View GitHub Profile
@kura
kura / triplehelix.py
Last active November 3, 2023 17:47
triplehelix.py
import datetime
import json
import os
import sys
import requests
apiKey = ""
stationID = ""
@kura
kura / gif.py
Created August 14, 2016 00:25
1x1 transparent gif
import struct
def gif():
data = [0x47, 0x49, 0x46, 0x38, 0x39, 0x61, 0x01, 0x00, 0x01, 0x00,
0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x21,
0xf9, 0x04, 0x01, 0x00, 0x00, 0x00, 0x00, 0x2c, 0x00, 0x00,
0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x02, 0x01, 0x44,
0x00, 0x3b]
return struct.pack('42B', *data)
@kura
kura / brotli.patch
Created July 15, 2016 17:35
brotli.patch
diff -ruN nginx-1.11.2/debian/rules nginx-1.11.2.patched/debian/rules
--- nginx-1.11.2/debian/rules 2016-07-05 16:29:08.000000000 +0000
+++ nginx-1.11.2.patched/debian/rules 2016-07-15 16:46:05.690243981 +0000
@@ -27,18 +27,8 @@
--user=nginx \
--group=nginx \
--with-http_ssl_module \
- --with-http_realip_module \
- --with-http_addition_module \
- --with-http_sub_module \
import numpy as np
import matplotlib.pyplot as plt
import pylab
# color palette
from matplotlib import cm
from logsparser.lognormalizer import LogNormalizer as LN
import GeoIP
normalizer = LN('/usr/share/normalizers')
auth_logs = open('/var/log/auth.log', 'r')