duplicates = multiple editions
A Classical Introduction to Modern Number Theory,Kenneth IrelandMichael Rosen
A Classical Introduction to Modern Number Theory,Kenneth IrelandMichael Rosen
| #!/bin/sh | |
| binaries=( | |
| trash | |
| git | |
| mosh | |
| tmux | |
| screen | |
| zsh | |
| mackup | |
| pyenv |
| import scalaz._ | |
| import Scalaz._ | |
| object ScalazPlay extends App | |
| { | |
| // having this one-param type is critical for the subsequent type inference! | |
| type MyWriter[A] = Writer[List[String],A] | |
| def f1(i:Int) : MyWriter[Int] = for { |
| object OpsMain { | |
| def main(args : Array[String]) { | |
| hadoop.util.ToolRunner.run(new hadoop.mapred.JobConf, new Tool[XXX]({args => new XXX(args)}), args) | |
| } | |
| } |
| ;; | |
| ;; Thus spake the master programmer: | |
| ;; "Though a program be but three lines long, someday it will have to be | |
| ;; maintained." | |
| ;; | |
| (ns hiredman.clojurebot | |
| (:import (org.jibble.pircbot PircBot))) | |
| (def nick "clojurebot") |