This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defn testing2 [z] | |
(println "haha") | |
"yes" | |
) | |
(defn testing [x] | |
(if (< x 100) | |
(testing2 x) | |
"no") | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | | |
2 | 4 | |
3 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{siunitx} | |
\usepackage{etoolbox} | |
\robustify\bfseries | |
\begin{document} | |
\sisetup{ | |
retain-explicit-plus, | |
detect-all = true | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\usepackage{siunitx} | |
\usepackage{etoolbox} | |
\usepackage{color} | |
\robustify\bfseries | |
\begin{document} | |
\sisetup{ | |
retain-explicit-plus, | |
detect-all = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\newcommand{\bosie}[1]{\cmidrule[\heavyrulewidth]{#1}} | |
used: | |
1 & 2 & 3 & 4 \\ \bosie{1-2} \bosie{4-4} | |
results: | |
1 & 2 & 3 & 4 | |
_____ | |
___ |
OlderNewer