Giter VIP home page Giter VIP logo

Diego Avena's Projects

adjust icon adjust

A simple IOS game made using Spritekit in xcode.

basic-multithreading icon basic-multithreading

Demonstrates the use of multithreading in Java by running 2 threads: 1 thread prints Marco every 10 secs for a total of 10 times, and another thread prints Polo with a newline character appended every 10 secs for a total of 10 times. There are no measures taken to synchronize these 2 threads.

basicsyntaxchecker icon basicsyntaxchecker

Checks if each opening delimiter matches each closing delimiter in a source code file written in any language. If a mistake is detected, the potential line numbers, along with the cause of the mistake, are printed out to the user, and the program exits for them to correct that error. Only 1 error is printed out to the user per run of this program.

dnasequencer icon dnasequencer

Takes an input file with any number of DNA strands that each have an even length, and computes the mean, standard deviation, and variance of the lengths. It also computes the probability of each nucleotide and nucleotide pair. Lastly, 1000 DNA strands are generated with nucleotides that are at or near the same frequency as calculated in the inputed file. All of this is written onto a file labeled diegoavena.out.

moreadvancedmultithreadingwithsodoku icon moreadvancedmultithreadingwithsodoku

A program that validates a completed 9x9 Sudoku puzzle. If any mistakes are made, it also makes suggestions to the user on how they can correct those mistakes. The program also contains a GUI made with the framework called Swing. Multithreading is also used to increase the performance of the validation checks.

ratemonotonicschedular icon ratemonotonicschedular

A rate monotonic schedular that manages the scheduling of 4 threads with different processing needs.

registrarsofficesimulator icon registrarsofficesimulator

Simulates the window idle times and student wait times in a registrar office. Time used here can be in any unit, but in this assignment the time is printed out as minutes.

stb icon stb

stb single-file public domain libraries for C/C++

tcptictactoe icon tcptictactoe

A tic tac toe game that can be played with 1 other person given their IP address.

tictactoeincplusplus icon tictactoeincplusplus

An implementation of Tic Tac Toe with an unbeatable AI that uses the minmax algorithm, and graphics that are powered by OpenGL.

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.