{"id":22354077,"url":"https://github.com/tidy-coder/hello","last_synced_at":"2025-03-26T12:28:34.430Z","repository":{"id":218798214,"uuid":"747381116","full_name":"Tidy-Coder/hello","owner":"Tidy-Coder","description":"A small collection of \"hello world\" codes","archived":false,"fork":false,"pushed_at":"2024-06-01T10:28:58.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T13:43:42.215Z","etag":null,"topics":["css-html","css3","hello","hello-world","helloworld","helloworld-programs","html","html-css","html5","python","python3"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Tidy-Coder.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-01-23T20:17:07.000Z","updated_at":"2024-07-27T12:16:59.000Z","dependencies_parsed_at":"2024-12-04T13:11:11.831Z","dependency_job_id":"7a477b0f-e5b4-4c94-adbf-7b2d34027dea","html_url":"https://github.com/Tidy-Coder/hello","commit_stats":null,"previous_names":["tidycodeur/hello","tidy-coder/hello"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tidy-Coder%2Fhello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tidy-Coder%2Fhello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tidy-Coder%2Fhello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tidy-Coder%2Fhello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tidy-Coder","download_url":"https://codeload.github.com/Tidy-Coder/hello/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245653025,"owners_count":20650617,"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":["css-html","css3","hello","hello-world","helloworld","helloworld-programs","html","html-css","html5","python","python3"],"created_at":"2024-12-04T13:11:06.815Z","updated_at":"2025-03-26T12:28:34.406Z","avatar_url":"https://github.com/Tidy-Coder.png","language":"HTML","readme":"\u003chtml\u003e\n \u003cbody\u003e\n  \u003ch2\u003ehello\u003c/h2\u003e\n  \u003cp\u003eA small collection of \"hello world\" codes.\u003c/p\u003e\u003cbr/\u003e\n  \u003cp\u003eThis collection contains \"hello world\" codes in multiple languages:\u003c/p\u003e\n  \u003cul\u003e\n   \u003cli\u003eHTML\u003c/li\u003e\n   \u003cli\u003eHTML-CSS\u003c/li\u003e\n   \u003cli\u003ePython\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003ch2\u003eHello world code in Python:\u003c/h2\u003e\n  \u003ccode\u003eprint(\"Hello world\")\u003c/code\u003e\n  \u003ch2\u003eHello world code in HTML\u003c/h2\u003e\n  \u003cpre\u003e\u003ccode\u003e\u0026#60;html\u0026#62;\n \u0026#60;head\u0026#62;\n  \u0026#60;meta charset=\"utf-8\"/\u0026#62;\n  \u0026#60;title\u0026#62;Hello world\u0026#60;/title\u0026#62;\n \u0026#60;/head\u0026#62;\n \u0026#60;body\u0026#62;\n  \u0026#60;!-- This file is HTML code --\u0026#62;\n  \u0026#60;p\u0026#62;Hello world !\u0026#60;/p\u0026#62;\n \u0026#60;/body\u0026#62;\n\u0026#60;/html\u0026#62;\u003c/code\u003e\u003c/pre\u003e\n  \u003ch2\u003eHello world code in HTML-CSS\u003c/h2\u003e\n  \u003cpre\u003e\u003ccode\u003e\u0026#60;html\u0026#62;\n \u0026#60;head\u0026#62;\n  \u0026#60;meta charset=\"utf-8\"/\u0026#62;\n  \u0026#60;title\u0026#62;Hello world\u0026#60;/title\u0026#62;\n  \u0026#60;style\u0026#62;\np{\n  color: #eee;\n}\nhtml{\n  background-color: #050505;\n}\n  \u0026#60;/style\u0026#62;\n \u0026#60;/head\u0026#62;\n \u0026#60;body\u0026#62;\n  \u0026#60;!-- This file is HTML and CSS code --\u0026#62;\n  \u0026#60;p\u0026#62;Hello world!\u0026#60;/p\u0026#62;\n \u0026#60;/body\u0026#62;\n\u0026#60;/html\u0026#62;\n\u003c/code\u003e\u003c/pre\u003e\n \u003c/body\u003e\n\u003c/html\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidy-coder%2Fhello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidy-coder%2Fhello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidy-coder%2Fhello/lists"}