kevinjmz

kevinjmz

Geek Repo

Github PK Tool:Github PK Tool

kevinjmz's repositories

NMaze

This project is a great example of how disjoint set forrest data structue works. This program creates a maze of N cells. This program also assures that every maze has a beggining to an end and that every maze is different from each other, since it is created at runtime.

Language:JavaStargazers:1Issues:0Issues:0
Language:JavaLicense:Apache-2.0Stargazers:0Issues:0Issues:0

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.

Language:JavaStargazers:0Issues:0Issues:0

cardpickup

card pickup game

Language:JavaStargazers:0Issues:0Issues:0

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.

Language:CStargazers:0Issues:0Issues:0

Connect4-p2p

This game constitute a game that uses TCP/IP to connect 2 computers and play Connect4 using JFrame

Stargazers:0Issues:0Issues:0

Dyna

This app helps in the consultation of currency prices for Exchange Houses.It uses navigation drawer, Google Maps API, Firebase API among others.

Language:JavaStargazers:0Issues:0Issues:0

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.

Language:JavaStargazers:0Issues:0Issues:0

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!

Language:CStargazers:0Issues:0Issues:0

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.

Language:SwiftStargazers:0Issues:0Issues:0

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.

Language:JavaStargazers:0Issues:0Issues:0

OmokService

Initial commit by Kevin

Language:PHPStargazers:0Issues:1Issues:0
Language:SwiftStargazers:0Issues:0Issues:0

PDGS

Protocol Dissector Generator System is a system created as a senior project to create dissectors for custom or non-IP protocols.

Language:PythonStargazers:0Issues:0Issues:0

PHPQuery

This program is used to query a sql database and post into a localhost. It is later on used for IOS app.

Language:PHPStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

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!

Language:PHPStargazers:0Issues:0Issues:0

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.

Language:JavaStargazers:0Issues:0Issues:0

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.

Language:JavaStargazers:0Issues:0Issues:0

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!

Language:JavaStargazers:0Issues:0Issues:0