Site Search
Homepage of Otaku No Zoku
Complete Archives of Otaku No Zoku
About Otaku No Zoku
Subscribe to Otaku No Zoku
Bookmark Otaku No Zoku

: Archive Of Tagged Posts  :

You are currently browsing the second page of the tag archives.

Looking for something specific? Try the search box at the top of the page.

How To Batch Convert Images With Image Magick :

Got a folder full of images that need to be converted from one format to another? Use Image Magick and do in a few seconds what it could take hours in Photoshop or other image editing applications to achieve. One of the simplest ways to convert a directory full of images from one format to… Continue reading the rest of the article

: Game Programming and Game Development :

Deceit detection in inebriation impaired individuals through tactile interaction :

A paper exploring “” by Justin Lloyd Download a PDF of “” here

Unity3D Piracy Prevention :

A Unity3D script to prevent your precious web game from being pinched from authorised websites and just hosted somewhere else. This sort of very simple protection is especially important if you are trying to monetize your web game and do not want it spread around on websites where you don’t see any financial compensation. If… Hankering to get the rest of “Unity3D Piracy Prevention?” Use this link!

Score And Level System For Unity3D :

Need a generic scoring and level behaviour for Unity3D? This should work for you. I use a script similar to this in quite a few of my games. How to use: Copy and paste this code in to a new C# script named Scoring.cs and then attach the script to your player object, GUI object,… Yearning to read the remainder of “Score And Level System For Unity3D?” Click on this link!

Debugging On The iPhone & iPad With VMWare :

Want to develop on your actual iPhone device from your Windows PC using the official Apple XCode tools running under VMWare? If you’re a professional developer who has to develop for multiple operating systems, you often want to be able to debug on your target devices without having to have a separate machine to do… Hankering to get the rest of “Debugging On The iPhone & iPad With VMWare?” Click on this link!

Downloading iPhone & XCode SDK With WGET :

I have been trying, unsuccessfully, for two days to download the latest iPhone SDK and XCode IDE from the Apple Developer Center with absolutely no luck. I’ve recently moved in to a new house and the DSL connection we have, slow at the best of times, flakes out several dozen times per day. Connectivity problems… Continue reading the remainder of “Downloading iPhone & XCode SDK With WGET.”

Emotion recognition method from Front-Facing Smart Phone Camera :

A paper exploring “” by Justin Lloyd Download a PDF of “” here

Spatial Memory Tracking of Visibly Occluded Targets From Small Humanoid Robots :

A paper exploring “” by Justin Lloyd Download a PDF of “” here

Stereoscopic automated drug detection methods :

A paper exploring “” by Justin Lloyd Download a PDF of “” here

SenseCam Image Recognition :

I have been tinkering around with the software I use for image feature extraction in my large collection of SenseCam images. Using OpenCV, a SURF algorithm and Python I have been able to create a small command-line application that can accurately determine places I have visited before based on the captured images. The Python script… Click here to read the remainder of “SenseCam Image Recognition.”