mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
First
This commit is contained in:
commit
6449151d7a
38 changed files with 779 additions and 0 deletions
6
content/projects/_index.md
Normal file
6
content/projects/_index.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "Projects"
|
||||
sort_by = "date"
|
||||
template = "blog.html"
|
||||
page_template = "blog-page.html"
|
||||
+++
|
||||
10
content/projects/ansi.md
Normal file
10
content/projects/ansi.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
title = "Ansi"
|
||||
description = "A `no_std` incremental, panic free, allocationless ansi parser"
|
||||
date = 2025-09-23
|
||||
|
||||
[taxonomies]
|
||||
tags = ["embedded", "rust"]
|
||||
+++
|
||||
|
||||
https://github.com/ParkerTenBroeck/ansi
|
||||
12
content/projects/automata.md
Normal file
12
content/projects/automata.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
+++
|
||||
title = "Automata"
|
||||
description = "A compiler, visualizer, and simulator for different classes of automata"
|
||||
date = 2026-01-14
|
||||
|
||||
[taxonomies]
|
||||
tags = ["web", "deno", "rust"]
|
||||
+++
|
||||
|
||||
https://github.com/ParkerTenBroeck/automata
|
||||
|
||||
parkertenbroeck.com/automata/
|
||||
9
content/projects/brainfuck.md
Normal file
9
content/projects/brainfuck.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "Brainfuck"
|
||||
description = "A brainfuck parser, interpreter, compiler, and optimizer"
|
||||
date = 2024-05-09
|
||||
|
||||
[taxonomies]
|
||||
tags = ["rust", "x86"]
|
||||
+++
|
||||
https://github.com/ParkerTenBroeck/brainfuck_compiler
|
||||
9
content/projects/fastexpr.md
Normal file
9
content/projects/fastexpr.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "FastExpr"
|
||||
description = "A java 24 library that runtime compiled math expressions into native JVM bytecode. Also supporting expression simplification and operations such as derivatives"
|
||||
date = 2025-04-03
|
||||
|
||||
[taxonomies]
|
||||
tags = ["java", "bytecode"]
|
||||
+++
|
||||
https://github.com/ParkerTenBroeck/fastexpr
|
||||
9
content/projects/generators.md
Normal file
9
content/projects/generators.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "Generators"
|
||||
description = "A java 24 library that adds stackless coroutines to standard java code by transforming method bytecode into state machines at load time"
|
||||
date = 2025-05-07
|
||||
|
||||
[taxonomies]
|
||||
tags = ["java", "bytecode"]
|
||||
+++
|
||||
https://github.com/ParkerTenBroeck/generators
|
||||
10
content/projects/highschool.md
Normal file
10
content/projects/highschool.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
title = "Highschool Programs"
|
||||
description = "A collection of programs I made while in highschool. Don't look too hard at the code ;)"
|
||||
date = 2020-01-01
|
||||
|
||||
[taxonomies]
|
||||
tags = ["java", "fun", "highschool"]
|
||||
+++
|
||||
|
||||
https://github.com/ParkerTenBroeck/HighSchoolPrograms
|
||||
9
content/projects/kernel.md
Normal file
9
content/projects/kernel.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "Kernel"
|
||||
description = "A from scratch bootloader, and kernel for the milkv-duos development board. Featuring VGA output, virtual memory support, rudimentary scheduling, UART, and kernel image loading through UART"
|
||||
date = 2024-08-08
|
||||
|
||||
[taxonomies]
|
||||
tags = ["rust", "embedded", "risc-v"]
|
||||
+++
|
||||
https://github.com/ParkerTenBroeck/milkv-duos-rs
|
||||
10
content/projects/legend-of-xor.md
Normal file
10
content/projects/legend-of-xor.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
title = "Legend Of XOR"
|
||||
description = "A 'game' but mostly game engine I wrote in a group that is surprisingly 'ok' for what it is"
|
||||
date = 2020-01-16
|
||||
|
||||
[taxonomies]
|
||||
tags = ["java", "fun", "game", "highschool"]
|
||||
+++
|
||||
|
||||
https://github.com/ParkerTenBroeck/Legend-of-Xor
|
||||
10
content/projects/my_cpu.md
Normal file
10
content/projects/my_cpu.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
+++
|
||||
title = "My CPU"
|
||||
description = "A CPU I designed based off a SAP-1 CPU but expanded to be a much more 'capable' 16 bit CPU. THE ISA is about as good as you'd expect"
|
||||
date = 2018-01-16
|
||||
|
||||
[taxonomies]
|
||||
tags = ["hardware", "logic gates", "highschool"]
|
||||
+++
|
||||
|
||||
https://github.com/ParkerTenBroeck/MyCPU_16bit
|
||||
9
content/projects/qc-backend.md
Normal file
9
content/projects/qc-backend.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "QC Backend"
|
||||
description = "A quality control tool for RCT - Niagara I developed while working for them. Despite the name it is also the frontend"
|
||||
date = 2024-04-21
|
||||
|
||||
[taxonomies]
|
||||
tags = ["rust", "sql", "web"]
|
||||
+++
|
||||
https://github.com/ParkerTenBroeck/qc-backend
|
||||
9
content/projects/software-renderer.md
Normal file
9
content/projects/software-renderer.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
+++
|
||||
title = "Software Rasterizer"
|
||||
description = "A software rasterizer written in C++ for a parallel computing class. Using OpenMP and OpenMPI together to support multi threaded rendering of single frames and distributed rendering of multiple frames across networks. With dynamic coloured lighting, normal, diffuse, ambient, specular, roughness, and shininess maps supported using Blinn-Phong shading."
|
||||
date = 2025-12-12
|
||||
|
||||
[taxonomies]
|
||||
tags = ["C++", "graphics"]
|
||||
+++
|
||||
https://github.com/ParkerTenBroeck/3P93
|
||||
Loading…
Add table
Add a link
Reference in a new issue