Skip to content

Instantly share code, notes, and snippets.

View indrakaw's full-sized avatar
🎯
Focusing

Indra Kurniawan indrakaw

🎯
Focusing
  • Slow Code, co.
  • Cirebon, Indonesia
View GitHub Profile
@thegitfather
thegitfather / vanilla-js-cheatsheet.md
Last active April 28, 2025 16:22
Vanilla JavaScript Quick Reference / Cheatsheet
@nicksantamaria
nicksantamaria / fork-example.php
Created October 20, 2016 22:35
Example: Parallel processing in PHP using pcntl_fork()
<?php
/**
* @file
* Basic demonstration of how to do parallel threads in PHP.
*/
// This array of "tasks" could be anything. For demonstration purposes
// these are just strings, but they could be a callback, class or
// include file (hell, even code-as-a-string to pass to eval()).
@ivanvermeyen
ivanvermeyen / !NOTE.md
Last active March 15, 2023 05:25
Setup a Laravel Storage driver with Google Drive API
@qti3e
qti3e / README.md
Last active May 7, 2025 17:17
List of file signatures and mime types based on file extensions