Skip to content
View foxy4096's full-sized avatar
:octocat:
I may be slow to respond.
:octocat:
I may be slow to respond.

Organizations

@jazzband @github-craftwork @EddieHubCommunity @Py-Contributors @Visualway
Block or Report

Block or report foxy4096

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

Hi! 👋

I'm Aditya
I love Python and Django

For enquiries, reach out @foxy4096 or over on Website.

Stay awesome!

Pinned

  1. keybase.md keybase.md
    1
    ### Keybase proof
    2
    
                  
    3
    I hereby claim:
    4
    
                  
    5
      * I am foxy4096 on github.
  2. Visualway/Vitary Visualway/Vitary Public

    😺 A social media made with Django, Bulma and HTMX. 🎉

    CSS 17 2

  3. ProJIT ProJIT Public

    Just some of my projects I made for fun

    Python 5

  4. Interiorshop Interiorshop Public

    A simple E-commerce shop made with Django and Bulma

    Python 3 1

  5. Python-Learning-Materials Python-Learning-Materials Public

    A repository with all of the pdf files for learning

    3

  6. ✨ A simple database wrapper 📦 ✨ A simple database wrapper 📦
    1
    <?php
    2
    $GLOBALS['conn'] = $dbconn; // Replace it with your own `mysqli_connect` :)
    3
    function db_query($sql, $params = array(), $single = true)
    4
    {
    5
        $stmt = mysqli_prepare($GLOBALS['conn'], $sql);