{"id":19341086,"url":"https://github.com/gladir/banner","last_synced_at":"2026-03-19T09:22:44.284Z","repository":{"id":237941765,"uuid":"795539838","full_name":"gladir/BANNER","owner":"gladir","description":"Cette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet d'afficher une bannière. Cette commande est un équivalent de la commande UNIX.","archived":false,"fork":false,"pushed_at":"2024-05-03T14:11:02.000Z","size":45,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-21T17:31:23.932Z","etag":null,"topics":["banner","command","free-pascal","turbo-pascal","turbopascal","unix"],"latest_commit_sha":null,"homepage":"","language":"Pascal","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/gladir.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":"2024-05-03T13:55:19.000Z","updated_at":"2025-03-30T17:51:40.000Z","dependencies_parsed_at":"2024-05-03T17:36:26.432Z","dependency_job_id":null,"html_url":"https://github.com/gladir/BANNER","commit_stats":null,"previous_names":["gladir/banner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gladir/BANNER","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FBANNER","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FBANNER/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FBANNER/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FBANNER/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gladir","download_url":"https://codeload.github.com/gladir/BANNER/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FBANNER/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29363153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":["banner","command","free-pascal","turbo-pascal","turbopascal","unix"],"created_at":"2024-11-10T03:29:12.636Z","updated_at":"2026-02-12T10:31:50.354Z","avatar_url":"https://github.com/gladir.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BANNER\nCette commande, écrit en Pascal (Turbo Pascal ou Free Pascal), permet d'afficher une bannière. Cette commande est un équivalent de la commande UNIX.\n\n\u003ch3\u003eSyntaxe\u003c/h3\u003e\n\n\u003cb\u003eBANNER\u003c/b\u003e \u003ci\u003emessage\u003c/i\u003e [/OUTPUT:\u003ci\u003eformat\u003c/i\u003e] [/FILE:\u003ci\u003efichier\u003c/i\u003e] [/CHAR:\u003ci\u003evaleur\u003c/i\u003e] [/FONT:\u003ci\u003ename\u003c/i\u003e] \n\n\u003ch3\u003eParamètres\u003c/h3\u003e\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eNom\u003c/th\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ci\u003emessage\u003c/i\u003e\u003c/td\u003e\n    \u003ctd\u003eCe paramètre permet d'indiquer le message à afficher.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003e/CHAR:\u003c/b\u003e\u003ci\u003evaleur\u003c/i\u003e\u003c/td\u003e\n    \u003ctd\u003eCe paramètre permet d'indiquer un caractère ou une valeur entre 0 et 255. La valeur par défaut est #.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003e/FILE:\u003c/b\u003e\u003ci\u003efichier\u003c/i\u003e\u003c/td\u003e\n    \u003ctd\u003eCe paramètre permet d'indiquer le nom du fichier de sortie à la place de l'écran.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003e/FONT:\u003c/b\u003e\u003ci\u003enom\u003c/i\u003e\u003c/td\u003e\n    \u003ctd\u003eCe paramètre permet d'indiquer le nom de la police de caractères : DEFAULT, COMPUTER, SCRIPT,...\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003e/OUTPUT:BASH\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003eCe paramètre permet d'indiquer que le message est en code source BASH.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003e/OUTPUT:C\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003eCe paramètre permet d'indiquer que le message est en code source C.\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cb\u003e/OUTPUT:PASCAL\u003c/b\u003e\u003c/td\u003e\n    \u003ctd\u003eCe paramètre permet d'indiquer que le message est en code source Pascal.\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e  \n\n\u003ch3\u003eExemples\u003c/h3\u003e\n\nL'exemple suivant permet d'afficher Bonjour :\n\u003cpre\u003e\n\u003cb\u003eBANNER\u003c/b\u003e Bonjour\n\u003c/pre\u003e\non obtiendra le résultat suivant :\n\n![image](https://github.com/gladir/BANNER/assets/11842176/22abaf87-4c46-4059-80e6-072ad8f7ea7b)\n\nL'exemple suivant permet d'afficher gladir avec la police de caractères script :\n\u003cpre\u003e\n\u003cb\u003eBANNER\u003c/b\u003e gladir /char:219 /font:script\n\u003c/pre\u003e\n\non obtiendra le résultat suivant :\n\n![banner-example-1](https://github.com/gladir/BANNER/assets/11842176/0480b809-b3b4-4400-93c6-610777cb6889)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgladir%2Fbanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgladir%2Fbanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgladir%2Fbanner/lists"}