Skip to content

Instantly share code, notes, and snippets.

View aaillet's full-sized avatar

Aymeric Aillet aaillet

  • @IoT.bzh
  • Lorient, France
View GitHub Profile
@flozz
flozz / arctis7.py
Last active August 3, 2023 13:40
Displays the battery level of a SteelSeries Acrtis 7 headset.
#!/usr/bin/env python3
"""
This script displays the battery level of a SteelSeries Acrtis 7 headset.
USING
-----
To use this script you must install hidapi (https://github.com/trezor/cython-hidapi):
@mkweskin
mkweskin / gist:5414303
Last active November 13, 2023 15:52
Convert markdown to mediawiki with pandoc
pandoc -f markdown -t mediawiki test.md -o test.wiki
# Thanks to @tillmanj for the updated formatting