https://github.com/softprops/spakle
▁▇▁▄▃▂▄▄▆▆▅▃▅▁▂ just like nyc's skyline (or something like that)
https://github.com/softprops/spakle
Last synced: 4 months ago
JSON representation
▁▇▁▄▃▂▄▄▆▆▅▃▅▁▂ just like nyc's skyline (or something like that)
- Host: GitHub
- URL: https://github.com/softprops/spakle
- Owner: softprops
- Created: 2011-12-05T04:18:24.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-05T06:18:21.000Z (over 14 years ago)
- Last Synced: 2025-02-01T06:51:16.173Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 102 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spakle
("sparkle" pronounced like a new yorker)
A tribute to [@holman's][holman] awesome [spark][spark] script in scala.
## usage
## install
### via conscript
Install a cmd line client, `spkl` using [conscript][conscript]
$ cs softprops/spakle
Then just toss it some data points
$ seq 0 28 | sort -r | spkl
▂▂▂▂▂▁▁▇▆▆▆▆▅▅▅▅▁▅▄▄▄▄▄▃▃▃▃▁▁
### via sbt
If you are using [ls][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
[holman]: https://github.com/holman
[spark]: https://github.com/holman/spark
[conscript]: https://github.com/n8han/conscript#readme
[ls]: https://github.com/softprops/ls#readme