Skip to content
View bladeSk's full-sized avatar
Block or Report

Block or report bladeSk

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

  1. SQLite3 PHP Quickstart Tutorial SQLite3 PHP Quickstart Tutorial
    1
    <?php
    2
    // This file walks you through the most common features of PHP's SQLite3 API.
    3
    // The code is runnable in its entirety and results in an `analytics.sqlite` file.
    4
    
    
    5
    
    
  2. Deploying Laravel on a shared hostin... Deploying Laravel on a shared hosting using only .htaccess
    1
    # Deploying Laravel on a shared hosting using only .htaccess
    2
    
    
    3
    Making Laravel work on a shared hosting can be troublesome, because Laravel needs to have its _document root_ set to the `public` directory. This may not be configurable by a user or even desirable, when the server is hosting multiple websites.
    4
    
    
    5
    Here's a simple method using only a `.htaccess` file placed in Laravel's root directory - e.g. alongside `app`, `bootstrap`, `config`, ... No changes whatsoever are necessary to your code.
  3. DX7II-Librarian DX7II-Librarian Public

    Yamaha DX7II-FD / DX7II-D / DX7s / DX7 cart manager in your browser. With DX7II features support.

    TypeScript 4 2

  4. How to install Unity3D on Ubuntu bas... How to install Unity3D on Ubuntu based Linux distros (Kubuntu, Xubuntu, POP_OS, Mint, Neon, Zorin, etc.).
    1
    # How to install Unity3D on Ubuntu based Linux distros (Kubuntu, Xubuntu, POP_OS, Mint, Neon, Zorin, etc.).
    2
    
    
    3
    This guide details how to install UnityHub, Unity, VS Code and how to get full C# support with IntelliSense and debugging.
    4
    
    
    5
    Tested on Kubuntu 22.04.
  5. StayFocused StayFocused Public

    Prevents focus stealing on Windows

    C 68 5

  6. midi-to-piano-roll midi-to-piano-roll Public

    Converts MIDI files to DAW-like piano rolls for printing

    JavaScript 3 2