Skip to content

Instantly share code, notes, and snippets.

View toobulkeh's full-sized avatar
🎯
Focusing

Dan Moore toobulkeh

🎯
Focusing
View GitHub Profile
@toobulkeh
toobulkeh / gist:4199409
Created December 4, 2012 00:35
Facebook SRR
This agreement was written in English (US). To the extent any translated version of this agreement conflicts with the English version, the English version controls. Please note that Section 17 contains certain changes to the general terms for users outside the United States.
Date of Last Revision: November XX/December XX, 2012.
Statement of Rights and Responsibilities
This Statement of Rights and Responsibilities ("Statement," "Terms," or "SRR") derives from the Facebook Principles, and is our terms of service that governs our relationship with users and others who interact with Facebook. By using or accessing Facebook, you agree to this Statement, as updated from time to time in accordance with Section 14 below. Additionally, you will find resources at the end of this document that help you understand how Facebook works.
Privacy
Your privacy is very important to us. We designed our Data Use Policy to make important disclosures about how you can use Facebook to share with others and how we collect and can
@toobulkeh
toobulkeh / YUIchart.php
Created November 19, 2012 21:53
YUI Chart Test
<?php
$chartData = array(array("category"=>"5/1/2010","miscellaneous"=>2000,"expenses"=>3700),
array("category"=>"5/2/2010","miscellaneous"=>50,"expenses"=>9100),
array("category"=>"5/3/2010","miscellaneous"=>400,"expenses"=>1100),
array("category"=>"5/4/2010","miscellaneous"=>200,"expenses"=>1900),
array("category"=>"5/5/2010","miscellaneous"=>5000,"expenses"=>5000));
?>
<script>
// Create a new YUI instance and populate it with the required modules.
@toobulkeh
toobulkeh / gist:4048262
Created November 9, 2012 21:10
HOWTO: Install a Rails Development Environment on Debian on Virtualbox inside Windows 7 & 8
#Instruction Sources:
# Guest Additions on Debian - http://virtualboxes.org/doc/installing-guest-additions-on-debian/
sudo su -
apt-get update
apt-get upgrade
apt-get install build-essential module-assistant
m-a prepare #Click on Install Guest Additions… from the Devices menu, then run
mount /media/cdrom.
sh /media/cdrom/VBoxLinuxAdditions.run #and follow the instructions on screen.
# Install XFCE4 - http://wiki.debian.org/Xfce