-->

Artikel Terbaru

How to setup Epson TMU 220 (LAN) in Raspberry Pi using Ubuntu Mate

this is step by step how to setup and install printer dot matrix Epson TMU 220 for use in raspberry pi (Ubuntu Mate) 1. from System choose...
julis julis

python code capture image from webcam in raspbian

this is the python script i used to capture photo from webcam logitech c170 in raspberry pi   import time  import datetime from ...
julis julis

How To Use WebCam Logitech C170 on Raspberry PI 2 (Raspbian)

this is what i've done - install fswebcam   install fswebcam package using command :   sudo apt-get install fswebcam - usage en...
julis julis

Unity3D : Quickpong

i've just read this tutorial http://www.rockpapershotgun.com/2010/01/20/rock-paper-shotgunity-post-12/ and try it, you can get the sour...
julis julis

Unity3d : 3D Texture Painting

This is script that i got it from Unity3D Reference API // Attach this script to a camera and it will paint black pixels in 3D // on wha...
julis julis

Unity3D : Click Spawn Object and Move to point

This is the script to how to do it : # pragma strict var point : Transform ; var obj : Transform ; var destpoint : Transfo...
julis julis

iOS 5 : Learn Basic Storyboard To Make Single View App

i've done read this tutorial  and it is good tutorial for covering basic storyboard, so i try to rewrite it to make me understand the le...
julis julis