vincentfiestada
I'm a Software Engineer. In my spare time, I eat pesto pasta, fight aliens on the moon, and create software to solve my gripes.
@Canva Philippines
Pinned Repositories
ai-nav
This project is my solution to the CS 180 Machine Problem # 1 for AY 2015-2016 Semester 1 at the University of the Philippines Diliman. It's an idealization of an intelligent agent that navigates a simple 200x400 space with polygonal obstacles using any one of the following search algorithms: BFS, DFS, and A* Search.
alumni_kasimanwa
Graphic assets for UP Kasimanwa Alumni Homecoming Event
CacheLoadSim
Simulator for load operation between Main Memory and Cache
CacheLoadSim.Win32
A version of the Cache Load Simulator project in standard C++, built and tested for Win32
mangroves_thesis
An agent-based model of mangrove forest regeneration (Undergrad thesis)
triton
A server which provides a RESTful API for recording, retrieving and analyzing water level data from water level sensors (A CS 145 Project)
captainslog
A simple but powerful logging library for Go
octostats
Get stats for your activities on GitHub
preflight
Readable assertions for testing in Go
toolkit
Tools for building software
vincentfiestada's Repositories
vincentfiestada/mangroves_thesis
An agent-based model of mangrove forest regeneration (Undergrad thesis)
vincentfiestada/stocks
Golang wrapper for the Philippine Stock Exchange API
vincentfiestada/triton
A server which provides a RESTful API for recording, retrieving and analyzing water level data from water level sensors (A CS 145 Project)
vincentfiestada/ai-nav
This project is my solution to the CS 180 Machine Problem # 1 for AY 2015-2016 Semester 1 at the University of the Philippines Diliman. It's an idealization of an intelligent agent that navigates a simple 200x400 space with polygonal obstacles using any one of the following search algorithms: BFS, DFS, and A* Search.
vincentfiestada/alumni_kasimanwa
Graphic assets for UP Kasimanwa Alumni Homecoming Event
vincentfiestada/CacheLoadSim
Simulator for load operation between Main Memory and Cache
vincentfiestada/CacheLoadSim.Win32
A version of the Cache Load Simulator project in standard C++, built and tested for Win32
vincentfiestada/cs131_finals_2016
The official deadline is on the lantern parade date at around 9pm when the Chancellor announces the end of all academic work for the year.
vincentfiestada/cs131exam2
Programming problems for CS 131 Long Exam 2
vincentfiestada/cs131finals_prob5
vincentfiestada/cs175sigma
Some very simple software for Sigma Algebras
vincentfiestada/cx_tilesmatch
A basic match-3 game implemented in C. Hopefully, it will be reusable in other projects, such as an HTML5/Javascript implementation for better graphics, etc.
vincentfiestada/cxbordersofaeon
Machine Problem 2 for my UP D CS11 class. This is a MOBA-inspired battle simulator. The program reads two configuration files, one for warriors and one for items. The user can simulate a battle between two warriors and edit the config files using the program. The full specs are enclosed herein.
vincentfiestada/cxdijkstra
My version of the Third Machine Problem for my CS 32 class in University of the Philippines Diliman. Finds the shortest path from each vertex in a graph to every other vertex in a graph using Dijkstra's algorithm. Based on Evangel P. Quiwa's implementation.
vincentfiestada/cxpolynomialadd
My answer to Machine Problem 4 of my CS 32 class in University of the Philippines Diliman. Adds two three-variable polynomials.
vincentfiestada/cxscheduler
My answer to CS 140 Machine Problem 1: A simulated process scheduling scenario
vincentfiestada/language-server-protocol
Defines a common protocol for language servers.
vincentfiestada/maptovec
Dictionary Vectorizer for Go
vincentfiestada/numeds
A Java class library of a few Numerical Methods (Crout's Method, Lagrange Interpolation) and JavaFX application
vincentfiestada/ps-nvm
PowerShell module for managing multiple Node.js versions
vincentfiestada/selfquiz
A simple web app for creating study/review quizzes for yourself.
vincentfiestada/Treefort
A simulated social network. CS 12 Project by Vincent Fiestada (2013-69155)