{"id":15487086,"url":"https://github.com/theodesp/remove-duplicates","last_synced_at":"2025-04-06T03:26:21.679Z","repository":{"id":97066600,"uuid":"146913553","full_name":"theodesp/remove-duplicates","owner":"theodesp","description":"Removes consecutive elements from a list in Racket/Sheme","archived":false,"fork":false,"pushed_at":"2018-08-31T15:58:35.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T09:39:11.706Z","etag":null,"topics":["racket","scheme"],"latest_commit_sha":null,"homepage":null,"language":"Racket","has_issues":true,"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/theodesp.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":"2018-08-31T15:56:57.000Z","updated_at":"2018-08-31T15:59:23.000Z","dependencies_parsed_at":"2023-03-13T16:19:35.947Z","dependency_job_id":null,"html_url":"https://github.com/theodesp/remove-duplicates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fremove-duplicates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fremove-duplicates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fremove-duplicates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Fremove-duplicates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theodesp","download_url":"https://codeload.github.com/theodesp/remove-duplicates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247429714,"owners_count":20937718,"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":["racket","scheme"],"created_at":"2024-10-02T06:21:13.258Z","updated_at":"2025-04-06T03:26:21.668Z","avatar_url":"https://github.com/theodesp.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# remove-duplicates\nRemoves concecutive duplicates from a list in Racket/Scheme\n\nExample\n--\n\n```racket\n#lang racket\n(require \"remove-duplicates.rkt\")\n\n(remove-consecutive-duplicates '(1 2 1 1 3 3) ) ; '(1 2 1 3)\n(remove-consecutive-duplicates 1 ) ; will raise contract violation\n\n```\n\nLicense\n---\nMIT License © 2018 Theo Despoudis","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Fremove-duplicates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheodesp%2Fremove-duplicates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Fremove-duplicates/lists"}