Pinned Repositories
AoC2023
classMaker
this program is meant to make my CS class easier by automating class creation.
Collatz
My crack at the Collatz Conjecture
ComplexDynamics
This program is meant to graph the dynamics of any given function, it also allows for different parameters to be controlled by screenspace or dragable sliders. The screen is colored depending on the long term behavior of iterating the given function. To learn more look up Fatou and Julia sets.
CoolAplCode
random bits of apl code I write
gausslib
math lib
Lorenz-3D
this program uses SDL2 to showcase the Lorenz system. The Lorenz system an example of chaos theory where small changes in starting position result in large changes in later positions. This makes the system unpredictable if you cannot record an absolute measurement. controls are in the README.txt
Lorenze-System-GL
Lorenze system using openGL
NamesOfGod
This simple program is inspired by "The Nine Billion Names of God" by Arthur C. Clark. In the story, Tibetan monks use a machine to print every nine letter word in their special alphabet to compile all the possible names of god. Lama says that once they are finished, "God's purpose will be achieved. The human race will have finished what it was created to do, and there won't be any point in carrying on".
sorting_intarr_c
Lain255's Repositories
Lain255/AoC2023
Lain255/CoolAplCode
random bits of apl code I write
Lain255/sorting_intarr_c
Lain255/Lorenz-3D
this program uses SDL2 to showcase the Lorenz system. The Lorenz system an example of chaos theory where small changes in starting position result in large changes in later positions. This makes the system unpredictable if you cannot record an absolute measurement. controls are in the README.txt
Lain255/Lorenze-System-GL
Lorenze system using openGL
Lain255/NamesOfGod
This simple program is inspired by "The Nine Billion Names of God" by Arthur C. Clark. In the story, Tibetan monks use a machine to print every nine letter word in their special alphabet to compile all the possible names of god. Lama says that once they are finished, "God's purpose will be achieved. The human race will have finished what it was created to do, and there won't be any point in carrying on".
Lain255/classMaker
this program is meant to make my CS class easier by automating class creation.
Lain255/Collatz
My crack at the Collatz Conjecture
Lain255/ComplexDynamics
This program is meant to graph the dynamics of any given function, it also allows for different parameters to be controlled by screenspace or dragable sliders. The screen is colored depending on the long term behavior of iterating the given function. To learn more look up Fatou and Julia sets.
Lain255/gausslib
math lib
Lain255/lerp
Calculating inverse lerp using only lerp
Lain255/Lorenze-System-WebGL
Lain255/Lsystem
Lain255/Mandelbrot
Produces an image of the Mandelbrot set with ppm format
Lain255/Mandelbrot-with-GL
Mandelbrot with openGL
Lain255/Mandelbrot-with-SDL2
Interactive Mandelbrot set program using SDL2
Lain255/MathHypertextBook
A math resource.
Lain255/NewtonsFractals
Newton's fractals are visualizations on complex dynamics on functions genrated using Newton's method on polynomials.
Lain255/OverlappingNetworkDetector
This small script will look through a csv list of network addresses to find any overlapping address space. The output is human readable JSON where non overlapping addresses show as strings and overlapping addresses show as objects with the lowest netmask as the key.
Lain255/raymarching-with-SDF
Lain255/Riichi-Mahjong
Lain255/Tortoise
A turtle helper library for ComputerCraft
Lain255/UiuaCode