Skip to content

Instantly share code, notes, and snippets.

View gumslone's full-sized avatar
🎯
Focusing

Oleg gumslone

🎯
Focusing
View GitHub Profile
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: teal; icon-glyph: magic;
// These must be at the very top of the file. Do not edit.
// icon-color: deep-blue; icon-glyph: magic;
// replace locale with yours
let locale = 'de-DE'
const tehybug_data = await get_tehybug_data()
const widget = new ListWidget()
@gumslone
gumslone / tehybug.widget.js
Last active October 23, 2020 12:56
Scriptable TeHyBug widget for iOS 14
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: teal; icon-glyph: magic;
// These must be at the very top of the file. Do not edit.
// icon-color: deep-blue; icon-glyph: magic;
// replace tehybug key with yours
let tehybug_key = '1feae1a8-dbbd-49e5-9c61-cde6bf8e29e8'
// replace locale with yours
let locale = 'de-DE'
let param = args.widgetParameter
@gumslone
gumslone / adventure_time_song.ino
Created June 2, 2016 19:37 — forked from patmandenver/adventure_time_song.ino
Arduino code to play adventure time theme music
/*
* Adventure time Song
* Using Tone()
*
* Connect Positive side of buzzer to pin 11
* Negative to Ground
*
* by: Patrick Bailey www.whiteboardcoder.com
* Last updated: 10/3/2015
*