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
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 |
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 | |
$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. |
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
#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 |
NewerOlder