{"id":21634407,"url":"https://github.com/solangeug/text-editor","last_synced_at":"2026-04-15T07:34:49.041Z","repository":{"id":91394889,"uuid":"115345035","full_name":"SolangeUG/text-editor","owner":"SolangeUG","description":"This project is part of the Data Structures and Performance in Java Coursera course, developed by the University of California, San Diego. It allows its user to manage, manipulate and reason about large sets of textual data.","archived":false,"fork":false,"pushed_at":"2018-02-15T23:13:35.000Z","size":2136,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T07:14:52.125Z","etag":null,"topics":["algorithms","data-structures","java-8","java-fx","junit5","maven","string-manipulation"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SolangeUG.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2017-12-25T14:50:32.000Z","updated_at":"2018-02-01T10:58:44.000Z","dependencies_parsed_at":"2023-03-08T19:00:22.173Z","dependency_job_id":null,"html_url":"https://github.com/SolangeUG/text-editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SolangeUG/text-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolangeUG%2Ftext-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolangeUG%2Ftext-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolangeUG%2Ftext-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolangeUG%2Ftext-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolangeUG","download_url":"https://codeload.github.com/SolangeUG/text-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolangeUG%2Ftext-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31831844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T07:17:56.427Z","status":"ssl_error","status_checked_at":"2026-04-15T07:17:30.007Z","response_time":63,"last_error":"SSL_read: 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":["algorithms","data-structures","java-8","java-fx","junit5","maven","string-manipulation"],"created_at":"2024-11-25T03:16:36.367Z","updated_at":"2026-04-15T07:34:49.023Z","avatar_url":"https://github.com/SolangeUG.png","language":"Java","readme":"# Text-Editor\n\n[![MIT License](https://img.shields.io/badge/license-MIT%20License-green.svg)](https://github.com/SolangeUG/fundamentals/blob/master/LICENSE)\n[![Java Platform](https://img.shields.io/badge/platform-Java-blue.svg)](https://docs.oracle.com/en/java/)\n[![RichTextFX Library](https://img.shields.io/badge/library-RichTextFX-85C1E9.svg)](https://github.com/TomasMikula/RichTextFX)\n\nThis project is a smart text editor/processor that incorporates *intelligent* behaviors of modern-day text interfaces including autocomplete,\nflagging misspelled words and spelling auto-correct.\n\n## Core Subjects\n\n- Use of appropriate java built-in data-structures\n- Interface implementations\n- Benchmark performances to measure running time of code\n- Big-O analysis\n- JUnit testing\n\n\n## Languages - Libraries - Tools\n\n- [Java SE 8](https://docs.oracle.com/javase/8/docs/)\n- [Maven](https://maven.apache.org/what-is-maven.html)\n- [JUnit 5](http://junit.org/junit5/docs/current/user-guide/)\n- Any IDE that supports JDK 8\n\n## Run Instructions\n\n- Download and unzip the project source code.\n- From a command line window, navigate to the (newly unzipped) project folder, and then run `mvn clean install` command.\n- To launch the application, run `java -jar target/text-editor-1.0.jar`.\n- You're now ready to freely play around with the text editor different functionalities.\n\n## Resources\n\n- [Data Structures: Measuring and Optimizing Performance](https://www.coursera.org/learn/data-structures-optimizing-performance)\n- [Object Oriented Java Programming: Data Structures and Beyond Specialization](https://www.coursera.org/specializations/java-object-oriented)\n- [RichTextFX](https://github.com/TomasMikula/RichTextFX)\n\n## License\n\n[The MIT License (MIT)](https://opensource.org/licenses/MIT)\n\n````\nCopyright (c) 2015 UC San Diego Intermediate Software Development MOOC team\nCopyright (c) 2018 Solange Umuhire Gasengayire\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n````\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolangeug%2Ftext-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolangeug%2Ftext-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolangeug%2Ftext-editor/lists"}