Skip to content

Instantly share code, notes, and snippets.

View dgersting's full-sized avatar

David Gersting dgersting

  • 02:55 (UTC -04:00)
View GitHub Profile
@mutin-sa
mutin-sa / Top_Public_Time_Servers.md
Last active March 12, 2026 15:33
List of Top Public Time Servers

Google Public NTP [AS15169]:

time.google.com

time1.google.com

time2.google.com

time3.google.com

@maxrice
maxrice / us-state-names-abbrevs.php
Created May 23, 2012 18:32
US State Names & Abbreviations as PHP Arrays
<?php
/* From https://www.usps.com/send/official-abbreviations.htm */
$us_state_abbrevs_names = array(
'AL'=>'ALABAMA',
'AK'=>'ALASKA',
'AS'=>'AMERICAN SAMOA',
'AZ'=>'ARIZONA',
'AR'=>'ARKANSAS',