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

Block or report rahulgpt

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. patterns patterns Public

    An ecommerce project for selling surface patterns.

    JavaScript

  2. sorting-visualizer sorting-visualizer Public

    A visualization of common sorting algorithms. It supports bubble, selection, insertion, quick and heap sort.

    JavaScript

  3. strap strap Public

    Cli tool for generating react component boilerplate code.

    Rust

  4. owl owl Public

    A general purpose c lib.

    C

  5. Makefile to compile c files in the p... Makefile to compile c files in the project with autovar.
    1
    CC = gcc
    2
    CFLAGS = -Wall
    3
    OBJDIR = out
    4
    
                  
    5
    SRCS = $(wildcard *.c */*.c)
  6. kraken kraken Public

    A http server written in c

    C