Giter VIP home page Giter VIP logo

Irish J Medina's Projects

alleledatabase icon alleledatabase

A Perl Catalyst MVC Tutorial that implements an Allele Database.

app-web-server icon app-web-server

Server side support platform for Peace Corps mobile applications.

assemblygcd icon assemblygcd

An assembly program that calculates the GCD of two numbers.

boundedbuffer icon boundedbuffer

Implementation of the Producer-Consumer or Bounded-Buffer problem in C which is a classic synchronization problem. Here, multiple producers and consumers (threads) insert and remove items from a shared buffer (queue) of finite size.

c_shell_v1 icon c_shell_v1

A shell implementation which provides the option of defining shell variables.

c_shell_v2 icon c_shell_v2

A shell implementation which provides the option of defining shell variables.

c_shell_v3 icon c_shell_v3

A shell implementation which provides the option where the up and down arrow keys may be used to scroll through the command history.

capitolwords icon capitolwords

Using the Capitol Words API to get the top words spoken by the United States Congress.

clientservermessengerloadbased icon clientservermessengerloadbased

A client-server implementation of a messenger. If the current server is down, the IP address of an alternative server with the lightest load will be provided from an available pool of servers.

clientservermessengerroundrobin icon clientservermessengerroundrobin

A client-server implementation of a messenger. If the current server is down, the IP address of an alternative server will be provided in round robin fashion from an available pool of servers.

datastructures icon datastructures

A collection of data structure/ADT implementations in C++. Includes binary trees, dictionaries, deque, doubly-linked lists, graphs (using an adjacency list), hash tables. Some implementations make use of the stack or queue ADT.

dijkstrashortestpath icon dijkstrashortestpath

Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.

dynamicprogramming icon dynamicprogramming

A collection of solutions (fibonacci, counting steps) using dynamic programming in C++.

graphtraversal icon graphtraversal

Breadth-first search and depth-first search implementations in C++. Implementations of depth-first search include using an implicit stack (via recursion) and an explicit stack.

heapcomparison icon heapcomparison

Comparing the running times of a binary heap and a binomial heap.

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.