نوشتههای ترمینالی
جمع بندی از lua: زبان ساده و سریعیه و حتما باید بعد از پایتون و bash بلدش باشیم. ارایه هاش از ۱ شروع میشه، همه چیز رو با table هندل میکنه که جالب و سادهس
YouTube
Lua in 100 Seconds
Lua is a lightweight dynamic scripting language often embedded into other programs like World of Warcraft and Roblox. It's minimal syntax makes it easier to learn than Python, while being much more performant than other interpreted languages.
#programming…
#programming…
👍1
توضیح خوب در مورد جولیا و multiple dispatchش
https://www.youtube.com/watch?v=JYs_94znYy0
https://www.youtube.com/watch?v=JYs_94znYy0
YouTube
Julia in 100 Seconds
Julia is a dynamic general purpose programming language popular for scientific computing and big data analytics. It is extremely fast thanks to its use of a JIT compiler and allows developers to write concise, yet powerful code.
#compsci #programming #…
#compsci #programming #…
استریوتایپ های برنامه نویس ها
https://www.youtube.com/watch?v=_k-F-MMvQV4
https://www.youtube.com/watch?v=_k-F-MMvQV4
YouTube
10 Programmer Stereotypes
Programmers are weird. It is human nature to put people into a box with stereotypes and the tech industry is no exception. Let's take a look at 10 common stereotypes people use for software engineers and developers https://fireship.io/pro
#tech #programming…
#tech #programming…
👎1
درمورد مفهوم PDE:
personal development Environment
یه چیزی بین IDE و text editor معمولی که configurationش همون scriptingشه!
https://www.youtube.com/watch?v=QMVIJhC9Veg
personal development Environment
یه چیزی بین IDE و text editor معمولی که configurationش همون scriptingشه!
https://www.youtube.com/watch?v=QMVIJhC9Veg
YouTube
PDE: A different take on editing code
Today we talk about a new term that I'm coining called: PDE (Personalized Development Environment).
If you like this talk and/or style, please let me know in the comments. I would love to get your thoughts on branching out from just straight tutorial #neovim…
If you like this talk and/or style, please let me know in the comments. I would love to get your thoughts on branching out from just straight tutorial #neovim…
👍1
مقایسه و توضیح خوب و منصفانهای در مورد editorهای مطرح روز
https://www.youtube.com/watch?v=8PhdfcX9tG0
https://www.youtube.com/watch?v=8PhdfcX9tG0
YouTube
I tried 10 code editors
The top 10 code editors for programmers in 2022. We start by exploring simple text editors like vim, then show the evolution to IDEs like Visual Studio.
#programming #code #top10
🔗 Resources
VS Code course https://fireship.io/courses/vscode-tricks
Editor…
#programming #code #top10
🔗 Resources
VS Code course https://fireship.io/courses/vscode-tricks
Editor…
Forwarded from Programming Resources via @like
Build famous projects from scratch with a huge and friendly community to increase your knowledge about software engineering and its challenges.
پروژه های معروف را از ابتدا با یک جامعه بزرگ و دوستانه بسازید تا دانش خود را در مورد مهندسی نرم افزار و چالش های آن افزایش دهید.
#practice #programming #code #scratch #applpication #server #basic #interview
@pythony
https://app.codecrafters.io
پروژه های معروف را از ابتدا با یک جامعه بزرگ و دوستانه بسازید تا دانش خود را در مورد مهندسی نرم افزار و چالش های آن افزایش دهید.
#practice #programming #code #scratch #applpication #server #basic #interview
@pythony
https://app.codecrafters.io
❤2👍2
اگه دوست دارید با لینوکس بیشتر آشنا بشین این ویدیو رو توصیه میکنم.
خیلی خلاصه و مختصر از تاریخچه تا فرق کرنل و یوزر اسپیس و جایگاه گنو و .. رو توضیح میده.
https://www.youtube.com/watch?v=LKCVKw9CzFo
خیلی خلاصه و مختصر از تاریخچه تا فرق کرنل و یوزر اسپیس و جایگاه گنو و .. رو توضیح میده.
https://www.youtube.com/watch?v=LKCVKw9CzFo
YouTube
100+ Linux Things you Need to Know
Get the full Linux course at https://bit.ly/4crDqtb
Learn 101 essential concepts in Linux in 10 minutes. What is the Linux kernel? What is GNU? What is the best Linux distro? And many other important questions answered.
#linux #programming #101
💬 Chat…
Learn 101 essential concepts in Linux in 10 minutes. What is the Linux kernel? What is GNU? What is the best Linux distro? And many other important questions answered.
#linux #programming #101
💬 Chat…
❤4👍1
اگه تو ویم متن نوشته باشید احتمالا به این مشکل خوردید که خط ها طولانی میشه و سخته باهاشون کار کرد.
یه کاری که میشه کرد wrap کردن خطهاست که میاد خط های طولانی رو در دو خط نشون میده. در حالت پیشفرض از وسط کلمه هم ممکنه بشکونه ولی میتونید تنظیم کنید فقط از whitespace ها برک بده.
حالا تو این حالت مشکلی که هست اینه که j/k خیلی جالب کار نمیکنن چون کل اون خط که ما چند خط میبینیم رو یه خط میبینیم!
این ویدیو چند تا شورتکات خوب گفته با کلید g که مشکل رو حل میکنن.
https://youtu.be/t9FWr7cajV4?si=XeS61yU20w0P6F5g
البته g کلا کارهای خیلی جالبی میکنه مثلا تبدیل lowercase به uppercase هم انجام میده.
https://learnbyexample.github.io/tips/vim-tip-7/
یه کاری که میشه کرد wrap کردن خطهاست که میاد خط های طولانی رو در دو خط نشون میده. در حالت پیشفرض از وسط کلمه هم ممکنه بشکونه ولی میتونید تنظیم کنید فقط از whitespace ها برک بده.
حالا تو این حالت مشکلی که هست اینه که j/k خیلی جالب کار نمیکنن چون کل اون خط که ما چند خط میبینیم رو یه خط میبینیم!
این ویدیو چند تا شورتکات خوب گفته با کلید g که مشکل رو حل میکنن.
https://youtu.be/t9FWr7cajV4?si=XeS61yU20w0P6F5g
البته g کلا کارهای خیلی جالبی میکنه مثلا تبدیل lowercase به uppercase هم انجام میده.
https://learnbyexample.github.io/tips/vim-tip-7/
YouTube
Overpowered vim commands for writers
If you're reading a youtube video description in your free time it's time to go outside and touch some grass. If the words "vim config" have any kind of meaning to you, you're already cooked and might as well drop a sub.
#programming #math #sylvanfranklin
#programming #math #sylvanfranklin
👍2