Skip to content

Instantly share code, notes, and snippets.

View bibiboot's full-sized avatar

Bibiboot bibiboot

View GitHub Profile
@syed
syed / tent_reminder.js
Created September 13, 2012 02:49
This is a simple on[x] script that I wrote to remind my friend to bring tent, sleeping bag and anti leech powder for our trek
// Initializing variables
var message = "Tent + Sleeping bag le kar aana aur agar aapke paas " +
"anti leech hai woh jo powder etc woh be le kar aana";
var contact = { name : "Dhiraj",phoneNumber : "+91123456789" } ;
var msg_time = new Date(2012,8,12,8,0,0,0); // Date(year, month, day, hours, minutes, seconds, milliseconds);
var msg_time_ms = msg_time.getTime();
// End of variables initializing