Skip to content

Instantly share code, notes, and snippets.

View finnmglas's full-sized avatar
🚀
Working on my company

Finn Glas finnmglas

🚀
Working on my company
View GitHub Profile
@finnmglas
finnmglas / Ducky2Digispark.py
Created January 29, 2021 07:55
Create arduino C++ code from duckyscripts
#This script will be used to translate duckyscript
#(see https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript)
#To C / C++ source code which can be compiled for the Digistump AVR Boards
#(also called Digispark)
#Makes use of https://github.com/adnan-alhomssi/DigistumpArduinoDe/blob/master/digistump-avr/libraries/DigisparkKeyboard/DigiKeyboardDe.h
#Last Edit: 18.09.2019
import getopt, sys
inputfile = "" #duckyscript file
@finnmglas
finnmglas / bootstrap-shields-badges.html
Last active August 28, 2023 15:08
Bootstrap badges like on shields.io
<!-- Create badges / shields like on shields.io
-- but with bootstrap.
--
-- Fully adjustable, use this for whatever you want ^^
--
-- Finn M Glas, 2020-07-06
-->
<!-- Regular badges (value-only) -->