Skip to content

Instantly share code, notes, and snippets.

@thomaskern
thomaskern / test
Created April 18, 2014 21:20
tesxt
# foo & blah
noname:~ thomaskern$ rvm 1.9.1 --debug --default
+ case "$rvm_action" in
+ __rvm_use
+ '[' -z '' ']'
+ __rvm_select
+ rvm_ruby_interpreter=ruby
+ rvm_ruby_interpreter=ruby
++ echo ruby
++ awk '{print substr($1, 0, 1)}'
+ temp=r
noname:~ bosie$ ls ~/.rvm/gems/ruby/1.8.7/cache
actionmailer-2.3.4.gem activeresource-2.3.4.gem httpclient-2.1.5.2.gem rails-2.3.4.gem spicycode-rcov-0.8.2.1.gem
actionpack-2.3.4.gem activesupport-2.3.4.gem json_pure-1.1.9.gem rake-0.8.7.gem
activerecord-2.3.4.gem defunkt-github-0.3.4.gem rack-1.0.0.gem rvm-0.0.40.gem
noname:~ bosie$ ls ~/.rvm/gems/ruby/1.8.7/
bin/ cache/ doc/ gems/ specifications/
noname:~ bosie$ ls ~/.rvm/gems/ruby/1.8.7/specifications/
activesupport-2.3.4.gemspec httpclient-2.1.5.2.gemspec rack-1.0.0.gemspec rvm-0.0.40.gemspec
defunkt-github-0.3.4.gemspec json_pure-1.1.9.gemspec rake-0.8.7.gemspec spicycode-rcov-0.8.2.1.gemspec
(defn testing2 [z]
(println "haha")
"yes"
)
(defn testing [x]
(if (< x 100)
(testing2 x)
"no")
)
Exception in thread "main" java.io.FileNotFoundException: Could not locate clojure/contrib/seq_utils__init.class or clojure/contrib/seq_utils.clj on classpath: (test.clj:0)
library(maptools)
gpclibPermit()
load("worldmap.rdata")
library(ggplot2)
Sys.setlocale("LC_ALL", locale = "C")
world.ggmap <- fortify(world.map, region = "NAME")
elect.gen.tot = read.csv("world_counted.txt",sep=",", dec=".")
names(elect.gen.tot) <- c("id", "y2007","foo")
elect.gen.tot$id <- tolower(elect.gen.tot$id)
world.ggmap$id <- tolower(world.ggmap$id)
1 |
2 | 4
3 |
This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) (format=pdflatex 2011.2.13) 25 APR 2011 12:27
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**thesis.tex
(./thesis.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2009-06-19, ngerman-x-2009-06-19, ancientgreek, ibycus, arabic, armenian
, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danish, dutch, u
\documentclass{article}
\usepackage{siunitx}
\usepackage{etoolbox}
\robustify\bfseries
\begin{document}
\sisetup{
retain-explicit-plus,
detect-all = true
}
\documentclass{article}
\usepackage{siunitx}
\usepackage{etoolbox}
\usepackage{color}
\robustify\bfseries
\begin{document}
\sisetup{
retain-explicit-plus,
detect-all = true