Skip to content

Instantly share code, notes, and snippets.

@jianhuabi
jianhuabi / maven-cheatsheet.md
Created September 12, 2021 07:01 — forked from michaellihs/maven-cheatsheet.md
Maven Cheatsheet
@jianhuabi
jianhuabi / iterm2-solarized.md
Created April 2, 2018 06:35 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

@jianhuabi
jianhuabi / parse_h265.py
Created January 10, 2018 06:55 — forked from figgis/parse_h265.py
H.265/HEVC bitstream parser
#!/usr/bin/env python
"""
- ae(v): context-adaptive arithmetic entropy-coded syntax element. The parsing process for this descriptor is
specified in clause 9.3.
- b(8): byte having any pattern of bit string (8 bits). The parsing process
for this descriptor is specified by the return value of the function
read_bits( 8 ).
- f(n): fixed-pattern bit string using n bits written (from left to right)
@jianhuabi
jianhuabi / parse_h265.py
Created January 10, 2018 06:55 — forked from figgis/parse_h265.py
H.265/HEVC bitstream parser
#!/usr/bin/env python
"""
- ae(v): context-adaptive arithmetic entropy-coded syntax element. The parsing process for this descriptor is
specified in clause 9.3.
- b(8): byte having any pattern of bit string (8 bits). The parsing process
for this descriptor is specified by the return value of the function
read_bits( 8 ).
- f(n): fixed-pattern bit string using n bits written (from left to right)