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

Block or report trinadh724

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

Pinned

  1. Optimal-Positioning-of-text Optimal-Positioning-of-text Public

    This is an effort to produce a model which can help us locate the most optimal positioning of text in an image.

    Jupyter Notebook 1

  2. Job-Portal Job-Portal Public

    Built a job portal web application using MERN stack. Supports various features like adding job, apply etc.

    JavaScript 1

  3. TCP-IP TCP-IP Public

    Transferred files from server side to client-side using TCP/IP socket programming on local host.

    C

  4. Terminal Terminal Public

    Built bash like interpreter, implemented almost all features existing in the current shell, including redirecting, piping, signal handling, and many user commands like pwd, cd, etc.

    C 1

  5. Threads Threads Public

    Built a program which simulates real life situation (music event scheduling) using threads. Used Semaphores and Mutex locks to ensure various synchronizations. Handled deadlocks carefully.

    C