Skip to content

Instantly share code, notes, and snippets.

View michielboekhoff's full-sized avatar

Michiel Boekhoff michielboekhoff

  • Self-employed
  • Nottingham
View GitHub Profile
def sum_list(list, sum, counter):
if counter > len(list) - 1:
return sum
return sum_list(list, sum + list[counter], counter + 1)
print(sum_list([1,2,3,4,5], 0, 0))
@michielboekhoff
michielboekhoff / _sig.js
Created February 27, 2017 09:36
YouTube downloader
_sig = function(H) {
var U = "R3",
m3 = "round",
e3 = "B3",
D3 = "v3",
N3 = "I3",
g3 = "V",
K3 = "toLowerCase",
n3 = "substr",
z3 = "Z",
@michielboekhoff
michielboekhoff / keybase.md
Last active June 4, 2021 13:56
keybase.md

Keybase proof

I hereby claim:

  • I am michielboekhoff on github.
  • I am michielboekhoff (https://keybase.io/michielboekhoff) on keybase.
  • I have a public key whose fingerprint is 5F45 D883 36D7 8E01 62BF F5AC BBB8 45A1 9C78 92C5

To claim this, I am signing this object:

@michielboekhoff
michielboekhoff / build.log
Created June 20, 2022 16:16
awscli2 build failure
This file has been truncated, but you can view the full file.
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase