Iphone File Transfer using xmpp [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
I am trying to implement file transfer using Xmpp. i need to send images from one user to another. i have seen some questions on stack overflow but no one seems to have succesfully implemented using XEP 65. is it even possible to tranfer files using xep 65 on iphone. if not what is the alternative to achieve it. some tutorials would be really grateful
Thnks a lot in advance

Related

Where to find tutorials on createJS/easelJS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I can't seem to find any tutorials except those present in the master.
Does anyone have any recommendation, anything would help websites/books/youtube videos ?
have you visited the EaselJS website? Under learning resources, you can find official and community tutorials and a getting started video.
Hope that helps.

How to get the audio graph for sound file in wave form? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
I want to implement a functionality in which I want to get the audio graph in the form of image for the audio file I am passing.
I searched everywhere but didn't get the useful stuff.
Can anybody tell me the technique or way to get this or some source code or library to get this work done.
The output that I want for the audio file is can de described from the image.
Here are few links that I found in my research ....
1) http://timbolstad.com/2010/03/14/core-audio-getting-started/
2) http://timbolstad.com/2010/03/16/core-audio-getting-started-pt2/
3) representing sound graphically as wave

Rule engine in perl [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking out for a rule engine in perl.
Would like to know what are the features, that should be kept in mind related to the same.
Also the context is a travel domain and the business rule related to it.
Would appreciate your views on the same.
I believe your question is answered at http://www.perlmonks.org/index.pl?node_id=722668 and other places (google for Business Rule engine Perl). Some of the suggestions are:
PIE
Bricks (could not find anything beyond this one site)
VS::RuleEngine
Rule::Engine

Face detection in iphone [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
Thanks in advance.
I have a requirement is that , to find only the face from selected image, and need to crop it from the original image.Is there any face detection api for it in iphone using objective c . If any one know please tell to me.
The easiest way would be to use a RESTful web service API if Internet connection is possible. You can checkout http://skybiometry.com/ for free face detection & recognition API.

Is there an example project that contains Core Plot? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I wonder if anyone ever posted an example project that uses Core Plot?
I would suggest the best website for iOS development tutorial.
Here is the simplest core data example what you are looking for, with great explanation and source code.
http://www.raywenderlich.com/13269/how-to-draw-graphs-with-core-plot-part-1
http://www.raywenderlich.com/13271/how-to-draw-graphs-with-core-plot-part-2
Hope this helps.