Skip to content

Instantly share code, notes, and snippets.

View HaradaKumiko's full-sized avatar
🎯
Focusing

Farhan Rivaldy HaradaKumiko

🎯
Focusing
View GitHub Profile
@Zxce3
Zxce3 / index.php
Last active March 17, 2025 10:33
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
@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active June 10, 2025 18:16
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 10, 2025 19:05
Conventional Commits Cheatsheet
@timvisee
timvisee / falsehoods-programming-time-list.md
Last active June 6, 2025 15:12
Falsehoods programmers believe about time, in a single list

Falsehoods programmers believe about time

This is a compiled list of falsehoods programmers tend to believe about working with time.

Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.

Falsehoods

  • There are always 24 hours in a day.
  • February is always 28 days long.
  • Any 24-hour period will always begin and end in the same day (or week, or month).