Hi I have been looking at http://netbeans.org/kb/docs/websvc/facebook.html but I'm not shure this is the way.
Thank you very much best regards
Ignacio
Not exactly found several answears at www.facebook.com/developers
Related
I'm really finding it very difficult to source practice problems for Django and its ORMs. I've heard Mosh's paid course has such exercises. I'm just getting started with Django mostly referring to youtube and its official documentation. I hope one of you who reads this could help me out.
I don't know if this is the right forum to ask.
Thanks in advance!
I recently learned about django-discussion. I don't know it may be a great application but I couldn't find any documentation, no example anywhere on the web.
Can somebody please guide me to the right direction? How can I integrate it with other application?
According to the lists of django forum applications here and here, there are better alternatives like django-threadedcomments, djangobb or pybbm - take a look.
Plus, django-discussion is not actively developed now.
Hope that helps.
Have anyone used Redmine Documentor which lets you convert PHP to HTML to Redmine wiki format? If so do anyone have some recommendations or alternatives? I seems pretty cool to me.
http://forum.kohanaframework.org/discussion/3096/documentor-php-html-redmine-class-documentation-tool/p1
http://dev.kohanaframework.org/projects/documentor/wiki/
Actual Documentor Link:
http://www.keyframesandcode.com/resources/php/redmine/documentor/
Seems like a cool idea, but I just tried it and found that it mixed comments up and made a mess of things. For example, I tried the sample code here:
http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_sample2.pkg.html
It is good to some extent. But it messes up some things and also ignore some annotations like #returns, #link.
I am looking for a good library (preferably in C/C++) that can calculate the intersections between a line segment (ray) and a trimesh.
Thanks in advance for any answers!
CGAL is probably overkill, but I suggest it just for reference. The documentation is somewhat intimidating, but this chapter could be of interest for you.
Quick googling led me to GIMPACT (Sourceforge link, not sure if they have an official website)
Maybe something like this? There is an C++ example on that page as well (intersect_RayTriangle).
Does anyone know where I can find video/screencast tutorials on data compression?
Don't know of any videos or screencast, but my answer from a smiliar question may help...