Git Product home page Git Product logo

Oluwajolasun Jaiyesimi's Projects

a-weather-web-app icon a-weather-web-app

A weather web app of your current location, that pulls its data from the openweather API

circular-buffer icon circular-buffer

A program to demonstrate the operation of a circular buffer. General description A circular buffer is a type of the first-in-first-out queue, normally fixed in length and is used as a temporary store of information that needs to be transmitted asynchronously from one process to another. Implementation details The circular buffer holds messages entered by the user which are to be sent to the screen. The operation of the buffer is controlled by a menu from which the user can choose one of the following: enter a new message, send (consume) a message from the buffer or display the contents of the buffer. The buffer is implemented as a fixed-length array. Once all the elements in the array have been filled, the first element will need to be used again. As an example of the operation of the circular buffer, assume that there are 10 elements in the array, 9 messages have been entered by the producer, 6 have been consumed and then a further 5 produced. The next message to be consumed (tail of the buffer) would be the 7th element in the array and the next message entered (head of the buffer) would become the 5th element in the array. If the number of messages in the buffer is equal to the length of the array and a new message is entered, this simply overwrites the last message at the tail of the buffer. This is termed an overflow.

enel645 icon enel645

Course material for ENEL 645 - Data Mining & Machine Learning

java icon java

All Algorithms implemented in Java

portfolio icon portfolio

My personal website showcasing some projects

projects icon projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.

student-registration-app icon student-registration-app

Student Registration application, written in Java, as project for ENSF 607 - Software Design & Architecture

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.