HOWZ1T
Technology is my passion, ever since my first Microsoft Windows computer at the young age of 3 I’ve been motivated to investigate and interact with technology.
Pinned Repositories
-python-3-_project_template
Project Template for Python 3
bead_helper
A simple cli tool for helping with Perler (Fuse) Bead projects.
build-your-own-x
🤓 Build your own `insert technology here`. A curated collection of project-based programming tutorials.
Commander
C# DotNet core Command Framework
glog
golang logging library glog
learning-design-patterns
My resource / study of software design patterns
Mixed
MixedList provides a list data type capable of storing values of various data types.
proc-fish
Playground for procedural animation with the end goal being to simulate procedurally animated fish.
py_proxy
Python proxy helper. Please use deligently and respectfully! Always respect a websites ROBOTS.txt!
space_trader
Space Trader API Golang Wrapper
HOWZ1T's Repositories
HOWZ1T/Cardtastic-Website
#Cardtastic Website
HOWZ1T/hackmud
Hackmud scripts.
HOWZ1T/Java
Java Projects
HOWZ1T/rain
My first C program made using the SDL library. A simple rain simulation
HOWZ1T/github-io-pages-test
HOWZ1T/traitsplus
Traits Plus is a mod for the game Project Zomboid, this mod adds new traits to the game to enhance your gameplay experience. Note this mod is a Work In Progress!
HOWZ1T/BT_Discord_Bot
HOWZ1T/polyLight-2D
Polylight2D is a 2d light simulator, it uses raycasting to create polygons which forms the shape of the shadow. This is much more efficient and effective than my last light simulator! Please use the readme for controls :)
HOWZ1T/gamepedia-api
A Work In Progress Unofficial API for http://www.gamepedia.com/
HOWZ1T/2D_LightSim_Processing
This is a simple 2D light simulator made in the java version of the Processing environment availible at https://www.processing.org/ | Controls: MouseWheel -> Change room density, Left Click --> Generates new room, Mouse Location -> is the light source identified by a red dot.
HOWZ1T/BooleanAlgebra
This is a small python script which allows you to compute boolean algebra equations. It works by taking in the equation and the variable values, it then builds up the solution.
HOWZ1T/vector-python
A vector class for python. Created by Dylan Randall.
HOWZ1T/evolutionText
A small python script which uses previous solutions and random choice to build up and learn which combinations of characters make the target (input) word. Created by Dylan Randall
HOWZ1T/matrix-python
A python class for creating and using matrices and their mathematical functions.