Pinned Repositories
277r
AoC
browser
me trying to make a small web browser
cijferBerekenen
Berekent je gemiddelde cijfer, welk cijfer je nodig hebt om een ander cijfer gemiddeld te staan, en slaat cijfers op, browser versie en commandline tool
classTests
Class Tests, Started using classes since yesterday and now trying to see what things are possible with them, I already found out you can initialize arrays of classes and parse arrays of classes, they're great!
javascriptLetterF
javascript script to get the letter F
luna_date
rust_image_filters
image filters, made in rust
simpleRLE
simple run length encoding system
typeList
simple linux tool to list all file types in a folder, and their count
277r's Repositories
277r/javascriptLetterF
javascript script to get the letter F
277r/rust_image_filters
image filters, made in rust
277r/277r
277r/browser
me trying to make a small web browser
277r/cijferBerekenen
Berekent je gemiddelde cijfer, welk cijfer je nodig hebt om een ander cijfer gemiddeld te staan, en slaat cijfers op, browser versie en commandline tool
277r/luna_date
277r/simpleRLE
simple run length encoding system
277r/typeList
simple linux tool to list all file types in a folder, and their count
277r/compiler
me trying to make a functioning c(++) compiler
277r/cpp_pc
c++ data permutation and combination algorithms
277r/cppJsonLib
c++ json library that allows you to acces json the javascript style
277r/cppOperatorTests
me testing out how to overload operators in c++ and do fun (cursed) things with them
277r/D.T
mathematical transforms, DFT like DCT, but also DWT
277r/dct
16*16 matrix discrete cosine implementation
277r/fast_line_finder
fast line finder for 2 dimensional square matrices, multithreadable
277r/fastMath
trying to create the fastest mathematical operations possible in C, this should be done on CPU level instead but this might give an idea how to do it
277r/fv1
Futureproof Videocodec 1, me trying to make an open source video codec
277r/hdnyan.cat
277r/imageFilters
some random image effects i made using libpng in c++
277r/Labcontrol
277r/MobileLayoutMaker
a script that tries to make the best phone keyboard layout with a given word list.
277r/OS
me trying to make an OS
277r/PWSmateriaal
material for a paper I have to write for school
277r/RAML
rs's adaptive movie language
277r/romanNumeralConverter
roman numeral converter, bidirectional
277r/rust_learning
me learning rust stpe by step
277r/sorts
sorting algorithms i'm making, some have been invented by myself
277r/STM_training
short term memory training, train yourself to remember complex things better
277r/tests
random tests with various stuff, mostly written in C++
277r/wroot
weird root algorithm people used before calculators, cool to program but bad as an algorithm