排序
Working with Different File Modes and File Types in Python
Working with Different File Modes and File Types in Python,In this blog series, we'll explore how to handle files in Python, starting from the basics and gradually progressing to m...
Bitwise & Bitshift in Java
Bitwise & Bitshift in Java,In programming we use control flow statements to change the execution of our code. If this then that, sort of thing. I'm sure we all know the standard ke...
A slightly less naive binary diff
A slightly less naive binary diff,binary-diff on Gitlab This is a small, naive project I started because I remember one day wondering, 'how would I visually diff binary files for s...
Solving Eggnog Problems with Binary
Solving Eggnog Problems with Binary,Binary. It feels like a concept that you only need for esoteric or complicated things like complex number problems, writing byte-code, building ...