Code Monkey home page Code Monkey logo

eryk-heyssler's Introduction

Eryk Heyssler

A repository containing a few projects and papers that I have completed in my educational career.

Python_AI_projects: A collection of projects written in Python that demonstrate AI programming. They are as follows:

  1. A simple demonstration of my knowledge in python programming.
  2. Exploration of uninformed search in N-queens, linear disk movement, and the classic 'Lights-out' problem.
  3. Application of informed search to puzzles and games.
  4. Spam filter using Bayes Naive classification.
  5. Simple Markov Model processing on text.
  6. Hidden Markov Models for part-of-speech tagging.

Malloc Lab: A dynamic memory allocator which uses a segregated free list. Main file: mm.c. Written in C.

Concurrency Lab: A program that is essentially a data structure for a channel. Demonstrates concurrent programming using semaphores, mutexes, and condition variables. Main files: channel.c, channel.h, buffer.c, buffer.h, linked_list.c. Written in C.

3D Reconstruction, Airplane Detection, Motion Detection .pdf's: Papers written from Computer Vision projects. The source files of the projects are too large to store on github for free, so I have only included the pdf writeups for some of them. The original projects were written in Matlab.

tsh : A tiny shell application. Written in C.

Sequential Calculator : A calculator application that takes in variables and arguments for computation. It uses concepts of data structures, object oriented programming, and recursion. Written in Python.

Drawing Application : A paint-like application. Written in Java.

Flight Scheduler : A flight scheduling system that is based heavily upon object oriented programming and MySQL. Must run the derby server FlightSchedulerDBErykemh5600 before running the main program. Written in Java with the use of a MySQL database.

Expression Tree Builder : Takes expressions in either infix or postfix, converts them to its complement, builds an expression tree, and does an inorder traversal to return the result. Written in C++ and Java.

eryk-heyssler's People

Contributors

emh5600 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.