Coder Social home page Coder Social logo

I S A I A S's Projects

bookstore icon bookstore

Implements an event-driven application with a graphical user interface that helps simplify the process of checking book availability, place orders and log transactions to a text file.

boolean-trees icon boolean-trees

Program reads from an input file and evaluates boolean expressions using binary trees.

cpu-scheduling icon cpu-scheduling

Program reads from an input file containing several configuration parameters to simulate First-Come First-Served, preemptive Shortest Job First, and Round-Robin CPU scheduling algorithms. The output will reflect the results of the configured CPU scheduling algorithm to a specified output file.

crc-15 icon crc-15

A 15 bit cyclic redundancy check algorithm. Detects modifications of raw data that have traveled through a network.

disk-scheduling icon disk-scheduling

Implementation of the first-come first-served scheduling, shortest seek time first, SCAN, C-SCAN, LOOK, C-LOOK algorithms in GO. Calculate and output the total amount of movements for the input cylinder requests and starting position.

distributedwebapp icon distributedwebapp

Three-Tier Distributed Web-Based Application. Uses servlets running on a Tomcat server to access and maintain a persistent MySQL database using JDBC.

dpoptimization icon dpoptimization

Uses the dynamic programming technique to create the optimum problem list for the given number of problems and time-frames to maximize points received.

dressy icon dressy

Marketplace platform for iOS, platform goal is to provide a way to sell, buy, or rent high-end dresses.

edgedetection icon edgedetection

Implements two early computer vision algorithms, the Sobel and Canny edge detectors. Both algorithms make use of the .pgm format to read and manipulate the input image files.

hash-table icon hash-table

Hash table supports searching, insertion, deletion, printing, and integer hash key creation based on text or string input data. In the event of collisions, this separate chaining hash table will use a singly linked list to store duplicate keys.

hillcipher icon hillcipher

Program uses the Hill cipher to encrypt a plain text document by using a specified key file. The size of the Hill matrix can range from 3x3 up to 9x9.

huge-fibonacci icon huge-fibonacci

Overcomes the integer overflow problem by using arrays to represent values, algorithm can compute HUGE Fibonacci sequences very fast, O(nk) time.

pl0-compiler icon pl0-compiler

The PL\0 Machine is able to read P-Machine source code, perform a lexical analysis, parse and generate machine code that then is ran on a virtual machine. Program can echo results at each stage of the compilation process and machine trace.

skiplists icon skiplists

Implements a SkipList data structure, algorithm runs in O(log n). Available commands include: insert, search, delete, and print.

styleflow icon styleflow

StyleFlow: Attribute-conditioned Exploration of StyleGAN-generated Images using Conditional Continuous Normalizing Flows (ACM TOG 2021)

synchronized_banksimulator icon synchronized_banksimulator

Program simulates fictitious banking transactions where multiple threads are used for execution and these perform in a cooperative-synchronized manner.

wordsearch icon wordsearch

Command line application, can solve any word search puzzle.

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.