Getting started with the Acumatica API - acumatica

I'd like to get started with the Acumatica API using VB.net. Is there a good place where I can find a tutorial or sample code? Thanks...

You can go to the Acumatica.com/developers page and find training and examples.
The link for training is here:
https://www.acumatica.com/acumatica-developer-training/
There is a set of training related to Web Services / API on this page.

Related

load Weka model in web application

I have created and saved weka model that predicts disease according to the symptoms. So i want to integrate that model to a web application. The model should be accessed from the web app. That means user enters the symptoms from the web app and model should predict the result. How to do this. Is there any way to use saved weka model as API?
I could not find a good documentation for the Java API, but I did find some examples of using it in Java. This link will unfortunately be broken soon as it looks like wikispaces is closing down.

Launch Tool is missing in IBM Watson Natural understanding when creating custom model

I am facing a weird issue. I am trying to create a custom model in IBM Watson natural language understanding with lite plan.No launch tool option is shown to create custom model. To be clear, ideallly the page should be like this as described in all the tutorials,
But What I am getting is
I tried all possibilities there is no way to navigate to the annotator tool page. Please somebody help
Your first pic looks Watson Knowledge Studio. Watson Knowledge Studio is a different service you can also create IBM Cloud Catalog. Please check it.
https://www.ibm.com/watson/services/knowledge-studio/

how to write own logic without using qnamaker

I am still trying to understand Chatbots. Currently i have already made chatbot which is integrated in skype. I have Sharepoint online where user search for FAQ. If they dont find then they ask BOT which sends request to LUIS and Qnamaker.
Qnamaker then sends response back by looking it into its database. I upload FAQ from sharepoint to Qnamaker using sharepoint workflows. But i want to write my own logic and get rid of Qnamaker.
What are ways to do it? Any good tutorials? I also wanted to know how the flow happens. For example if we dont use Qnamaker then we fire queries in sharepoint based on what user asked? I dont understand how i can fire queries in sharepoint if user makes typo then we will not get anything from sharepoint. So any tips on how to implement this without using qnamaker is highly appreciated?
The FAQ bot generator is a subset of the main Microsoft bot framework. You should do some research on the Microsoft Bot Framework. The link above takes you right to the documentation overview of the bot framework and from there you can get into developing one. They have links to a few sample projects as well as a large number of code snippets within some of the article explanations. It has a full setup guide that will walk you through the initial setup so it should be easy to get a basic echo bot running, but if you are not a programmer you should stick to the FAQ generator.
I suggest you use either node.js or c# to develop the bot since these are directly supported by the framework. I am personally using c# to build my bot from the ground up. The purpose of mine is to be used within a customer facing android/ios app that will help with questions, checking the status of different things, and even paying bills.
Just remember you will need to manually set up your cloud hosting. I host mine in azure alongside a web interface I built for it (you can build the website inside your bot if you are using c#, just replace the default.htm file in the web.config with the main page of the interface).

Orchard - From dashboard or VS

following the tutorials on http://www.youtube.com/watch?v=Nq480A0pgqc&list=PL0-GOAU3tpMYm0F1CHYP5_egk0mmAGMab for orchard cms.
Although all tutorials I find are using the dashboard to change the appearance of the site.
Is this the norm? I would like to learn to work from VS for this but cant find much on it....
any advice?
thanks
If you are looking for a starting point I would recommend Skywalker's excellent tutorial series. If you need to do it in orchard, it is in this series.
http://skywalkersoftwaredevelopment.net/blog/writing-an-orchard-webshop-module-from-scratch-part-1
On themes - they are changed from within Orchard, but developed outside it. VS is not necessary, but gives good intelli-sense on razor views.
The correct place to start on writing a new theme is here: http://docs.orchardproject.net/Documentation/Writing-a-new-theme

Kohana sample CRUD application

I'm completely new to this framework and I'm trying to find some sample CRUD application to get started with Kohana 3.
There is a tutorial and information in the unofficial Kohana 3 Wiki (http://kerkness.ca/wiki/doku.php), but even there, there are some aspects that are not covered (the model, validation, etc).
You might find the example code hosted on shadowhand's github repo useful. It provides the code for a complete website and there are other projects for Kohana3 hosted on github that you should be able to locate without too much trouble that you might find useful.

Resources