What are the p2p technologies out there? [closed] - webcam

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 want to develop a web-based application for my employer. The application will allow users to chat face to face using their webcam. I was really interested in rtmfp until I discovered that it is only good for one or two way conferencing according to http://www.adobe.com/devnet/adobe-media-server/articles/p2p_rtmfp_groups.html which means that only two people will be able to chat with each other just as chatroulette. But I want a multiple way conferencing. Thanks!

You might want to have a look at WebRTC. I haven't tried it, but here's the first multiuser demo that I'm aware of: https://github.com/webRTC/webRTC.io
Some discussion about it (and how I know of the project) can be found in the webrtc-discuss Google Group at https://groups.google.com/d/topic/discuss-webrtc/26UNDNm-q0w/discussion
For more information about WebRTC in general, see also:
http://www.webrtc.org/
http://en.wikipedia.org/wiki/WebRTC
http://www.html5rocks.com/en/tutorials/webrtc/basics/
Good luck with your project!

Related

What is your favourite captcha script? [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 would like to gather information about popular captcha scripts in one place.
Please write links to your favourite ones!
You can try
recaptcha
Textcaptcha
Picaptcha
Nucaptcha
Solvemedia etc..
But none of them are 100% useful and captchas seems out dated too because most of the spammers are humans. If you are using captcha the best solution is to create your own captcha with a unique algorithm.
http://recaptcha.net/ "recaptcha" for helping OCR-izing old books as a consequence in the worlds benefit
previously I used this one.But now I am creating my own like simple mathematical calculation or simple text.

Tools for side-by-side localisation of iPhone App [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 9 years ago.
I have an App that is translated to four languages. I find that updating and maintaining the strings files extremely tedious.
Is there a way to edit different translations side by side similar to what IntelliJ provides:
(source: jetbrains.com)
I would also be happy with a simply MS-Excel to Strings conversion script, where the Excel would be the master and the .strings files would be generated.
These apps saved me from a world of hurt. There's no guide, so you'd have to figure it out yourself. The apps are free though and very well designed.
http://www.loc-suite.org/
My company use a tool called Localization Helper from Mac App Store. I reckon it's pretty good.
How about Linguan?

What is the best iphone wireframe creator software? prototype [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.
Can somebody tell me the best iPhone wireframe creator software?
You could try
It does sketchy wireframes and High Res ones depending on what you’re after and can turn them into an interactive prototype too. It will also export the coordinates of all the screen elements to a Word doc
UxToolbox
Try iPlotz. Look for other tools here
Here is a great free to to prototype iphone apps http://www.justinmind.com/prototyper/free-edition it's completely free and great to build clickable mockups for web and mobile apps. It has a good collaboration feature as well.

Any idea about QQ API (Chinese facebook,twitter)? [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 9 years ago.
Is there any API for QQ services (www.qq.com)? Or any developer program? Is there any way to integrate their services in third party apps? I am interested in their microblog, photo album and status services. I translated and searched but couldn't dig far enough. Any idea?
Thanks in advance.
It seems all the info is at http://open.qq.com, which will lead you to pages like http://open.t.qq.com/apps_welcome.php (for microblogging), http://opensns.qq.com/share/ (for sharing), etc.
Tencent (aka Tencent QQ) has a popular application called "wechat".
They have an ios api you can use here:
http://dev.wechatapp.com/document/sdk-en/ios/protocol_w_x_api_delegate-p.html

Tutorials on PyObjC [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 would like to know if there are any tutorial websites for learning PyObjC apart from the home page of the project itself. I'm enthusiastic about being able to use python to develop native code and be productive without learning how to program in some of the other more traditional compiled languages. Anywhere I could get a screencast or good beginner tuts would be excellent.
You could start with Will Larson's stuff. You could read the Apple docs and do the temperature conversion thingie. You could do what I did and get Hillegass's book and then do the examples using PyObjC. You could read my stuff. I have lots of simple examples, but I'm just an amateur. You don't need to worry about Objective-C yet, but if you stick with it, you probably will.
And you really must learn that case matters.