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
Here's a rundwon of potential future coding projects I have ideas for. With very little coding experience, this is probably | |
going to be long and arduous and some of these may never see the light of day. I am posting this as a public Gist in case | |
anyone else comes across this and would like to take these on. I would be more than happy to see someone more skilled take | |
any of these on. | |
> Create a shell script to automate searching for new Ford calibration/strategy files using their DSFM service. The DSFM | |
>> service is basic and requires you specifying a specific filename to download. | |
> Recreate/reverse engineer the Yogscast 'YogsCinema' tool. |
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 Column width | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description https://github.com/tootsuite/mastodon/issues/8632 | |
// @author dampatnight | |
// @match https://neurodifferent.me* | |
// @grant GM_addStyle | |
// ==/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
#!/bin/bash | |
#################################### | |
# | |
# This script is designed for use with the official Belabox images on the supported Rockchip RK3588 boards | |
# in combination with the SpotPear 4G/5G M.2 modem hats: | |
# https://spotpear.com/index.php/shop/Raspberry-Pi-M.2-4G-5G-GSM-GPRS-EDGE.html | |
# | |
# The Belabox image, at least on the Orange Pi 5 Plus, defaults available GPIO pins to IN with a pullup. | |
# Physical pins 15 and 40 tie to modem POWER and RESET pins with these hats and the defaults will keep |