Skip to content

Instantly share code, notes, and snippets.

View esurov's full-sized avatar

Gene Surov esurov

View GitHub Profile
@Zxce3
Zxce3 / index.php
Last active June 18, 2025 18:46
server dashboard in one file [WIP] Updated V2
<?php
/**
* Server Dashboard - Simplified System Information Display
* This file contains functions to retrieve system information and display it in a server dashboard.
* The functions include getting basic server info, CPU info, memory usage, disk usage, uptime, load average,
* network interfaces, and process list.
*
* @author Zxce3
* @version 2.0
@meesix
meesix / gist:82e749de38663688e98d990a1cdcf57e
Last active August 1, 2020 06:24
Convert ZOOM chat log to SRT subtitle
#!/usr/bin/env python
'''
Simple script to convert ZOOM chat log to SRT subtitle
USAGE: conver.py FILE
Outputs subtitle data to stdout
'''
import datetime
import sys