Skip to content

Instantly share code, notes, and snippets.

View KRD1's full-sized avatar

Kumar Dandapani KRD1

View GitHub Profile
@KRD1
KRD1 / mRunif.c
Created April 26, 2012 23:05 — forked from Sharpie/mRunif.c
An example of calling R functions from C
//myRunif.c
#include <R.h>
#include <Rinternals.h>
SEXP myRunif( SEXP n, SEXP min, SEXP max ){
SEXP statsPackage;
PROTECT(
statsPackage = eval( lang2( install("getNamespace"),
ScalarString(mkChar("stats")) ),
@KRD1
KRD1 / style.scss
Last active August 29, 2015 14:25 — forked from daz/style.scss
.ui-autocomplete {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
_width: 160px;
padding: 4px 0;
@KRD1
KRD1 / ff.sh
Created October 21, 2016 22:39
#!/bin/bash
echo "We need a 3rd running back!!"