Skip to content

Instantly share code, notes, and snippets.

View joshteng's full-sized avatar

Joshua Teng joshteng

View GitHub Profile

NEXT Academy Company Trip (Dec 2016)

##3 Epic Days of Sheer Fun and Lifetime Worthy Experience at Langkawi

"The best cameras are useless if no great photos are ever taken with it. Just like life, we should always strive for excellence and, at the same time, craft amazing experiences with only some people around us." - Josh

Dino3.jpg

<--Call to Action here-->

Download and Install Vagrant http://www.vagrantup.com/ and VirtualBox https://www.virtualbox.org/ or VMware before beginning

#Set up Vagrant *this guide assumes the use of Mac OS X Mountain Lion on local machine and Ubuntu 12.04 LTS x64 on Vagrant box. It is compatible with many other distros but hasn't been tested.

##Step 1: Make and run box

vagrant init
vagrant box add <path to box directory or name according to https://vagrantcloud.com/>
vagrant up
@joshteng
joshteng / Sendy.md
Last active February 1, 2016 17:33 — forked from dovy/Sendy.md

Sendy

Sendy is a self hosted email newsletter application that lets you send trackable emails via Amazon Simple Email Service (SES).

Heroku

You can deploy Sendy on Heroku using the following instructions (I assume you've already installed the heroku toolbelt).

  1. Download Sendy
  2. Navigate into the folder where Sendy is and initialize it as a Git repo git init
@joshteng
joshteng / Propertyplus.html
Created January 23, 2014 10:44
Instructions to integrate Televate using custom button or link
<!--Step One: include this script in your within your html body-->
<script type="text/javascript" src="//app.televate.io/lightbox.js"></script>
<!--Step Two: create a button that will trigger the form-->
<!--use this-->
<a href="#" class="televate-trigger" data-menu-id="l_EKm2ry4Ay-rPNxzF092g">Call Us</a>
<!--or this-->
<button class="televate-trigger" data-menu-id="l_EKm2ry4Ay-rPNxzF092g">Enquiries</button>
@joshteng
joshteng / televate_button_link_integration.html
Last active January 3, 2016 23:19
To integrate Televate on websites via a custom button or link.
http://onlinesupport.fujixerox.com/processDriverForm.do;jsessionid=48F6A7AE3E901576D43022BD5EA61823.worker1?ctry_code=ID&lang_code=en&d_lang=en&corp_pid=DPCM305DF&rts=null&model=DocuPrint+CM305+df&type_id=2&oslist=Windows+7+64bit&lang_list=en
@joshteng
joshteng / call.js
Last active December 28, 2015 09:49
call('sip:97158683@shims.starhub.net.sg', {
onAnswer: function() {
say("Hi there! Goodbye.");
}
}
call "97158683", {
:network => "SMS"}
say "Don't forget your meeting at 2 p.m. on Wednesday!"
message("hello", {network:"SMS", to: "97158683"});
call "sip:97158683@shims.starhub.net.sg'"
say "Tag, you’re it!"