Skip to content

Instantly share code, notes, and snippets.

@frank-bg
frank-bg / fpm_get_status.php
Last active August 26, 2025 19:21 — forked from EhsanCh/fpm_get_status.php
PHP-FPM real-time status page (Single file without the need for web server configuration)
<?php
// avoid client cache
header("Cache-Control: no-cache, must-revalidate");
// Upload to private url or implement authorization...
if (isset($_GET["json"])) {
header("Content-type: application/json");
exit(json_encode( fpm_get_status() ));
}
?>
<!DOCTYPE html>
@frank-bg
frank-bg / README.md
Created April 16, 2023 20:04 — forked from ponceto/README.md
Matrix characterfall on your terminal

Matrix characterfall effect

Abstract

These scripts are written to simulate the matrix characterfall on your terminal.

ASCII version

This is a version with a pure ascii charset of the matrix effect.