Skip to content
View molotovbliss's full-sized avatar
⚗️
Code, Eat, Sleep++;
⚗️
Code, Eat, Sleep++;
  • DFW, Texas

Organizations

@PhysisVerse

Block or report molotovbliss

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. React-fiber-drei-three.18 Public

    Created with CodeSandbox

    JavaScript 1

  2. dracula/renoise Public

    ReNoise Dracula Theme

    20 2

  3. Importing Large DB faster MySQL Sett...
    1
    Source: https://dba.stackexchange.com/questions/83125/mysql-any-way-to-import-a-huge-32-gb-sql-dump-faster
    2
    
                  
    3
    innodb_buffer_pool_size = 4G
    4
    innodb_log_buffer_size = 256M
    5
    innodb_log_file_size = 1G
  4. Simple PHP Class to save an array to...
    1
    <?php
    2
    /**
    3
     * Save an PHP Array to disk with a delimiter to support
    4
     * multiple array values. Associative Array supported.
    5
     *
  5. Running multiple processes in PHP
    1
    <?php
    2
    set_time_limit(0);
    3
    include "threads.php";
    4
    $commands = array('ffmpeg -i '.$inputFile[0].' '.$outputFile[0].' 2>&1','ffmpeg -i '.$inputFile[0].' '.$outputFile[0].' 2>&1');
    5
    $threads = new Multithread($commands);
  6. Mb_AsynchronousCustomerImport Public

    Fast Customer Import with addresses Magento 1.x Module via pseudo-multi-threading / asynchronous methods

    PHP 2