Skip to content

Instantly share code, notes, and snippets.

Avatar

Lincoln de Macêdo demacdolincoln

  • Brasil
View GitHub Profile
@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
View w2v.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@maxogden
maxogden / bibtex.png
Last active May 29, 2023 06:55
How to make a scientific looking PDF from markdown (with bibliography)
@leocomelli
leocomelli / git.md
Last active June 4, 2023 16:14
Lista de comandos úteis do GIT
View git.md

GIT

Estados

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

Ajuda