does any one have good and clear demo about Calabash(Android)? - automated-tests

I am learning Calabash
My question:- does any one have good and clear demo about Calabash(Android)?

Try This one..
This project is intended to help you verify your Calabash-Android installation on a very simple apk.
https://github.com/calabash/calabash-android-demoapp

There are a couple of articles and tutorials around:
good overview of calabash android basics: http://www.dary.de/2012/04/calabash-android/
the official calabash project has some documentation: https://github.com/calabash/calabash-android
article about the query syntax: http://krazyrobot.com/2014/04/calabash-using-query/

Related

Point Cloud data - learning sources

What are the best learning sources and study materials for Point Cloud data and Point cloud Library ?
So far I came across PCL Documentation.
There is a git hub repository existing (which was last edited in 2013 :-( ). Maybe it helps you a little bit.
In addition there exists a user forum where you can ask questions for sure.
In addition there are a few resources on the web:
PDF explaining the PCL (in german though)
Another PDF explaining PCL
Tutorial for PCL,
Another Tutorial for PCL,
This PDF is best to understand Point cloud.
And The documentation you mention is good if you know the basic flow.So My opinion is to start with given PDF and then continue with official documentation.
That exactly what I am doing :)

What to do now that asihttprequest's owner stopped working on the project?

Now that the owner of ASIHTTPRequest is no longer working on the library, is there another alternative that is as good as this library?
Or maybe will the repository from their github be updated? By, maybe someone else who is well educated about the project (At least someone knowledgeable will still continue to work on it)
Thanks
If you look at https://github.com/pokeb/asi-http-request/commits/master you'll see that it has been updated since the owner stopped working on it...
I would recommend AFNetworking as the best supported option for a general networking library
http://afnetworking.com
If you are mainly working with a RESTful API, then RestKit is a great library to use instead of writing your own glue code:
http://restkit.org

Wordpress Atom Publishing Protocol/XML-RPC documentation?

Is there documentation on using these protocols anywhere? I can't seem to find any and searching for tutorials, they're basically non-existant.
Any idea where I should start looking?
Try to start here: http://codex.wordpress.org/XML-RPC_Support.
Here are described the functions to use: http://codex.wordpress.org/XML-RPC_wp

Simple working example using plugin writen in Qt and make it work with NPAPI

Can anybody show me simple working example using Qt(export DLL plugin file) and make it work with NPAPI. I want simple example to test it in Google Chrome. Any links, codes ...
Thank you
There's a nice framework called Firebreath for writing cross-platform browser plugins in C++. It comes with plenty of documentation and example projects, so it's easy to get started. As a plus, in addition to NPAPI hosts you pretty much get free support for ActiveX browsers (Internet Explorer) too.
http://www.firebreath.org
Check out the QtBrowserPlugin solution, http://doc.qt.nokia.com/solutions/4/qtbrowserplugin/developingplugins.html
There you should find information about writing your own NPAPI plugins.
Update:
I did not realize there was no useful link to the source, it can be found in gitorious at
http://qt.gitorious.org/qt-solutions/ to browse online http://qt.gitorious.org/qt-solutions/qt-solutions/trees/master/qtbrowserplugin

Good examples or documentation of XIFF implementation?

XIFF is an implemenation of the XMPP protocol in actionscript.
So far, all the examples and documentation I have seen are sparse. Does anyone know a good explanation of the most recent version of XIFF and/or good examples of working Flex/AIR applications?
Yeah, there are not a ton of good examples / docs online.
Check out:
http://www.mikechambers.com/blog/index.php?s=xiff
for a couple of examples that show how to get started.
mike

Resources