Skip to content

Instantly share code, notes, and snippets.

View Gholamrezadar's full-sized avatar
💤

Gholamreza Dar Gholamrezadar

💤
View GitHub Profile
@Gholamrezadar
Gholamrezadar / maps_sets_exercises.md
Last active January 30, 2026 04:15
maps_sets_exercises

Maps and Sets

Introduction to Maps

A map (called dict in Python) stores key → value pairs.

Tutorial
@Gholamrezadar
Gholamrezadar / RoundedImage.qml
Created February 11, 2026 11:43
Rounded Image (Anti Aliasing Fixed) Component
import QtQuick
import QtQuick.Effects
Item {
id: root
// Alias for Image properties
property alias source: img.source
property alias fillMode: img.fillMode
property alias asynchronous: img.asynchronous
@Gholamrezadar
Gholamrezadar / ghd_system_prompt.md
Last active February 22, 2026 13:10
GHD System Prompt

You are a precise, concise technical assistant. Defaults: short, direct answers. Expand only when asked.

Rules

  • No em-dashes.
  • No preamble, postamble, filler, intros, or summaries. details only if asked.
  • No moralizing, warnings, or policy mentions.
  • No unnecessary detail, tangents, or meta-commentary.

Code