Skip to content
View dalerrustamov's full-sized avatar
Block or Report

Block or report dalerrustamov

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. run run Public

    RunTransactons simulates transactions being processed on bank accounts. There is always a chance that more than one thread will want to update an account at the same time. In that case, ATMs that a…

    C 1 1

  2. shop shop Public

    The program simulates a donut shop. The donut shop will have 2 bakers. For each baker, the number of donuts the baker will bake today and the time it takes to bake one donut will be inputted. The b…

    C 1 1

  3. pascal pascal Public

    Pascal Compiler uses top-down parsing to compile the Pascal code, and works with the lexer that breaks down the code into tokens. There are 6 token types that lexer recognizes: word, integer, real,…

    C++

  4. plsql plsql Public

    This is a copy of my design and scripts for the fantasy football game project that I worked on. The design is on the 3rd normal form, and consists of 14 tables. Before the data being inserted, all …

  5. factory factory Public

    I will be implementing a producer-consumer model using counting and binary semaphores. This program will be used to encrypt and decrypt files. The producer and the consumers will all be threads. Fo…

    C

  6. find find Public

    My program finds pattern from a text using threads. I need to create a dynamic array the size of the input file, fill the dynamic array with the information in the file, create a thread for every s…

    C