stefanB

4,728
Reputation
481 views

Registered User

Name stefanB
Member for 11 months
Seen 2 hours ago
Website
Location Sydney
Age 33

Linux C/C++ Software Developer currently coding mainly on backend/server side of networking, maintains automated linux builds and answers general Linux questions, dealing a bit with Python/Windows/C# (and anything that needs to be coded).

Dreaming to become Mac/iPhone software developer or at least use Mac in day to day work. Currently tinkering with Mac/iPhone apps in free time (objective-c and cocoa rocks!).

In the past I worked on OS layer stuff for embedded cutting-edge communication devices that are used worldwide.

1d
answered Get the templated type as a string
1d
comment Vim: good way to setup makeprg=xcodebuild ?
+1, I did not have :filetype plugin on so I guess it wasn't loading filetype plugins, I've added it and it's working now
1d
revised How to sort NSMutableArray using sortedArrayUsingDescriptors ?
deleted 200 characters in body
1d
revised How to sort NSMutableArray using sortedArrayUsingDescriptors ?
added 129 characters in body; edited title
1d
asked Vim: good way to setup makeprg=xcodebuild ?
1d
revised How to sort NSMutableArray using sortedArrayUsingDescriptors ?
edited tags
1d
revised How to sort NSMutableArray using sortedArrayUsingDescriptors ?
added 3242 characters in body
1d
answered How to sort NSMutableArray using sortedArrayUsingDescriptors ?
2d
revised How to sort NSMutableArray using sortedArrayUsingDescriptors ?
deleted 5 characters in body
Dec
2
comment What is map reduce?
err ... google map reduce google
Dec
1
comment git, error, entry blah not updaed, cannot merge.
What's the actual error and what have you done to end up with that result?
Nov
30
revised How to use unordered_set in STL?
added 1400 characters in body
Nov
30
revised How to use unordered_set in STL?
added 510 characters in body
Nov
30
answered How to use unordered_set in STL?
Nov
30
revised Diamond Inheritance in C++
edited body
Nov
30
answered Diamond Inheritance in C++
Nov
28
revised Bug with NSURLConnection…?
added 86 characters in body
Nov
27
answered What is the most frustrating restriction your IT department has ever put on you or your machine?
Nov
27
answered What is the most frustrating restriction your IT department has ever put on you or your machine?
Nov
27
revised wierd C++ constructor/copy constructor issues in g++
added 580 characters in body
Nov
27
answered wierd C++ constructor/copy constructor issues in g++
Nov
27
answered How to convert salary to hourly rate?
Nov
27
answered cancelling queued performSelector:afterDelay calls
Nov
27
answered TCP Connection Persistent State
Nov
25
comment sockets in objective-c
Cross platform? On mac you use gcc/objective-c so I assume you write code using cocoa frameworks ... on what other platform (apart from cocoa-touch) would you like to compile your objective-c/cocoa code with gcc?
Nov
25
comment Why do I get a warning after I say “git commit .”
Do you have vim setup? When you open vim on command line do you get the same errors? Is git trying to open different version of vim than what you normally use?
Nov
25
comment How to make a macro that can take a string?
maybe you want to lookup NSLog() in reference to see how to use it?
Nov
25
comment Declaring a variable in an if-else block in C++
Will this compile? references must be initialized ...
Nov
24
comment [C++] Map functions of a class while declaring the functions
and it is ungly
Nov
24
comment Why is my insert into std::map failing?
insert will check if the value already exists in map, operator[] sets the value for key without checking so it depends on what functionality you need
Nov
23
answered vim & autocomplete & struct in C
Nov
23
revised C command-line password input
added 142 characters in body
Nov
23
answered C command-line password input
Nov
23
revised More Valuable Skill
added 4 characters in body
Nov
23
comment More Valuable Skill
Hm yes that's what I pointed out ...
Nov
23
answered More Valuable Skill
Nov
23
answered C++ passing const string references in methods?
Nov
23
accepted looking for a program for linux to view the call stack of my program
Nov
23
comment Dynamically invoke a class method in Objective C
True, but it's a simple fix to get the performSelector functionality
Nov
23
comment webservice in iphone application
Possible Duplicate : stackoverflow.com/questions/1497222/…
Nov
23
revised webservice in iphone application
deleted 172 characters in body; edited title
Nov
23
answered looking for a program for linux to view the call stack of my program
Nov
23
revised where to load the request ?
added 20 characters in body
Nov
23
revised Dynamically invoke a class method in Objective C
edited tags
Nov
23
comment Objective C/Cocoa delegate question
you can accept his answer if it is the best answer and it is useful
Nov
23
revised touches in cocos explanation
added 451 characters in body
Nov
23
answered touches in cocos explanation
Nov
23
comment Dynamically invoke a class method in Objective C
I'm not in front of my Mac, so I tried on Linux with GNUStep and it works ... :)
Nov
23
accepted Dynamically invoke a class method in Objective C
Nov
23
revised Dynamically invoke a class method in Objective C
added 673 characters in body; deleted 6 characters in body