Skip to content

Instantly share code, notes, and snippets.

@psybertech
psybertech / philips-hue-control.html
Last active May 16, 2019 02:02 — forked from thomaspockrandt/philips-hue-control.html
Simple Philips Hue Control (jQuery)
<!--
THIS IS AN UPDATE TO THE ORIGINAL GIST TO ADD GROUPS SUPPORT & CSS STYLING
IT NEEDS SOME WORK & ISNT PRETTY BUT IT WORKS
CHANGING GROUPS COLOR/BRIGHTNESS IS SLOW TO UPDATE EACH LIGHT SO THERE IS A WORKAROUND FOR NOW
--- I DONT LIKE IT BUT I RARELY USE OVERALL GROUP CHANGES SO IT IS WHAT IT IS
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@psybertech
psybertech / synology_disk_benchmark.sh
Created July 23, 2019 21:33 — forked from gxfxyz/synology_disk_benchmark.sh
A simple script to test Synology NAS disk speed with hdparm, dd and fio
#!/usr/bin/env bash
# =======================================================================================
#
# A simple script to test Synology NAS disk speed with hdparm, dd and fio.
#
# How to use:
#
# 1. Save synology_disk_benchmark.sh and xfio.conf to your Synology NAS
# 2. Make it executable: chmod +x synology_disk_benchmark.sh
@psybertech
psybertech / my padawan 360 v2 .ino
Created October 13, 2019 02:00
I think this is my installed Padawan 360 sketch with teeces/filthy/adafruit LEDs.... not 100% sure... its been a while..............
// psybertech's modified version 1.61
// BASED OFF Padawan360 Body Code - Mega I2C v1.0
/////////////////////////////////////////////////
//INCLUDES
#include <Adafruit_PWMServoDriver.h>
#include <MP3Trigger.h>
#include <Sabertooth.h>
#include <SoftwareSerial.h>
#include <Wire.h>
#include <XBOXRECV.h>