Skip to content

Instantly share code, notes, and snippets.

View mohammad2174's full-sized avatar

MohammadReza Khorrami mohammad2174

View GitHub Profile
Verb Noun Adjective Adverb Preposition
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Accept - قبول کردن Acceptance - پذیرش Accepted - پذیرفته شده Acceptably - قابل قبول Accept (from), (of), (for)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Achieve - دست یافتن Achievement - دستاورد Achieved - به دست آمده Achievably - قابل دستیابی Achieve (in), (with)
-------------------------------------------------------------------------------------------------------------------------------------
@mohammad2174
mohammad2174 / OIG1.lE.jfif
Last active April 20, 2024 05:26
Grammar with Anahita Karimi
account for: 1 : to give a reason or explanation for (something)(دلیل یا توضیح دادن برای (چیزی)). "We have to account for the time we spend on each activity" => ما باید زمانی را که برای هر فعالیت صرف می کنیم حساب کنیم
act as: fulfil the function or serve the purpose of(انجام وظیفه یا خدمت به هدف). "they need volunteers to act as foster parents" => آنها به داوطلبانی نیاز دارند تا به عنوان والدین رضاعی عمل کنند
agree to: say that one will do something which has been suggested by another person(می گویند که شخص کاری را انجام می دهد که توسط شخص دیگری پیشنهاد شده است). "she had agreed to go and see a movie with him" => او قبول کرده بود که برود و با او فیلم ببیند
aim at: to plan, hope, or intend to achieve something: The talks are aiming at a compromise(برنامه ریزی، امیدواری یا قصد رسیدن به چیزی). "The advertising campaign is aimed principally at women" => این کمپین تبلیغاتی عمدتاً زنان را هدف قرار داده است
allow for: to take something into consideration; to plan for something(در نظر گرفتن چیزی؛ برای چیزی برنامه ریز
Lesson 1
latest releases => last releases آخرین نسخه ها
eg. We are waiting for the latest release of his album منتظر انتشار جدیدترین آلبوم او هستیم
classmates => a member of the same class at school همکلاسی ها
eg. we were classmates at school ما در مدرسه همکلاسی بودیم
academically => a member of a college or university factually از نظر آکادمیک
eg. It means they perform better academically when they know they can succeed این بدان معناست که زمانی که بدانند می توانند موفق شوند، عملکرد تحصیلی بهتری دارند
struggle => combat مبارزه
eg. there were signs of a struggle and there was a lot of blood around نشانه هایی از درگیری وجود داشت و خون زیادی در اطراف وجود داشت
tutor => a private instructor معلم خصوصی
@mohammad2174
mohammad2174 / git shortcuts
Created February 11, 2022 14:03
Git Shortcuts
egrep='egrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
fgrep='fgrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}'
g=git
ga='git add'
gaa='git add --all'
gam='git am'
gama='git am --abort'
gamc='git am --continue'
gams='git am --skip'
gamscp='git am --show-current-patch'