Skip to content

Instantly share code, notes, and snippets.

View Mat-Moo's full-sized avatar

Matthew Augier Mat-Moo

  • DPS Ltd.
  • Farnborough, Hampshire, UK
View GitHub Profile
@Mat-Moo
Mat-Moo / fakeemail.js
Created November 4, 2015 11:40
Temporary email addresses
var fakeEmails = ['0-mail.com','0815.ru','0clickemail.com','10minutemail.com','20minutemail.com','2prong.com','30minutemail.com','3d-painting.com','4warding.com','4warding.net','4warding.org','60minutemail.com','amilegit.com','anonbox.net','anonymbox.com','antispam.de','beefmilk.com','binkmail.com','bio-muesli.net','bobmail.info','bofthew.com','bootybay.de','brefmail.com','bsnow.net','bugmenot.com','bumpymail.com','cosmorph.com','courrieltemporaire.com','cubiclink.com','curryworld.de','cust.in','dacoolest.com','dandikmail.com','dayrep.com','deadaddress.com','despam.it','devnullmail.com','discardmail.com','discardmail.de','disposemail.com','dispostable.com','dodgeit.com','dodgit.com','dodgit.org','doiea.com','donemail.ru','dontreg.com','dontsendmespam.de','drdrb.net','dump-email.info','dumpyemail.com','e4ward.com','email60.com','emailigo.de','emailinfive.com','emailmiser.com','emailsensei.com','emailtemporario.com.br','emailwarden.com','emailx.at.hm','evopo.com','fakeinbox.com','fakeinformation.com','fastacura
/**
* VueJS 2 version
* Use v-moo-repeat="functionName" and on click this will be called repeatedly
*/
Vue.directive('moo-repeat', {
/**
* Bind - this adds a mouse down and mouse up to the element
*/
moo : function() {
@Mat-Moo
Mat-Moo / make_png_sequence.php
Last active July 5, 2016 21:39
Need to take a bunch of pngs and create a single png that can be css animated?
<?php
/**
* User: Matthew Augier
* Data Product Services Ltd.
* PHP command line code to convert a sequence of PNG's into a single png file
* which can be used with css to play it as an animation
* Date: 05/07/2016
* Time: 21:46
*/