Eric Eckert (ericsueckert)

ericsueckert

Geek Repo

0

following

0

stars

Location:Seattle, WA

Github PK Tool:Github PK Tool

Eric Eckert's repositories

Language:C#Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

infectworld

A program that instantiates the problem of infecting the world with a virus, and attempts to solve it using either BFS or A* search.

Language:PythonStargazers:0Issues:0Issues:0

rubiksq

an implementation of reinforcement learning (q-learning with feature attribution) to solve a Rubik's Cube.

Language:PythonStargazers:0Issues:0Issues:0

python-docs-samples

Code samples used on cloud.google.com

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

Graph

Graph project that implements a weighted directed graph object which stores vertices and edges from text files. The MyGraph class contains multiple graph functions, the most significant of which finds the shortest total path from one vertex to another through implementation of Dijkstra’s algorithm.

Language:JavaStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:RubyStargazers:0Issues:0Issues:0
Language:Objective-CStargazers:0Issues:0Issues:0
Language:PerlStargazers:0Issues:0Issues:0
Language:RacketStargazers:0Issues:0Issues:0
Language:RubyStargazers:0Issues:0Issues:0
Language:RustStargazers:0Issues:0Issues:0

hcde310

HCDE 310 python scripts

Language:PythonStargazers:0Issues:0Issues:0
Language:LuaStargazers:0Issues:0Issues:0
Language:ScalaStargazers:0Issues:0Issues:0

Final-Project-X

This application was intended for use by prospective college students. Applying for college is a lengthy and tough process, and many students may have no clue where to start. Our application leverages college admission data in order to provide insight into what academic target ranges students might aim for.

Language:HTMLStargazers:0Issues:0Issues:0

flight-book

Java application that communicates with a database hosted on Microsoft Azure. Database contains data on flights, customers, bookings, and the user may log in to book, search, and cancel flights. Designed to prevent SQL injection.

Language:JavaStargazers:0Issues:0Issues:0

c-projects

Old project from back in high school when I taught myself basic programming in C

Language:CStargazers:0Issues:0Issues:0

text-associator

Text associator project that implements a class with a hash table object, and contains multiple functions to add, remove, and get elements from the table, intending to have a runtime of O(1). Used chaining in order to prevent collision, and dynamically change size of table based on load factor.

Language:JavaStargazers:0Issues:0Issues:0

Baby-names

Baby name database project that built an HTML5 webpage that submits multiple AJAX requests and returns various types of data upon selecting a name. Use Javascript with JQuery to display data such as name, popularity, origin, and famous actors with the same name.

Language:HTMLStargazers:1Issues:0Issues:0

Text-based-game

Text game project that implements a simple platform and game from scratch in Java for a basic text-based game. The user encounters an event and makes a choice with how to progress the story to the next event. Depending on what choice the user makes, the story turns out differently. Game also includes other features such as being able to pick up, store, and use items, checkpoints throughout the game, working app interface, file writing and loading. Accomplished through implementation of various data structures.

Language:JavaStargazers:1Issues:0Issues:0

n1ql-queries

N1Ql queries to be run on Couchbase Server.

Stargazers:0Issues:0Issues:0

Data-Management

SQL, SQLite, and Datalog. some of the SQL scripts were run on Microsoft Azure.

Language:PLSQLStargazers:0Issues:0Issues:0

plot_ankle_moment

Takes in a csv file which contains ankle movement data exported from OpenSim, and calculates ankle moment over a single gait cycle given beginning and ending times for a single gait. Also calculates moment caused by each various stiffness of polymer band over gait cycle.

Language:MatlabStargazers:0Issues:0Issues:0

intro_to_r

Guest lecture for Mike Freeman's Intro to R class at the University of Washington Information School, March 4th 2016

Language:RStargazers:0Issues:0Issues:0