CARVIEW |
danlarkin
(Dan Larkin)
- You’re not logged in!
- Login
- Pricing & Signup
Following 8 coders and watching 52 repositories view all →
Public Repositories (9)
-
clojure-json
A JSON encoder/parser for clojure
Last updated Fri Feb 12 17:12:30 -0800 2010
-
mobileorg-android
An implementation of MobileOrg for the Android platform
Forked from matburt/mobileorg-android Sun Dec 20 19:39:14 -0800 2009
Last updated Mon Dec 21 20:23:44 -0800 2009
-
leiningen
A build tool for Clojure designed to not set your hair on fire.
Forked from technomancy/leiningen Sat Nov 14 12:52:45 -0800 2009
Last updated Sat Dec 12 13:57:03 -0800 2009
-
homebrew
Packaging system for Mac OS X 10.5 and above; heavy optimisations, no redundant packages and a bo...
Forked from mxcl/homebrew Sat Nov 21 19:54:15 -0800 2009
Last updated Thu Dec 10 23:20:29 -0800 2009
-
hadoop
Mirror of Apache Hadoop Core
Forked from GeorgeJahad/hadoop Tue Aug 25 06:29:05 -0700 2009
Last updated Mon Aug 17 16:44:51 -0700 2009
-
clojure-pom
Clojure Maven2 POM
Forked from GeorgeJahad/clojure-pom Sun Sep 06 17:41:23 -0700 2009
Last updated Tue Jul 14 06:57:59 -0700 2009
-
clojure-couchdb
clojure library for Apache CouchDB
Last updated Mon Jul 06 15:40:12 -0700 2009
-
clojure-http-client
An HTTP client for Clojure
Forked from technomancy/clojure-http-client Mon May 04 20:23:28 -0700 2009
Last updated Tue May 26 17:49:47 -0700 2009
-
madison
MVC web framework for clojure
Last updated Sun Apr 12 13:22:09 -0700 2009
Public Activity 

-
danlarkin committed f2d72f1c:
don't attempt to convert -1 to a char
-
danlarkin committed 228f2bfb:
remove convert-number function... it throws an exception on bigints and has no purpose anymore
-
danlarkin committed daf3c662:
upgrade to clojure 1.2 snapshot
-
danlarkin committed ffc6c30f:
remove superfluous call to (run-tests) in test.clj. Leiningen will call it for us

-
technomancy committed 35d7165a:
Change sample project to use Clojure 1.0.0.
-
Alex Osborne committed fb95c5ef:
Run compile and test tasks in isolated classloader
-
technomancy committed b9a01872:
Unify terminology: there are no commands, just tasks.
-
technomancy committed 4d4aa039:
Allow test task to take namespaces as an argument.
-
technomancy committed 7acd4cb3:
Updated todos.
-
technomancy committed 04f076dd:
Updated contribution notes.
-
technomancy committed eb7f69ad:
Merge branch 'no-maven-shell-out'
-
technomancy committed f1406373:
Add lein-swank as a dev dependency.
-
Andrei Dragomir committed 7104b52a:
fixed weird jars issue crashing uberjar task; no longer checking input ZipEntry size
-
technomancy committed 15cbad9d:
Disable help summary output until Clojure bug #130 is fixed. =(
-
technomancy committed 22c19cbc:
Added test for install task.
-
technomancy committed ec272412:
The install task no longer shells out to maven.
-
technomancy committed 2a76567d:
Running a dev version of lein from a checkout shouldn't use LEIN_JAR.
-
technomancy committed 173da8ee:
Remove duplicate task output from help task.
-
technomancy committed 777ce007:
Don't mkdir classes if it's a task that doesn't take a project arg.
-
danlarkin committed 014b2f18:
we no longer create a pom-generated.xml so we no longer have to clean it
-
danlarkin committed e024e15c:
improve "clean" command: Don't delete lib/ and classes/, just empty them. Also delete -standalone jar and pom-generated.xml
-
danlarkin committed cb5bf137:
clean should delete whatever (:compile-path project) is, not hardcode "classes/"
-
danlarkin committed 47e7b98d:
make :compile-path a key that's always present in the project hash map
-
danlarkin committed 6fbdfb7a:
move mkdir of classes/ from shell script into core.clj
And 50 more commits...

