This file contains hidden or 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> | |
| #include <ESP8266WiFi.h> | |
| #include <Adafruit_NeoPixel.h> | |
| #include <time.h> | |
| #include <ArduinoJson.h> | |
| #define LED 2 | |
| #define LED_COUNT 22 | |
| #define APP_ID "ff6f5d189dfa1eba10cc3559a7eb097d" | |
| #define ZIP "97701" |
This file contains hidden or 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
| https://ci5.googleusercontent.com/proxy/a0IKwWO4m7yWZDYSHZv4B88AAUwoy5neOpfXl0NPKVTN6gSAX_MV5SkT71yDETNbBIw_8QLfLciFSZ1b92zRM8qGFyxzTYB6s3TiIQiPO0jmNl4cyPB2pQSbQxV7E6iMj0bOQzgvi501PJYbxvXX6mX4hy6bNWdq-Ohh3F-LSTcFxAZ_zHZTo7o65eA05sNqq7s_itVCZ52H804DFVpHXcF-_sarHnG0WLLt4wVeT32OD9MgkuAimpHadP_l=s0-d-e1-ft#https://mi.burton.com/p/rp/98c2674b488bc8d6.png?mi_u=5e63fbfc91d15c0ec70f0404&mi_ecmp=20100406&mi_date=04/23/2020+23:00+UTC&mi_fontColor=000000&mi_backgroundColor=f69f95 |
This file contains hidden or 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
| ; Ender 3 Custom Start G-code | |
| G92 E0 ; Reset Extruder | |
| M280 P0 S160 ; BLTouch alarm release | |
| G4 P100 ; delay for BLTouch | |
| G28 ; Home all axes | |
| G29 ;move Z to min endstops | |
| G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed | |
| G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position | |
| G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line | |
| G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little |
This file contains hidden or 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
| const P_KEY_CODE = 80; | |
| const handleKeyPress = e => { | |
| if (e.shiftKey && e.keyCode === P_KEY_CODE) { | |
| togglePrefs(!showConsolePrefs); | |
| } | |
| }; | |
| window.addEventListener('keydown', handleKeyPress); | |
| return () => { | |
| window.removeEventListener('keydown', handleKeyPress); | |
| }; |
This file contains hidden or 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 PR Copy | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://github.com/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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 New Userscript | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://barnoneauction.hibid.com/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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 Team-Oregon | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://app3.msi5.com/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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
| ctrl_interface=/var/run/wpa_supplicant | |
| network={ | |
| ssid="SSID" | |
| psk="password" | |
| key_mgmt=WPA-PSK | |
| } |
This file contains hidden or 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 PR Copy | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://github.com/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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
| https://adafruit.github.io/arduino-board-index/package_adafruit_index.json | |
| https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json | |
| http://arduino.esp8266.com/staging/package_esp8266com_index.json | |
| https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json | |
| https://arduboy.github.io/board-support/package_arduboy_index.json | |
| https://macchina.cc/package_macchina_index.json | |
| http://drazzy.com/package_drazzy.com_index.json |
NewerOlder