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 3 years ago.
Improve this question
Where can I find the SAP NetWeaver RFC SDK online documentation?
A developer told me to download a zip file in this issue
I can't believe that the docs are not available online. We live in the 21 century :-)
Where is the SAP NetWeaver RFC SDK online documentation?
For SAP NetWeaver 7.52
https://help.sap.com/viewer/753088fc00704d0a80e7fbd6803c8adb/7.52.0/en-US/48a88c805134307de10000000a42189b.html?q=SAP%20NetWeaver%20RFC%20SDK
Search help.sap.com for other NetWeaver versions:
https://help.sap.com/viewer/search?q=SAP%20NetWeaver%20RFC%20SDK&language=en-US&state=PRODUCTION&format=standard,html,pdf,others&product=SAP_NETWEAVER_AS_ABAP_752
I recommend the following guides:
Part I -- RFC Client Programming
https://wiki.scn.sap.com/wiki/x/zz27Gg
Part II -- RFC Server Programming
https://wiki.scn.sap.com/wiki/x/9z27Gg
Part III -- Advanced Topics
https://wiki.scn.sap.com/wiki/x/FD67Gg
And for the C programmer, the Doxygen documentation is a valuable companion:
https://support.sap.com/en/product/connectors/nwrfcsdk.html --> Documentation in Doxygen format
Related
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 1 year ago.
Improve this question
I'd like to learn more about the codebuilder in Minecraft Education Edition.
I'm looking for any comprehensive documentation from Microsoft or 3rd party. Right now I just try to guess from the blocks and the code completion recommendations in the Python section. It's trial and error with emphasis on error.
Any resource is appreciated.
https://education.minecraft.net/wp-content/uploads/Code_Connection_API.pdf
This is the entire documentation of Minecraft Education Edition.
Another useful link:- https://education.minecraft.net/en-us/lessons/coding-introduction
Usefulness - Introduces students to computer science and coding, provide an overview to Minecraft Education Edition and the MakeCode coding editor.
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
Does any one know where can I get Mule latest version documentation in PDF format? I have been searching for it, I found chapert-6 Mule entry point resolver sets in PDF format. That means other chapters are also should be there but I couldn't fine myself. Any help is appreciated.
There isn't a pdf version of the documentation yet. If you want you can either save the documentation pages to download the different sections or you can look at the book Mule in Action. For more information you can check out here.
If you have an enterprise license, you can download the complete used guide from customer support portal in PDF format.
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 8 years ago.
Improve this question
I have to implement camera systems that support ONVIF specification.
When I search "sample ONVIF code" through internet, I find the client side (ONVIF device manager written in C#) but no available sample for NVT NVR etc. Is there any example? The programming language is not important.
Perhaps this is the same question as:
Open source code exists for ONVIF video stream on camera side? (not client side)
but there is no answer at all.
As far as I know there's one opensource client, OnvifDM.
Please pay attention that this program is not related to the ONVIF group, so you can use it as an example, but it is not the officially endoersed way to implement the protocol. The only official document is Application Programmer's Guide.
Finally, ONVIF has a developer forum where you can get lots of information. You don't need any more to be member of ONVIF to access it.
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 4 years ago.
Improve this question
Details on the packages/types is in the Scala API documentation on scala-lang.org. But that's organised by class and I (as a Scala neophyte) find it difficult to locate the exact data type I need and work out what operation are supported on what (especially in the huge and powerful scala.collections.* tree).
Is there an online or dead-tree resource that either presents this reference information more usably, or guides the reader through the library?
Alternatively, maybe I just need to be informed how to use the existing Scala API doc website more effectively.
Any advice on effective use of the standard Scala library gratefully received!
For the collections in particular, there's a very good overview available here: http://www.scala-lang.org/docu/files/collections-api/collections.html
Written by Martin Odersky himself :)
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
Does anyone know any source of examples and templates for software requirements, build environment description and other kind of documentations that are common for software development?
Thanks!
The ReadySet templates from tigris are quite comprehensive though you need to know html or have a good html editor to use them.
The IEEE provides standards for software documentation. For instance, high level requirements are defined in IEEE 830-1993 Software Requirements Specification.
This is a standard I've learned in school (using a book called Software Engineering - an object oriented perspective by Eric J. Braude, but I would not specifically recommend it.) It's more suited to a traditional waterfall development model though.
Googling the standard number should get you a couple of interesting links.
(The IEEE 830-1993 standard is superseded by IEEE 830-1998.)
The arc42 project is about a free Software Architecture Documentation template similar to the Software Architecture Document of the Rational Unified Process (commercial).
The state of Texas has a fine framework for the whole system development cycle.