Skip to content

Instantly share code, notes, and snippets.

Avatar

Lincoln de Macêdo demacdolincoln

  • Brasil
View GitHub Profile
@leocomelli
leocomelli / git.md
Last active March 22, 2023 19:01
Lista de comandos úteis do GIT
View git.md

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@maxogden
maxogden / bibtex.png
Last active March 3, 2023 12:13
How to make a scientific looking PDF from markdown (with bibliography)
View w2v.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vegard
vegard / primes.py
Created September 21, 2018 07:51
Prime factorisation diagram
View primes.py
# -*- coding: utf-8 -*-
#
# Author: Vegard Nossum <vegard.nossum@gmail.com>
import math
import os
import sys
import cairo