Skip to content

Instantly share code, notes, and snippets.

View dgloriaweb's full-sized avatar

Beatrix Gloria Ducz dgloriaweb

  • freelancer
View GitHub Profile
@iamphilrae
iamphilrae / phpMyAdmin Export Filename Template, Including Date and Time
Last active August 14, 2025 13:51
phpMyAdmin Export Filename Template, Including Date and Time
@DATABASE@__%Y-%m-%d_%H-%M-%S
@Alcotana
Alcotana / nodejs_here.reg
Last active September 18, 2025 13:54
Open directory with "Node.js command prompt" using right-click menu command "Node.js here"
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\directory\background\shell\nodejs]
"Icon"="cmd.exe"
@="&Node.js here"
[HKEY_CLASSES_ROOT\directory\background\shell\nodejs\command]
@="cmd.exe /s /k pushd \"%V\" & nodevars.bat"
[HKEY_CLASSES_ROOT\directory\shell\nodejs]