Skip to content
View Shefali199's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Organizations

@fossasia@NVIDIAGameWorks@elisa-tech

Block or report Shefali199

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
Shefali199/README.md

Hi, I'm Shefali 👩🏻‍💻

  • 🔭 I'm a CSE student who has a passion for learning and exploring new domains.
  • 🌱 Currently I'm learning about Linux kernel and Systems Programming.
  • 👯 I'm always open to research opportunities in Computer Science.
  • 😄 Pronouns: She/her

Open Source Love svg2Ask Me Anything !

My GitHub Stats 📊

My Github StatsLanguages

My recent blog posts 🔆

Recent Article 0Recent Article 1Recent Article 2

Connect with me 📫

LinkedInTwitterMediumGmail

Pinned Loading

  1. Password ManagerPassword Manager
    1
    <?php
    2
    session_start();
    3
    if (!isset($_SESSION['user_id']))
    4
    die("Not logged in.");
    5
    $pdo = newPDO('mysql:host=localhost;port=3306;dbname=pwgm', 'fred', 'zap');
  2. Opportunities-StopOpportunities-StopPublic

    Python code to make the best use of the internet.

    Jupyter Notebook 1 1