Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singpolyma/sortable-coding-challenge
https://github.com/singpolyma/sortable-coding-challenge
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/singpolyma/sortable-coding-challenge
- Owner: singpolyma
- License: isc
- Created: 2012-02-29T07:51:30.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-01T21:38:08.000Z (almost 13 years ago)
- Last Synced: 2024-10-15T11:34:24.904Z (3 months ago)
- Language: Haskell
- Homepage: http://sortable.com/blog/coding-challenge/
- Size: 106 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This repo is intended to contain solutions for .
To build solutions, simply run "make".
All solutions assume that the listings.txt and products.txt files are in the current directory.
All solutions write the final JSON to stdout. Run like this:
./match > output.json
scala -classpath .:jackson.jar Match > output.json== Requirements for the Haskell ==
The Haskell solution requires Text.JSON to be installed. On Debian derivatives the package name is libghc6-json-dev
== Requirements for the Scala ==
The Scala solution requires a JAR file for Jackson (the Java JSON parser) in the top level called jackson.jar. It also requires all the source code or class files from be at the top level.
== Status of Solutions ==
A program is never really "complete", and that is especially true of this problem. I will probably for quite some time wake up with things to try that might improve precision or recall.