DanielChapin
I am a `SELECT FLOOR(DATE_PART('day', NOW() - '2003-04-28'::timestamp) / 365) AS age;` year old software engineer.
Rochester, NY
Pinned Repositories
2DRayCasting
2D ray casting in Java!
BubbleSort
Graphical Bubble Sorting Algorithm
danielchapin.github.io
GraphicMorseBinary
WIP - binary morse
ImagePixelate
Pixelate images using Java!
JigsawPuzzle
Jigsaw puzzle using ImageIO in Java
PHSHacktoberfest
A Hacktoberfest repo for Prospect High School students
TCPMorse
Morse code using a tcp connection!
TCPong
Pong but it's over the internet.
Calculator
calculator
DanielChapin's Repositories
DanielChapin/PHSHacktoberfest
A Hacktoberfest repo for Prospect High School students
DanielChapin/TCPMorse
Morse code using a tcp connection!
DanielChapin/BubbleSort
Graphical Bubble Sorting Algorithm
DanielChapin/GraphicMorseBinary
WIP - binary morse
DanielChapin/ImagePixelate
Pixelate images using Java!
DanielChapin/JigsawPuzzle
Jigsaw puzzle using ImageIO in Java
DanielChapin/TCPong
Pong but it's over the internet.
DanielChapin/2DRayCasting
2D ray casting in Java!
DanielChapin/danielchapin.github.io
DanielChapin/aoc-2023
DanielChapin/AWTGraphicsExample
An example of awt graphics and some of the stuff you can do with it.
DanielChapin/BinaryConversionPractice
Practice converting decimal to 8-bit binary using this Java program.
DanielChapin/BubbleSort-CPP
DanielChapin/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
DanielChapin/Cyclone
DanielChapin/DCPixelShop
Pixel Art making software I'm working on in Java
DanielChapin/DinoGame
The chrome dino game made in Java with a hidden secret. ;P
DanielChapin/Graph
Lightweight graph in Swift
DanielChapin/hello-npm
DanielChapin/helloworld-hacktoberfest
add your helloworld program / profile to participate HacktoberFest
DanielChapin/Interpolation
Bilinear interpolation in Java
DanielChapin/Java-Jet
This repository contains simple Java concepts that I learnt during the course:mag_right: :mag_right:
DanielChapin/Perceptron
Basic Machine Learning for beginners made in Java.
DanielChapin/Simple3D
DanielChapin/SnowflakeGenerator
DanielChapin/SortingAlgorithms
A repository of sorting algorithms
DanielChapin/Specs
The CocoaPods Master Repo
DanielChapin/Spiral
Cool Spiral maker - made in Java
DanielChapin/SwiftReflection
Retrieve name and type of properties for a class that inherits from NSObject. You do not need an instance of said class.
DanielChapin/Wanderer
Using randomization and showing how random values can converge.