The Knowlege Base
Wednesday, August 7, 2013
Detecting Graphics Hardware using Objective-C
›
Recently, I encountered an issue with a specific graphics card and as a fix, I wanted my application to detect the Graphics Hardware and pr...
Saturday, September 1, 2012
Debugging: unrecognized selector sent to instance
›
If you are a cocoa developer, you must be familiar with "unrecognized selector sent to instance" . And many number of times, it...
Sunday, August 5, 2012
Cocoa: Creating your own frameworks
›
This tutorial is about reusing your code by means of a framework. In this tutorial, we are going to learn, how to create frameworks in coco...
Wednesday, July 18, 2012
Cocoa memory management: Tips and Tricks
›
This post covers some tips for novice programmers that can be helpful if you are not using ARC and are managing the memory yourself. For th...
Thursday, April 5, 2012
Building a COCOA application: The Basics
›
In this tutorial we are going to learn building a basic application in cocoa. Before building the application I assume that the reader is f...
1 comment:
Friday, January 6, 2012
Automate tasks in Selenium using Python: Setting Up the Environment
›
This post demonstrates setting up the environment to use Selenium as automation tool via python. I will be demonstrating the whole proces...
1 comment:
Sunday, December 11, 2011
Hands on with SHELLCODING
›
While writing my "strcpy overflow tutorial", I was about to use my custom made shellcode. But then I realized, If it would have ...
›
Home
View web version