Skip to content

Instantly share code, notes, and snippets.

View crepererum's full-sized avatar
🦀
rusting

Marco Neumann crepererum

🦀
rusting
View GitHub Profile
@crepererum
crepererum / 2015-07-09.md
Last active August 29, 2015 14:24
DLS Meeting Minutes

general

  • talk on Monday about JSON-Based Record Editing, slides here
  • got a new laptop: still extremely satisfied with Docker (took 5min to get Invenio + all services running)

inveniosoftware/invenio

  • documentation build on readthedocs is broken, discussion with Jiri if we change pythonhosted (all version) or/and GitHub pages (master only?, example)

master:

  • PR#3336 [open] Fix master after search replacement
  • cooperation with Leo
#!/bin/bash
#
# >>> About
#
# Generate a png of internal dependencies on invenio
#
# >>> Copyright
#
# Leonardo Rossi <leonardo.r@cern.h>
#
@crepererum
crepererum / keybase.md
Last active March 5, 2019 07:04
keybase.md

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@crepererum
crepererum / README.md
Last active March 2, 2021 18:01
NASM Fork Bomb

#NASM Fork Bomb

This creates a very small pure binary fork bomb without external dependencies.

##Build:

Just run the following commands to build a standalone executable:

nasm fork.asm -felf64 -ofork.o

ld fork.o -ofork