Pinned Repositories
artwork
Sketches I created using Rust + Nannou
Boggle
A command-line java game of boggle vs a computer.
Colgate-Athletics-UCD
Cops-Robbers-Coding-Challenge
An exciting interactive coding challenge that tests challenger's knowledge of graph algorithms, data structures, and game theory.
django
The Web framework for perfectionists with deadlines.
DNA-Alignment-App
familyrecipes
A website for storing and printing your family's most precious recipes. Built with FastAPI and Vue3
pom
A command line Pomodoro Timer that logs your productivity. Written in Rust!
RTSP-Media-Server
A media streaming server that uses the Real Time Streaming Protocol.
frvannes16's Repositories
frvannes16/artwork
Sketches I created using Rust + Nannou
frvannes16/Cops-Robbers-Coding-Challenge
An exciting interactive coding challenge that tests challenger's knowledge of graph algorithms, data structures, and game theory.
frvannes16/familyrecipes
A website for storing and printing your family's most precious recipes. Built with FastAPI and Vue3
frvannes16/pom
A command line Pomodoro Timer that logs your productivity. Written in Rust!
frvannes16/RTSP-Media-Server
A media streaming server that uses the Real Time Streaming Protocol.
frvannes16/Boggle
A command-line java game of boggle vs a computer.
frvannes16/Colgate-Athletics-UCD
frvannes16/django
The Web framework for perfectionists with deadlines.
frvannes16/DNA-Alignment-App
frvannes16/FindingNemoScrollingGame
A simple scrolling game themed on the movie Finding Nemo. Built with Java
frvannes16/frvannes16.github.io
Github pages static site
frvannes16/go
The Go programming language
frvannes16/Graph-Isomorphism
A formal analysis of Graph Isomorphism, its applications and existing algorithms.
frvannes16/release-based-workflow
frvannes16/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
frvannes16/search-interview
frvannes16/Set-List-Manager
An android app, powered by Firebase, to create and manage music set lists.
frvannes16/WifiBNB-Android
The android app that lets you rent other people's wifi.
frvannes16/WifiBNB-Server
A website for renting out your wifi
frvannes16/Word-Generator
Given a starting word and a text file. The word generator will generate text based on the given text. Part of a class assignment. Built in Java