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

Pinned Loading

  1. Python-Learning-Materials Python-Learning-Materials Public

    A repository with all of the pdf files for learning

    3

  2. Vitary Vitary Public

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

    CSS 18 1

  3. Interiorshop Interiorshop Public

    A simple E-commerce shop made with Django and Bulma

    Python 3 1

  4. ProJIT ProJIT Public

    Just some of my projects I made for fun

    Python 5

  5. keybase.md keybase.md
    1
    ### Keybase proof
    2
    
    
    3
    I hereby claim:
    4
    
    
    5
      * I am foxy4096 on github.
  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);