Skip to content

Instantly share code, notes, and snippets.

View HaradaKumiko's full-sized avatar
🎯
Focusing

Farhan Rivaldy HaradaKumiko

🎯
Focusing
View GitHub Profile
@HaradaKumiko
HaradaKumiko / index.php
Created February 29, 2024 06:38 — forked from Zxce3/index.php
server dashboard in one file [WIP]
<?php
/**
* This file contains functions to retrieve system information and display it in a single file server dashboard.
* The functions include generating a safe ID, parsing lines, getting CPU info, load average, basic server info,
* CPU usage, memory usage, disk usage, and disk space.
*
* @author Zxce3
* @version 1.1
*/

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

ℹ️ git-conventional-commits A CLI util to ensure this conventions and generate changelogs

Commit Messaz Formats

Inital Commit

@HaradaKumiko
HaradaKumiko / falsehoods-programming-time-list.md
Created February 15, 2024 07:13 — forked from timvisee/falsehoods-programming-time-list.md
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).