Skip to content
View ChristianIsaacTran's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ChristianIsaacTran

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Movie-booking-project-CS3365 Movie-booking-project-CS3365 Public

    movie booking project for software engineering

    Java

  2. Elevator-Scheduler-OS-Final-Project Elevator-Scheduler-OS-Final-Project Public

    Operating systems class final project. Write code that uses at least 3 multithreads that communicates with an API with the lcurl library and use a scheduling algorithm to assign people to elevators…

    C++

  3. Operating-Systems-Scheduling-Algorithm Operating-Systems-Scheduling-Algorithm Public

    Create a program that implements the basic operating system scheduling algorithms, FIFO, rount robin in 10 quantum and 40 quantum, SPN, SRT, HRN, and feedback algorithms.

    C++

  4. Operating-Systems-Multithreading Operating-Systems-Multithreading Public

    Create a program that uses at least 2 threads to multithread the producer and consumer problem without race conditions using mutex locks.

    C++

  5. Operating-Systems-APIs Operating-Systems-APIs Public

    Create a program that communicates with an API in C++ using the lcurl library during compilation to send and receive data.

    C++

  6. Bioinformatics-MultiSequenceAlignment Bioinformatics-MultiSequenceAlignment Public

    Create a python program that will read .fna files from the arguments (arg parse) through the terminal and perform MSA.

    Python