Joined December 2012
·

Ahmed Al Hafoudh

CEO at freevision
·
Bratislava, Slovakia
·
·
·

Posted to Start your rails environment faster! over 1 year ago

When I tried zeus half year ago it had cryptic problems during testing, environment reloading and so.

Posted to Sublime Cheat Sheet over 1 year ago

docx? :(

Posted to Your own Objective-C shared object over 1 year ago

Hi,

  1. That is called singleton, not "best solution to control MVCs model"

  2. Why do you call it "Model"? Models in MVC pattern should not make use of any singleton or it does not make sense.

  3. For singleton initialization the @synchronized block is nowadays obsolete.

Use dispatch_once instead: http://stackoverflow.com/questions/9119042/why-does-apple-recommend-to-use-dispatch-once-for-implementing-the-singleton-pat

Why would you do that? Create new model for the NSArray entries?

What about using cloc command?

Posted to Monitor things with CLI over 1 year ago

@kablamo Well "tail -f" with watch is bad idea :) just tail or "tail -f" without watch.

Posted to Simple PHP CLI Apps over 1 year ago

The worst DSL style I have seen.

Posted to Get external IP with CLI over 1 year ago

For json output: curl ifconfig.me/all.json

Posted to Git: LOC Added and Removed over 1 year ago

You are missing an apostrophe at the end ;)

Achievements
117 Karma
2,046 Total ProTip Views