Explore >> Select a destination


You are here

johnearnest.github.io
| | www.honeybadger.io
10.3 parsecs away

Travel
| | This article provides an in-depth exploration of character encoding in Python 3. Learn how to interact with text and bytes in a project and how to fix common encoding errors.
| | cgmathprog.home.blog
4.8 parsecs away

Travel
| | Emulators So... what is an emulator? Let's say you want to play an old game from the MS-DOS era. You have the DUKE3D.EXE file, you launch it and ...nothing happens. But why? Old systems had a different architecture from your PC. Loosely speaking, your PC doesn't recognize the program and refuses to execute it. You
| | blog.kchung.co
9.9 parsecs away

Travel
| | In Python 2, it's no problem to use the `rb` or `wb` file modes to open binary files and process them using standard string methods. Not so easy in Python 3
| | tobiasvl.github.io
13.2 parsecs away

Travel
| A high-level guide to making a CHIP-8 emulator.