I hereby claim:
- I am serverwentdown on github.
- I am serverwentdown (https://keybase.io/serverwentdown) on keybase.
- I have a public key whose fingerprint is AE67 7CFF 65D9 84EB 1F0D C24C DB3F FE06 4995 FE8D
To claim this, I am signing this object:
s = 'actgactgactggatc' | |
m = { | |
'a': 0, | |
'c': 1, | |
't': 2, | |
'g': 3 | |
} | |
bytestring = [] |
<a class="item" href="https://your.domain.here{{.RepoLink}}" data-iframe-tab="builds" title="Builds"> | |
<i class="octicon octicon-gear"></i> <img src="https://your.domain.here/api/badges{{.RepoLink}}/status.svg?ref=refs/heads/master" style="width: auto"> | |
</a> | |
<script> | |
document.addEventListener('DOMContentLoaded', () => { | |
const openFrame = (tab) => { | |
const name = tab.dataset.iframeTab; | |
const page = tab.href; |
import random | |
import math | |
import string | |
import sys | |
import click | |
# correct horse battery staple | |
def load_dictionary(d="/usr/share/dict/words"): | |
f = open(d, "r") |
from scapy.all import * | |
from argparse import ArgumentParser | |
from sys import argv | |
from collections import OrderedDict | |
# USB HID Keyboard scan codes | |
# https://gist.github.com/MightyPork/6da26e382a7ad91b5496ee55fdc73db2 | |
key_hid = { | |
0x00 : ['', ''], # no key pressed | |
0x04 : ['a', 'A'], |
package main | |
import ( | |
"fmt" | |
"text/template" | |
"bytes" | |
"io" | |
"os" | |
"github.com/c2h5oh/datasize" |
#define PIN_MDOWN D0 | |
#define PIN_MUP D3 | |
#define PIN_MSPEED D1 | |
#define MSPEED 255 | |
#define PIN_BUTTON D4 | |
typedef enum { | |
TRAY_OPEN, | |
TRAY_OPENING, |
I hereby claim:
To claim this, I am signing this object:
"use strict"; | |
/* jshint esversion: 6 */ | |
/* jshint node: true */ | |
const fs = require("fs"); | |
const url = require("url"); | |
const http = require("http"); | |
const path = require("path"); | |
const querystring = require("querystring"); |
{ | |
"name": "Cleanflight Configurator", | |
"description": "", | |
"version": "0.1.0", | |
"main": "main.html", | |
"default_locale": "en" | |
} |
frontend=0.0.0.0,8444 | |
backend=127.0.0.1,8080 | |
private-key-file=ssl/domain.key | |
certificate-file=ssl/signed.crt | |
workers=8 |