Super useful Excel Tricks!
Are you doing any of these?
<iframe src=”https://www.linkedin.com/embed/feed/update/urn:li:ugcPost:6888812990867611648?compact=1" height=”284" width=”504" frameborder=”0" allowfullscreen=”” title=”Gömülü gönderi”></iframe>
By Parmy Olson
Mrs Parmy Olson wrote a notable article about Meta (verse) :
@parmyI spent a couple weeks mingling with strangers in the metaverse to see what socializing was like in @MarkZuckerberg’s vision of the future. It was fun, but also quickly became creepy when others noticed I was female. Social VR has some challenges ahead.@parmy s tweets :.Ich verbrachte ein paar Wochen damit, mich mit Fremden im Metaverse zu treffen, um zu sehen, wie Geselligkeit in Mark Zuckerbergs Zukunftsvision war. Es hat Spaß gemacht, wurde aber auch schnell gruselig, als andere bemerkten, dass ich weiblich war. Social VR hat einige Herausforderungen vor sich.
https://www.youtube.com/watch?v=ogKO58Ay2Z8&t=9s
Copy and paste in real life, just tried it, super cool : )
Please check the open-source code in the comments.
#ARcopyPaste is an app designed by Cyril Diagne an augmented reality tool that can capture images of real-world objects and add them to a computer program in a few seconds.
For more ML/ AI/ Data Science learning materials, please check my previous posts. I share my learning journey into Data Science with my amazing LinkedIn friends, please follow me and let’s grow together in 2022! Alex Wang
#artificialintelligence #machinelearning #ar #innovation #ClipDrop
from Deloitte Gov Alex Wang (mengyaowang11)

- Önce kendi branchimizdeyken
•git add .
•git commit -m “v0001” - Sonra push yapmadan master’a geçiyoruz
— — — — — — — — — — — — — — -
•git checkout master
•git fetch
•git merge (varsa conflictleri değiştirin)
•git pull - Sonra kendi branchimize geçelim
— — — — — — — — — — — — — — -
•git checkout Name
•git merge master
•git add .
•git commit -m “Name”
•git push