- Torrent
raspbian jessie lite
from https://www.raspberrypi.org/downloads/raspbian/ - Burn the .dmg file on the SD card Using
raspberry pi filler
http://ivanx.com/raspberrypi/ - Plug the SD card, wifi usb dongle, keyboard and screen, then power up the rpi.
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
import java.util.Iterator; | |
import java.util.List; | |
import wblut.processing.*; | |
import wblut.core.*; | |
import wblut.hemesh.*; | |
import wblut.geom.*; | |
import toxi.geom.*; | |
import toxi.geom.mesh.*; |
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
<ul class="items"> | |
<?php | |
$options = array( | |
'quantity' => 20, // how many item to display for each page | |
'around' => 2, // how many page btn to show around the current page btn | |
'directory' => 'files/tbn-test', // dir to scan for items | |
); | |
$page = isset($_GET['page']) ? $_GET['page'] : 1; | |
$offset = ($page - 1) * $options['quantity']; // $page base index is 1 |
using
vmd
:
{
"cmd": ["vmd \"$file\" --watch"],
"shell": true,
"selector": "text.html.markdown"