Coder Social home page Coder Social logo

jakemckenzie's Projects

16bitnotrisc icon 16bitnotrisc

A 16 bit processor (not RISC) with six instructions: noop, store, load, add, subtract, halt.

algorithmsseminar icon algorithmsseminar

These are the weekly assignments I created for the algorithms seminar I ran.

burger-baron icon burger-baron

This was the first assignment for my data structures course.

compressedliterature2 icon compressedliterature2

Our instructor a large collection of raw text files of famous literature, including Leo Tolstoy’s War and Peace consisting of over 3 million characters and about 22000 different words (counting differences in capitalization), and he’d like to store these works more efficiently. David Huffman developed a very efficient method for compressing data based on character frequency in a message. We applied this method in a straightforward way in Assignment 3 to compress the literature but our instructor has a better idea on how to apply Huffman’s encoding.

halleymethodsqrt icon halleymethodsqrt

A method for finding square root with cubic convergence. Most square root functions implemented in hardware are either done so by a lookup table or by newton's method. These modules were written as an experiment to show, with not much more hardware, you could offer more accuracy than either of the two methods commonly used in practice.

mysqlgui icon mysqlgui

This is a graphical user interface that I implemented in MySQL

pdf2htmlex icon pdf2htmlex

Convert PDF to HTML without losing text or format.

qsort icon qsort

This is the code for exploring qsort. 6 different test cases (safe/unsafe, mid/initial pivot, sorted/unsorted)

varspeedservo icon varspeedservo

Arduino library for servos that extends the standard servo.h library with the ability to set speed, and wait for position to complete

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.