{"id":19280146,"url":"https://github.com/lmuhammed/c-programmes-for-beginners","last_synced_at":"2025-02-23T21:44:22.261Z","repository":{"id":253556982,"uuid":"792299855","full_name":"Lmuhammed/C-Programmes-For-Beginners","owner":"Lmuhammed","description":"مرحبًا بكم C-Programmes-For-Beginners هذا المستودع هو مجموعة من أمثلة الشيفرة البسيطة التي أنشأتها أثناء  رحلتي لتعلم لغة السي . Welcome to C-Programmes-For-Beginners ! This repository is a collection of simple code examples that I’ve created as I learn C.","archived":false,"fork":false,"pushed_at":"2024-08-17T17:23:33.000Z","size":169,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-05T16:32:59.514Z","etag":null,"topics":["c","cbp","cprograming","cprogramming","cprogramming-basics","cprogramming-language","cprogramming-project","cprograms","cproject"],"latest_commit_sha":null,"homepage":"","language":"C","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/Lmuhammed.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-04-26T11:39:48.000Z","updated_at":"2024-11-26T15:55:54.000Z","dependencies_parsed_at":"2024-08-17T17:56:13.020Z","dependency_job_id":null,"html_url":"https://github.com/Lmuhammed/C-Programmes-For-Beginners","commit_stats":null,"previous_names":["lmuhammed/c-programmes-for-beginners"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lmuhammed%2FC-Programmes-For-Beginners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lmuhammed%2FC-Programmes-For-Beginners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lmuhammed%2FC-Programmes-For-Beginners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lmuhammed%2FC-Programmes-For-Beginners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lmuhammed","download_url":"https://codeload.github.com/Lmuhammed/C-Programmes-For-Beginners/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240385199,"owners_count":19792980,"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":["c","cbp","cprograming","cprogramming","cprogramming-basics","cprogramming-language","cprogramming-project","cprograms","cproject"],"created_at":"2024-11-09T21:17:03.015Z","updated_at":"2025-02-23T21:44:22.226Z","avatar_url":"https://github.com/Lmuhammed.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"text-align: right;\"\u003e\n# C-Programmes For Beginners  \n\n## الوصف\nهذا المستودع يحتوي على عينات من الشيفرة لمساعدتك في تعلم لغة سي . سواء كنت مبتدئًا أو تبحث عن تحسين مهاراتك، ستجد أمثلة مفيدة هنا.\n\n## جدول المحتويات / Table of Contents\n- [التثبيت ](#التثبيت)\n- [الاستخدام ](#الاستخدام)\n- [المساهمة ](#المساهمة)\n- [الترخيص ](#الترخيص)\n\n## التثبيت \n\n- قم بتنزيل المُستودع \n\n```bash\ngit clone Lmuhammed/C-Programmes-For-Beginners\n```\n-قم بالإنتقال الى مجلد المشروع \n\n```bash\ncd C-Programmes-For-Beginners\n```\n\n\n## الاستخدام \n\n-قم بقتح المشروع بإستخدام محرر النصوص المٌفضل ،مثال :\n \n```bash\ncodium .\n```\nإكتشف الملفات  ونتمنى لك التوفيق في مسيرتك التعليمية 📚😊 .\n\n\n## المساهمة \nهذا المُستودع لايزال في مراحله اﻷولى ، مزال هناك الكثير من المفاهيم لتعلمها ، وسيتم أضافة نماذج أخرى لاحقا . إذا أدرت إضافة نموذج جديد أو تصحيح أي خطأ لا تتردد و نقدم لك الشكر مقدما على تحسين المُستودع.\n\n## الترخيص \nهذا المشروع مرخص بموجب رخصة غنو العمومية ن3 - راجع ملف `LICENSE` للحصول على التفاصيل.\n\n\n\n\u003c/div\u003e \n\n### English Manual   \n\nWelcome to C-Programmes-For-Beginners ! This repository is a collection of simple code examples that I’ve created as I learn C. Designed specifically for beginners, these examples aim to make the process of learning C approachable and enjoyable.\n\n#### Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n#### Installation\n\n- Clone the repository \n\n```bash\ngit clone Lmuhammed/C-Programmes-For-Beginners\n```\n-Navigate to the project directory \n\n```bash\ncd C-Programmes-For-Beginners\n```\n\n#### Usage\n\n-Open the project using your favorite text editor, for example:\n\n```bash\ncodium .\n```\n\nExplore the files and good luck with your learning journey 📚😊\n\n#### Contributing\n\nIf you notice any issues or want to contribute to the development, feel free to  \u003ca href=\"https://github.com/Lmuhammed/C-Programmes-For-Beginners/issues\"\u003ereport a bug\u003c/a\u003e or  fork the repo and commit changes as PULL REQUEST\n\n#### License\n\nDistributed under the GPL3 License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmuhammed%2Fc-programmes-for-beginners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmuhammed%2Fc-programmes-for-beginners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmuhammed%2Fc-programmes-for-beginners/lists"}