This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
michal
/
craftbeerpi3
mirror of
https://github.com/Manuel83/craftbeerpi3
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
168
Commits
10
Branches
1.8GB
Tree:
996bc54768
dependabot/pip/eventlet-0.31.0
dependabot/pip/httplib2-0.19.0
dependabot/pip/pyyaml-5.4
fermenter20
core_refactoring
dependabot/pip/werkzeug-0.15.3
master
no_wiringpi
python3_migration
revert-105-patch2
3.1_alpha
3.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '996bc54768'
${ noResults }
craftbeerpi3
/
venv
/
lib
/
python3.6
/
site-packages
/
gitdb
/
const.py
5 lines
90B
Raw
Blame
History
BYTE_SPACE = b' '
NULL_BYTE = b'\0'
NULL_HEX_SHA = "0" * 40
NULL_BIN_SHA = NULL_BYTE * 20