Pinned Repositories
Android-FilePicker
Photopicker and document picker for android
android-simple-tooltip
A simple library based on PopupWindow to create Tooltips on Android. 💚
ArrayList-LinkedList
Using Arrays and Linked Nodes to create and ArrayList and LinkedList class (Spring 2015)
bfSpring2015
Architecture Spring 2015 Project
BlackJack
Android BlackJack application
CreditCardEntry
Smooth UI for Credit Card Entry on Android device, regex check for supported credit card types and luhn check. Inspired by Square credit card entry interface
FindPerfectNumber
An XCode Project that inputs a finds the first perfect number in the specified range (Spring 2016)
FiniteStateMachine
Brake light Finite State Machine in Verilog with Cyclone 3 FPGA (Spring 2015)
HuffmanCoder
Using huffman encoding on an txt file in Java (Spring 2015)
Traceroute
Traceroute Implementation in Python finding just the # of hops and physical distance (Fall 2015)
joejensen8's Repositories
joejensen8/Traceroute
Traceroute Implementation in Python finding just the # of hops and physical distance (Fall 2015)
joejensen8/Android-FilePicker
Photopicker and document picker for android
joejensen8/android-simple-tooltip
A simple library based on PopupWindow to create Tooltips on Android. 💚
joejensen8/ArrayList-LinkedList
Using Arrays and Linked Nodes to create and ArrayList and LinkedList class (Spring 2015)
joejensen8/bfSpring2015
Architecture Spring 2015 Project
joejensen8/BlackJack
Android BlackJack application
joejensen8/CreditCardEntry
Smooth UI for Credit Card Entry on Android device, regex check for supported credit card types and luhn check. Inspired by Square credit card entry interface
joejensen8/FindPerfectNumber
An XCode Project that inputs a finds the first perfect number in the specified range (Spring 2016)
joejensen8/FiniteStateMachine
Brake light Finite State Machine in Verilog with Cyclone 3 FPGA (Spring 2015)
joejensen8/HuffmanCoder
Using huffman encoding on an txt file in Java (Spring 2015)
joejensen8/InfixToPostfix
App that inputs an infix expression and outputs a postfix expression (Spring 2016)
joejensen8/Interprocess-Communication
Counting characters of an input file of 4 lines using pipes (Spring 2016)
joejensen8/Linux-System-Calls
Forking two processes and changing environment variables. Introductory program using Linux and C (Spring 2016)
joejensen8/Matrix-Multiply
Test the speed differences of matrix multiply with row major order and column major order matrices (Spring 2017)
joejensen8/MaxRun
Small Data Structure. Coded to practice exhaustive Testing. (Fall 2015)
joejensen8/Orange
A hierarchy of 'Orange' products to develop craftsman skills (Fall 2015)
joejensen8/Organizer
Organizer/Task Manager iOS Application (Spring 2016)
joejensen8/Proxy
Simple Proxy in Java (Fall 2015)
joejensen8/Pthreads
Posix pthreads using semaphores (Spring 2016)
joejensen8/Semaphore-SystemV
A semaphore based solution using System V in C (Spring 2016)
joejensen8/SFRestaurants
An Android application that shows restaurants in San Francisco using the Google Places API
joejensen8/WordCounter-HashTable
Word counter program using a hash table (Spring 2015)