-
adamv committed ef39adab:
Move some helper functions into Hardware
-
adamv committed 944751f3:
Refactor formula_test.
-
adamv committed f7d743e1:
Fix quoting in gnu-tar formula.
-
adamv committed 32da375f:
Add test for legacy prefix quoting.
-
adamv committed 65fa65ed:
Fix HOMEBREW_BREW_FILE for unit tests.
-
Luke Amdor committed 29c44e2d:
Updated jruby to 1.4.0
-
adamv committed 78366e16:
ScummVM 1.0
-
adamv committed 6e9bd520:
Git 1.6.5.3
-
adamv committed 9ed22416:
Formula for GNU Prolog
-
adamv committed 8dc71d79:
In honor of Go, added formula for Algol 68 Genie.
-
adamv committed 58fe698e:
JRuby - only keep darwin native libraries.
-
adamv committed f73f2b2c:
Update Wine to 1.1.33
-
adamv committed 363b8abe:
Update mpg123 to 1.9.1 and fix it for 10.5
-
adamv committed 6c39adc2:
FileZilla 3.3.0.1
-
adamv committed 889bf00e:
Updated GnuTLS to 2.8.5
-
adamv committed da3d4044:
wxWidgets - use bz2 download.
-
Kieran Pilkington committed 2ae8c43a:
wxWidgets for Mac
-
adamv committed c9470461:
pkg-config - modernize properties.
-
adamv committed df5e8428:
Ctags - remove quotes from mandir
-
adamv committed 034337ec:
Compare against HOMEBREW_CELLAR using real paths.
And 137 more commits...

-
technomancy committed cee9dcc0:
Update todos.
-
technomancy committed 39f6ab8b:
Merge commit 'danlarkin/build-jar-in-memory'
-
danlarkin committed 258b6b52:
remove lancet require from pom, it wasn't being used
-
danlarkin committed 90d5e955:
include a pom.properties file in the jar
-
danlarkin committed 7647c6cb:
refactor pom and jar code to use make-pom
-
danlarkin committed d3159a45:
generate pom byte array (instead of on disk) and include that in the jar in appropriate meta-inf/groupid/artifactid directory
-
danlarkin committed 366c8713:
refactor writing files to jar into a multimethod
-
danlarkin committed b7ae6e26:
use java.util.jar to build jars instead of lancet

-
danlarkin committed f950e77f:
use org-mode "Tags" instead to assign work in todo.org
-
technomancy committed 61c27c75:
Bootstrap instructions, take 3.
-
technomancy committed 3ada85bd:
Oops, bootstrap install is slightly more complicated than that.
-
technomancy committed 06a584a7:
Add TODOs.
-
technomancy committed ca0eb42f:
Neither "new" nor "help" tasks need a project to run.
-
technomancy committed a2f17c0d:
Update readme for easier dev installation; add some TODOs.
-
technomancy committed 5d018c10:
Leave lib/ and classes/ intact but delete their contents.

-
technomancy committed f9790484:
Merge commit 'danlarkin/improve-manifest'
-
Alex Osborne committed 7b6acbc5:
Fix compiling of namespace that include a - character.
-
danlarkin committed 7674952d:
put Manifest.txt in classes/ instead of toplevel project directory
-
danlarkin committed c907127e:
put more info into the manifest of jars we build

-
danlarkin committed 07f61f6b:
remove gen-class on leiningen.core and update lein shell script and project file to deal with it
-
technomancy committed fe75bcb4:
Update credits. Thanks, Alex and Dan!

-
danlarkin committed 9a53c854:
Merge remote branch 'technomancy/master'
-
danlarkin committed 94000864:
update usage for lein script
-
technomancy committed c5ba5515:
Add motivation to README
-
technomancy committed ddf403de:
Spin off swank into a subproject.
-
technomancy committed 05471a51:
Only bring in dev dependencies when testing.
-
technomancy committed 088e52af:
Support development dependencies.
-
technomancy committed 41967895:
Use lancet for jar creation.
-
technomancy committed 3ad2025d:
Clarify installation instructions.
-
technomancy committed 35ebb7f0:
Download dependencies where appropriate.
-
technomancy committed bc9e72f7:
Merge danlarkin/master.
-
technomancy committed 1d4aace3:
Oops; forgot to update dependency notation in readme.
-
technomancy committed 12f0b98a:
Allow custom :repositories to be specified in project.clj.
-
technomancy committed fc931d87:
Added a note about bootstrapping.
-
technomancy committed cbf71b68:
Add a test for the compile task.
-
technomancy committed 371ce49a:
Use client JVM since it shouldn't be a long-running process.
-
technomancy committed 1083c1f9:
Move test project to sample/ dir.
-
technomancy committed e1a2d492:
Don't freak out when cleaning an already-clean project.
-
technomancy committed acb11e3a:
Use group.id/artifact notation in project.clj.
-
technomancy committed b36f9c1b:
Couple more TODOs
-
technomancy committed 42cdf1f6:
Version is no longer optional in defproject.
And 47 more commits...

-
Alex Osborne committed 92f260e2:
Resolve symlinks to the script itself, not parent directories in a cross-platform way.

-
Alex Osborne committed b1daf467:
Follow symlinks when finding BIN_DIR.
Quicksilver source code