Skip to content

Instantly share code, notes, and snippets.

View gerswin's full-sized avatar
🎯
Focusing

gerswin gerswin

🎯
Focusing
View GitHub Profile
@gerswin
gerswin / image.js
Created October 16, 2014 20:31
image.js
var pixel=document.createElement("img");
pixel.setAttribute('src', 'http://coderanch.com/mooseImages/moosefly.gif');
pixel.setAttribute('alt', 'holabb');
document.getElementById('parawebs').appendChild(pixel);
@gerswin
gerswin / inbstall
Created September 22, 2014 19:21
install.sh
#!/bin/bash
# FreeSWITCH Installation script for CentOS 5.5/5.6
# and Debian based distros (Debian 5.0 , Ubuntu 10.04 and above)
# Copyright (c) 2011 Plivo Team. See LICENSE for details.
FS_CONF_PATH=https://github.com/plivo/plivoframework/raw/master/freeswitch
FS_GIT_REPO=git://git.freeswitch.org/freeswitch.git
FS_INSTALLED_PATH=/usr/local/freeswitch
// ==UserScript==
// @name Laptop VIT
// @namespace http://use.i.E.your.homepage/
// @version 2.1
// @description enter something useful
// @match http://tienda.vit.gob.ve/inicio
// @require https://code.jquery.com/jquery-2.1.1.min.js
// @copyright 2012+, You
// ==/UserScript==
@gerswin
gerswin / 0_reuse_code.js
Created April 11, 2014 23:24
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@gerswin
gerswin / index.php
Created September 26, 2012 04:38 — forked from splitbrain/index.php
<?php
$OTS = '/usr/bin/ots';
loadurl();
if(!isset($_REQUEST['format']) || $_REQUEST['format'] =! 'text'){
header('Content-Type: text/html; charset=utf-8');
html_header();
form();