مرری بر hook در reactjs
https://css-tricks.com/intro-to-react-hooks/
https://reactjs.org/docs/hooks-overview.html
https://css-tricks.com/intro-to-react-hooks/
https://reactjs.org/docs/hooks-overview.html
CSS-Tricks
Intro to React Hooks | CSS-Tricks
Hooks make it possible to organize logic in components, making them tiny and reusable without writing a class. In a sense, they’re React’s way of leaning into functions because, before them, we’d have to write them in a component and, while components have…
Watch "Google I/O'19" on YouTube
https://youtu.be/TQSaPsKHPqs
https://youtu.be/TQSaPsKHPqs
YouTube
Google Keynote (Google I/O'19)
Learn about the latest product and platform innovations at Google in a Keynote led by Sundar Pichai.
Watch more #io19 here:
Google I/O 2019 All Sessions Playlist → https://goo.gle/io19allsessions
Learn more on the I/O Website → https://google.com/io
…
Watch more #io19 here:
Google I/O 2019 All Sessions Playlist → https://goo.gle/io19allsessions
Learn more on the I/O Website → https://google.com/io
…
Forwarded from mobile_programming
دستورات مورد نیاز برای برپایایی mac در ماشین مجازی
VBoxManage modifyvm "Sierra" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "Sierra" VBoxInternal2/EfiGopMode 4
VBoxManage modifyvm "Sierra" --cpuidset 00000001 000306a9 04100800 7fbae3ff bfebfbff
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "MacBookPro11,3"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"
VBoxManage setextradata "Sierra" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1
VBoxManage setextradata "Sierra" VBoxInternal2/EfiGopMode 4
Forwarded from mobile_programming
برپایایی مک درون ubuntu و اجرای یک برنامه ساده
۱- به کمک دستورات ارسال شده در همین کانال و به کمک ماشین مجازی یک سیستم عامل مک نصب کنید
۲- محیط xcode را دانلود و نصب کنید
۳- به کمک swift برنامه بنویسید و با شبیه ساز تست کنید
۱- به کمک دستورات ارسال شده در همین کانال و به کمک ماشین مجازی یک سیستم عامل مک نصب کنید
۲- محیط xcode را دانلود و نصب کنید
۳- به کمک swift برنامه بنویسید و با شبیه ساز تست کنید
https://m.businesstoday.in/lite/story/tim-cook-apple-ceo-says-4-year-degree-not-necessary-coding/1/345666.html?
مدیر اپل: برای برنامه نویس شدن لازم نیست ۴ سال دانشگاه برید
مدیر اپل: برای برنامه نویس شدن لازم نیست ۴ سال دانشگاه برید
Business Today
Apple CEO Tim Cook says 4-year degree not necessary for coding
That's the opinion of Apple CEO Tim Cook, who made the statement earlier this week while visiting an Apple Store in Orlando, Florida, to meet 16-year-old Liam Rosenfeld. Rosenfeld is one of the 350 scholarship winners who will be attending Apple's annual…
Code injection
در زبان c تکنیکی است از آن در مشکل امنیتی اخیر whatapps بهره گرفت اند.
یک توضیح ساده درباره آن
در زبان c اندیس ارایه ها چک نمیشود. بنابراین میتوان یک کد مخرب را درون بخش از حافظه قرار داد و با تغییر بخشی از حافظه که عمل jump را انجام میدهد کد مخرب را اجرا کرد !
در زبان c تکنیکی است از آن در مشکل امنیتی اخیر whatapps بهره گرفت اند.
یک توضیح ساده درباره آن
در زبان c اندیس ارایه ها چک نمیشود. بنابراین میتوان یک کد مخرب را درون بخش از حافظه قرار داد و با تغییر بخشی از حافظه که عمل jump را انجام میدهد کد مخرب را اجرا کرد !