Skip to content

Instantly share code, notes, and snippets.

View 0xyosef's full-sized avatar
😴

Yousef Mahmoud 0xyosef

😴
  • Egypt
View GitHub Profile

لغة الـسي بلس بلس strongly-typed language، يعني كل variable هـنعملو declaration لازم نحدد الـ data type بتعتو الأول، دا عشان نعرف الـ compiler بالحجم اللي هيحجزو ف الـ memory للـ variable، الحجم هيكون حسب الـ data type لأن كل data type بتاخد مساحة معينة فـ الـ memory، الـ data types فـ الـ ++C ليها أنواع اساسية(Primary)، مشتقة(Derived) و أنواع أحنا بنعملها(User Defined).

C_C++_Data_Types


What is this?

This cheet sheat is made by Ahmed Ibrahim ❤️

This Keyword

This cheet sheat summaries the key points from my YouTube video about the this keyword

@body20002
body20002 / base.html
Last active August 22, 2022 18:36
FJPT Stack (FastAPI + Jinja2 + Preact + tailwindcss)
<!doctype html>
<html>
<head>
{% block head %}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="{{ url_for('static', path='css/style.css') }}" rel="stylesheet">
<title>{% block title %}
{{ '%s | Your Name' % title or 'Your Name' }}
{% endblock %}
@0x61nas
0x61nas / auto-gen-os-task-1.sh
Last active May 17, 2022 11:10
This script solves the OS assignment automatically 😀, the last part of the script is important
echo "Do you love anas elgarhy? (y/n)"
read love
if [[ $love == "y" ]]
then
# get the distro name
distro=$(lsb_release -si)
req_pkgs="zip scrot cowsay"
# Install the required packages