ethanlindley.github.io
Self-taught programmer with a passion for technology. I like socket programming, networking, client-server systems and anything in-between. My preferred languages (in order from most comfortable to least comfortable developing with) are as follows: Python 3.x.x, node.js, Java, C# .NET
Notable projects
tlopo-launcher
datagram-python
datagram-python
is an implementation of the Datagram
and DatagramIterator
classes from the Panda3D game engine, written in Python 2.7.14.
ByteArray.py
Originally authored by Zaseth, ByteArray.py
is a simple script providing methods for reading and writing binary data types in Python 2.7.14 (which is basically the same as the datagram-python
project).
alarm-clock
A simple script written in Python 2.7.14 that plays 16 bit PCM WAV audio files at a provided time – functions as a primitive alarm clock. Although, yes, it is a relatively simple program (and one of my earlier projects), it helped guide me into learning how to read/write binary data types.