چرا همه ویدیو ها رو یا سرعت ۲ برابر میبینم؟
https://medium.com/@nomadic.dmitry/5-reasons-why-you-should-watch-youtube-on-2x-speed-18f48a757d21?s=09#:~:text=When%20you%20are%20watching%20everything,normal%20speed%20wherever%20you%20like
https://medium.com/@nomadic.dmitry/5-reasons-why-you-should-watch-youtube-on-2x-speed-18f48a757d21?s=09#:~:text=When%20you%20are%20watching%20everything,normal%20speed%20wherever%20you%20like
Medium
5 reasons why you should watch YouTube on 2x speed
We all consume content daily. What if we started watching videos faster? Will it make a great impact on our experience?
واقعا این زبان پسندم شد.
جاواکارهای دیگه هم شاید دوستش داشته باشن.
مثلا زبان BF هست ولی هر کاراکترش تبدیل به یه خط طولانی شده!
https://esolangs.org/wiki/VerboseFuck
جاواکارهای دیگه هم شاید دوستش داشته باشن.
مثلا زبان BF هست ولی هر کاراکترش تبدیل به یه خط طولانی شده!
https://esolangs.org/wiki/VerboseFuck
نوشتههای ترمینالی
واقعا این زبان پسندم شد. جاواکارهای دیگه هم شاید دوستش داشته باشن. مثلا زبان BF هست ولی هر کاراکترش تبدیل به یه خط طولانی شده! https://esolangs.org/wiki/VerboseFuck
با خود زبان BF هم که آشنا هستین.
https://vrgl.ir/ixRud
https://vrgl.ir/ixRud
ویرگول
معرفی زبان برنامهنویسی:BrainF*ck
با سلام، چند سری مطلب قصد دارم بگذارم برای معرفی زبانهایی که خودم "اندکی" باهاشون کار کردم و یک یا چند نکته از آنها برایم جالب بودهاند…
واقعا زبانهای کمی وجود داره که به این آسونی بشه محیط گرافیکی راه انداخت.
البته سهل و ممتنع!
https://github.com/rsharifnasab/my-learning/blob/e81f177b28361f7afd37a81bd2dc59cfab6a5991/Pascal/manzume_shamsi.pas
البته سهل و ممتنع!
https://github.com/rsharifnasab/my-learning/blob/e81f177b28361f7afd37a81bd2dc59cfab6a5991/Pascal/manzume_shamsi.pas
GitHub
rsharifnasab/my-learning
my learning process in each technology! Contribute to rsharifnasab/my-learning development by creating an account on GitHub.
راهنمای استفاده از espeak در لینوکس
(این ابزار یه متن میگیره و میخونه براتون)
This was pretty difficult to figure out; The eSpeak documentation isn't all that good.
espeak -ven-us+f4 -s170 "6 new wireless networks found"
Use the -v option to specifiy a voice. After that you can provide the type of language, such as en or en-us. After that, add a plus, then either m or f, and a 1 – 5. The s option lets you set the speed. Unfortunately, most of the voices sound pretty bad…
https://thomashunter.name/posts/2012-05-21-female-voice-using-espeak
(این ابزار یه متن میگیره و میخونه براتون)
This was pretty difficult to figure out; The eSpeak documentation isn't all that good.
espeak -ven-us+f4 -s170 "6 new wireless networks found"
Use the -v option to specifiy a voice. After that you can provide the type of language, such as en or en-us. After that, add a plus, then either m or f, and a 1 – 5. The s option lets you set the speed. Unfortunately, most of the voices sound pretty bad…
https://thomashunter.name/posts/2012-05-21-female-voice-using-espeak
Thomas Hunter II
Female Voice using eSpeak
نوشتههای ترمینالی
راهنمای استفاده از espeak در لینوکس (این ابزار یه متن میگیره و میخونه براتون) This was pretty difficult to figure out; The eSpeak documentation isn't all that good. espeak -ven-us+f4 -s170 "6 new wireless networks found" Use the -v option to specifiy a…
برای فارسی به این کانفیگ رسیدم:
echo "123456789" | espeak -vfa -w a.wav --stdin
echo "123456789" | espeak -vfa -w a.wav --stdin
چطوری دامنهمون رو به github pages وصل کنیم؟
https://medium.com/@hossainkhan/using-custom-domain-for-github-pages-86b303d3918a
https://medium.com/@hossainkhan/using-custom-domain-for-github-pages-86b303d3918a
Medium
Using custom domain for GitHub pages
Recently I decided to host my personal portfolio site using GitHub pages. Even though they have very detailed instruction on how to setup a…
تفاوت let و var در javascript
اینطور که من متوجه شدم، زمانی که var متغیر تعریف میکنیم محدودهاش میشه کل «تابع» و نه اون «بلاک». و مثل اینه که تعریف متغیر (نه مقداردهی) رو برداریم بذاریم اول تابع. (به یاد پاسکال)
اما let مثل اکثر زبانهای برنامهنویسی میاد و از اونجا که تعریف میشه تا آخر بلاک رو محدودهی تعریف متغیر در نظر میگیره. معقول به نظر میاد که همیشه از let استفاده کنیم ولی بعضی جاها (که نمیدونم دقیق) باید از var استفاده کرد.
https://stackoverflow.com/questions/762011/whats-the-difference-between-using-let-and-var
اینطور که من متوجه شدم، زمانی که var متغیر تعریف میکنیم محدودهاش میشه کل «تابع» و نه اون «بلاک». و مثل اینه که تعریف متغیر (نه مقداردهی) رو برداریم بذاریم اول تابع. (به یاد پاسکال)
اما let مثل اکثر زبانهای برنامهنویسی میاد و از اونجا که تعریف میشه تا آخر بلاک رو محدودهی تعریف متغیر در نظر میگیره. معقول به نظر میاد که همیشه از let استفاده کنیم ولی بعضی جاها (که نمیدونم دقیق) باید از var استفاده کرد.
https://stackoverflow.com/questions/762011/whats-the-difference-between-using-let-and-var
Stack Overflow
What is the difference between "let" and "var"?
ECMAScript 6 introduced the let declaration keyword.
I've heard that it's described as a local variable, but I'm still not quite sure how it behaves differently than the var keyword.
What are the
I've heard that it's described as a local variable, but I'm still not quite sure how it behaves differently than the var keyword.
What are the
نوشتههای ترمینالی
تفاوت let و var در javascript اینطور که من متوجه شدم، زمانی که var متغیر تعریف میکنیم محدودهاش میشه کل «تابع» و نه اون «بلاک». و مثل اینه که تعریف متغیر (نه مقداردهی) رو برداریم بذاریم اول تابع. (به یاد پاسکال) اما let مثل اکثر زبانهای برنامهنویسی میاد…
البته فکر کنم بین برنامهنویسها من تنها کسیام که js بلد نیستم ولی به هر حال. :))
قابلیتهای مختلف js توی مرورگرهای مختلف چقدر درست اجرا میشوند؟
https://kangax.github.io/compat-table/es6/
https://kangax.github.io/compat-table/es6/
Forwarded from GNU/Linux(news) (Reza Shokri)
Forwarded from Design🔹Do🔸Improve (Parisa)
برید اینجا و تست کنید ببینید میدونید مثلا ۴۰پیکسل چقدر از صفحه میشه؟🙆♀
https://www.pixact.ly/
〰〰〰〰〰〰〰〰
@geekmard
https://www.pixact.ly/
〰〰〰〰〰〰〰〰
@geekmard
Pixactly
How pixactly trained are your eyes?
Pixactly is an online tool that tests how well you know your pixels. Try it for yourself! #pixactly
چطوری برنامه با فلسفه یونیکس توسعه بدیم.
https://monkey.org/~marius/unix-tools-hints.html
https://monkey.org/~marius/unix-tools-hints.html