Git Product home page Git Product logo

Jake Shufelt's Projects

ai-vision-project_stop-sign-detection icon ai-vision-project_stop-sign-detection

This project implements many AI vision algorithms in the goal of detecting stop signs in grayscale bitmap images. Image Processing.cpp is the main function which takes in a bitmap and outputs a version with the stop sign highlighted. The program works best in simple smaller images with less noise. The heuristic does not utilize color but instead looks for octagons in the image.

c-langauge---preprocessor-directives icon c-langauge---preprocessor-directives

This project is a brief introduction to using the C Language and the use of preprocessor directives. This program may be compiled with three different GNU -Dname tags. -DDECIMAL, -DHEXADECIMAL, -DBINARY for different display options. This project also covers the use of bitwise operations.

c_unix_system_calls icon c_unix_system_calls

This project uses many different Unix system calls. including fork() pipe() and waitpid(). The interface executable spawns a child process which executes server. Interface allows the user to send commands to the server through pipes, demonstrating interprocess communication.

html-and-css-elements. icon html-and-css-elements.

An example webpage practicing HTML and CSS elements implementing many of the popular elements used for constructing a website.

imagetotext icon imagetotext

This project was constructing with the intention of practicing C Language programming. This program allows the user to provide a 24 bpp .bmp image, and have it converted to a grayscale image composed of ASCII characters. The results may vary based on how your system perceives the characters and encoding.

multithreaded-programming-w-synchronization icon multithreaded-programming-w-synchronization

This mini project serves as an introduction to multithreaded programming using C pthreads. This project demonstrates dynamic and variable pthread creation and coordination with mutex, signals, and waits.

zip-code-project icon zip-code-project

This project demonstrates extracting records from an Excel CSV file and constructing record objects for sorting, In this instance, a table will be constructed in standard output to the user.

zip-code-project-2 icon zip-code-project-2

This project builds upon Zip-Code-Project. The initialization class can convert an Excel CSV file of records into a length indicated data file, with a corresponding simple index of primary keys. The index can be searched to access records directly in constant time using the Search class.

zip-code-project-3 icon zip-code-project-3

This project builds upon Zip-Code-Project 2. It converts an Excel CSV of Records into a blocked data file with length indicated records within each block via the Initialization class. The Search class may then be used to search the simple index by zip code and provide to the user a table of records that were found. Utilization of blocks of records and a simple index allows for a much more efficient searching algorithm than in the previous implementation.

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.