Skip to content

Snxwman/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox

Repository of random code that doesn't have a better home.

What's in here?

📂 sandbox
├── 📂 books               Code written while following along with a book
├── 📂 codecrafters        My implementations for Codecrafters challenges
├── 📂 godot               Code from a breif look into the Godot game engine
├── 📂 leetcode            All my leetcode solutions
├── 📂 lfs                 Automation scripts for Linux From Scratch
└── 📂 university          Archive of code I wrote while a university student

Highlights

Codecrafters

Challenge Languages Used Extensions Completed
Build your own HTTP Server base, http compression
Build your own Shell base, navigation

Click a language icon to go to the folder with my implementation in that language.

Leetcode

Leetcode Stats

Language Total Easy Medium Hard
Python 29 13 15 1
Rust 18 10 7 1
SQL 5 5 0 0

Working on problem sets:

I solve problems from my local Neovim install using the kawre/leetcode.nvim plugin.

The Leetcode stats card comes from JacobLinCool/LeetCode-Stats-Card.


Tip

Also check out my dotfiles and scripts repos.