Skip to content

Instantly share code, notes, and snippets.

View mkcor's full-sized avatar

Marianne Corvellec mkcor

View GitHub Profile
@mkcor
mkcor / First draft
Last active August 29, 2015 14:05 — forked from msund/First draft
Online User Guide
{
"metadata": {
"name": "",
"signature": "sha256:4abc3bda22c03a05e4c028a06c0fdb0efbd5a6220ac512d85f9529fe8f08d9b7"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
---
title: "Conference Demographics"
output: html_document
---
The R User Conference 2014 Demographics
========================================================
(View source here: https://gist.github.com/mkcor/d54cc5eb4d3b826d093b)
Some informal data and graphs created for David McArthur by Tom Filloon and Ari
Lamstein and Marianne Corvellec.
@mkcor
mkcor / plotly-useR2014
Last active August 29, 2015 14:02
Notebook (IRkernel) for Plotly tutorial
{
"metadata": {
"name": "",
"signature": "sha256:fce6596303e3655acfcdf1e41c16bca41a9a3076063f23143d020b453573fc61"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
Make your ggplots shareable, collaborative, and with D3
========================================================
[Ggplotly](https://github.com/ropensci/plotly) and [Plotly's R API](https://plot.ly/api/r) let you make ggplot2 plots, add `py$ggplotly()`, and make your plots interactive, online, and drawn with D3. Let's make some.
```{r echo=FALSE}
options(bitmapType="cairo")
#see: http://cran.r-project.org/web/packages/opencpu/NEWS
library(knitr)
@mkcor
mkcor / skimage_20131026
Last active December 26, 2015 14:19
IPython Notebook for my presentation on scikit-image at Apius.py in Sherbrooke on October 26, 2013
{
"metadata": {
"name": "skimage_apius_20131026-Copy1"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@mkcor
mkcor / TestGlusterFS.py
Created June 25, 2013 20:01
SIDUS helps you identify sources of performance variability among HPC cluster nodes.
#!/usr/bin/env python
# 2013-01-10 : Initial version
# 2013-01-17 : RDMA version suppressed due to instability, move to IPoIB version
#
# Copyleft Emmanuel QUEMENER <emmanuel.quemener@ens-lyon.fr>
from ClusterShell.Task import task_self
from ClusterShell.NodeSet import NodeSet
@mkcor
mkcor / sidus_20130610
Created June 10, 2013 15:44
Presentation on OS deduplication (SIDUS) at MP38 by Marianne Corvellec (project by Emmanuel Quemener)
{
"metadata": {
"name": "code_sidus_20130610"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{