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
| # Control Ubuntu Desktop from macOS via VNC | |
| A step-by-step guide to remotely control an Ubuntu 22.04 desktop from macOS using x11vnc. | |
| ## Prerequisites | |
| - Ubuntu 22.04 (or similar) with a desktop environment | |
| - macOS with built-in Screen Sharing | |
| - Both machines on the same network |
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
| # T1000-E Full Flash Corruption Recovery | |
| ## When You Need This | |
| Your T1000-E is completely bricked: | |
| - No LED, no USB, nothing works | |
| - Device doesn't respond at all | |
| - Flash is corrupted or erased | |
| - Bootloader is gone |
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
| import meshtastic | |
| from meshtastic.serial_interface import SerialInterface | |
| import time | |
| # Connect to a local Meshtastic device (e.g., via serial/USB) | |
| iface = SerialInterface() | |
| # Replace with the target node ID you want to configure | |
| target_node = "!" + "1309E2A0" |
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
| import requests | |
| import openai | |
| import os | |
| from openai import OpenAI | |
| GITHUB_TOKEN = "" | |
| OPENAI_API_KEY = "" | |
| REPO_OWNER = "j0uni" | |
| REPO_NAME = "rtl_icecast" | |
| PULL_REQUEST_ID = 8 |
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
| <?php | |
| // include file for php called "IDIOT-PHP-DEVELOPERS" | |
| // this file is a dirty fix to fix deprecated mysql_ - functions. | |
| // first of all, I really don't understand why these functions needed to be deprecated. | |
| // this decision by PHP developer has caused hundreds or thousands work hours to fix | |
| // about this "library" : it might have not all functions so feel free to continue this work |
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
| How to get fixed wing aeroplane work with DYS F4 FC work in iNav 1.7.2 By default the motor_2 output doesn't support servos. | |
| Use this mixer: | |
| # mixer | |
| mixer CUSTOMAIRPLANE | |
| mmix 0 1.000 0.000 0.000 0.000 | |
| # servo | |
| servo 1 700 2300 1400 125 -1 |
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
| void setup() | |
| { | |
| Serial.begin(115200); | |
| Serial3.begin(100000); | |
| pinMode(13, OUTPUT); | |
| } | |
| uint8_t buffer[255]; | |
| uint8_t bufferPos=0; |
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
| /* Arduino Synth from | |
| https://janostman.wordpress.com/2016/01/15/how-to-build-your-very-own-string-synth/ | |
| */ | |
| #include <avr/interrupt.h> | |
| #include <avr/io.h> | |
| #include <avr/pgmspace.h> | |
| #ifndef cbi | |
| #define cbi(sfr, bit) (_SFR_BYTE(sfr) &= ~_BV(bit)) | |
| #endif | |
| #ifndef sbi |
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
| // O2 Minipops rhythm box (c) DSP Synthesizers 2016 | |
| // Free for non commercial use | |
| // http://janostman.wordpress.com | |
| #include <avr/interrupt.h> | |
| #include <avr/io.h> | |
| #include <avr/pgmspace.h> |
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
| Using https://github.com/SkyeSweeney/Striker and http://www.embeddedadventures.com/as3935_lightning_sensor_module_mod-1016.html | |
| SREJ = 2 | |
| NF_LEV = 2 | |
| Gain = 12 | |
| WDTH = 2 | |
| ISR: Noisy | |
| ISR: Noisy | |
| ISR: Noisy | |
| ISR: Strike |
NewerOlder