Skip to content

Instantly share code, notes, and snippets.

View dwhite440's full-sized avatar

Demond dwhite440

  • South Carolina
View GitHub Profile
@dwhite440
dwhite440 / country
Last active October 6, 2019 18:00 — forked from psamaan/country
Countries Select Option List
<select name="Country">
<option value="" selected="selected">Select Country</option>
<option value="United States">United States</option>
<option value="United Kingdom">United Kingdom</option>
<option value="Afghanistan">Afghanistan</option>
<option value="Albania">Albania</option>
<option value="Algeria">Algeria</option>
<option value="American Samoa">American Samoa</option>
<option value="Andorra">Andorra</option>
<option value="Angola">Angola</option>
@dwhite440
dwhite440 / 0_reuse_code.js
Created June 4, 2017 15:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@dwhite440
dwhite440 / VB.NET - Updater Script
Created November 25, 2016 16:09 — forked from TehProject26/VB.NET - Updater Script
VB.NET - Updater Script
'''''''''''''''''''''''''''''
' Updater Snippet '
' '
' Creator : TehProject26 '
' Date : 17/12/2011 '
' '
' '
' '
' Enjoy :D '
'''''''''''''''''''''''''''''
@dwhite440
dwhite440 / gist:0b4d86fb21229ae56b2de9b81c2708f8
Created November 25, 2016 16:08 — forked from abhilash2006/gist:4984987
Google Authintication VB.NET
Imports Microsoft.VisualBasic
Imports System.Data
Imports System.Data.SqlClient
Imports Google.GData.Client
Imports Google.GData.Contacts
Public Class GoogleAppsAuth
Private GoogleContactsService As New Google.GData.Contacts.ContactsService("mail")
Private GoogleService As Service
@dwhite440
dwhite440 / address-form.html
Last active October 6, 2019 17:58 — forked from iloris/address-form.html
Generic html address form using twitter bootstrap form. inspiration: http://www.uxmatters.com/mt/archives/2008/06/international-address-fields-in-web-forms.php
<form class="form-horizontal">
<fieldset>
<!-- Address form -->
<h2>Address</h2>
<!-- full-name input-->
<div class="control-group">
<label class="control-label">Full Name</label>
<div class="controls">