یک کتاب در مورد الگوریتم که به شیوه حمایت کاربران نوشته می شود:
https://www.algorithm-archive.org/
https://www.algorithm-archive.org/
آموزش ساخت محیط توسعه در ترمینال!
https://www.sitepen.com/blog/a-modern-terminal-based-development-environment
https://www.sitepen.com/blog/a-modern-terminal-based-development-environment
SitePen
A Modern Terminal-Based Development Environment - SitePen
The real power of a terminal-based environment comes from the tools running in the terminal rather than the app itself. Learn how to set up a terminal-based development environment that provides advanced features with exceptional performance.
وقتی یک دستور در ترمینال تموم میشه notif بگیرید.
https://itsfoss.com/notification-terminal-command-completion-ubuntu/
چیز جالبی که هست اینه که دو تا ابزاری که معرفی شدن به شدت ساده ان (از روی نحوه استفاده ازشون میگم). به نظرم برای خوندن سورسکد مناسبن.
مثلا noti:
https://github.com/variadico/noti
https://itsfoss.com/notification-terminal-command-completion-ubuntu/
چیز جالبی که هست اینه که دو تا ابزاری که معرفی شدن به شدت ساده ان (از روی نحوه استفاده ازشون میگم). به نظرم برای خوندن سورسکد مناسبن.
مثلا noti:
https://github.com/variadico/noti
It's FOSS
Get Notification For Terminal Command Completion In Ubuntu
Whenever I work on something in the terminal that takes time to complete, it is quite common get distracted in the meantime. This is because there’s no notification reminding you about the command that were working with in the terminal, even if it was just…
این عبارت و دید جالبی بود
(…) Go intentionally has a weak type system, and there are many restrictions that can be expressed in other languages but cannot be expressed in Go. Go in general encourages programming by writing code rather than programming by writing types. (…)
https://www.reddit.com/r/golang/comments/akbmzp/ian_lance_taylor_go_intentionally_has_a_weak_type/
(…) Go intentionally has a weak type system, and there are many restrictions that can be expressed in other languages but cannot be expressed in Go. Go in general encourages programming by writing code rather than programming by writing types. (…)
https://www.reddit.com/r/golang/comments/akbmzp/ian_lance_taylor_go_intentionally_has_a_weak_type/
Reddit
From the golang community on Reddit: Ian Lance Taylor: “Go intentionally has a weak type system, (…)”
Explore this post and more from the golang community
در مورد قانون آمدال: حد تئوری برای افزایش سرعت برنامهها با موازیسازی
https://en.wikipedia.org/wiki/Amdahl%27s_law
https://en.wikipedia.org/wiki/Amdahl%27s_law
Wikipedia
Amdahl's law
In computer architecture, Amdahl's law (or Amdahl's argument) is a formula that shows how much faster a task can be completed when more resources are added to the system.
نوشتههای ترمینالی
آموزش ساخت محیط توسعه در ترمینال! https://www.sitepen.com/blog/a-modern-terminal-based-development-environment
داتفایل نویسندهی این هم زیباست. zsh و neovim و kitty
https://github.com/jason0x43/dotfiles
https://github.com/jason0x43/dotfiles
GitHub
GitHub - jason0x43/dotfiles: My dotfiles
My dotfiles. Contribute to jason0x43/dotfiles development by creating an account on GitHub.
توی لینوکس (X windows) میتونین با ابزار xrandr به راحتی رزولوشن صفحه رو تغییر بدید.
البته ابزار خیلی خفن و مفصلیه ولی این قسمتش آسونه (به طور مثال)
xrandr --output HDMI-1 --mode 1920x1080
مطالعه بیشتر:
https://wiki.archlinux.org/title/xrandr
البته ابزار خیلی خفن و مفصلیه ولی این قسمتش آسونه (به طور مثال)
xrandr --output HDMI-1 --mode 1920x1080
مطالعه بیشتر:
https://wiki.archlinux.org/title/xrandr
نوشتههای ترمینالی
یه دوستم میگفت ما برای دانلود کردن، میریم کلی IDM نصب میکنیم و کرک میکنیم، شما فقط میزنین wget؟ باید بهش بگم خبر نداری اسکرین ریکورد و convert و تقریبا هرکار گرافیکی و ویدیویی رو هم با ffmpeg تو ترمینال میکنیم. https://www.ffmpeg.org/
اگه خواستید یه مختصری از ffmpeg یاد بگیرید این لینک خوبیه.
https://opensource.com/article/17/6/ffmpeg-convert-media-file-formats
هرچند که من هرکاری داشتم مجبور شدم سرچ کنم و دستورش رو کپی کنم. =)
https://opensource.com/article/17/6/ffmpeg-convert-media-file-formats
هرچند که من هرکاری داشتم مجبور شدم سرچ کنم و دستورش رو کپی کنم. =)
Opensource.com
A quick guide to using FFmpeg to convert media files
There are many open source tools out there for editing, tweaking, and converting multimedia into exactly what you need.
پر استفاده ترین کلیدواژه ها در زبان های مختلف. مثلا cpp
https://anvaka.github.io/common-words/#?lang=cpp
https://anvaka.github.io/common-words/#?lang=cpp
نوشتههای ترمینالی
در ادامه:
میفرمایند که:
The primary function of XML is to consume RAM and data communication bandwidth.
The primary function of XML is to consume RAM and data communication bandwidth.