Skip to content
View serial's full-sized avatar

Block or report serial

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. php-browsercheck php-browsercheck Public

    Show some basic browser information

    CSS 1

  2. WikiDocs-Markdown WikiDocs-Markdown Public

    Forked from Zavy86/WikiDocs

    📗 A databaseless markdown file wiki engine.

    JavaScript

  3. GitHub - Delete commits history GitHub - Delete commits history
    1
    Deleting the `.git` folder may cause problems.  
    2
    If we want to delete all of our commits history, but keep the code in its current state:
    3
    
                  
    4
    ```
    5
    # Check out to a temporary branch:
  4. ts3-server-updater ts3-server-updater
    1
    # TS3-Update
    2
    Script will easily download latest ts3server files and update the server automatically.
    3
    
                  
    4
    # Requirements
    5
    - Server running a linux amd64 TS3 Server 
  5. PDO database (PHP version >= 8.0) PDO database (PHP version >= 8.0)
    1
    <?php
    2
    /**
    3
     * PHP PDO Class
    4
     *
    5
     * @require PHP >= 8.0
  6. js-clock-dashboard js-clock-dashboard Public

    Display the current time with moment.js

    JavaScript