$argon2id$v=19$m=64,t=512,p=2$Eg4+lidPNY90B9OqhvLKlA$jEeidBmLXi+HzV35ACWdtw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# hid==1.0.4 | |
# pyusb==1.0.2 | |
# NOTE: should install hidpai (brew/package manager) | |
import hid | |
import binascii | |
from threading import Thread | |
# MAYBE, we can register a callback to be notified about device | |
# add/remove (https://github.com/pyusb/pyusb/pull/160) | |
from usb import core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# hid==1.0.4 | |
# pyusb==1.0.2 | |
# NOTE: should install hidpai (brew/package manager) | |
import hid | |
import binascii | |
# MAYBE, we can register a callback to be notified about device | |
# add/remove (https://github.com/pyusb/pyusb/pull/160) | |
from usb import core | |
from usb import util |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# hid==1.0.4 | |
# pyusb==1.0.2 | |
# NOTE: should install hodpai (brew/package manager) | |
import hid | |
import binascii | |
def dec_to_hex(value): | |
return "{0:x}".format(value) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c8ddc4f1e53a037fea13b877b6f20641f841fdd7 Mon Sep 17 00:00:00 2001 | |
From: Rodrigo Oliveira <[email protected]> | |
Date: Fri, 9 Oct 2015 13:49:09 -0300 | |
Subject: [PATCH 1/2] Compiling on OSX | |
Signed-off-by: Rodrigo Oliveira <[email protected]> | |
--- | |
config.mk | 10 +++++----- | |
st.c | 22 +++++++++++++++++++++- | |
2 files changed, 26 insertions(+), 6 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#################################################################### | |
# This script was created by: MDK - [email protected] # | |
# http://projects.thecoreme.org/ # | |
# May 28 2014 # | |
# Last update on Jun 09 2014 # | |
# # | |
# Simple script/wrapper to "mute" Spotify's ads # | |
# based on https://gist.github.com/pcworld/3198763#comment-1233334 # | |
# # |