Skip to content

Instantly share code, notes, and snippets.

View temoctzin's full-sized avatar

Temoctzin temoctzin

View GitHub Profile
@arkadoel
arkadoel / pruebaserial.py
Created January 10, 2015 09:52
Lectura de bascula mediante puerto serial y python
__author__ = 'https://github.com/arkadoel'
__date__ = '07-Ene-2015'
__license__ = 'GPL v2'
'''
Se trata de leer una bascula de pesar camiones
conectada al equipo mediante un puerto serial.
Fabricante bascula de servipesa
Con lector fisico de bascula
@barrysteyn
barrysteyn / svn-to-git.md
Last active October 10, 2024 12:27
Migrate From SVN To GIT
@jbenet
jbenet / simple-git-branching-model.md
Last active February 26, 2026 00:08
a simple git branching model

a simple git branching model (written in 2013)

This is a very simple git workflow. It (and variants) is in use by many people. I settled on it after using it very effectively at Athena. GitHub does something similar; Zach Holman mentioned it in this talk.

Update: Woah, thanks for all the attention. Didn't expect this simple rant to get popular.