Skip to content

Instantly share code, notes, and snippets.

View Croydon's full-sized avatar
👨‍💻
Always code like your code will be preserved for 1000 years in the Arctic.

Michael Keck Croydon

👨‍💻
Always code like your code will be preserved for 1000 years in the Arctic.
View GitHub Profile
@rena2019
rena2019 / IDwalletFail.md
Last active October 30, 2021 16:30
IDwallet Fails

Die schönsten #IDWallet Fehlermeldungen

Rechtzeitig vor der Bundestagswahl 2021 hat uns die Bundesregierung ein neues digitales Spielzeug bereitgestellt, den Prototypen der #ID Wallett App https://www.bundesregierung.de/breg-de/aktuelles/e-id-1962112

  1. Anfrage #229623: ID Wallet https://fragdenstaat.de/anfrage/id-wallet/
@nebulak
nebulak / Thunderbird-Addon-Ressources.md
Last active August 20, 2023 21:17
Outdated: Ressources and useful links for Thunderbird addon development

Ressources for Thunderbird addon development

Most content of this gist is outdated, as the TB addon system has changed and now uses the same addon system, that is used by firefox

Mozilla pages

@eyecatchup
eyecatchup / mr.robot_season-2_easter-egg-sites.md
Last active April 4, 2024 10:39
A collection of "Mr. Robot" Season 2 Easter Egg Sites. #mrrobot #hackingrobot #robotegg
@rvl
rvl / git-pushing-multiple.rst
Created February 9, 2016 11:41
How to push to multiple git remotes at once. Useful if you keep mirrors of your repo.

Pushing to Multiple Git Repos

If a project has to have multiple git repos (e.g. Bitbucket and Github) then it's better that they remain in sync.

Usually this would involve pushing each branch to each repo in turn, but actually Git allows pushing to multiple repos in one go.

If in doubt about what git is doing when you run these commands, just

@DmitrySoshnikov
DmitrySoshnikov / Recursive-descent-backtracking.js
Last active January 3, 2024 17:15
Recursive descent parser with simple backtracking
/**
* = Recursive descent parser =
*
* MIT Style License
* By Dmitry Soshnikov <dmitry.soshnikov@gmail.com>
*
* In this short lecture we'll cover the basic (non-predictive, backtracking)
* recursive descent parsing algorithm.
*
* Recursive descent is an LL parser: scan from left to right, doing
@coolaj86
coolaj86 / github-pages-https-lets-encrypt.md
Last active November 16, 2021 22:36
Github Pages: Let's Encrypt!
@yamaya
yamaya / xcode-clang-vers
Last active April 3, 2024 02:28
Xcode clang version record
# Xcode 4.3.3
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix
# Xcode 4.3.2
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.0
Thread model: posix
@keeguon
keeguon / countries.json
Created April 5, 2012 11:11
A list of countries in JSON
[
{name: 'Afghanistan', code: 'AF'},
{name: 'Åland Islands', code: 'AX'},
{name: 'Albania', code: 'AL'},
{name: 'Algeria', code: 'DZ'},
{name: 'American Samoa', code: 'AS'},
{name: 'AndorrA', code: 'AD'},
{name: 'Angola', code: 'AO'},
{name: 'Anguilla', code: 'AI'},
{name: 'Antarctica', code: 'AQ'},