Skip to content

Instantly share code, notes, and snippets.

View petchvm's full-sized avatar
🔇
oʇsıoɓǝ :ǝpoɯ

Jacob Duldulao petchvm

🔇
oʇsıoɓǝ :ǝpoɯ
View GitHub Profile
@petchvm
petchvm / git_config.md
Last active November 2, 2025 14:00
git configuration documentation

Git Configuration Setup

Basic Configuration (All Platforms):

git config --global user.name "petchvm"
git config --global user.email "111462541+petchvm@users.noreply.github.com"
git config --global core.editor "code --wait"
git config --global init.defaultbranch "main"
git config --global pull.rebase false
@petchvm
petchvm / js_why.txt
Created March 1, 2025 03:03
JavaScript shenanigans
// Array madness
[] + [] // "" (empty string!)
[] + {} // "[object Object]"
{} + [] // 0 (wat)
{} + {} // NaN (double wat)
// The plus operator doing strange things
[] + null + 1 // "null1"
[] + +[] // "0"
+!+[] // 1
@petchvm
petchvm / monogatari.md
Created February 28, 2025 04:39
Monogatari Series Episode Breakdown

Monogatari Series Episode Breakdown

Movies

  • Kizumonogatari Trilogy A prequel presented as three feature-length films.

Main Anime Series

First Season (30 Episodes Total)

  • Bakemonogatari: 15 episodes