نوشته‌های ترمینالی
2.62K subscribers
424 photos
12 videos
32 files
2.25K links
Download Telegram
https://stackoverflow.com/questions/17388213/find-the-similarity-metric-between-two-strings

اصلا چرا پایتون باید همچین ابزاری رو توی خودش داشته باشه؟
(دو تا متن می‌گیره و درصد شباهتشون رو میده)

>>> similar("Apple","Appel")
0.8
>>> similar("Apple","Mango")
0.0
یه سری مطلب در مورد functional programming پیدا کردم که توصیه می‌شه:

شروع category theory (در هسکل) خیلی ساده و روان
https://jozefg.bitbucket.io/posts/2013-10-22-category-theory-in-haskell.html


موناد در ۱۵ دقیقه با مثال‌های پایتونی (و قابل فهم)
https://nikgrozev.com/2013/12/10/monads-in-15-minutes/
Monads are a simple and powerful design pattern for function composition.....


کدهای خیلی ساده برای category theory:
https://github.com/jongold/eli5-category-theory


یه مطلب دو قسمتی درباره category theory و functors:
https://nikgrozev.com/2016/03/14/functional-programming-and-category-theory-part-1-categories-and-functors/
https://nikgrozev.com/2016/04/11/functional-programming-and-category-theory-part-2-applicative-functors/


شروع به کار در ۵۶ دقیقه
https://www.youtube.com/watch?v=fJRBeWwdby8
https://github.com/cfenollosa/os-tutorial
چگونه سیستم‌عامل بنویسیم.
ریپوی گیتهاب توضیحات هست، کتاب خوبی هم معرفی کرده.
فقط دانش اسمبلی x86 نیاز داره.
doc is cheap, read the source code!
OSs and GUIs come and go, only Emacs has lasting power. – PerAbrahamsen
شعار هسکل:
avoid success at all costs

توضیحش:
https://news.ycombinator.com/item?id=12056169
exactly the same answer as tomorrow
https://mag.quera.ir/advice-to-myself-when-starting-as-a-software-developer-sw815fxa0wyx

در مورد کتاب خوندن،‌ تست و ریفکتور و ..
خیلی مطلب مفیدی بود. حتما توصبه میشه