Skip to content

Instantly share code, notes, and snippets.

View dv336699's full-sized avatar
😬
I may be slow to respond.

Diego dv336699

😬
I may be slow to respond.
View GitHub Profile
@dv336699
dv336699 / README.md
Last active May 13, 2016 19:39 — forked from oodavid/README.md
Deploy your site with git

Deploy your site with git

This gist assumes:

  • you have a local git repo
  • with an online remote repository (github / bitbucket etc)
  • and a cloud server (Rackspace cloud / Amazon EC2 etc)
    • your (PHP) scripts are served from /var/www/html/
    • your webpages are executed by apache
  • apache's home directory is /var/www/
@dv336699
dv336699 / gist:84398a3a559c65b1bc52
Last active February 20, 2016 16:07
viewport resizer including most used phones
javascript:void((function(d)%7Bif(self!%3Dtop%7C%7Cd.getElementById(%27toolbar%27)%26%26d.getElementById(%27toolbar%27).getAttribute(%27data-resizer%27))return false%3Bd.write(%27<!DOCTYPE HTML><html style%3D"opacity:0%3B"><head><meta charset%3D"utf-8"></head><body><a data-viewport%3D"320x480" data-icon%3D"mobile" data-version%3D"320" title%3D"Mobile (e.g. Apple iPhone 4, iPod)">Mobile (e.g. Apple iPhone 4, iPod)</a><a data-viewport%3D"360x511" data-icon%3D"mobile" data-version%3D"Mx" title%3D"Moto X" style%3D"display: inline%3B">Moto X</a><a data-viewport%3D"320x568" data-icon%3D"mobile" data-version%3D"5" title%3D"Apple iPhone 5">Apple iPhone 5</a><a data-icon%3D"mobile" data-version%3D"6" data-viewport%3D"375x667" title%3D"Apple iPhone 6" style%3D"display: inline%3B">Apple iPhone 6</a><a data-icon%3D"mobile" data-version%3D"6+" data-viewport%3D"414x736" style%3D"display: inline%3B" title%3D"Apple iPhone 6+">Apple iPhone 6+</a><a data-icon%3D"mobile" data-version%3D"S6" data-viewport%3D"360x640" style%3D"di
<?php //FILE: sms_api.php
function sendSMS($number,$message,$concat = 1) {
$url = "example"; // Set your frontlinesms or frontlinecloud webconnection url here
$secret = "secret"; // Set the secret here
$request = array(
'secret' => $secret,
'message' => $message,
'recipients' => array(array(