Blog

Tangerine!

Today I tested Tangerine!http://www.potionfactory.com/tangerine/ a tool to generate iTunes playlists.…

Read on

Checking invisibility of a file

This NSWorkspace extension add the method “isInvisibleFileAtPath:” to NSWorkspace class. To use it just call that method with a valid pathname you will return a boolean telling you if the file is invisible or not. This method is the union of many partial ways of checking if a fil…

Read on

Converting byte sizes into human readable strings

The attached class is an NSFormatter subclass and is useful for taking a size expressed in byte like “2048” and convert it to an human readable string like “2 KB”. It supports unit of measures up to the Terabyte. Note that this class assumes it receives as input an NSNumber or an…

Read on

Welcome

We are proud to announce the opening of briksoftware’s official weblog. Here we’ll post news about our products, ideas for new applications, snippets of code and just whatever comes in our mind. Hope you have fun here and find useful stuff.…

Read on