mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
used proper markdown links
This commit is contained in:
parent
6c8e98dc98
commit
b717263c67
9 changed files with 17 additions and 13 deletions
|
|
@ -8,4 +8,4 @@ tags = ["embedded", "rust"]
|
||||||
category = ["project"]
|
category = ["project"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
https://github.com/ParkerTenBroeck/ansi
|
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/ansi)
|
||||||
|
|
@ -7,4 +7,5 @@ date = 2024-05-09
|
||||||
tags = ["rust", "x86"]
|
tags = ["rust", "x86"]
|
||||||
category = ["project"]
|
category = ["project"]
|
||||||
+++
|
+++
|
||||||
https://github.com/ParkerTenBroeck/brainfuck_compiler
|
|
||||||
|
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/brainfuck_compiler)
|
||||||
|
|
@ -7,4 +7,5 @@ date = 2025-04-03
|
||||||
tags = ["java", "bytecode"]
|
tags = ["java", "bytecode"]
|
||||||
category = ["project"]
|
category = ["project"]
|
||||||
+++
|
+++
|
||||||
https://github.com/ParkerTenBroeck/fastexpr
|
|
||||||
|
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/fastexpr)
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,8 @@ tags = ["java", "bytecode"]
|
||||||
category = ["project"]
|
category = ["project"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
[!WARN]
|
|
||||||
meow
|
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/generators)
|
||||||
|
|
||||||
```java
|
```java
|
||||||
public static Future<Void, IOException> echo(@Cancellation("close") Socket socket) throws IOException {
|
public static Future<Void, IOException> echo(@Cancellation("close") Socket socket) throws IOException {
|
||||||
|
|
@ -23,6 +23,4 @@ public static Future<Void, IOException> echo(@Cancellation("close") Socket socke
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
https://github.com/ParkerTenBroeck/generators
|
|
||||||
|
|
@ -8,4 +8,4 @@ tags = ["java", "fun", "highschool"]
|
||||||
category = ["project"]
|
category = ["project"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
https://github.com/ParkerTenBroeck/HighSchoolPrograms
|
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/HighSchoolPrograms)
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ tags = ["java", "fun", "game", "highschool"]
|
||||||
category = ["project"]
|
category = ["project"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
https://github.com/ParkerTenBroeck/Legend-of-Xor
|
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/Legend-of-Xor)
|
||||||
|
|
|
||||||
|
|
@ -8,4 +8,4 @@ tags = ["hardware", "logic gates", "highschool"]
|
||||||
category = ["project"]
|
category = ["project"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
https://github.com/ParkerTenBroeck/MyCPU_16bit
|
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/MyCPU_16bit)
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,5 @@ date = 2024-04-21
|
||||||
tags = ["rust", "sql", "web"]
|
tags = ["rust", "sql", "web"]
|
||||||
category = ["project"]
|
category = ["project"]
|
||||||
+++
|
+++
|
||||||
https://github.com/ParkerTenBroeck/qc-backend
|
|
||||||
|
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/qc-backend)
|
||||||
|
|
@ -18,4 +18,7 @@ I finally had the motivation (and time) to update the site.
|
||||||
|
|
||||||
I borrowed *heavily* from the style and theming used in [without.boats](https://without.boats/)
|
I borrowed *heavily* from the style and theming used in [without.boats](https://without.boats/)
|
||||||
|
|
||||||
I also took insparation from [mcyoung.xyc](https://mcyoung.xyz)
|
I also took insparation from [mcyoung.xyc](https://mcyoung.xyz)
|
||||||
|
|
||||||
|
|
||||||
|
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue