Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmuhammed/c-programmes-for-beginners
مرحبًا بكم 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.
https://github.com/lmuhammed/c-programmes-for-beginners
c cbp cprograming cprogramming cprogramming-basics cprogramming-language cprogramming-project cprograms cproject
Last synced: 5 days ago
JSON representation
مرحبًا بكم 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.
- Host: GitHub
- URL: https://github.com/lmuhammed/c-programmes-for-beginners
- Owner: Lmuhammed
- License: gpl-3.0
- Created: 2024-04-26T11:39:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T17:23:33.000Z (3 months ago)
- Last Synced: 2024-08-18T17:49:12.945Z (3 months ago)
- Topics: c, cbp, cprograming, cprogramming, cprogramming-basics, cprogramming-language, cprogramming-project, cprograms, cproject
- Language: C
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C-Programmes For Beginners## الوصف
هذا المستودع يحتوي على عينات من الشيفرة لمساعدتك في تعلم لغة سي . سواء كنت مبتدئًا أو تبحث عن تحسين مهاراتك، ستجد أمثلة مفيدة هنا.## جدول المحتويات / Table of Contents
- [التثبيت ](#التثبيت)
- [الاستخدام ](#الاستخدام)
- [المساهمة ](#المساهمة)
- [الترخيص ](#الترخيص)## التثبيت
- قم بتنزيل المُستودع
```bash
git clone Lmuhammed/C-Programmes-For-Beginners
```
-قم بالإنتقال الى مجلد المشروع```bash
cd C-Programmes-For-Beginners
```## الاستخدام
-قم بقتح المشروع بإستخدام محرر النصوص المٌفضل ،مثال :
```bash
codium .
```
إكتشف الملفات ونتمنى لك التوفيق في مسيرتك التعليمية 📚😊 .## المساهمة
هذا المُستودع لايزال في مراحله اﻷولى ، مزال هناك الكثير من المفاهيم لتعلمها ، وسيتم أضافة نماذج أخرى لاحقا . إذا أدرت إضافة نموذج جديد أو تصحيح أي خطأ لا تتردد و نقدم لك الشكر مقدما على تحسين المُستودع.## الترخيص
هذا المشروع مرخص بموجب رخصة غنو العمومية ن3 - راجع ملف `LICENSE` للحصول على التفاصيل.### English Manual
Welcome 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.
#### Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)#### Installation
- Clone the repository
```bash
git clone Lmuhammed/C-Programmes-For-Beginners
```
-Navigate to the project directory```bash
cd C-Programmes-For-Beginners
```#### Usage
-Open the project using your favorite text editor, for example:
```bash
codium .
```Explore the files and good luck with your learning journey 📚😊
#### Contributing
If you notice any issues or want to contribute to the development, feel free to report a bug or fork the repo and commit changes as PULL REQUEST
#### License
Distributed under the GPL3 License. See `LICENSE` for more information.