{"id":19031445,"url":"https://github.com/plandes/tabres","last_synced_at":"2026-05-16T09:33:27.264Z","repository":{"id":80107543,"uuid":"62657850","full_name":"plandes/tabres","owner":"plandes","description":"Display a graphical table of results using Swing.","archived":false,"fork":false,"pushed_at":"2019-06-22T17:38:21.000Z","size":118,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T20:25:11.065Z","etag":null,"topics":["clojure","graphical","java","swing","swing-component","tableview"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plandes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-05T17:55:06.000Z","updated_at":"2019-06-22T17:38:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ff9a29e-8837-4a12-b9ae-1b6200a39b33","html_url":"https://github.com/plandes/tabres","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/plandes/tabres","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plandes%2Ftabres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plandes%2Ftabres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plandes%2Ftabres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plandes%2Ftabres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plandes","download_url":"https://codeload.github.com/plandes/tabres/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plandes%2Ftabres/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33096905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","graphical","java","swing","swing-component","tableview"],"created_at":"2024-11-08T21:23:29.646Z","updated_at":"2026-05-16T09:33:27.240Z","avatar_url":"https://github.com/plandes.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Display a graphical table of results using Swing.\n\n[![Travis CI Build Status][travis-badge]][travis-link]\n\nThis is a simple graphical results for use in Java and Clojure.  The data is\neither in the form of a list of lists or comes directly from a\n`java.sql.ResultSet`.\n\nFeatures:\n\n* Table data (i.e. SQL results, spreadsheet data, matrices) visualized.\n* All columns are sortable.\n* Width of all columns and frame can be automatically (re)sized.\n* Frames include scroll bars.\n\n**Note:** While this is *built* as a Clojure project, it functions\nperfectly as a Java dependency as well (see\nthe [Java documentation](#documentation) and [dependency](#obtaining)).\n\n\n\u003c!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --\u003e\n## Table of Contents\n\n- [Obtaining](#obtaining)\n- [Documentation](#documentation)\n- [Usage](#usage)\n- [Building](#building)\n- [Changelog](#changelog)\n- [License](#license)\n\n\u003c!-- markdown-toc end --\u003e\n\n\n\n## Obtaining\n\nIn your `project.clj` file, add the following:\n\n[![Clojars Project](https://clojars.org/com.zensols.gui/tabres/latest-version.svg)](https://clojars.org/com.zensols.gui/tabres/)\n\nFor Java projects, add the following to your [maven] `pom.xml`:\n\n```xml\n...\n    \u003crepositories\u003e\n        \u003crepository\u003e\n            \u003cid\u003eclojars\u003c/id\u003e\n            \u003curl\u003ehttp://clojars.org/repo/\u003c/url\u003e\n        \u003c/repository\u003e\n    \u003c/repositories\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.zensols.gui\u003c/groupId\u003e\n            \u003cartifactId\u003etabres\u003c/artifactId\u003e\n            \u003cversion\u003e0.0.7\u003c/version\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n...\n```\n\n\n## Documentation\n\nAdditional documentation:\n* [Clojure](https://plandes.github.io/tabres/codox/index.html)\n* [Java](https://plandes.github.io/tabres/apidocs/index.html)\n\n\n## Usage\n\n* Display an adhoc list of animals:\nx\n```clojure\n(require '[zensols.tabres.display-results :as dr])\n\n(dr/display-results [[\"dog\" \"brown\" 1]\n                     [\"cat\" \"yellow\" 33]\n                     [\"fish\" \"silver\" 14]]\n                    :column-names [\"Animal\" \"Color\" \"ID\"]\n                    :title \"Animals\")\n```\n\n* Display the first 100 rows of the\n[Iris flower](https://en.wikipedia.org/wiki/Iris_flower_data_set) data set:\n\n```clojure\n(require '[clojure.java.io :as io])\n(require '[clojure.data.csv :as csv])\n(require '[zensols.tabres.display-results :as dr])\n\n(let [url \"https://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data\"\n        cols [\"sepal-length\" \"sepal-width\" \"petal-length\" \"petal-width\" \"class\"]]\n    (with-open [in (clojure.java.io/reader url)]\n      (-\u003e (csv/read-csv in)\n          (#(take 100 %))\n          (dr/display-results :title \"iris dataset\"\n                              :column-names cols))))\n```\n\n\n## Building\n\nTo build from source, do the folling:\n\n- Install [Leiningen](http://leiningen.org) (this is just a script)\n- Install [GNU make](https://www.gnu.org/software/make/)\n- Install [Git](https://git-scm.com)\n- Download the source: `git clone --recurse-submodules https://github.com/plandes/tabres \u0026\u0026 cd tabres`\n- Build the software: `make jar`\n\nNote that you can also build a single jar file with all the dependencies with: `make uber`\n\n\n## Changelog\n\nAn extensive changelog is available [here](CHANGELOG.md).\n\n\n## License\n\nCopyright © 2017, 2018 Paul Landes\n\nApache License version 2.0\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n\u003c!-- links --\u003e\n[travis-link]: https://travis-ci.org/plandes/tabres\n[travis-badge]: https://travis-ci.org/plandes/tabres.svg?branch=master\n[maven]: https://maven.apache.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplandes%2Ftabres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplandes%2Ftabres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplandes%2Ftabres/lists"}