Skip to content

Instantly share code, notes, and snippets.

View gmarfjan's full-sized avatar

Gregory Marfjan gmarfjan

  • GetYourITGuy
  • Lille, France
View GitHub Profile
@mgalardini
mgalardini / template.py
Created September 14, 2017 09:31
Minimal python script template
#!/usr/bin/env python
'''Description here'''
import logging
import argparse
def get_options():
description = ''
parser = argparse.ArgumentParser(description=description)
@alexellis
alexellis / Dockerfile
Last active September 30, 2021 10:54
ZCash Dockerfile - installs and builds ZCash tool and pulls proving cert.
FROM ubuntu:latest
RUN apt-get update -q && apt-get -qy install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python \
zlib1g-dev wget bsdmainutils automake
WORKDIR /root/
RUN git clone https://github.com/zcash/zcash.git
WORKDIR /root/zcash/
@leg0ffant
leg0ffant / golang-fr.md
Last active August 9, 2022 12:33
Golang introduction [FR]

Cours langage GO - annotation - Anthony Le Goff


#INTRO ALGORITHME SOUS GO De l'écriture du premier programme à la logique informatique golang

http://golang.org

Premier programme et présentation de "hello world"

@powerman
powerman / AsciidocCheatsheet.adoc
Last active March 22, 2024 19:18
Asciidoc cheatsheet for GitHub

Asciidoc cheatsheet for GitHub