Skip to content

Instantly share code, notes, and snippets.

proton!ieure:~$ brew update
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory
/usr/local/Library/Homebrew/cmd/update.sh: line 13: /usr/local/Library/ENV/scm/git: No such file or directory
fermion!ieure:~$ brew update
error: The following untracked working tree files would be overwritten by merge:
Library/Formula/ant.rb
Library/Formula/apple-gcc42.rb
Please move or remove them before you can merge.
Aborting
Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master
fermion!ieure:~$ cd /usr/local/
fermion!ieure:/usr/local$ git status
# On branch master
#! /bin/bash
IFS="
"
echo
for FRAME in \
"B :^)" \
" B :^)" \
" B :^)" \
" B :^)" \
scala> case class X(a: Int, b: Int)
defined class X
scala> X(1, 2).copy(a=1,b=-1)
<console>:10: error: not found: value b
X(1, 2).copy(a=1,b=-1)
^
scala> X(1, 2).copy(a=1,b = -1)
res1: X = X(1,-1)
;;; nspace.el --- Pseudo-namespaces
;; Copyright (C) 2013 Ian Eure
;; Author: Ian Eure <ian.eure@gmail.com>
;; Keywords: lisp, data
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
(defvar upside-down-alist
'((?a . ?ɐ)
(?b . ?q)
(?c . ?ɔ)
(?d . ?p)
(?e . ?ǝ)
(?f . ?ɟ)
(?g . ?ƃ)
(?h . ?ɥ)
(?i . ?ı)
$ lein install
Created /Users/ieure/Projects/simple/3p/codox/codox.core/target/codox.core-0.6.5-SNAPSHOT.jar
Wrote /Users/ieure/Projects/simple/3p/codox/codox.core/pom.xml
$ find ~/.m2 -iname \*codox\*
/Users/ieure/.m2/repository/codox
/Users/ieure/.m2/repository/codox/codox.core
/Users/ieure/.m2/repository/codox/codox.core/0.6.5-SNAPSHOT/codox.core-0.6.5-SNAPSHOT.jar
/Users/ieure/.m2/repository/codox/codox.core/0.6.5-SNAPSHOT/codox.core-0.6.5-SNAPSHOT.pom
$
;;; ime-snake.el ---
;; Copyright (C) 2013 Ian Eure
;; Author: Ian Eure <ian.eure@gmail.com>
;; Keywords:
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
$ lein tar
java.lang.ClassNotFoundException: org.apache.tools.tar.TarOutputStream
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at clojure.lang.DynamicClassLoader.findClass(DynamicClassLoader.java:61)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:171)