Skip to content

Instantly share code, notes, and snippets.

View websmith's full-sized avatar

Nate Cornelius websmith

View GitHub Profile
@websmith
websmith / us-state-names-abbrevs.php
Created January 28, 2016 15:22 — forked from maxrice/us-state-names-abbrevs.php
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',
@websmith
websmith / Contract Killer 3.md
Last active August 29, 2015 14:26 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post

@websmith
websmith / wp.sh
Last active August 29, 2015 14:07 — forked from bgallagh3r/wp.sh
#!/bin/bash -e
clear
echo "============================================"
echo "WordPress Install Script"
echo "============================================"
echo "Database Name: "
read -e dbname
echo "Database User: "
read -e dbuser
@websmith
websmith / wpinst.sh
Last active August 29, 2015 14:05 — forked from ijobling/wpinst.sh
Complete Wordpress install including all required parts, wordpress latest version, database, and config
##########################################################################
#### Script to copy install process explained in codio Wordpress Install at
### https://codio.com/s/docs/specifics/wordpress/
##########################################################################
#### Instructions
#### Option 1.
#### From the Codio Dashboard, create a new project and select the Git Tab
#### and then paste the following URL into the box