Pinned Repositories
button
A simple thread safe button.
code_challenges
A collection of solutions to various coding challenges from websites and books. Solutions are intended as learning exercises.
compiler_design_project
This repository contains implementations of a lexigraphical analyzer, syntatical analyzer, and intermediate code generator for a theoretical programming language. The project was completed in conjunction with UCR CS 152 Compiler Design.
dogdeterrent
A recipe for a dog deterrent solution.
fixed_width_unsigned_integer_manipulation_library
A library for manipulating fixed width unsigned integer types.
learn_tensorflow
A collection of projects completed while learning the tensorflow library through the python API
linear_algebra_system
A GUI based linear algebra system capable of row reducing arbitrarily sized matrices using Java and JavaFX.
micromouse
A purpose built maze navigating autonomous robot.
parallel_point_in_poly
This repository implements a parallel algorithm for solving the point in polygon problem. The implementations run on cpu or gpu. A brief performance comparison is included. This project was completed for UCR CS 217 gpu architecture and parallel programming.
tetrit
DVNLO's Repositories
DVNLO/code_challenges
A collection of solutions to various coding challenges from websites and books. Solutions are intended as learning exercises.
DVNLO/compiler_design_project
This repository contains implementations of a lexigraphical analyzer, syntatical analyzer, and intermediate code generator for a theoretical programming language. The project was completed in conjunction with UCR CS 152 Compiler Design.
DVNLO/tetrit
DVNLO/button
A simple thread safe button.
DVNLO/dogdeterrent
A recipe for a dog deterrent solution.
DVNLO/fixed_width_unsigned_integer_manipulation_library
A library for manipulating fixed width unsigned integer types.
DVNLO/learn_tensorflow
A collection of projects completed while learning the tensorflow library through the python API
DVNLO/linear_algebra_system
A GUI based linear algebra system capable of row reducing arbitrarily sized matrices using Java and JavaFX.
DVNLO/micromouse
A purpose built maze navigating autonomous robot.
DVNLO/parallel_point_in_poly
This repository implements a parallel algorithm for solving the point in polygon problem. The implementations run on cpu or gpu. A brief performance comparison is included. This project was completed for UCR CS 217 gpu architecture and parallel programming.
DVNLO/programming_principles_and_practice
A collection of drills, review, and exercises from Bjarne Stroustrup's book Programming Principles and Practice Using C++ Second Edition.
DVNLO/project_euler
A collection of solutions to problems posed on projecteuler.net
DVNLO/nvim
My nvim configuration.
DVNLO/quotes
A collection of influential quotes I appreciate.
DVNLO/rust
DVNLO/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
DVNLO/sql_exercises
A collection of sql exercise responses.
DVNLO/the_little_book_of_semaphores
A collection of works completed while reading the little book of semaphores.
DVNLO/xv6-public
xv6 OS