Skip to content

Instantly share code, notes, and snippets.

@a-partovii
a-partovii / Gist.md
Last active June 1, 2026 15:59
مشکل اتصال اینترنت برنامه کرسر (Cursor)

برای حل شدن مشکل اتصال اینترنت برنامه کرسر (Cursor) می‌توانید تنظیمات HTTP این برنامه را از تنظیمات تغییر داده و روی HTTP 1.1 تنظیم کنید.

File > Preferences > Cursor Settings > Network > change HTTP to 1.1

همچنین اگر باز هم مشکل داشتید پیشنهاد میشه از سرویس های تغییر DNS و VPN استفاده کنید.

@derofim
derofim / astylerc
Created August 27, 2016 13:11
Astyle code automatic formatting settings
# @file Astyle code automatic formatting settings
# @see http://astyle.sourceforge.net/astyle.html#_General_Information
#
# "One True Brace Style" uses linux brackets and adds brackets to unbracketed one line conditional statements.
# Opening brackets are broken from namespaces, classes, and function definitions.
# Brackets are attached to everything else including statements within a function, arrays, structs, and enums.
# In the following example brackets have been added to the "return 0;" statement. The option ??add?one?line?brackets can also be used with this style.
#
# int Foo(bool isBar)