Skip to content
View 1222626-lang's full-sized avatar

Block or report 1222626-lang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Front-end Front-end Public

    صفحة لشركات المنتجات

  2. rawas_realestate_DataBase rawas_realestate_DataBase Public

    This real estate company's database project was built using Python, CSS, JavaScript, and HTML. It includes multiple interfaces to facilitate communication between the company and its clients, with …

    Python

  3. Crud Crud Public

    This code represents a simple product management system (CRUD) built using JavaScript, HTML, and CSS. It allows users to enter product details such as name, price, taxes, ads, and discounts, then c…

    JavaScript

  4. Assignment_Basic-Set-Operations-Using-Python-Lists Assignment_Basic-Set-Operations-Using-Python-Lists Public

    This code shows basic set operations using Python lists. It finds the union by merging both lists without duplicates, the intersection by selecting common elements, the difference by keeping items …

    Python

  5. File-Path-Processing-and-Management-in-Python File-Path-Processing-and-Management-in-Python Public

    This assignment demonstrates how to work with file paths in Python. It includes selecting parts of an image path list, extracting file names and extensions, and separating images into JPEG and PNG …

    Python

  6. AES-Encryption-and-Decryption-Implementation-in-Python AES-Encryption-and-Decryption-Implementation-in-Python Public

    This project implements AES encryption and decryption in Python from scratch without using crypto libraries. It includes GF(2^8) arithmetic, S-box and Rcon generation, key expansion, and core AES s…

    Python