Skip to content

Instantly share code, notes, and snippets.

View brabadu's full-sized avatar

Boryslav Larin brabadu

View GitHub Profile
@mscottford
mscottford / Zencastr Recovery Script.md
Last active March 23, 2023 16:03
Small snippet to recover local recordings Zencastr has stored in IndexedDB. I used this to recover an audio file that failed to upload.

Zencastr Recovery Script

This is a small snippet to recover local recordings Zencastr has stored in IndexedDB. I used this to recover an audio file that failed to upload.

To run it (instrutions for Google Chrome, you may have to adapt for other web browsers):

  1. open the web browser you were using when you made the recording,
  2. visit the Zencastr URL where you made the recording,
  3. right click on the page and select "Inspect",
  4. click on the "Console" tab,
  5. paste the script into the prompt and hit enter.
@ericelliott
ericelliott / essential-javascript-links.md
Last active July 18, 2024 15:03
Essential JavaScript Links
@kachayev
kachayev / concurrency-in-go.md
Last active May 31, 2024 09:34
Channels Are Not Enough or Why Pipelining Is Not That Easy
@staltz
staltz / introrx.md
Last active July 22, 2024 09:31
The introduction to Reactive Programming you've been missing
@EugeneN
EugeneN / gist:4225334
Created December 6, 2012 15:29
Currency monad
# mv = [currency amount]
# v = "$ 123"
rates =
'$': 8
'E': 10
'R': 0.25
'U': 1
'T': 123