Tagged in

Programming


Creating an iPhone Daemon — Part 1

So I thought I would start this blog of with a BANG!, and show people how to create an iPhone Daemon.

A daemon is a program or application that runs in the background on the device. This differs from a regular program as it is started on boot…


The C# Dispose Pattern

The Dispose pattern is something we’ve all seen before, and it’s so tried and tested most of us (especially myself!) have been more than happy to apply without question.

Whilst reading various blogs/articles I came across some differing opinion about this well…


Creating an iPhone Daemon — Part 4

This is part four of the blog series “Creating an iPhone Daemon”, for part three please click this link

This is the coolest part of the series. Up until now, all the code can only be used as a standalone application that can only run if the…


Solving Sudoku with Assembly Code

Follow me for more of this kind of posts: https://twitter.com/erdogany

Who wants to solve the popular sudoku game with assembly code while there are lots of high-level languages? Yes, I did. This was one of my home experiments and I wanted to…


Creating an iPhone Daemon — Part 2

Here is part two of the blog series “Creating an iPhone Daemon”, for part one please click this link

As I said in part 1, we will be creating the DLocationDelegate class.
With most daemons, you do a task like read a file, do something with…


Creating an iPhone Daemon — Part 3

This is part three of the blog series “Creating an iPhone Daemon”, for part one please click this link

In the last part of the series, we created the header file for our DLocationDelegate class, now lets create the implementation file…

These were the top 10 stories tagged with Programming in 2009. You can also dive into monthly archives for 2009 by using the calendar at the top of this page.