Skip to content

Instantly share code, notes, and snippets.

View ManassehZhou's full-sized avatar
🎧
Ed Sheeran - Shape of You

Manasseh Zhou ManassehZhou

🎧
Ed Sheeran - Shape of You
View GitHub Profile
@ManassehZhou
ManassehZhou / solve.py
Created March 8, 2020 12:46
NPointer 2nd web open contest write-up
import binascii
import requests
import random
from datetime import datetime
class PaddingOracleCracker():
class PaddingOracleException(Exception):
m_message = None
@ManassehZhou
ManassehZhou / commit.md
Created January 16, 2019 02:17 — forked from abravalheri/commit.md
RFC: Git Commit Message Guidelines

Commit Message Guidelines

In the last few yers, the number of programmers concerned about writting structured commit messages had dramatically grown. As exposed by Tim Pope in article readable commit messages are easy to follow when looking through the project history. Moreover the AngularJS contributing guides introduced conventions that can be used by automation tools to automatically generate useful documentation, or by developpers during debbuging process.

This document borrow some concepts, conventions and even text mainly from these two sources, extending them in order to provide a sensible guideline for writing commit messages.