Skip to content

Instantly share code, notes, and snippets.

View VidyasagarMSC's full-sized avatar
👨‍💻
Coding, Exploring & Cooking too many things ==>

Vidyasagar Machupalli VidyasagarMSC

👨‍💻
Coding, Exploring & Cooking too many things ==>
View GitHub Profile
Xamarin Setup and Installation Guide
<metadata>
<!--
This sample removes the class: android.support.v4.content.AsyncTaskLoader.LoadTask:
<remove-node path="/api/package[@name='android.support.v4.content']/class[@name='AsyncTaskLoader.LoadTask']" />
This sample removes the method: android.support.v4.content.CursorLoader.loadInBackground:
<remove-node path="/api/package[@name='android.support.v4.content']/class[@name='CursorLoader']/method[@name='loadInBackground']" />
-->
<remove-node path="/api/package[@name='ext.com.google.inject.spi']/class[@name='InjectionPoint.Factory.1']"/>
using System;
using Android.App;
using Android.Content;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
//MQA references
using Com.Ibm.Mqa.Config;
@VidyasagarMSC
VidyasagarMSC / IBM Hiring Hackathon_FurtherRead.md
Last active January 9, 2016 08:58
Important links to further read and understand what IBM offers for MobileFirst developers.
Generic Hackathon Rules and Code of conduct
IBM Bluemix setup for using Watson and Cloudant services
@VidyasagarMSC
VidyasagarMSC / Cloudant_NodeJS_Local_Connection.md
Last active May 23, 2016 12:57
Connect to Cloudant from NodeJS running locally - For Test Purpose only

Prereqs

npm install dotenv 

Cloudant (DB)

Before querying the cloudant db, Create a cloudant DB and follow the steps below, create a .env file with your Cloudant credentials in the root directory.

 cloudant_username=myaccount # Replace myaccount with your account name
cloudant_password='secret' # Replace secret with your password
@VidyasagarMSC
VidyasagarMSC / Conversations.md
Last active March 16, 2017 02:26
Code samples leveraging the power of IBM Watson Conversation Service

Code Samples with step-by-step instructions

  • NearBY - A swift iOS app for finding the best places NearBY with kitura backend API, Bluemix Mobile and Watson Services.
  • WatBot - An Android ChatBot powered by IBM Watson and using Conversation Service on IBM Bluemix.
  • Cloud Co Insurance - The application showcases cognitive and cloud computing ideas in the context of insurance. https://cloudco.mybluemix.net/
  • Conversation Simple - A simple sample application demonstrating the conversation api.
  • Conversation Enhanced - This application demonstrates the combination of the IBM Watson Conversation and Retrieve and Rank services.

Other Code Samples