Skip to content

Instantly share code, notes, and snippets.

View drukaman's full-sized avatar

Andre Ferreira drukaman

View GitHub Profile
@drukaman
drukaman / README.markdown
Created December 19, 2016 06:11 — forked from marijn/README.markdown
List of nationalities in YAML, CSV and TXT format

List of nationalities

It's time someone compiled a list of nationalities to use within a web application. This gist attempts to make a first move at that.

##List of countries

I've also compiled a list of countries

@drukaman
drukaman / multi_dimensional_arrays.php
Last active October 26, 2015 22:12
Recursive and multi-dimensional arrays
<?php
$fruits = array ( "fruits" => array ( "a" => "orange",
"b" => "banana",
"c" => "apple"
),
"numbers" => array ( 1,
@drukaman
drukaman / timedifference.php
Created October 23, 2015 20:35
returns the difference, in days, between two dates
returns the difference, in days, between two dates
$.ajax({
url: "saveForm.php",
type: "POST",
dataType: "json",
data:{"data" : JSON.stringify(m_data), "total": totalInputs, "email": emailAdd, "name": fullName}
, // serialize form data
beforeSend: function() {
alert.fadeOut();
saveForm.val('saving....'); // change submit button text
saveForm2.val('saving....'); // change submit button text