Skip to content
View serial's full-sized avatar

Block or report serial

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. 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