Nullexia For Programming Telegram Posts

< مُحتوى برمجي />
قناة اليوتيوب
www.youtube.com/@NULLEXIA
للأسئلة أو للتواصل (تيليجرام)
@NullexiaChat
رابط الموقع:
m3md69.github.io/NULLEXIA
المالك:
@m3md69
قناة اليوتيوب
www.youtube.com/@NULLEXIA
للأسئلة أو للتواصل (تيليجرام)
@NullexiaChat
رابط الموقع:
m3md69.github.io/NULLEXIA
المالك:
@m3md69
3,255 Subscribers
54 Photos
3 Videos
Last Updated 06.03.2025 22:55
Similar Channels

19,348 Subscribers

2,236 Subscribers

2,031 Subscribers
The latest content shared by Nullexia For Programming on Telegram
تعريفات وأمثلة
على انتهاك وتحقيق
مفهوم الـ SOLID Principles
على انتهاك وتحقيق
مفهوم الـ SOLID Principles
# CSS Units
## **Relative Units**
These units are relative to another value or context:
- **`em`**: Relative to the font size of the parent element.
- **`rem`**: Relative to the font size of the root element (`<html>`).
- **`%`**: Relative to the parent element (e.g., width or height).
- **`vw`**: 1% of the width of the viewport.
- **`vh`**: 1% of the height of the viewport.
- **`vmin`**: 1% of the smaller dimension of the viewport (width or height).
- **`vmax`**: 1% of the larger dimension of the viewport (width or height).
- **`ch`**: The width of the "0" character in the current font.
- **`ex`**: The height of the "x" character in the current font.
- **`lh`**: Relative to the line height of the element.
## **Absolute Units**
These units are fixed and not relative:
- **`px`**: Pixels (the most common unit).
- **`cm`**: Centimeters.
- **`mm`**: Millimeters.
- **`in`**: Inches (1 inch = 2.54 cm).
- **`pt`**: Points (1 point = 1/72 of an inch).
- **`pc`**: Picas (1 pica = 12 points).
## **Time Units**
Used to define durations:
- **`s`**: Seconds.
- **`ms`**: Milliseconds (1 ms = 1/1000 of a second).
## **Angle Units**
Used with transformations and rotations:
- **`deg`**: Degrees (0 to 360).
- **`rad`**: Radians.
- **`grad`**: Gradians (400 units in a circle).
- **`turn`**: Full rotations (1 turn = 360 degrees).
## **Frequency Units**
Used for properties related to sound:
- **`Hz`**: Hertz.
- **`kHz`**: Kilohertz.
## **Resolution Units**
Used to define display resolution:
- **`dpi`**: Dots per inch.
- **`dpcm`**: Dots per centimeter.
- **`dppx`**: Dots per pixel (1 dppx = 96 dpi).
■ الفرق بين طباعة الـ Interleavings والـ Permutations يكمن في طبيعة كل منهما وكيفية ترتيب العناصر
⏹️ احجام انواع البيانات في لغة Java ☕️
⏺️ Integer
➡️ byte (1 byte)
➡️ short (2 bytes)
➡️ int (4 bytes)
➡️ long (8 bytes)
⏺️ Float
➡️ float (4 bytes)
➡️ double (8 bytes)
⏺️ Boolean
➡️ false, true (1 byte)
⏺️ Character
➡️ char (2 bytes)
⏺️ String
ℹ️ If String length = 1
➡️ UTF-8 (1 byte)
➡️ ISO-8859-1 (1 byte)
➡️ US-ASCII (1 byte)
➡️ UTF-16LE (2 bytes)
➡️ UTF-16BE (2 bytes)
➡️ UTF-16 (4 bytes)
➡️ UTF-32 (4 bytes)
⏺️ Integer
➡️ byte (1 byte)
➡️ short (2 bytes)
➡️ int (4 bytes)
➡️ long (8 bytes)
⏺️ Float
➡️ float (4 bytes)
➡️ double (8 bytes)
⏺️ Boolean
➡️ false, true (1 byte)
⏺️ Character
➡️ char (2 bytes)
⏺️ String
ℹ️ If String length = 1
➡️ UTF-8 (1 byte)
➡️ ISO-8859-1 (1 byte)
➡️ US-ASCII (1 byte)
➡️ UTF-16LE (2 bytes)
➡️ UTF-16BE (2 bytes)
➡️ UTF-16 (4 bytes)
➡️ UTF-32 (4 bytes)
⏹️ لو عندك ملف نوعه من الانواع التالية:
➡️ JSON
➡️ YAML
➡️ CSV
➡️ XML
➡️ TOML
⏹️ و تريد القيام بالأتي:
⬅️ تَصوّر
⬅️ مقارنة
⬅️ بحث
⬅️ تعديل
⬅️ تنزيل على هيئة صورة رسم توضيحي
⏺️ فا الموقع دا حل للمشاكل اللي تم ذكرها بإذن الرحمن 🤝🏻💚
➡️ jsoncrack.com
➡️ JSON
➡️ YAML
➡️ CSV
➡️ XML
➡️ TOML
⏹️ و تريد القيام بالأتي:
⬅️ تَصوّر
⬅️ مقارنة
⬅️ بحث
⬅️ تعديل
⬅️ تنزيل على هيئة صورة رسم توضيحي
⏺️ فا الموقع دا حل للمشاكل اللي تم ذكرها بإذن الرحمن 🤝🏻💚
➡️ jsoncrack.com
◂ عناوين مهمة جداً في البرمجة، يجب تعلم جزء كبير منها في الزمن الحالي
1. Basics
2. Testing
3. Handling
4. OOP (Object Oriented Programming)
5. Data Structures
6. Algorithms
7. DSA (Data Structures and Algorithms)
8. Database
9. Network
10. OOD (Object Oriented Design)
11. Design Patterns
12. Solid Principles
13. Best Practices
◂ اسماء مواقع لحل المسائل والمشكلات بلغات البرمجة
1. Codeforces
2. LeetCode
3. HackerRank
4. TopCoder
5. AtCoder
6. HackerEarth
7. Codewars
8. W3Schools
9. W3Resource
10. Satr
11. CoderHub
1. Basics
2. Testing
3. Handling
4. OOP (Object Oriented Programming)
5. Data Structures
6. Algorithms
7. DSA (Data Structures and Algorithms)
8. Database
9. Network
10. OOD (Object Oriented Design)
11. Design Patterns
12. Solid Principles
13. Best Practices
◂ اسماء مواقع لحل المسائل والمشكلات بلغات البرمجة
1. Codeforces
2. LeetCode
3. HackerRank
4. TopCoder
5. AtCoder
6. HackerEarth
7. Codewars
8. W3Schools
9. W3Resource
10. Satr
11. CoderHub