Skip to content

Instantly share code, notes, and snippets.

@mittimithai
mittimithai / globalflops
Last active February 15, 2017 18:31
Graph of various FLOPS sources
rm(list = ls())
library(dplyr)
library(reshape2)
library(ggplot2)
top500.df<-read.table("~/data/presentation/metacomputomics/aux/top500.txt",sep="\t",header=T,quote="",colClasses=c("integer","character","character","numeric","numeric","numeric","numeric"))
head(top500.df)
nrow(top500.df)