Skip to content

Instantly share code, notes, and snippets.

View jedhodson's full-sized avatar
🤖

Jed H jedhodson

🤖
View GitHub Profile
# ASCII - SHA3-512 - any
# Sudo>EngSoc xx
import hashlib
import base64
import random
import string
#INPUT_STRING = "Sudo>EngSoc,"
INPUT_STRING = "Sudo, better than Eng Soc "
SEARCH_TERM = "Sudo"

Keybase proof

I hereby claim:

  • I am jedhodson on github.
  • I am jedhodson (https://keybase.io/jedhodson) on keybase.
  • I have a public key ASBkLBIlZ3y23I73hd7tZqlexfOvzjlaETSmxXpftqqOCgo

To claim this, I am signing this object:

/**
Antdroid Simplex
Simple movements on android
Coxa - Servo that connects leg to body 'the first or basal segment of the leg of an insect'
Femur - Middle leg servo
Tibia - Lower leg (the blue legs)
*/
#include <Servo.h>
@jedhodson
jedhodson / flowprinter_buffered.ino
Created December 24, 2016 05:01
Photon HTTP POST printer with buffer
/*
* Thermal Printer Reciever for Microsoft Flow
* Takes HTML POST message and sends to printer
*
* © 2016 INTICDev - Aspiring Innovation
*/
// Include some libraies for thermal printer managment
#include "Adafruit_Thermal/Adafruit_Thermal.h"
/*
* Thermal Printer Reciever for Microsoft Flow
* Takes HTML POST message and sends to printer
*
* © 2016 INTICDev - Aspiring Innovation
*/
// Include some libraies for thermal printer managment
#include "Adafruit_Thermal/Adafruit_Thermal.h"