In this short tutorial we're going to run MacOs X Mountain Lion on Asus X53SJ Notebook (with Intel Core i3 2310M CPU) using iATKOS ML2. From my experience this is the fastest and the most painless way to make it working. In the download section I've uploaded the kext drivers and a bit modified DSDT.aml which I found on osx86.net (with turns off nvidia hybrid/optimus graphics)
Author: Mateusz Kaczanowski
# Bilinear interpolation with nvidia CUDA C
The aim of this article is to get acquainted with bilinear interpolation technique and implement demo program which is going to scale given input image using nvidia CUDA SDK and SDL. The concept of interpolation is not explained here.
# Complex debugging php with Valgrind [FreeBSD 7.3, LogStash]
Have you ever wonder how php errors affect performance? Every time script is being run, compiler handles errors somehow. So the question is "How? What can I get by fixing those "less important" issues?" (Except obvious benefit which is better code). In this article we're going to take a deep look into php generated errors and we'll try to analyze results and draw some conclusions from that.
# Android-x86: Extended emulator configuration
Google Android Emulator works on top of the x86 processor architecture, that's why the efficiency is quite low. Luckily, there exists a project called Android-x86 which uses kernel compiled to x86 architecture, so you can use it as a native system (with full x86 instruction set).