{"id":27453860,"url":"https://github.com/artyom-poptsov/guile-pigpen","last_synced_at":"2026-01-29T23:31:32.380Z","repository":{"id":24604534,"uuid":"28013129","full_name":"artyom-poptsov/guile-pigpen","owner":"artyom-poptsov","description":"Implementation of the Pigpen cipher as a GNU Guile module.","archived":false,"fork":false,"pushed_at":"2015-01-01T13:26:16.000Z","size":356,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-05T12:39:21.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scheme","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artyom-poptsov.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-15T00:14:55.000Z","updated_at":"2015-01-01T13:26:16.000Z","dependencies_parsed_at":"2022-08-29T22:00:11.923Z","dependency_job_id":null,"html_url":"https://github.com/artyom-poptsov/guile-pigpen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artyom-poptsov/guile-pigpen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fguile-pigpen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fguile-pigpen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fguile-pigpen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fguile-pigpen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artyom-poptsov","download_url":"https://codeload.github.com/artyom-poptsov/guile-pigpen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fguile-pigpen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28890335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"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":[],"created_at":"2025-04-15T13:57:32.562Z","updated_at":"2026-01-29T23:31:32.351Z","avatar_url":"https://github.com/artyom-poptsov.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# -*- mode: org; -*-\n\n#+BEGIN_EXAMPLE\n----.    /.----.    .---.     ----..--------.----..---..---.\n    |\u003c[ ] |    | o  |   |-----  o ||        |  o ||   || o |\n    '    \\'    '----'---'     ----''        '----''---''---'\n#+END_EXAMPLE\n\nGuile-Pigpen is an implementation of [[https://en.wikipedia.org/wiki/Pigpen_cipher][Pigpen cipher]] as a GNU Guile\nmodule.\n\nBeware, the module is on the early stages of development.\n\n* Building and installation\n\n#+BEGIN_EXAMPLE\n$ autoreconv -vif\n$ ./configure\n$ make\n$ make install\n#+END_EXAMPLE\n\n* Usage\n  Guile-Pigpen comes with a console tool called =pigpen= that allows\n  you to encode ASCII-strings with Pigpen cipher:\n\n#+BEGIN_EXAMPLE\n$ pigpen 'hello\nworld!'\n.---..---..    .    .----\n|   ||   || o  | o  | o  \n'   ''---''----'----'----\n\\   /.----.----.    ----.     \n [o] | o  | o  | o      |  !  \n  V  '----'    '--------'     \n#+END_EXAMPLE\n\n  See =pigpen -h= for allowed options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartyom-poptsov%2Fguile-pigpen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartyom-poptsov%2Fguile-pigpen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartyom-poptsov%2Fguile-pigpen/lists"}