Skip to content

Instantly share code, notes, and snippets.

<?php
$closest = ['zero', 26 + 5 + 18 + 15];
$numbers = [
'one',
'two',
'three',
'four',
'five',
@mminer237
mminer237 / pull_all.ps1
Created June 20, 2023 13:14
Updates all git repositories in a directory
#!/bin/pwsh
cd $PSScriptRoot;
Get-ChildItem -Directory | % {cd $_; git pull; cd ..;};
exit;
@mminer237
mminer237 / COPYING
Last active September 27, 2022 20:42 — forked from frabert/COPYING
Favicons for HN
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit