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

Organizations

@PhysisVerse
Block or Report

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

  1. dracula/renoise dracula/renoise Public

    ReNoise Dracula Theme

    19 2

  2. Dracula Theme for XFCE4 Terminal Dracula Theme for XFCE4 Terminal
    1
    ColorBackground=#28282a2a3636
    2
    ColorForeground=#f8f8f8f8f2f2
    3
    ColorSelection=#363639394848
    4
    ColorBold=#f4f47676c3c3
    5
    ColorCursor=#5050fafa7b7b
  3. Importing Large DB faster MySQL Sett... Importing Large DB faster MySQL Settings
    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... Simple PHP Class to save an array to disk and read it back into a PHP Array using JSON.
    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 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 Mb_AsynchronousCustomerImport Public

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

    PHP 2