وقتی اسنپ تریپ از هول عید برنامه خود را سریع وارد بازار می کند!
#بی_برنامگی #فرجه #اسنپ
#deadline #snapptrip
#بی_برنامگی #فرجه #اسنپ
#deadline #snapptrip
Tech C**P
#1 Airbnb's Brian Chesky in Handcrafted.mp3
دوستان این پادکست ها همون پادکست هایی بود که بهتون قولش رو داده بودم. حتما حتما حتما گوش فرا دهید. بسیار مفید هست و توانمندی های فنی و planning شما رو به شدت بهتر میکند و خواهید دید که شرکتهای بزرگ چگونه بزرگ شدند. آیا aribnb از ابتدا بزرگ بوده؟ از کجا شروع کردند؟ چگونه بازار هدف را پیدا کردند؟ و...
Tech C**P
#2 The Money Episode w_ Minted's Mariam Naficy.mp3
مصاحبه با مریم نفیسی co-founder سایت eve و یکی از کارآفرینان مطرح آمریکا در مورد نحوه رشد شرکت و جذب سرمایه گذار و...
Tech C**P
#3_Beauty_of_A_Bad_Idea_w__Walker.mp3
Here it is discussed that when you have a bad idea that people laugh at, it seems that it's a good idea. :)
Some real world examples are given here that some bad ideas went successful.
Some real world examples are given here that some bad ideas went successful.
Have you seen that when you want to query from
If you enter the above command in
#mongodb #mongo #shellBatchSize #limit
MongoDB
in shell it just prints the last 10 records and prompts to enter it
in order to see more? Well in MongoDB shell you can issue the below command to say how many records to return:DBQuery.shellBatchSize = 3000
If you enter the above command in
MongoDB
shell and use find
to query a collection that has more than 3000 documents, 3000 documents will be returned at once.#mongodb #mongo #shellBatchSize #limit
Tech C**P
WaitWhat – #4 Facebook's Mark Zuckerberg in Imperfect is Perfect
در این پادکست ارزشمند خواهید شنید چگونه مارک زاکربرگ از سنین 10-11 سالگی شروع به برنامه نویسی کرد و چگونه فیسبوک در دوران دانشگاهش شکل گرفت. آیا خود زاکربرگ فکرش را می کرد فیسبوک به اینجا برسد؟ شعار فیسبوک از ابتدا چه بوده است؟
جواب این سوالات همه در پادکست "مصاحبه با زاکربر" از زبان خالق فیسبوک
جواب این سوالات همه در پادکست "مصاحبه با زاکربر" از زبان خالق فیسبوک
سلام دوستان ان شالله که تعطیلات نوروزی خوش گذشته باشه به همتون. سالی پر از موفقیت رو برای یکایک شما آرزومندم. ✌
به امید خدا از ابتدای هفته آتی ۱۸ ام فروردین کانال به روال سابق خود بر خواهد گشت. 💪
به امید خدا از ابتدای هفته آتی ۱۸ ام فروردین کانال به روال سابق خود بر خواهد گشت. 💪
In order to hide threads, to see real proccess in
#linux #htop #threads #threading
htop
, press H
to toggle between showing/hiding filter.#linux #htop #threads #threading
If you grep a keyword in a text file and wants to print line number of the found keyword use
#linux #grep #line_number
-n
with your grep command:grep -n "hello world" *
#linux #grep #line_number