Google Glass – Options for Development

Google Glass – Options for Development

In this post we will be trying to explore different options for developing Google applications. Google’s term for applications running on the Glass are Glasswares. For C# Developers If you are a C# developer, Xamarin has already made Android and iOS development for you by introducing their MonoTouch and Mono for Android platforms. Here we… Continue reading »

Shiny Package for R – An Introduction

Shiny package helps us creating interactive web applications based on R. In this post we will be trying to understand how easy it is to create a shiny app. What makes Shiny stand out? There are two features of shiny which makes it easier to create web applications using R. The first is its powerful… Continue reading »

RStudio – Installing Packages

We can extend the features provided by R using packages. In this post we are going to discuss various options to install packages in RStudio. Install Package Tool A package can easily be installed in RStudio from package Install Package tool. It is available under Tools Menu in RStudio. The package can have other dependencies…. Continue reading »

Category: R

Expression Evaluation using R Hosted in C# Applications

R has become an industry standard for statistical computations. It is natural to wonder how we can use it from our .net applications. Definitely, this quest have landed you here. Let’s begin… Setting Up R On your Machine In order to run R script, we would need R runtime to be installed on the machine… Continue reading »

Category: R Tags:

Wireframing Mobile Apps

When we think about an idea, it is generally very vague. We do know what we want but we have no idea how an application would accomplish this. It is best to sit down and try to think about an interface which should accomplish our desired requirements. App Wire-frame represents the skeletal framework. It lists… Continue reading »

Verifying Google Analytics Set up for WordPress

Verifying Google Analytics Set up for WordPress

WordPress is the most famous CMS (Content Management System). This is the CMS of choice for various reasons: This is free There are countless plugins and widgets Php Now when we setup a new website, we need to see the analytics data to determine how our targets are being achieved. In order to setup the… Continue reading »