Kim Merchant (kmmerc18)

kmmerc18

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

Kim Merchant's repositories

AlgorithmAnalysis-JupyterNotes

Notes and assignments from CS-362 Algorithm Analysis

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

CS140-FinalProject

A program that performs edge detection within an image in order to sketch the outline of the shapes found based on levels of color contrast between a pixel and those surrounding it.

Language:PythonStargazers:0Issues:0Issues:0
Language:CStargazers:0Issues:0Issues:0

DatabaseSystems-TheatreDB

An example database created with PSQL in CS345 class

Stargazers:0Issues:1Issues:0

DataStructures-BattalionSimulation

Practice using logic systems, creating comparisons, deques, priority queues, heaps, test cases, and more to simulate battles across multiple planets involving multiple jedi and sith troops, tracking the outcomes and potential outcomes.

Language:JavaStargazers:0Issues:0Issues:0

DataStructures-StateNeighbors

Returns the neighboring states of any given U.S. state (CS256)

Language:JavaStargazers:0Issues:0Issues:0

DataStructures-WordTransformations

Practice using command line arguments, dictionaries, deques, classes, creating test cases, and more.

Language:JavaStargazers:0Issues:0Issues:0

drawingboard.js

A canvas based drawing app that you can integrate easily on your website.

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

GameDevelopment-DragonGame

Practice with animations, collision detection, generation from prefabs

Language:C#Stargazers:0Issues:0Issues:0

GameDevelopment-PathofScenes

Practice changing scenes in Unity through keyboard commands; update displayed text on each scene change

Language:C#Stargazers:0Issues:0Issues:0

GameDevelopment-SpaceshipGame

Create a game with enemy prefabs, collision detection, different sprites on movement, and randomization

Language:C#Stargazers:0Issues:0Issues:0

ProgrammingLanguages-Interpreter

An interpreter implementing the operational semantics specification of Cool to generate legitimate run-time errors (e.g., dispatch on void). You do not have to worry about "malformed input". Additional code to unserialize the class and implementation maps produced by the semantic analyzer and the parse tree produced by the parser.

Language:ReasonStargazers:0Issues:0Issues:0

ProgrammingLanguages-Lexer

A lexical analyzer, created using a lexical analyzer generator. Describes the set of tokens for Cool in an appropriate input format. Additional code serializes the tokens for use by later interpreter stages.

Language:LexStargazers:0Issues:0Issues:0

ProgrammingLanguages-Parser

A parser created using a parser generator. Describes the Cool grammar in an appropriate input format. Additional code unserializes the tokens produced by the lexer stage and to serialize the abstract syntax tree produced by the parser.

Language:PythonStargazers:0Issues:0Issues:0

TechniquesOfCS-CoinGame

Object-oriented approach to creating "players" that simulate a coin-taking game.

Language:JavaStargazers:0Issues:1Issues:0

TechniquesOfCS-FacebookUsers

Object-oriented approach to keeping different "user" data.

Language:JavaStargazers:0Issues:1Issues:0

TechniquesOfCS-MediaCatalog

This object-oriented program allows the creation of objects representing books in a searchable catalog system. It was my final project for CS 219.

Language:JavaStargazers:0Issues:0Issues:0

TechniquesOfCS-RobotNames

Practice with object-oriented programming through the creation of "robots"

Language:JavaStargazers:0Issues:0Issues:0

TechniquesOfCS-ShapeComparisons

Object-oriented implementation of logic rules to compare differnet "shape" objects

Language:JavaStargazers:0Issues:0Issues:0