iOS 5 networking library [closed] - networking

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What in your opinion is the best open source networking library to work with iOS 5?
I ask that, because the ARC problem with ASIHTTPRequest and AFNetworking is very annoying.

You can try mknetworkkit
It is ARC ready. And looks very interesting.

If you really need ASIHTTPRequest disable ARC for it.
Select your project -> Targets -> Build phases -> And set -fno-objc-arc compiler flag for files.
Check this answer for details.

Related

Best free collaboration tool now that Google Wave is no more? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
With the unfortunate demise of Google Wave what is the best alternative free project collaboration tool that you use for your side projects and non-funded software start-ups?
Sign up with Runby, which integrates a Google Wave approach (hosted conversation) with email:
http://runby.me
So far this is my first choice:
http://www.teamlab.com/

What are the most popular open source build systems nowadays? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
There are a lot of opensources build systems, and most of them are multiplatform, multilanguage, cross-everything.
I'm not interested on which one is the best (which would be offtopic by the way), but I'd like to know which ones are used most.
So, do we have any kind of statistic about their actual usage? Could you provide any link?
As there is no tracking process, I doubt that this kind of information is available. You could check the number of artifacts in maven central for example, but it won't tell that much about actual usage and may be viewed rather as a trend. Some build tool developers list some of the most reknowned users on their sites, most don't

Which one is better JSkype or Skype4Java [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Difference B/W JSkype Api and Skype4Java API?
JSkype is an open source API which has not been looked at again by its developers for 5years now but it still works well.. though a problem with the new releases of skype can occur. On the other hand Skype API for Java is very easy to use but requires registration which is currently not being awarded.

Real Time Visitor Chat Pop Up? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Are there any PHP/JS based tools that allow me to intitiate a chat invitation to a live visitor on a site, like they do on Bank sites and Salesforce?
EDIT: LiveZilla could work, but I'm a Mac user, so I'd like to not have to run it via a VM. Is there any purely web based or mac-based solution?
livezilla: http://www.livezilla.net/home/en/
I believe this would do what you want.
Try LiveZilla:
http://www.livezilla.net/home/en/
Here's a detailed list of features:
http://www.livezilla.net/features/en/
and some screenshots:
http://www.livezilla.net/screenshots/en/

What are some good 'software design' books / resources that are currently recommended? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I recently applied to several full time positions among some of the tech giants, and this was among some of the feedback I received.
I know what good coding practice generally entails, but am not so sure on largescale software design that mixes not only creativity but also a sharp technical focus.
What do you guys recommend?
Code Complete is always a winner.
The Pragmatic Programmer

Resources