VIBE
Official implementation of CVPR2020 paper “VIBE: Video Inference for Human Body Pose and Shape Estimation”.
Finding secrets by decompiling Python bytecode in public repositories
Since v3.2
, Python moved .pyc
byte-code files to a directory __pycache__
. Many text editors and IDEs, such as PyCharm, hide the directory, making it easy to forget that they even exist. If you stored keys, passwords in a file keys.py
, and ignored keys.py
in the .gitignore
file, but forgot __pycache__
, then pushed the code to the public repository. Someone can decompile the .pyc
files and find the keys, passwords.
A collection of useful .gitignore templates
This is GitHub’s collection of .gitignore
file templates.
Choose an open source license
A site to provide non-judgmental guidance on choosing a license for your open source project. The GitHub repository: https://github.com/github/choosealicense.com.
PureCSS Gaze
A pure CSS oil painting.
CSS Transform Functions Visualizer
CSS Transform Playground. Online tool to visualize 2D & 3D CSS3 Transform functions.