Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am matthiasegli on github.
  • I am matthiasegli (https://keybase.io/matthiasegli) on keybase.
  • I have a public key ASCviKxtsHkpXFm8IIH0uNdbpqClOJefNzOyo5UWXXX7Zwo

To claim this, I am signing this object:

@MatthiasEgli
MatthiasEgli / README.txt
Created March 31, 2021 15:16
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.1+commit.df193b15.js&optimize=false&runs=200&gist=
ETH Workshop Examples - do not use in production, these contracts contain bugs!
@MatthiasEgli
MatthiasEgli / README.txt
Created March 31, 2021 15:15
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.1+commit.df193b15.js&optimize=false&runs=200&gist=
ETH Workshop Examples - do not use in production, these contracts contain bugs!
@MatthiasEgli
MatthiasEgli / Test.ipynb
Created July 14, 2016 19:00
exa_data_science/notebooks/dga_optimization/Test.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MatthiasEgli
MatthiasEgli / crashplan.sh
Last active June 5, 2018 14:18
Raspberry Pi 2 Crashplan
#Starting point: 2015-02-16-raspbian-wheezy.img (installed according to http://www.raspberrypi.org/documentation/installation/installing-images/linux.md, overclocked to "Pi2", connected with SSH)
# Connect the external harddisk:
# Add this to /etc/fstab (replace the UUID with your harddrives UUID, use "sudo blkid" to get it)
# /dev/disk/by-uuid/6da588d6-0f78-497a-9c2e-bcfd5fdc9866 /mnt/data ext4 defaults 0 0
# and install usbmount:
# sudo apt-get install usbmount
# Move swap:
# sudo dphys-swapfile uninstall