Skip to content

softprops/spakle

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

spakle

("sparkle" pronounced like a new yorker)

A tribute to @holman's awesome spark script in scala.

usage

install

via conscript

Install a cmd line client, spkl using conscript

$ cs softprops/spakle

Then just toss it some data points

$ seq 0 28 | sort -r | spkl
▂▂▂▂▂▁▁▇▆▆▆▆▅▅▅▅▁▅▄▄▄▄▄▃▃▃▃▁▁

via sbt

If you are using ls just type the following in your sbt shell

sbt> ls-install spakle

Otherwise add it as a library dependency

libraryDependencies += "me.lessis" %% "spakle" % "0.1.0"

resolvers += "less is" at "http://repo.lessis.me"

And use it as you would any other library

println(spakle.Spark.lns(util.Random.shuffle((1 to 15).toSeq) map(_.toDouble)))
▁▇▁▄▃▂▄▄▆▆▅▃▅▁▂

Doug Tangren (softprops) 2011

About

▁▇▁▄▃▂▄▄▆▆▅▃▅▁▂ just like nyc's skyline (or something like that)

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages