{"id":50508877,"url":"https://github.com/denisecase/applied-computing-foundations","last_synced_at":"2026-06-02T18:31:14.854Z","repository":{"id":267186526,"uuid":"900485523","full_name":"denisecase/applied-computing-foundations","owner":"denisecase","description":"Applied computing foundations, including how to set up a place for repositories, how to view file extensions, and how to work with hidden files and folders.","archived":false,"fork":false,"pushed_at":"2026-04-14T12:55:25.000Z","size":162,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-14T14:26:49.263Z","etag":null,"topics":["computer-science-education","computing-foundations","education","git","mkdocs"],"latest_commit_sha":null,"homepage":"https://denisecase.github.io/applied-computing-foundations/","language":null,"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/denisecase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-08T22:05:00.000Z","updated_at":"2026-04-14T12:55:28.000Z","dependencies_parsed_at":"2024-12-08T23:20:10.616Z","dependency_job_id":"8cb24af5-c774-4c0b-8e91-40610f4df75e","html_url":"https://github.com/denisecase/applied-computing-foundations","commit_stats":null,"previous_names":["denisecase/applied-computer-organization","denisecase/applied-computing-foundations"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denisecase/applied-computing-foundations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisecase%2Fapplied-computing-foundations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisecase%2Fapplied-computing-foundations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisecase%2Fapplied-computing-foundations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisecase%2Fapplied-computing-foundations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denisecase","download_url":"https://codeload.github.com/denisecase/applied-computing-foundations/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisecase%2Fapplied-computing-foundations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33833277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["computer-science-education","computing-foundations","education","git","mkdocs"],"created_at":"2026-06-02T18:31:13.826Z","updated_at":"2026-06-02T18:31:14.831Z","avatar_url":"https://github.com/denisecase.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Applied Computing Foundations\n\n[![Docs](https://github.com/denisecase/applied-computing-foundations/actions/workflows/deploy-zensical.yml/badge.svg?branch=main)](https://denisecase.github.io/applied-computing-foundations/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/MIT)\n![CI Status](https://github.com/denisecase/applied-computing-foundations/actions/workflows/ci-hygiene-zensical.yml/badge.svg?branch=main)\n[![Check Links](https://github.com/denisecase/applied-computing-foundations/actions/workflows/links.yml/badge.svg?branch=main)](https://github.com/denisecase/applied-computing-foundations/actions/workflows/links.yml)\n[![Dependabot](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg)](https://github.com/denisecase/applied-computing-foundations/security)\n\n\u003e Applied computing foundations, including how to set up a place for\n\u003e repositories, how to view file extensions, and how to work with hidden files\n\u003e and folders.\n\nSee the hosted documentation at \u003chttps://denisecase.github.io/applied-computing-foundations/\u003e.\n\n## Requirements\n\nNo setup is required to view or use the documentation site linked above.\n\n## To Host an Zensical Site (Like This)\n\nWhile viewing your GitHub repository in the browser, click the Settings (gear) icon.\n\n1. Click the **Pages** tab.\n\n   - Set **Build and deployment** / **Source** to **GitHub Actions**\n\n2. (Optional, but required if you keep the Dependabot badge)\n   - Click the **Security \u0026 analysis** tab\n   - Enable **Dependabot alerts**\n\n## Developer (Updating The Documentation)\n\nPre-commit is optional; GitHub Actions will report issues if it fails.\n\nSteps to run pre-commit locally (optional).\nFirst, install `uv`.\nThen, initialize once:\n\n```shell\nuv self update\nuv python pin 3.14\nuv sync --extra dev --extra docs --upgrade\n\nuvx pre-commit install\n\ngit add -A\nuvx pre-commit run --all-files\n# repeat if changes were made\ngit add -A\nuvx pre-commit run --all-files\n```\n\n```shell\nuv run zensical build\n```\n\nWhile editing project code and docs, repeat the commands above to run files, check them, and rebuild docs as needed.\n\nSave progress frequently (some tools may make changes; you may need to **re-run git `add` and `commit`** to ensure everything gets committed before pushing):\n\n```shell\ngit add -A\ngit commit -m \"your message here\"\ngit push -u origin main\n```\n\n## Resources\n\n[GUIDE: Pro Analytics 02](https://denisecase.github.io/pro-analytics-02/) - Professional Python project starter and guide using uv, Ruff, zensical, and GitHub Actions\n\n## Annotations\n\n[ANNOTATIONS.md](./ANNOTATIONS.md)\n\n## Citation\n\n[CITATION.cff](./CITATION.cff)\n\n## License\n\n[MIT](./LICENSE)\n\n## SE Manifest\n\n[SE_MANIFEST.md](./SE_MANIFEST.toml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisecase%2Fapplied-computing-foundations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenisecase%2Fapplied-computing-foundations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisecase%2Fapplied-computing-foundations/lists"}