Skip to content
View utkarshgpta's full-sized avatar

Organizations

@fossasia @ettdevelopers
Block or Report

Block or report utkarshgpta

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. bing-desktop-wallpaper-changer bing-desktop-wallpaper-changer Public archive

    Automatically changes desktop wallpaper to Bing Photo of the Day for Linux with Gnome.

    Shell 199 49

  2. slash-url slash-url Public

    URL Shortener using NodeJS on Express Framework and MongoDB integrated with Redis.

    JavaScript 6 1

  3. ar-business-card ar-business-card Public archive

    Augmented Reality Business Card using AR.js and aframe. Open the link in a mobile device.

    HTML 8 7

  4. generic-blockchain generic-blockchain Public

    A generic blockchain network node written in Python using Flask.

    Python

  5. realtime-arduino-sensor-data realtime-arduino-sensor-data Public archive

    Sensor Data values visualized in realtime using Arduino on NodeJS server.

    HTML

  6. IPFS and Encrption Utility Files IPFS and Encrption Utility Files
    1
    package ipfs;
    2
    import javax.crypto.*;
    3
    import javax.crypto.spec.SecretKeySpec;
    4
    import java.io.IOException;
    5
    import java.nio.file.Files;