Skip to content

Commit

Permalink
placeholder languages top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Belotti committed Jul 5, 2021
1 parent 8e646f3 commit 21604c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Currently, the contents of this mono-repo are broken down into the following top
* [**Concurrency**](/concurrency) - Code written to learn how to solve concurrency problems/exercises using code.
* [**Databases**](/databases) - SQL, mostly.
* [**Docs**](/docs) - Static-site documentation for monorepo. Served at https://thundergolfer.com/uni, or viewable locally (see readme instructions within folder).
* [**Languages**](/languages) - Code for learning the details of programming languages (C, C++, Java, Python, Rust).
* [**Machine Learning**](/machine_learning) - H Y P E
* [**Performance**](/performance) - Code for learning about how certain programs change in system resource usage under load.
* [**Operating Systems**](/operating_systems) - Code written to learn how UNIX (Linux, macOS) operating systems actually work.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/content/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
---
<h1 align="center"><code>uni'</code></h1>

<!-- The CI badge image won't show in the static site until the repo is public. -->
<p align="center">
<a href="https://github.com/thundergolfer/uni/actions/">
<img src="https://github.com/thundergolfer/uni/workflows/CI/badge.svg">
Expand All @@ -25,6 +26,7 @@ Currently, the contents of this mono-repo are broken down into the following top
* [**Concurrency**](/concurrency) - Code written to learn how to solve concurrency problems/exercises using code.
* [**Databases**](/databases) - SQL, mostly.
* [**Docs**](/docs) - Static-site documentation for monorepo. Served at https://thundergolfer.com/uni, or viewable locally (see readme instructions within folder).
* [**Languages**](/languages) - Code for learning the details of programming languages (C, C++, Java, Python, Rust).
* [**Machine Learning**](/machine_learning) - H Y P E
* [**Performance**](/performance) - Code for learning about how certain programs change in system resource usage under load.
* [**Operating Systems**](/operating_systems) - Code written to learn how UNIX (Linux, macOS) operating systems actually work.
Expand Down
Empty file added languages/.gitkeep
Empty file.

0 comments on commit 21604c6

Please sign in to comment.