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
// ==UserScript== | |
// @name YouTube Music Volume Fix | |
// @author Brett Hagman | |
// @namespace https://gist.github.com/bhagman/f3043b28fa6bdf6a630bb192a8bf4a37 | |
// @version 1.0.0 | |
// @description Changes YTM volume slider to change based on a curve more suited to human hearing. | |
// @match https://music.youtube.com/* | |
// @grant none | |
// @run-at document-end | |
// ==/UserScript== |
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
Initializing modem... | |
AT | |
OK | |
AT+CFUN=15 | |
OK | |
AT | |
AT | |
AT |
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
Initializing modem... | |
AT | |
OK | |
AT+CFUN=15 | |
OK | |
AT | |
AT | |
AT |
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
#include <Arduino.h> | |
/************************************************************** | |
* | |
* For this example, you need to install CRC32 library: | |
* https://github.com/bakercp/CRC32 | |
* or from http://librarymanager/all#CRC32+checksum | |
* | |
* TinyGSM Getting Started guide: | |
* https://tiny.cc/tinygsm-readme | |
* |
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
/* | |
|| @author Brett Hagman <[email protected]> | |
|| @url http://wiring.org.co/ | |
|| @contribution Hernando Barragan <[email protected]> | |
|| @contribution Alexander Brevig <[email protected]> | |
|| | |
|| @description | |
|| | Time methods. | |
|| | | |
|| | Wiring Framework |
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
/* | |
|| @author Brett Hagman <[email protected]> | |
|| @url https://roguerobotics.com/ | |
|| | |
|| @description | |
|| | A simple example of an UNO WiFi sending data to the ThingSpeak Data Service (REST). | |
|| | https://thingspeak.com/ | |
|| | | |
|| | In the Arduino IDE, you will need to add the "Arduino Uno WiFi Dev Ed Library" in the Library Manager. | |
|| | Sketch > Include Library > Manage Libraries... |
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
/* | |
|| @author Brett Hagman <[email protected]> | |
|| @url https://roguerobotics.com/ | |
|| | |
|| @description | |
|| | A simple example of an UNO WiFi sending data to the Sparkfun Data Service. | |
|| | https://data.sparkfun.com/ | |
|| | | |
|| | In the Arduino IDE, you will need to add the "Arduino Uno WiFi Dev Ed Library" in the Library Manager. | |
|| | Sketch > Include Library > Manage Libraries... |
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
/* | |
Braccio.h - Library for controlling the Arduino Robotic Arm; Braccio! | |
Copyright (c) 2016 - Alexander Brevig & Brett Hagman | |
This library is free software; you can redistribute it and/or | |
modify it under the terms of the GNU Lesser General Public | |
License as published by the Free Software Foundation; either | |
version 2.1 of the License, or (at your option) any later version. | |
This library is distributed in the hope that it will be useful, | |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
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
<Module> | |
<ModulePrefs | |
width="300" | |
height="106" | |
border="0" | |
description="Add Google Plus Badge to your Google Site." | |
author="Brett Hagman" | |
author_email="[email protected]"> | |
<Require feature="dynamic-height"/> | |
</ModulePrefs>/> |
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
<Module> | |
<ModulePrefs title="Google+ Badge" directory_title="Google+ Badge" title_url="https://code.google.com/p/google-sites-badge-gadget/" description="Add a Google+ badge on your Google Sites pages." screenshot="http://lh3.googleusercontent.com/-OrI1DUdm480/T7y_kOxudFI/AAAAAAAAEgE/rp20hOY3H7c/s800/google-plus-share-button-screenshot.png" thumbnail="http://lh3.googleusercontent.com/-EsINHttHlaw/T7y_kMuuoRI/AAAAAAAAEgA/MxC8OZeUebc/s800/google-plus-share-button-thumbnail.png" width="100%" height="185" scrolling="true" author="BrettJ" author_email="[email protected]" author_affiliation="Google"></ModulePrefs> | |
<UserPref name="url" display_name="Google+ Profile URL or Google+ Page URL, copy from your profile, which will look like either: https://plus.google.com/123456789/ or https://plus.google.com/+LarryPage/" required="true"/> | |
<UserPref name="width" display_name="Badge width" default_value="300"/> | |
<UserPref name="layout" display_name="Layout" datatype="enum" default_value="landscape"> | |
<EnumValue value= |
NewerOlder