Any netty 4 documentation available? [closed] - documentation

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I know Norman is working on the Netty 4 book as I've been following the tweets, but was wondering if there are any pieces available to help someone who hasn't worked with Netty 3. I have looked a little at the existing 3.x articles, but I think it would be easier to understand the primary components without having to learn 3.x and then mentally apply the New and Noteworthy section to bridge the gap.
For now, I'm just trying to go through the example/test code to see how it's used, but any overview/fundemental documentation would be great. If not, that's ok - just thought I'd check.
Thanks

There is nothing out there at the moment except what you find on the Blog and the javadocs. I'm currently working hard on getting the javadocs up-to-date before our next release, so you may find all you need in there. An other source of informations is like you said the example module which contains a lot examples for all kind of use-cases.
Hopefully the MEAP of the Netty book will start in not so far future. But we will see..

Related

Is there a way to look at the back-end processing of PostgreSQL? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am new to StackOverflow so please do correct me if I need to provide any more information.
I am trying to integrate an anomaly detection into the PostgreSQL database system by plugging into its backend.
I would like to know if there is any place where I can find extensive back-end coding or integration examples. I am looking at papers regarding this topic and, so far, I have found a few which talk about the methods that the queries are classified and used for anomaly detection.
If you do know about any websites which might help me, please do provide links to the sites.
Thanks!!
Look for "hooks" in the PostgreSQL source tree. Studying the source of the auto_explain and pg_stat_statements contrib modules, which track query execution, will show you the way.
The source is its own book: it is well-documented and interspersed with README files that explain the design.

ClojureScript API documentation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I learned how to find out which version of ClojureScript I'm using with lein-cljsbuild. Where can I find API documentation for cljs.core?
I had to find out about js-obj from a blog post.
I can look at the source code, but it's a large file and it's mostly clojure.core stuff.
Not exactly thorough documentation, but this cheat sheet is really quite helpful when starting out (and better than nothing!):
http://appletree.or.kr/quick_reference_cards/Others/ClojureScript%20Cheat%20Sheet.pdf
ClojureScript definitely has a documentation problem. You're actually not too bad off looking at the source; it's verbose but not too bad once you get used to it.
That said, one of the reasons nobody has produced a definitive ClojureScript API reference is that the core functions all mirror Clojure, so it would be quite a lot of redundant effort. If a function exists in both languages and doesn't work the same way, it's highly unusual and quite possibly a bug.
In practice, I find that using the Clojure API docs (or something like clojuredocs.org) coupled with very occasional forays into the source code work pretty well for 99% of my cljs work.
ClojureScript API Documentation is being worked on here:
http://cljs.github.io/api

Open Source multi-touch API's? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for a good open source multi-touch API to use in a project we might get. So far I've found PyMT, but haven't really seen any comments on the maturity of that product, so any input in that regard would be much appreciated.
I'd also like some other suggestions on API's that might be of interest, since googling have only given so much, and as with PyMT, it is quite difficult finding opinions on the frameworks out there.
Many thanks.
Have you looked at IDEO and touchkit?
I specially like MT4J, its a multitouch java API, it has good code examples so it's easy to start with it.
http://www.mt4j.org/mediawiki/index.php/Main_Page
Many of these libraries ( if not all) are based on TUIO protocol (an open framework that defines a common protocol and API for tangible multitouch surfaces)
I would recommend you to go to their official page where you will find the libraries and clients based on TUIO protocol for many languages.
I think PyMT is better than MT4J.

Where is the documentation for wxAUIToolbar? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I looked in http://docs.wxwidgets.org/trunk/ but could't find the documentation for it.
Does anyone know where it is and/or why it's not there?
I can explain why it's not there in a sense - there's no Doxygen annotations in the header file where the class is declared. As for why not, I'm guessing that the AUI authors isn't a big fan of Doxygen - I believe AUI was developed as a third party addition to wxWidgets, and has only relatively recently been merged in, so a few differences in things like this are to be expected.
The class is declared in include/wx/aui/auibar.h, it inherits wxControl, and from a quick look through the public methods it's probably not that hard to figure out.
There are some wxAuiToolbar examples in the aui sample program (samples/aui/auidemo.cpp). This should give a few more clues.
Until someone contributes some documentation updates, I'm afraid a bit of detective work is probably needed.

JScript Documentation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Note: NOT Javascript. :-)
Hello,
I just had a random thought, and have decided to learn more Jscript. I know the basics, I'm proficient in HTML, XML and C++ BUT, there doesn't seem to be much docs on Jscript. The official MS Documentation for JScript contains a WHOPPING ONE WHOLE PAGE about web-page development in Jscript! And that page, is useless.
Is this the right documentation? I downloaded it from Microsoft's website. I have no idea where to go for descent docs related to Jscript, nothing on Gooogle, nothing in book shops, nothing anywhere.
Have you seen these detailed docs? They look quite comprehensive to me.
There are additional pointers to information in the references of the Wikipedia article.
There also seem to be several books available.