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
/* | |
Automatically Generated by AnalysIR - Batch Export Utility | |
Registered to: kyle | |
Session History: Tatazone 16.4ft Bluetooth RGB COB Led Strip Lights with Remote | |
Type : Key : Value : Bits : Carrier Frequency (kHz) | |
0 : NEC : Timer2 : D564DA25 : 32 : 0 | |
1 : NEC : Timer1 : D56404FB : 32 : 0 | |
2 : NEC : Music2 : D564DC23 : 32 : 0 | |
3 : NEC : Music1 : D564D22D : 32 : 0 | |
4 : NEC : Christmas : D5649867 : 32 : 0 |
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
/* | |
Automatically Generated by AnalysIR - Batch Export Utility | |
Registered to: kyle | |
Session History: Remote Control Infrared Codes for UNICROWN DreamColor 5050 RGB LED Strip Lights Remote Control | |
Type : Key : Value : Bits : Carrier Frequency (kHz) | |
0 : NEC : 4 : 00FF28D7 : 32 : 40 | |
1 : NEC : 3 : 00FFC837 : 32 : 40 | |
2 : NEC : 2 : 00FF8877 : 32 : 40 | |
3 : NEC : 1 : 00FF08F7 : 32 : 31 | |
4 : NEC : 8 Hours : 00FF02FD : 32 : 40 |
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
/* | |
See image here for how I mapped the numbers to the buttons https://i.imgur.com/TOTne17.png | |
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
Automatically Generated by AnalysIR - Batch Export Utility | |
Registered to: kyle | |
Session History: Big Honkin Lights Remote Codes | |
Type : Key : Value : Bits : Carrier Frequency (kHz) | |
0 : NEC : 44 : 00FFE01F : 32 : 0 | |
1 : NEC : 43 : 00FF609F : 32 : 0 | |
2 : NEC : 42 : 00FFA05F : 32 : 24 |
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> | |
#include <IRremoteESP8266.h> | |
#include <IRsend.h> | |
IRsend irsend(4); | |
void sendAll() | |
{ | |
/* | |
Automatically Generated by AnalysIR - Batch Export Utility |
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
{ | |
"draw": 0, | |
"recordsTotal": 468, | |
"recordsFiltered": 468, | |
"data": [ | |
{ | |
"DT_RowId": "1458--7", | |
"tooltipUrl": "/tooltip/Cameras/1458--7?lang=%7Blang%7D&noCss=true", | |
"agencyLogoEnabled": false, | |
"visible": 1, |
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 Bsky Domain History Lookup (Console Output) | |
// @namespace http://your-namespace.com | |
// @version 1.2 | |
// @description Looks up the history of custom domains on bsky.app profiles via Shodan and logs JSON to console. | |
// @author You | |
// @match https://bsky.app/profile/* | |
// @grant GM_xmlhttpRequest | |
// @connect api.shodan.io | |
// ==/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
// ==UserScript== | |
// @name NYTimes to Archive.is Redirector | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description Automatically redirects nytimes.com pages (and others) to archive.is/newest/<original_url> | |
// @author Kyle | |
// @match *://*.nytimes.com/* | |
// @match *://*.rollingstone.com/* | |
// @match *://*.wsj.com/* | |
// @match *://*.theguardian.com/* |
OlderNewer