{"id":20683422,"url":"https://github.com/eggy115/d","last_synced_at":"2026-02-06T08:04:06.892Z","repository":{"id":151538537,"uuid":"622323596","full_name":"Eggy115/D","owner":"Eggy115","description":"D","archived":false,"fork":false,"pushed_at":"2023-04-12T10:36:30.000Z","size":81,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T21:50:10.983Z","etag":null,"topics":["d","d-lang"],"latest_commit_sha":null,"homepage":"https://github.com/Eggy115/D","language":"D","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/Eggy115.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["Eggy115"],"patreon":"Eggy115","open_collective":"Eggy115","ko_fi":"Eggy115","tidelift":"Eggy115","community_bridge":"Eggy115","liberapay":"Eggy115","issuehunt":"Eggy115","otechie":"Eggy115","lfx_crowdfunding":null,"custom":["https://www.youtube.com/Eggy115","https://github.com/Eggy115"]}},"created_at":"2023-04-01T19:11:14.000Z","updated_at":"2023-04-04T11:23:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e2295dc-68b8-4eee-a4db-5e18dc1e17c4","html_url":"https://github.com/Eggy115/D","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Eggy115/D","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eggy115%2FD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eggy115%2FD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eggy115%2FD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eggy115%2FD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Eggy115","download_url":"https://codeload.github.com/Eggy115/D/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Eggy115%2FD/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267470062,"owners_count":24092352,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["d","d-lang"],"created_at":"2024-11-16T22:16:32.740Z","updated_at":"2026-02-06T08:04:06.863Z","avatar_url":"https://github.com/Eggy115.png","language":"D","funding_links":["https://github.com/sponsors/Eggy115","https://patreon.com/Eggy115","https://opencollective.com/Eggy115","https://ko-fi.com/Eggy115","https://tidelift.com/funding/github/Eggy115","https://funding.communitybridge.org/projects/Eggy115","https://liberapay.com/Eggy115","https://issuehunt.io/r/Eggy115","https://otechie.com/Eggy115","https://www.youtube.com/Eggy115","https://github.com/Eggy115"],"categories":[],"sub_categories":[],"readme":"# D\n\n## Overview\nThis repository contains a collection of various different D scripts, snippets, and programs. File extension is `.d`.\n\n## Explanation\nD is a systems programming language created by Walter Bright in 2001. It was designed to be a modern, efficient, and safe programming language that could replace older languages like C and C++. The language includes features like garbage collection, automatic memory management, and support for functional programming paradigms.\n\nD is a compiled language, which means that code written in D is translated into machine-readable instructions by a compiler. It also supports inline assembly code, which allows developers to write low-level code when necessary.\n\nOne of the unique features of D is its support for compile-time code execution, which allows developers to write code that is evaluated at compile-time rather than run-time. This can be used to generate optimized code, perform compile-time type checks, and more.\n\nOverall, D is a powerful language that can be used for a variety of applications, including system programming, game development, and web development. It has a growing community of developers and is actively maintained by the D Language Foundation.\n\n## Installation\n\nTo install the D programming language, follow these steps:\n\n- Go to the D website at https://dlang.org/ and click on the \"Download\" link.\n- Choose your operating system and download the appropriate installer or package for your system.\n- Run the installer or package and follow the prompts to complete the installation. This will typically involve accepting a license agreement, choosing an installation directory, and selecting any optional components or features.\n- Once the installation is complete, you can test your D installation by opening a terminal or command prompt and typing dmd --version. This should display the version number of the D compiler that is installed on your system.\n\nTo use the programs in this repository, you can download individual files, copy \u0026 paste code, or clone the repository with\n\n```\ngit clone https://github.com/Eggy115/D.git\n```\n\n## License\n\nThis repository is licensed under the [GPL v3 license](LICENSE).\n\n## Contributing\n\nContributions are welcome! If you find a bug or have an idea for a new feature, please submit an issue or pull request. See [Contributing](./CONTRIBUTING.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggy115%2Fd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feggy115%2Fd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggy115%2Fd/lists"}