Skip to content
View ayush-0101's full-sized avatar

Organizations

@Crio-Winter-of-Doing-2021
Block or Report

Block or report ayush-0101

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 Loading

  1. Crio-Winter-of-Doing-2021/CRED-T5 Crio-Winter-of-Doing-2021/CRED-T5 Public

    Team ID: CRED-T5 | Team Members: Chinmay Chougaonkar & Ayush Gupta

    JavaScript 2 1

  2. xmeme-backend xmeme-backend Public

    A simple CRUD Spring Boot app built as part of Crio-Winter-of-Doing-2021 activity (Stage-2B)

    Java

  3. xmeme-frontend xmeme-frontend Public

    The frontend for xmeme-backend app built as part of Crio-Winter-of-Doing-2021 activity (Stage-2B)

    JavaScript

  4. social-finder social-finder Public

    A Web frontend that uses social-searcher.com's API to query and display results in cards.

    CSS

  5. flight-booking flight-booking Public

    A simple application written in Java as part of an interview round

    Java

  6. A simple simulation of Round Robin C... A simple simulation of Round Robin CPU Scheduling Algorithm in C
    1
    #include <stdio.h>
    2
    #include <limits.h>
    3
    
                  
    4
    struct process
    5
    {