Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2025/12/24-first-six-months-of-borr.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ draft: false

The BORR Project started out as a community fork of OSSU to rebuild the community where people can come together, geek out, and support one another in a peer learning environment for computer science and math. Six months in, we’re excited to share our progress.

<!-- truncate -->
{/* truncate */}

### Repos & Discord Community

Expand Down
1 change: 0 additions & 1 deletion docs/computer-science/extras/courses.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Courses | Duration | Effort
[Programming Basics](https://www.edx.org/learn/computer-programming/iitbombay-programming-basics)| 9 weeks | 8 hours/week
[Object-Oriented Programming with Java](https://java-programming.mooc.fi/)| 14 weeks | 10 hours/week
[Introduction to Programming with MATLAB](https://www.coursera.org/learn/matlab)| - | -
[Introduction to Functional Programming](https://www.edx.org/learn/computer-programming/delft-university-of-technology-introduction-to-functional-programming)| 7 weeks | 4-6 hours/week <!-- currently 404's as of 2025-06-23 but redirects and search results on edx point to this URL -->
[The Structure and Interpretation of Computer Programs (2022, Python)](http://cs61a.org/) | - | -
[The Structure and Interpretation of Computer Programs (2011, Scheme)](https://romanbird.github.io/sicp/) | - | -
[Introduction to Haskell](https://www.seas.upenn.edu/~cis194/fall16/) | 14 weeks | 4 hours/week
Expand Down
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const config = {
favicon: 'img/favicon.ico',
future: {
v4: true,
experimental_faster: true,
faster: true,
experimental_vcs: 'default-v2',
},

// Set the production url of your site here
Expand Down
Loading
Loading