Skip to content
View RahulDey12's full-sized avatar
πŸ›
Finding Bugs.
πŸ›
Finding Bugs.

Organizations

@Think-To-Share
Block or Report

Block or report RahulDey12

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. gpt-3-encoder gpt-3-encoder Public

    πŸ€– GPT-3-Encoder is a PHP implementation of OpenAI's original python encoder/decoder.

    PHP 2

  2. laravel-csv laravel-csv Public

    Laravel CSV is a supercharged ⚑ CSV reader with the sweets of Laravel Eloquent.

    PHP 1

  3. laravel-captcha laravel-captcha Public

    Cloudflare Turnstile, Hcaptcha & Google ReCaptcha Solution for Laravel Framework.

    PHP 99 2

  4. laravel-console-spinner laravel-console-spinner Public

    Customized loading βŒ› spinner for Laravel Artisan Console.

    PHP 75 2

  5. webpack-scss-starter webpack-scss-starter Public template

    JavaScript

  6. Amazon Linux 2 PHP setup Amazon Linux 2 PHP setup
    1
    #!/bin/sh
    2
    if [ $(id -u) -ne 0 ]; then
    3
        echo "You should be root. Try with sudo" >&2
    4
        exit 1
    5
    fi