Skip to content

Instantly share code, notes, and snippets.

@binaryfever
binaryfever / proxy.php
Created April 30, 2018 00:09 — forked from iovar/proxy.php
Simple PHP Proxy Script
<?php
/*
* Warning! Read and use at your own risk!
*
* This tiny proxy script is completely transparent and it passes
* all requests and headers without any checking of any kind.
* The same happens with JSON data. They are simply forwarded.
*
* This is just an easy and convenient solution for the AJAX
@binaryfever
binaryfever / app.js
Created March 21, 2013 20:37 — forked from gcoop/app.js
// Create tab group
var tabGroup = Titanium.UI.createTabGroup({
barColor: "black"
});
// Create home tab.
var win = Ti.UI.createWindow({
title: "Record"
});
// Tab for the recording pane.