⚗️
Code, Eat, Sleep++;
Pinned Loading
-
-
Dracula Theme for XFCE4 Terminal
Dracula Theme for XFCE4 Terminal 1ColorBackground=#28282a2a3636
2ColorForeground=#f8f8f8f8f2f2
3ColorSelection=#363639394848
4ColorBold=#f4f47676c3c3
5ColorCursor=#5050fafa7b7b
-
Importing Large DB faster MySQL Sett...
Importing Large DB faster MySQL Settings 1Source: https://dba.stackexchange.com/questions/83125/mysql-any-way-to-import-a-huge-32-gb-sql-dump-faster
23innodb_buffer_pool_size = 4G
4innodb_log_buffer_size = 256M
5innodb_log_file_size = 1G
-
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*
-
Running multiple processes in PHP
Running multiple processes in PHP 1<?php
2set_time_limit(0);
3include "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);
-
Mb_AsynchronousCustomerImport
Mb_AsynchronousCustomerImport PublicFast Customer Import with addresses Magento 1.x Module via pseudo-multi-threading / asynchronous methods
PHP 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.