This file contains 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
sudo su -- | |
cd /src | |
wget http://www.libxl.com/download/libxl.tar.gz | |
tar -zxvf libxl.tar.gz | |
cd libxl-3.4.1.4 | |
ln -s include_c include | |
ln -s libxl.so /usr/lib/libxl.so | |
wget https://github.com/iliaal/php_excel/archive/master.zip master.zip |
This file contains 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 | |
/* | |
* Calls the WaniKani API and generates a custom log compatible with gource. | |
*/ | |
function curlcon($url) | |
{ | |
$key = ""; | |
$url = "https://www.wanikani.com/api/v1.2/user/$key/$url"; | |
This file contains 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
<div class="nexus"> | |
<div class="speaker"></div> | |
<div class="screen"> | |
<div class="phone-infos"> | |
<span>03.15</span> | |
<span class="battery"></span> | |
<span class="gsm"> | |
<b class="signal1"></b> | |
<b class="signal2"></b> | |
<b class="signal3"></b> |