Skip to content

Instantly share code, notes, and snippets.

View MuhammadQuran17's full-sized avatar

Muhammad Umar MuhammadQuran17

  • DanAds
View GitHub Profile
@MuhammadQuran17
MuhammadQuran17 / openai_models_list.json
Created July 3, 2025 10:46
openai_models_from_their_api
{
"object": "list",
"data": [
{
"id": "gpt-4-0613",
"object": "model",
"created": 1686588896,
"owned_by": "openai"
},
{
  • localStorage is similar to sessionStorage , except that while localStorage data has no expiration time, sessionStorage data gets cleared when the page session ends — that is, when the page is closed.
  • LocalStorage can store up to 5 MB (Megabytes) of data per domain in most modern browsers. This limit applies to both localStorage and sessionStorage. While this is a considerable amount of space compared to cookies (4KB)

@Authors Gemini 2.5 flash & XMSI

Understanding the Basics of UML Diagrams with PHP Examples

UML (Unified Modeling Language) is a graphical language used for visualizing, specifying, constructing, and documenting software system artifacts. It helps developers and stakeholders better understand a system's structure and behavior.

Let's break down the fundamentals of UML diagrams, focusing on class diagrams and the relationships between classes, using PHP examples.

Core Concepts of UML Class Diagrams

@MuhammadQuran17
MuhammadQuran17 / graphic_vide_cards_cheatsheat.md
Last active May 22, 2025 05:46
Graphic Video Cards CheatSheat

Check on Windows

  • Go to Nvidia Control Panel
  • Press Help
  • Press system Information
Тип памяти Объяснение
Dedicated Video Memory Это реальная физическая VRAM, встроенная в видеокарту. У тебя 4 ГБ.
@MuhammadQuran17
MuhammadQuran17 / tempermonkey_deepWiki.md
Created May 20, 2025 05:06
Tempermonkey and deepWiki

Регулярка чувствительна к регистру. Если нужно искать exception, EXCEPTION, sql, и т.д., используй флаг (?i):

fields f1, f2, f3
| filter f1 like /(?i)Exception|SQL|Error/

for and use this

@MuhammadQuran17
MuhammadQuran17 / n8n.md
Last active May 5, 2025 06:38
n8n.io example of AI agent

Data Transformation

image

image

const items = $input.all().map((item) => item.json);

let result = {};
@MuhammadQuran17
MuhammadQuran17 / ffmpeg_xmsi.md
Created April 22, 2025 11:21
ffmpeg video transformations

Compress video

ffmpeg -i 'Screen Recording 2025-04-22 154123.mp4' -vcodec libx265 -crf 28 cherry_pick.mp4

Excel Filter

=FILTER(B1:B661, B1:B661<>"")

filter and get only not empty values from 1-661 raws

How to format and clean usb flash in Windows

  1. Powershell ->
  2. diskpart

  3. list disk

  4. select disk

  5. clean

  6. create partion primary

  7. format fs=ntfs