There are several instances when we need to search for specific type of text in a string or document. For example, searching for a URL in a HTML file, confirming e-mail address in a web form field and so on. The easiest way to get around this is by using an open source library called: [...]
At times, while running through your app, you might come across this warning on console: MyApp(2121,0xb0185000) malloc: *** error for object 0×1068310: double free *** set a breakpoint in malloc_error_break to debug Even though you might feel that its not affecting your app, but its still annoying, and might cause some memory related issues as [...]
iPhone development is fun most of the time, but can be more than frustrating at times as well. Apple didn’t make the running app on the device a simple task. A developer has to deal with a lot of things like AppIDs, identifiers, certificates and Provisioning profiles before he/she is able to see it running [...]
Many a times many of us dont like the restriction of the controller and by restriction I dont mean the range of the controller, but the controller itself. Yes, I am talking about a world of controller free gaming. A world where there are no restrictions, no cables, no line of sight adjustment of the [...]
In Hinduism, Avatar or Avatāra (Devanagari अवतार, Sanskrit for “descent” [viz., from heaven to earth]) refers to a deliberate descent of a deity from heaven to earth, and is mostly translated into English as “incarnation”, but more accurately as “appearance” or “manifestation”. The movie directed by James Cameron, one of the greatest hits of 2009 [...]
