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
@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 / 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.
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;
<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']"/>
Generic Hackathon Rules and Code of conduct
IBM Bluemix setup for using Watson and Cloudant services
Xamarin Setup and Installation Guide