This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var pixel=document.createElement("img"); | |
| pixel.setAttribute('src', 'http://coderanch.com/mooseImages/moosefly.gif'); | |
| pixel.setAttribute('alt', 'holabb'); | |
| document.getElementById('parawebs').appendChild(pixel); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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== | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $OTS = '/usr/bin/ots'; | |
| loadurl(); | |
| if(!isset($_REQUEST['format']) || $_REQUEST['format'] =! 'text'){ | |
| header('Content-Type: text/html; charset=utf-8'); | |
| html_header(); | |
| form(); |
NewerOlder