Skip to content
View PixeleeCode's full-sized avatar

Block or report PixeleeCode

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

Banner

IDEs/Editors

PhpStorm Visual Studio Code

Frameworks, Platforms and Libraries

Symfony Laravel Nuxtjs Vue.js

TailwindCSS Bootstrap SASS

Yarn NPM

Languages

PHP JavaScript GraphQL

Markdown

Databases

MariaDB Postgres MySQL SQLite

Other

Docker ESLint Postman

Pinned Loading

  1. InsightDumper InsightDumper Public

    "InsightDumper" est un outil de débogage PHP conçu pour offrir aux développeurs une vision claire et approfondie de leurs données au moment du développement.

    PHP

  2. CookAPI/Http CookAPI/Http Public

    Defines an object-oriented layer for the HTTP specification.", "keywords": [],

    PHP

  3. PixeleeApp/DataUtils PixeleeApp/DataUtils Public

    A utility module for handling collections, arrays, and string manipulations efficiently.

    PHP

  4. Memory Memory Public archive

    Jeu du Memory

    TypeScript

  5. Récupère une timezone proche de cell... Récupère une timezone proche de celle qui n'est pas reconnue
    1
    <?php
    2
    
                  
    3
    $timeZone = 'Asia/Calcutta';
    4
    
                  
    5
    $zone = new \DateTimeZone($timeZone);