An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![LeetCode user allenvox](https://img.shields.io/badge/dynamic/json?style=flat&labelColor=black&color=%23ffa116&label=Solved&query=solvedOverTotal&url=https%3A%2F%2Fleetcode-badge.vercel.app%2Fapi%2Fusers%2Fallenvox&logo=leetcode&logoColor=yellow)](https://leetcode.com/allenvox/) ![codewars badge](https://www.codewars.com/users/allenvox/badges/small)


### 🛠 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