{"id":26871110,"url":"https://github.com/codeadamca/sandbox","last_synced_at":"2026-04-13T15:32:11.622Z","repository":{"id":148739954,"uuid":"619932846","full_name":"codeadamca/sandbox","owner":"codeadamca","description":"This is a useless repo for messing around with Git, GitHub, Markdown, etc...","archived":false,"fork":false,"pushed_at":"2025-01-26T22:28:54.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T03:49:07.306Z","etag":null,"topics":["git","github","learning-code","markdown"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeadamca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2023-03-27T17:44:16.000Z","updated_at":"2025-01-26T22:28:57.000Z","dependencies_parsed_at":"2025-07-29T03:28:12.797Z","dependency_job_id":"81e8df63-c677-4bce-bb34-7bd2607d7a2b","html_url":"https://github.com/codeadamca/sandbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeadamca/sandbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fsandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fsandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fsandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fsandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeadamca","download_url":"https://codeload.github.com/codeadamca/sandbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeadamca%2Fsandbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["git","github","learning-code","markdown"],"created_at":"2025-03-31T07:18:32.271Z","updated_at":"2026-04-13T15:32:11.600Z","avatar_url":"https://github.com/codeadamca.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction to Markdown\n\n## Paragraphs and Headers\n\nThis is a paragraph. \n\nThis is another paragraph. \nThis text is not a new paragraph.\n\nThis text is *italics* and this text is **bold** and this text is both ***bold and italics***.\n\n\u003e Tabbed in with a bar on the side!\n\n## Lists\n\n### Unordered lists\n\n- Use a dash as a bullet\n- No space before the dash\n- One space after the dash\n- If you have two lines in this list item\n\n    Use four spaces to indent the next line\n    \n### Ordered Lists\n\n1. Use numbers\n2. A dot and a space after the number\n3. If ytou have twop lines in this list item\n\n    Use four spaces to indent the next line\n\n## Links\n\nHere is a link to [my website](https://codeadam.ca).\n\nProperly formatted URLs will be linked:\n\nhttps://codeadam.ca\n\n## Images\n\nImages can be added by using a full URL:\n\n![Text Image](https://raw.githubusercontent.com/codeadamca/sandbox/main/_readme/test.png)\n\nThis URL can also be relative:\n\n![Text Image](_readme/test.png)\n\nYou can use plain HTML in a README.md file:\n\n\u003cimg src=\"https://raw.githubusercontent.com/codeadamca/sandbox/main/_readme/test.png\" width=\"100\"\u003e\n\n## Code\n\nUse the `\u003chtml\u003e` tag to start an HTML document.\n\n```javascript\nconsole.log(\"Hello World!\");\ndocument.write(\"\u003ch1\u003eHello World!\u003c/h1\u003e\");\n```\n\n## Tables\n\n| First Heading   | Second Heading     |      |\n| --------------- | ------------------ | ---: |\n| Value 1         | Value 2            | 1.0  |\n| Value 3         | Value 4            | 1.0  |\n\n\nFirst Heading | Second Heading | #\n--- | --- | ---:\nValue 1 | Value 2 | 1.0\nValue 3 | Value 4 | 1.0\n***\n\n## Repo References\n\n* [Visual Studio Code](https://code.visualstudio.com/) \n* [Markdown Guide](https://www.markdownguide.org/)\n* [Markdown](https://daringfireball.net/projects/markdown/)\n\n\u003cbr\u003e\n\u003ca href=\"https://codeadam.ca\"\u003e\n\u003cimg src=\"https://cdn.codeadam.ca/images@1.0.0/codeadam-logo-coloured-horizontal.png\" width=\"200\"\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeadamca%2Fsandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeadamca%2Fsandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeadamca%2Fsandbox/lists"}