Skip to content

Instantly share code, notes, and snippets.

View danimaribeiro's full-sized avatar
🏠
Working from home

Danimar Ribeiro danimaribeiro

🏠
Working from home
View GitHub Profile
@yelizariev
yelizariev / 1-Constitution.md
Last active February 20, 2021 00:05
IT-Projects LLC rules. The document is moved to https://gitlab.com/itpp/handbook/

Constitution explains how and in what direction is the company growing

I. Just work well

  • The only way to compensate poorly made work is to improve yourself and do it well

I.1. No penalties

  • There are no any financial, moral, administrative penalties

I.2. No excuses

  • Inside the company, excuses have no sense
@martini97
martini97 / pre-commit
Last active December 15, 2016 20:58
awesome pre-commit python
#!/usr/bin/env python
import fileinput
import os
import re
import shutil
import sys
# Checks to see if version needs to be increased
sys.stdin = open('/dev/tty')