[18-05-2012]
How to check whether “do not back up” attribute
If you want to check file’s attribute, use xattr. Start application in simulator and then check the file’s attributes. xattr -plxv com.apple.MobileBackup $FILE_NAME
If you want to check file’s attribute, use xattr. Start application in simulator and then check the file’s attributes. xattr -plxv com.apple.MobileBackup $FILE_NAME
I have recently found a review of MuteMyMic done by londondario066 and published on youtbe. Thanks!
Simple, still useful code snippet: NSString* str= @”string”; NSData* nsData= [str dataUsingEncoding:NSUTF8StringEncoding]; NSString* nsString = [[NSString alloc] initWithData: nsData encoding:NSUTF8StringEncoding];
If you can’t start Tex tools directly from the TextMate “Please add the directory containing kpsewhich to PATH in TextMate’s Shell Variables preferences” try setting following TextMate -> Preferences -> Advanced -> Shell Variables -> PATH add /usr/texbin at the beginning of PATH. This should solve the issue.
I am very excited and I can wait till I put my hands on “Clojure Programming“. I haven’t used functional programming since my studies thus I am very curious what current approach looks like. We will see. I will post my review soon, so stay in touch :)
This release addresses issues related to Snow Leopard installation. You can test application before you buy it here. If you prefer App Store version, check it out here.
This release addresses issues related to Snow Leopard installation. You can test application before you buy it here. If you prefer App Store version, check it out here.
Summary: Updated to reflect recent changes in iOS This book is simply a new release of “Programming iOS 4”. It contains lots of new information you won’t find in previous release – mostly related to most recent changes in iOS 5. One of these features are story boards. Basically, whenever story boards are applicable, you […]
I have decided to upgrade to Path Finder 6 as soon as it was released. I have even skipped 30 days trial you are given when upgrading – which is quite convenient if you are not sure whether to upgrade or not. What has been improved: – PF 6 is slightly redesigned (it gained better […]
In OS X it is fairly easy to set default Java version. Simply start following application open /Applications/Utilities/Java\ Preferences.app/ Note! This is no longer valid for OS X 10.7 and Oracle’s Java version. If you have Java 1.7 installed go to: System Preferences -> Other -> Java You can also determine current version’s home location […]
Oracle has released officially Java 1.7 for Mac OS X (Lion only). After installing it you can find installed Java Virtual Machine at following location /Library/Java/JavaVirtualMachines/1.7.0.jdk this is slightly different from the schema used by Apple /System/Library/Java/JavaVirtualMachines but still works. What’s more important, you can download JDK 1.7 bundled with NetBeans 7.1.2 here!
Summary: Comprehensive introduction to C C is not an easy to learn language. It has lots of places where you can get lost if you are not familiar with low level programming. When it comes to Head First C, it tries to present material as simply as possible. I’d suggest it as 101 course on […]
Summary: Hilarious – just about right 45 minutes and that’s it. You know what flaws are ahead if you have just became a manager. What kind of icebergs are waiting for you to crash during your day to day work. And the fact is – everything depends on you and your attitude. This book is […]
You are not sure where an exception comes from. It’s simple. Use info command. info line *0x###### Update: echo “put your stack trace here” | tr ‘ ‘ ‘\n’ | sed ‘s/^/info line \*/g’ e.g. echo “0x22e5052 0x2476d0a 0x3d47e0 0x3a42b1 \ 0x3bbfa7 0x97e87 0x535e8 0x55e74 0x556ca \ 0x41b85 0x17fb4e6 0x17fb457 0x9855ced9 \ 0x985606de” | tr […]
Summary: Comprehensive book for anyone who is interested in SEO I really enjoyed this book because it shows you different aspects of web search. The best in the book is that when you read it, you say – “I knew that already!”, but funny thing is that you still haven’t put this knowledge into practice. […]
Hack4Europe! is a series of hack days organised by the Europeana Foundation and its partners and provide an exciting environment to explore the potential of open cultural data for social and economic growth in Europe. To feel the atmosphere to the event you can read a short summary of one of the events from the […]
In case you want to use Polycom m100 through the LiveBox, you have to set it up correctly. You can tell that you have incorrect settings if you get following message: “A firewall on the computer or network may be blocking the audio and video sent from the far end. Please read the trouble shooting […]
If you are getting unknown error during installation simply change date to 01-01-2012. Installation should proceed fine from that point.