Skip to content
View sandeepkv93's full-sized avatar
  • Snowflake
  • Bellevue, WA
  • 22:38 (UTC -07:00)
Block or Report

Block or report sandeepkv93

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. parallel-job-scheduler-with-dependent-jobs parallel-job-scheduler-with-dependent-jobs Public

    This repository contains a parallel job scheduler implementation that can handle dependent jobs. The scheduler is implemented in Java and uses a thread pool to schedule the jobs in parallel.

    Java

  2. delayed-job-scheduler delayed-job-scheduler Public

    This is a simple implementation of a delayed job scheduler written in Java. The scheduler allows you to schedule jobs with a specific date and time, and will execute the job when the specified time…

    Java

  3. being-developer being-developer Public

    A hub for software development and computer science, featuring experiments, detailed tutorials, and practical examples across various programming languages. Ideal for learning, sharing, and collabo…

  4. SBUnix SBUnix Public

    CSE 506: A custom OS kernel built from scratch. Features multi-level paging, preemptive scheduling, multitasking, TAR file system support, and an interactive shell. Ideal for understanding the intr…

    C 2

  5. node-user-auth-starterkit node-user-auth-starterkit Public

    A complete toolkit for developers aiming to swiftly implement a user authentication system using Node.js, React.js, MongoDB, and Mongoose. It offers secure, efficient login solutions, integrates be…

    JavaScript

  6. concurrency-in-golang concurrency-in-golang Public

    Dive into the world of Golang concurrency with this repository! Featuring a range of experiments and examples that explore Go's concurrent programming capabilities. Perfect for developers seeking t…

    Go