Skip to content
View SaicharanKandukuri's full-sized avatar
💭
wassup
💭
wassup

Organizations

@RandomCoderOrg @GDSCParulUniversity

Block or report SaicharanKandukuri

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SaicharanKandukuri/README.md

Pinned Loading

  1. resume resume Public

    my resume

    1

  2. RandomCoderOrg/ubuntu-on-android RandomCoderOrg/ubuntu-on-android Public

    Run Ubuntu with pre-installed Desktop Environments in android/termux with ease! Everything is preinstalled so just download install and done🚀🚀

    Shell 1.5k 118

  3. RandomCoderOrg/udroid-app RandomCoderOrg/udroid-app Public

    Early-development uDroid Android app for installing and running supervised PRoot Linux environments

    Kotlin 11

  4. RandomCoderOrg/fs-manager-udroid RandomCoderOrg/fs-manager-udroid Public

    A tool manage common things with ubuntu-on-android

    Shell 53 10

  5. RandomCoderOrg/fs-cook RandomCoderOrg/fs-cook Public

    making a better environment for building linux tarballs ( udroid )

    Shell 25 11

  6. [null & 0 in javascript] code to sho... [null & 0 in javascript] code to show how strange relation between null & 0 works in javascript
    1
    /*
    2
        CODE to show how relation between null ( an object ) & 0 ( a Number ) works in JavaScript
    3
    4
        code below is not fully implemented according to algorithm in ECMA-262 only the part where values of null & 0 satisfies are covered
    5
        REFER: https://262.ecma-international.org/5.1