Skip to content

Instantly share code, notes, and snippets.

View xythobuz's full-sized avatar

Thomas Buck xythobuz

View GitHub Profile
@xythobuz
xythobuz / config.txt
Created September 20, 2017 17:44
Betaflight Config - v3.2.0 RC5 - Aurora 100 Eachine Minicube F3
# dump
# Betaflight / OMNIBUS (OMNI) 3.2.0 Sep 11 2017 / 06:43:51 (649ccd7c7) MSP API: 1.36
name xyBeast
resource BEEPER 1 C15
resource MOTOR 1 A02
resource MOTOR 2 A03
resource MOTOR 3 B09
resource MOTOR 4 B08
resource MOTOR 5 B07
resource MOTOR 6 B06
@xythobuz
xythobuz / ps2-hdl.sh
Created July 9, 2017 22:52
PS2 HDLoader hdl_dump 0.9.2 wrapper shell script
#!/bin/bash
TEMP_DATA_FILE=".ps2-hdl-state"
TEMP_INFO_FILE=".ps2-hdl-info"
# Determine which hdl_dump client to use
HDL=`which hdl_dump`
HDLSETTING="auto"
# Get PS2 IP from environment var or use default
@xythobuz
xythobuz / 020-web
Last active August 31, 2021 22:34
Status page for RTL-SDR server on Raspberry Pi
www-data ALL=(root) NOPASSWD: /etc/init.d/rtl-sdr-server
www-data ALL=(root) NOPASSWD: /bin/rm
www-data ALL=(root) NOPASSWD: /bin/cat
@xythobuz
xythobuz / excel.py
Created February 25, 2017 14:00
Large excel file row excerpt utility
#!/usr/bin/env python
# This program takes two arguments, the input filename and the output filename.
# Both should be .xlsx files.
# It will then only copy each 50th row from the input to the output file.
skip = 50;
from openpyxl import load_workbook, Workbook
import sys
@xythobuz
xythobuz / Talos.All.log
Created July 30, 2015 10:36
Talos Principle Road to Gehenna Crash
-------- START OF LOG --------
17:37:53 LOG: Core version: $Version: Talos_PC_distro; Talos_Executables-OSX-Final; 226087 2015-03-31 17:33:08 @builderm01.local; OSX-Static-Final-Default$
17:37:53 LOG: Command: $
17:37:53 LOG: Initializing timer.
17:37:53 LOG: Timestamp: 2015/06/17 17:37:53
17:37:53 LOG: Binary name: Talos
17:37:53 LOG: Binary soft path: Bin/
This file has been truncated, but you can view the full file.
Date/Time: 2015-07-01 11:15:12 +0200
OS Version: 10.10.3 (Build 14D136)
Architecture: x86_64h
Report Version: 21
Command: Pecunia
Path: /Applications/Pecunia.app/Contents/MacOS/Pecunia
Version: 1.2.0 (1.2.0)
Parent: launchd [1]
PID: 60653
@xythobuz
xythobuz / ESP8266.cpp
Last active August 29, 2015 14:20
ESP8266 mbed - Getting Started
/*! \file src/ESP8266.cpp
* \brief ESP8266 library implementation.
* Copyright 2015 by Thomas Buck, Christian Högerle
* \author Thomas Buck
* \author Christian Högerle
*/
#define LOG
#define LOG_ALL_DATA

Keybase proof

I hereby claim:

  • I am xythobuz on github.
  • I am xythobuz (https://keybase.io/xythobuz) on keybase.
  • I have a public key whose fingerprint is A37C 346C 471C 1A13 829A B2E8 4CBB 7193 158A D8D3

To claim this, I am signing this object:

@xythobuz
xythobuz / gist:8072049
Created December 21, 2013 17:02
OpenRaider libs
bin/OpenRaider.app/Contents/MacOS/OpenRaider-bin:
/usr/X11/lib/libXmu.6.dylib (compatibility version 9.0.0, current version 9.0.0)
/usr/X11/lib/libXt.6.dylib (compatibility version 7.0.0, current version 7.0.0)
/usr/X11/lib/libSM.6.dylib (compatibility version 7.0.0, current version 7.1.0)
/usr/X11/lib/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0)
/usr/X11/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0)
/usr/X11/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0)
/usr/X11/lib/libXi.6.dylib (compatibility version 8.0.0, current version 8.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 1265.0.0)