Explore >> Select a destination


You are here

bitsofco.de
| | radulucut.com
0.5 parsecs away

Travel
| | A simple example of how to zoom an image using the canvas API.
| | www.maissan.net
1.5 parsecs away

Travel
| | Using JavaScript, the canvas element, b-splines, recursion and a little randomness, we'll simulate vines forming shapes around an invisible lattice.
| | www.lostdecadegames.com
1.8 parsecs away

Travel
| | Lost Decade Games
| | whatibroke.com
18.9 parsecs away

Travel
| Hi everyone, Just a quick post on how to configure wireless info on a raspberry pi. To start with, open the config file: sudo nano /etc/wpa_supplicant/wpa_supplicant.conf You can then add any number of connections to the file with varying priorities: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=AU network={ ssid="Mobile Network" psk="YOUR_PASSWORD" key_mgmt=WPA-PSK priority=2 } network={ ssid="Home Network" psk="YOUR_PASSWORD"...