Forwarded from 🅱Simjoo
پست جدید وبسایت:
میراث ماندگار! نام های ممنوعه در ویندوز
میراث ماندگار! نام های ممنوعه در ویندوز
وبسایتهای مفید برای برنامهنویسها
البته بیشتر هدفش برنامهنویسهای عزیز فرانتیه ولی چیزهای مفید برا همه پیدا میشه توش
https://dev.to/ivanz123/resources-that-every-developer-should-know-3jkd
البته بیشتر هدفش برنامهنویسهای عزیز فرانتیه ولی چیزهای مفید برا همه پیدا میشه توش
https://dev.to/ivanz123/resources-that-every-developer-should-know-3jkd
DEV Community 👩💻👨💻
Resources that every developer should know.
Hi guys! I have created this publication, because I wanted to share some tools or resources that I...
میکفایلها در go
https://golangdocs.com/makefiles-golang
البته که میشه استفاده کرد اما به نظرم نکتهای نداشت راستش چون خود کامپایلر گو تا حد خیلی زیادی باهوش هست. :)
https://golangdocs.com/makefiles-golang
البته که میشه استفاده کرد اما به نظرم نکتهای نداشت راستش چون خود کامپایلر گو تا حد خیلی زیادی باهوش هست. :)
Golang Docs
Makefiles with Go - Golang Docs
When you're often working on large projects involving Golang, it's often time consuming to keep typing the build and test commands go build xx, go test xx,
Forwarded from ققنوس:) (Z)
چگونه از یک پروژه ی شکست خورده جان سالم به در ببریم https://workplace.stackexchange.com/questions/11712/how-do-i-survive-a-failed-project
The Workplace Stack Exchange
How do I survive a failed project?
There is a great question on programmers that dealt specifically with the programmer aspects.
Many of us end up on projects that we can tell are doomed for failure long before they are cancelled. ...
Many of us end up on projects that we can tell are doomed for failure long before they are cancelled. ...
درمورد انواع کتابخانههای go برای io
https://developpaper.com/on-the-confusion-of-golang-io-reading-and-writing/
https://developpaper.com/on-the-confusion-of-golang-io-reading-and-writing/
Develop Paper
On the confusion of golang IO reading and writing - Develop Paper
preface There are many ways to read and write IO in golang. At present, I know IO library, OS library, ioutil library, bufio library, bytes / strings library and so on. Although kurdo is a good thing, which means more choices, what puzzles me is: which library…
تبدیل فرمول ریاضی و چارت و .. به اسکی آرت
https://github.com/ArthurSonzogni/Diagon
https://github.com/ArthurSonzogni/Diagon
GitHub
GitHub - ArthurSonzogni/Diagon: Interactive ASCII art diagram generators. :star2:
Interactive ASCII art diagram generators. :star2:. Contribute to ArthurSonzogni/Diagon development by creating an account on GitHub.
نوشتههای ترمینالی
تبدیل فرمول ریاضی و چارت و .. به اسکی آرت https://github.com/ArthurSonzogni/Diagon
و پلاگین ویمش
https://github.com/willchao612/vim-diagon
https://github.com/willchao612/vim-diagon
GitHub
GitHub - willchao612/vim-diagon: Vim wrapper of Diagon API to generate simple Unicode or ASCII diagrams
Vim wrapper of Diagon API to generate simple Unicode or ASCII diagrams - willchao612/vim-diagon
بهتر استفاده کردن از git diff با word diff
https://blog.ipspace.net/2020/04/git-tip-word-diff.html
https://blog.ipspace.net/2020/04/git-tip-word-diff.html
blog.ipspace.net
Git Tip: Use Word Diff « ipSpace.net blog
Git is great (once you get beyond the basic recipes), and I love my new blog setup that allows me to keep track of all the changes I make with Git.
However, there’s a slight gotcha if you use Git with Markdown: whenever you change something, the whole line…
However, there’s a slight gotcha if you use Git with Markdown: whenever you change something, the whole line…
یکی از چیزهایی که هرچی وقت گذاشتم براش ده ها برابرش بهم برگشته، اسکریپتنویسیه.
به شدت توصیه میکنم دستتون هم با پایتون هم bash و هم ترجیحا lua راحت باشه.
به شدت توصیه میکنم دستتون هم با پایتون هم bash و هم ترجیحا lua راحت باشه.
Forwarded from Linuxiha
Linuxiha
Ubuntu 21.10 is Now Available to Download www.ubuntu.com @linuxiha | لینوکسیها 🐧
دارم فکر میکنم اگه آرچیا هربار براشون نسخههای جدید می اومد میخواستن خبر تولید کنن و تو کانال ها بزنن چی میشد =)
نوشتن یک garbage collector ساده با سی
https://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/
https://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/
نوشتههای ترمینالی
نوشتن یک garbage collector ساده با سی https://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/
و سورس کد کامل شده اش:
https://github.com/munificent/mark-sweep/blob/master/main.c
https://github.com/munificent/mark-sweep/blob/master/main.c
GitHub
mark-sweep/main.c at master · munificent/mark-sweep
A simple mark-sweep garbage collector in C. Contribute to munificent/mark-sweep development by creating an account on GitHub.
Forwarded from Programming Resources via @like
Design and implement the projects listed in any language of your choice!
Avoid using libraries (if not written by you) as much as you can, reinvent the wheel!
دوباره اختراع کردن چرخ معمولا کار درستی نیست :) مگر اینکه با هدف یادگیری باشه. توی این سایت ۴۲ تا پروژه رو در مدت زمانی که دوست دارین با حداقل استفاده از کتابخانههای دیگه سعی کنید تا پیاده سازی کنید تا با مفاهیم مختلف برنامهنویسی آشنا بشین :)
#practice #project #learn #hardcore #skill #list #pragmatic
@pythony
42skills.com
Avoid using libraries (if not written by you) as much as you can, reinvent the wheel!
دوباره اختراع کردن چرخ معمولا کار درستی نیست :) مگر اینکه با هدف یادگیری باشه. توی این سایت ۴۲ تا پروژه رو در مدت زمانی که دوست دارین با حداقل استفاده از کتابخانههای دیگه سعی کنید تا پیاده سازی کنید تا با مفاهیم مختلف برنامهنویسی آشنا بشین :)
#practice #project #learn #hardcore #skill #list #pragmatic
@pythony
42skills.com
👍1