{"id":15486942,"url":"https://github.com/theodesp/feint","last_synced_at":"2026-02-05T08:01:27.478Z","repository":{"id":97066493,"uuid":"145912738","full_name":"theodesp/feint","owner":"theodesp","description":"Makes a function ignore its first call","archived":false,"fork":false,"pushed_at":"2018-08-23T22:30:43.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T04:27:19.809Z","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-23T22:15:35.000Z","updated_at":"2018-08-23T22:30:44.000Z","dependencies_parsed_at":"2023-03-12T13:00:56.544Z","dependency_job_id":null,"html_url":"https://github.com/theodesp/feint","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theodesp/feint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Ffeint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Ffeint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Ffeint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Ffeint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theodesp","download_url":"https://codeload.github.com/theodesp/feint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theodesp%2Ffeint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"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":["racket","scheme"],"created_at":"2024-10-02T06:20:30.204Z","updated_at":"2026-02-05T08:01:27.462Z","avatar_url":"https://github.com/theodesp.png","language":"Racket","readme":"# feint\nMakes a function ignore it's first call\n\nExample\n--\n\n```racket\n#lang racket\n(require \"faint.rkt\")\n\n(define (1+ a)\n  (+ a 1))\n  \n(define add1 (feint 1+) )\n(add1 1) ; ignored\n(add1 1) ; 2\n(add1) ; Throws correctly\n```\n\nLicense\n---\nMIT License © 2018 Theo Despoudis\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Ffeint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheodesp%2Ffeint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheodesp%2Ffeint/lists"}