Skip to content

Instantly share code, notes, and snippets.

View cr08's full-sized avatar

cr08

View GitHub Profile
@bigunclemax
bigunclemax / Sync3UsbBootReformat.md
Last active May 29, 2024 20:38
# Как прошить REFORMAT на Ford Sync3

Как прошить REFORMAT на Ford Sync 3

Intro

Данный способ позволяет прошить Sync3 по USB, даже если он был полностью окирпичен 🧱. При этом не требуется припаивать ни картридер, ни какие-либо другие провода. Единственное что нужно, так это разобрать плату и замкнуть два контакта.

@tgray
tgray / hdcd-decode.md
Created July 5, 2020 18:50
HDCD decoding

HDCD decoding

The following used [ffmpeg][] to detect and decode files, and [sox][] to adjust gain.

Detection

The following shell script will detect HDCD files that were ripped bit-perfect (EAC/XLD).

#!/bin/sh -
@popmonkey
popmonkey / network_test.sh
Last active April 16, 2023 05:20
EdgeOS ready script that tests for WAN connection degradation (via packet loss and latency checks)
#!/bin/sh
#
# USG and EdgeRouter route-test script for failover
#
# uses ping to check latency and packet loss.
# returns zero when within thresholds and non zero (1) when above thresholds
# uses ping, traceroute, and logger
#
# by https://github.com/popmonkey
#
@ItKindaWorks
ItKindaWorks / powerMon.fzz
Last active February 20, 2023 14:56
A simple arduino and ESP8266 program to read and average 2 current transformers and a voltage transformer for monitoring whole house power usage.