Skip to content
View mepankaj's full-sized avatar

Highlights

  • Pro

Block or report mepankaj

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 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 Loading

  1. Advance-Java Advance-Java Public

    BIS402

    1

  2. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.29+commit.ab55807c.js&optimize=false&runs=200&gist=
    1
    // SPDX-License-Identifier: GPL-3.0
    2
    pragma solidity >=0.4.16 <0.9.0;
    3
    
                  
    4
    contract SimpleStorage {
    5
        uint storedData;
  3. Introduction-to-C-Programming-Lab-22PLC15D-25D- Introduction-to-C-Programming-Lab-22PLC15D-25D- Public

    Introduction to C++ Programming Lab (22PLC15D/25D) VTU Lab Programs

  4. issue-tracker-Basic-Version- issue-tracker-Basic-Version- Public

    Build a React application to track issues. Display a list of issues (use static data). Each issue should have a title, description, and status

    JavaScript 14

  5. Mobile-Application-Development-Lab-18CSMP68 Mobile-Application-Development-Lab-18CSMP68 Public

    VTU-Mobile Application Development Lab Manual-18CSMP68: MAD Lab Manual(18CSMP68)

  6. Track-Issues Track-Issues Public

    Build a React application to track issues. Display a list of issues (use static data). Each issue should have a title, description, and status (e.g., Open/Closed). Render the list using a functiona…

    JavaScript