https://github.com/allenvox/allenvox
README for GitHub profile & other stuff
https://github.com/allenvox/allenvox
github markdown md profile profile-readme readme
Last synced: 4 months ago
JSON representation
README for GitHub profile & other stuff
- Host: GitHub
- URL: https://github.com/allenvox/allenvox
- Owner: allenvox
- Created: 2023-01-25T05:02:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T15:43:44.000Z (over 1 year ago)
- Last Synced: 2025-04-02T07:35:21.592Z (about 1 year ago)
- Topics: github, markdown, md, profile, profile-readme, readme
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://leetcode.com/allenvox/) 
### 🛠Notable study projects
[Neural Networks](https://github.com/allenvox/neural) (October 2024 - May 2025). Stack: Python, Pytorch, Numpy
[LLVM Compilers](https://github.com/allenvox/llvm-compilers) (September - December 2024). Stack: C++, LLVM IR
[Webdev with ASP.NET](https://github.com/allenvox/webdev) (September - November 2024). Stack: C#, ASP.NET
[Cool-lang Compiler](https://github.com/allenvox/cool-lang-compiler) (February - June 2024). Stack: C++, flex, bison
[C++ String with Copy-On-Write](https://github.com/allenvox/string-cow) (April 2024). Stack: C++
[Ray Tracer](https://github.com/allenvox/ray-tracer) (March 2024). Stack: C++
[Internet Chat](https://github.com/allenvox/chat-pthread) (February 2024). Stack: C++, pthread lib
[Full-Text Search](https://github.com/allenvox/full-text-search) (September - December 2023). Stack: C++, CMake, Python
[Parallel Inverse Matrix](https://github.com/allenvox/mpi-inverse-matrix) (November - December 2023). Stack: C++, MPI
[MPI Examples](https://github.com/allenvox/mpi-examples) (September 2023 - now). Stack: C++, MPI
[R-Tree Data Structure](https://github.com/allenvox/rtree) (May - June 2023). Stack: C
[Simple Computer Architecture](https://github.com/allenvox/simple-computer) (April - May 2023). Stack: C, CTest
[Parallel quickSort](https://github.com/allenvox/task-parallelism) (April 2023). Stack: C, OpenMP
[Parallel N-body Simulation](https://github.com/allenvox/n-body) (April 2023). Stack: C, OpenMP
[COVID-19 SEIR-D Model (diff. equations)](https://github.com/allenvox/seird-model) (April 2023). Stack: C++
[Parallel Riemann sum & Monte-Carlo methods](https://github.com/allenvox/parallel-integration) (March 2023). Stack: C, OpenMP
[Left Riemann Sum (integration)](https://github.com/allenvox/left-riemann-sum) (March 2023). Stack: C++
[Lagrange Polynomial (approx. function values)](https://github.com/allenvox/lagrange-polynomial) (March 2023). Stack: C++
[Parallel dgemv](https://github.com/allenvox/dgemv) (March 2023). Stack: C, OpenMP
[Chord Method (nonlinear equations)](https://github.com/allenvox/chord-method) (March 2023). Stack: C++
[Seidel Method (linear equations)](https://github.com/allenvox/seidel-method) (March 2023). Stack: C++
[Cache Optimisations for dgemm](https://github.com/allenvox/cache-dgemm) (February 2023). Stack: C
[Gaussian Eliminations (linear equations)](https://github.com/allenvox/gaussian-eliminations) (February 2023). Stack: C++
[Fibonacci Heap Data Structure](https://github.com/allenvox/fibonacci-heap) (December 2022). Stack: C
[Bloom Filter Data Structure](https://github.com/allenvox/bloom-filter) (December 2022). Stack: C
[Prefix Tree (trie) Data Structure](https://github.com/allenvox/prefix-tree) (November 2022). Stack: C
[Red-Black Tree Data Structure](https://github.com/allenvox/red-black-tree) (October 2022). Stack: C
[Password Generator](https://github.com/allenvox/pwgen) (May 2022). Stack: C