kevinjmz's repositories
BTree
This is a program that works with BTrees which are a custom data structure that works great for speedy searching and storing great amounts of data in the same data structure. Imagine it as having a sorted array and having children for each cell, creating a big sorted, balanced tree.
cardpickup
card pickup game
CMultithread
This program takes 2 parameters, indices and number of threads. Creates an array of size indices and divides those indices to calculate the average with the number of threads specified.
Connect4-p2p
This game constitute a game that uses TCP/IP to connect 2 computers and play Connect4 using JFrame
Dyna
This app helps in the consultation of currency prices for Exchange Houses.It uses navigation drawer, Google Maps API, Firebase API among others.
FindingBrightestPointInImage
This program uses two different algorithms to find the brightest point of an image. It is using the sunset(1) image as default but could be changed. It also draws a rectangle in that specific location.
GuitarHero-MSP430
Built this small game to demonstrate the usage of MSP430 and a display board. It plays a song and according to the tone of the tone it displays certain circle that matches the buttons. Click the buttons when circle cross the line to play the game!
LINKS
IOS App to control a conference Room. It controls the camera pointing to the audience, the volume of the speakers, the menus of the system and the microphone.
VoiceShare
This app lets the user log in to any Twitter account, uses android speech recognition by Google to recognize what the user tells and tweets it.
OmokService
Initial commit by Kevin
PDGS
Protocol Dissector Generator System is a system created as a senior project to create dissectors for custom or non-IP protocols.
PHPQuery
This program is used to query a sql database and post into a localhost. It is later on used for IOS app.
QueryTables
This program creates very simple buttons which generate tables according to the queries done to the mysql server. Great way to demonstrate usage of static and dynamic queries!
Sortings
This is a very simple project that shows link list quick, merge and bubble sort. Generates N numbers according to input prints and then shows sorted output.
TestTwitterApp
This app lets the user log in to any Twitter account, uses android speech recognition by Google to recognize what the user tells and tweets it.
TowersOfHanoi
There is no better example for demonstrating knowledge of stacks than trying to solve Towers of Hanoi problem using 3 stacks. Check it out!