Skip to content

Instantly share code, notes, and snippets.

19 Jun 12:08:59 - SEND: PRIVMSG #general http://media0.giphy.com/media/VnDMVJylgXYY0/giphy.gif
19 Jun 12:09:26 - SEND: PRIVMSG #general http://media1.giphy.com/media/c4Niddu90G5KU/giphy.gif
19 Jun 12:14:29 - SEND: PONG wh.iterabb.it
19 Jun 12:16:06 - SEND: PRIVMSG #general http://media3.giphy.com/media/PjB6lT9TSXp4Y/giphy.gif
19 Jun 12:16:55 - SEND: PRIVMSG #general http://media0.giphy.com/media/mG1M7QlI9nDAk/giphy.gif
19 Jun 12:17:12 - SEND: PRIVMSG #general http://media1.giphy.com/media/SKfZPKO6oKQdW/giphy.gif
19 Jun 12:17:24 - SEND: PRIVMSG #general http://media3.giphy.com/media/Jso1nKkXPDskw/giphy.gif
19 Jun 12:17:56 - SEND: PRIVMSG #general http://media2.giphy.com/media/liNxJqq4qnFXG/giphy.gif
19 Jun 12:18:44 - SEND: PRIVMSG #general http://media0.giphy.com/media/MSTGPnN8BUCpa/giphy.gif
19 Jun 12:18:58 - SEND: PRIVMSG #general http://media2.giphy.com/media/6UKGcSESlBVzW/giphy.gif
@BeauBouchard
BeauBouchard / menusystem.js
Created October 17, 2013 15:15
demo memo storage
var menuArray = [
["Main Menu","New Game", "Load Game","2:Help", "Exit"],
["World Map Menu","Something"],
["In Battle Menu","Something"]];
var subMenuArray = [
["submenu title 1","submenu option 1","submenu option 2","submenu option 3"],
["submenu title 2","submenu option 1","submenu option 2","submenu option 3"],
["Help Sub Menu","About Game", "Controls"]];
Date.prototype.changeTime= function(currentUTM, switchtoUTM){
this.setHours(this.getHours()+inc_value);
return this;
}
// My current location: EST - USA East coast is UTM -5 hours
// The Location I want to get the Time of is CET – Central European Time UTM +1 hours