Skip to content

Instantly share code, notes, and snippets.

View ZacharyDraper's full-sized avatar
💭
Creating awesome web apps

Zachary Draper ZacharyDraper

💭
Creating awesome web apps
View GitHub Profile
@ZacharyDraper
ZacharyDraper / 3rd_party_email_provider_domains.txt
Last active July 25, 2017 19:13 — forked from tbrianjones/free_email_provider_domains.txt
A list of free email provider domains. Some of these are probably not around anymore. I've combined a dozen lists from around the web. Current "major providers" should all be in here as of the date this is created.
1033edge.com
11mail.com
123.com
123box.net
123india.com
123mail.cl
123qwe.co.uk
126.com
126.net
139.com
@ZacharyDraper
ZacharyDraper / array_insert.php
Last active May 8, 2017 04:18 — forked from scribu/array_insert.php
array_insert()
<?php
/**
* Insert an array into another array before/after a certain key
*
* @param array $array The initial array
* @param array $pairs The array to insert
* @param string $key The certain key
* @param string $position Wether to insert the array before or after the key
* @return array