Coder Social home page Coder Social logo

Hello World, my name is Peter๐Ÿ‘‹

  • โšก Especially interested in distributed systems and web development.

  • ๐Ÿ“ซ Connect with me on Linkdin

if(!programming)

{

goto: outdoors;

}

Peter Heitkemper's Projects

algorithms icon algorithms

Data Structures and Algorithms AKA Bread and Butter

binary-song-tree icon binary-song-tree

The program below stores songs and their information in a binary search tree using a linked implementation. The driver automatically populates tree by reading in a local csv file. User can choose to get information or remove a song. The song with the most number of weeks on the chart is returned.

embedded-risc-programming icon embedded-risc-programming

Device driver for RISC controlled robot. Uses input from tachometer to regularly update speed. Motors speed controlled with good ol' PWM.

getdone icon getdone

To Do app built with Windows Presentation Forms. Add, edit, and accomplish tasks by entering a title, notes, priority, and date. Cross compatible app run via an executable.

github101 icon github101

What good is a tool if you don't learn how to use it?

greenlist icon greenlist

Command line grocery list program using C# and SQLite. Add Items and meals to a list. Save lists for repeated use.

hash-table icon hash-table

This program inputs courses into a hash table using separate chaining for collision resolution. User can print, remove, and find courses. User can ask for all courses on a day of the week. Hash function splits course number into 2, two digit sections, sums, divides by table size, and returns the remainder as the index.

hashmymovie icon hashmymovie

A hash table to store the movies recommended for me to watch. A simple list just didn't cut it.

matlab icon matlab

signal processing and array operations

multisim icon multisim

Traffic light controller implemented with logic gates, FSM

mutual_exclusion icon mutual_exclusion

Two threads competing for the same resource, controlled with semaphores

off-by icon off-by

Numbers based trivia game where you'll never be wrong, only off by X%

order-queue icon order-queue

Implements a circular queue to store orders. User can add, remove, and perform other operations.

overunder icon overunder

A numbers based trivia game. Get your guestimation on!

pyhesaff icon pyhesaff

Hessian Affine detector with SIFT descriptor, CMP implementation

solartracker icon solartracker

Solar cell will follow the sun based off of input from an array of light dependent resistors to adjust servo position. Applied control systems theory, pulse width modulation, and autonomous mechanisms!

song-heap icon song-heap

The program below stores the Billboard 100 in a minimum heap using a dynamic array implementation. The program automatically reads in song information from a csv file and inputs into heap, doubling array size as needed. The title is used as the key and the songs are sorted alphabetically such that A<B<C.

stack-linked-list icon stack-linked-list

This code implements a stack ADT with a linked list. Accessory functions are implemented recursively with the aid of helper functions.

todo2 icon todo2

Practice project using react. I learned about components, props, useEffect, handle functions, states, and so much more!

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.