Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skratchdot/list-tool
a simple web application to compare lists
https://github.com/skratchdot/list-tool
Last synced: about 2 months ago
JSON representation
a simple web application to compare lists
- Host: GitHub
- URL: https://github.com/skratchdot/list-tool
- Owner: skratchdot
- Created: 2012-12-08T00:53:53.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-02-11T02:01:43.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T00:24:29.163Z (3 months ago)
- Language: JavaScript
- Homepage: https://projects.skratchdot.com/list-tool/
- Size: 644 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List Tool
List Tool is a simple web application to compare lists. To see it in
action, visit:- [List Tool](http://projects.skratchdot.com/list-tool/)
[![List Tool][2]][1]
[1]: http://projects.skratchdot.com/list-tool/index.html
[2]: http://projects.skratchdot.com/list-tool/img/preview.jpg (List Tool)## List/Set Operations
- Self, no-op
- Union, Logical OR
- Intersection, Logical AND
- Set difference, Complement, Minus
- Symmetric difference, Logical XOR
## Other operations
- Sort
- Reverse
- Unique
- Trim
## See Also (similar apps / demos / sites)
- [A Visual Explanation Of SQL Joins](http://blog.codinghorror.com/a-visual-explanation-of-sql-joins/)
- [SQL Joins Visualizer](https://github.com/le0pard/sql-joins-app)
## Built with
- [Ace Editor](https://github.com/ajaxorg/ace/)
- [Bootstrap](http://twitter.github.com/bootstrap/)
- [jQuery](http://jquery.com/)