{"id":15403659,"url":"https://github.com/ana06/text-decoder","last_synced_at":"2025-02-24T22:50:07.591Z","repository":{"id":98170562,"uuid":"52396898","full_name":"Ana06/text-decoder","owner":"Ana06","description":"A text decoder written in Haskell","archived":false,"fork":false,"pushed_at":"2016-08-13T21:10:25.000Z","size":5712,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T06:13:00.838Z","etag":null,"topics":["functional-programming","textdecoder","ucm"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ana06.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":"2016-02-23T22:40:52.000Z","updated_at":"2025-01-30T00:27:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"132c4fa7-8c30-4712-96b6-6810d6af7078","html_url":"https://github.com/Ana06/text-decoder","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"dd847e40f1b134f7cef2b7d44264427ce5705e40"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ana06%2Ftext-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ana06%2Ftext-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ana06%2Ftext-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ana06%2Ftext-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ana06","download_url":"https://codeload.github.com/Ana06/text-decoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240571032,"owners_count":19822413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["functional-programming","textdecoder","ucm"],"created_at":"2024-10-01T16:09:33.036Z","updated_at":"2025-02-24T22:50:07.560Z","avatar_url":"https://github.com/Ana06.png","language":"Haskell","readme":"# Text decoder\n\nA text decoder written in Haskell. Developed in May 2015. Comments are in Spanish.\n\nThe coding used is a biyection between characters in a way that each character of the original text has been replaced by other. The range os characters is `A..Z`, `a..z`, dots, commas, spaces and line breaks. There are not accents, numbers nor `ñ`. The coding change capital letters by capital letters and lower case letters by lower case letters, being consistent: if `a` is changed by `d` then `A` is changed by `D` and vice versa. The coding does not change dots, commas, spaces nor line breaks. The text to be decoded is in the file [texto.txt](https://github.com/Ana06/text-decoder/blob/master/texto.txt), although any other file that follows the previous rules can be used.\n\n[frecuencias.txt](https://github.com/Ana06/text-decoder/blob/master/frecuencias.txt) and [quijote.txt](https://github.com/Ana06/text-decoder/blob/master/quijote.txt) are auxiliary files to get the frecuency of the words. [prAna.hs](https://github.com/Ana06/text-decoder/blob/master/prAna.hs) is the text decoder itself. Lastly, [textoDescifrado.txt](https://github.com/Ana06/text-decoder/blob/master/textoDescifrado.txt) is the decoded text got from [texto.txt](https://github.com/Ana06/text-decoder/blob/master/texto.txt) using the program.\n\n## Authors\n\nThis project was developed by Ana María Martínez Gómez.\n\n\n## Licence\n\nCode published under MIT License (see [LICENSE](LICENSE)).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fana06%2Ftext-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fana06%2Ftext-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fana06%2Ftext-decoder/lists"}