Monthly Archives: December 2019
Creating and Executing java file in Linux
Before executing ensure java is Installed and Properly configured
Step 1: Create a java file
I have created a java file named OafTraining.java
public class OafTraining
{
public static void main(String args[])
{
System.out.println(“OAF Training”);
}}
Step 2: Compilation of the Java file
Hit the below command to compile the java file
$ javac OafTraining.java
Step 3: To Execute hit the below command in Terminal
$ java -classpath /home/appluat/java_tut OafTraining
Workflow FYI Notification ends Cancelled Status
I had a Issue that in a Custom workflow the notification was going to cancelled status. As searched and checked the problem was Due to Revisit Option will be in Ignore.
As Ignore was selected the Notification was getting Cancelled. After changing the Revisit Option from Ignore to Loop and saving the workflow works as Expected. I have changed the same in two places that is in Notification and in Block. Now the notification properly goes to user.
Thank You.
Few links in Global AI Bootcamp – 2019 @Chennai
I went to this Meetup in this weekend and there were many people who attended the session.
We had some sessions related to Microsoft Azure Platform and some session about Machine Learning.
We had a workshop for Azure ML Hands on. So with the below link we had done a Hands On to Identify the Quality of the Wine using Microsoft Azure AI
https://github.com/xmonkeys360/Workshop-VisualInterfaceAzureMLSWine
Had a Short Intro about Cognitive Service in Azure with below links
Cognitive Services
https://github.com/GlobalAICommunity/Workshop-CustomVisionAITools


