Posts

Showing posts from May, 2021

Vibrate circle pattern using Turtle python |Python Animations | Create Awesome Python Turtle Drawings

Image
Code  import turtle t = turtle.Turtle() s = turtle.Screen() s.bgcolor("black") t.pencolor("white") a = 0 b = 0 t.speed(0) t.penup() t.goto(0, 200) t.pendown() while(True):     t.forward(a)     t.right(b)     a+=3     b+=1     if b == 210:         break     t.hideturtle() turtle.done()

Detect Blood oxygen Levels using your smart phone

Image
 Find out the Oxygen level in the Blood using your own phone | Careplix Vital App | Pulse Oximeter Find out the Oxygen level in the Blood using your own phone | Careplix Vital App | Pulse Oximeter Powered by Codeuniq Browse more [ https://codeuniq.team ] #Careplix #Oximeter #CareplixVital App Link : https://play.google.com/store/apps/details?id=com.careplix.vitals Secondary Link : Pulse Oximeters. Know your pulse rate and also the amount of oxygen saturation or oxygen level in your blood by using pulse oximeters. These devices help display the percentage of oxygen in your bloodstream and also your current pulse rate in a painless and non-invasive manner. Careplix Vital App Malayalam video. Care Plix Vitals Apps Use Like Pulse Oximeter Join us on Telegram : https://t.me/codeuniq Follow us on Instagram : https://www.instagram.com/codeuniqpro ... Write us on : contact@codeuniq.team Malayalam tutorial Made by Sherin K R of Codeuniq #techmalayalam #tech #tech_news #c...

Internet Explorer 11 desktop app retirement

Image
  Microsoft will not support Internet Explorer 11 and legacy Edge starting 2022 The future of Internet Explorer (“IE”) on Windows 10 is in Microsoft Edge. What does this mean for commercial organizations, IT admins, developers, and end users? Microsoft Edge brings you a faster, more secure, and more modern web experience than Internet Explorer. Also, Microsoft Edge with  Internet Explorer mode  (“IE mode”), is the only browser with built-in compatibility for legacy IE-based sites and apps. As announced today,  Microsoft Edge with IE mode is officially replacing the Internet Explorer 11 desktop application  on Windows 10. As a result, the Internet Explorer 11 desktop application will go out of support and be retired on June 15, 2022 for certain versions of Windows 10. Which platforms will be affected when the IE11 desktop application is retired and goes out of support on June 15, 2022? In scope at the time of this announcement (will be retired): Internet Explorer...

Android 12 | Top 10 features you should know

Image
Today at  Google I/O 2021 , we were presented with a new beta build of the next major version of Android. While the final, consumer-ready release isn’t expected until later this year, Android 12 is already shaping up to be one of the most significant updates to the platform in years. Google is focusing on two main pillars with Android 12: personalization and privacy. The former is something Google’s version of Android has never adopted as a headline feature. And with Apple’s  major focus  on app tracking transparency in iOS 14.5, it’s more important than ever that Google shows users it’s listening and cares about people’s privacy. There’s a lot to talk about, so let’s get to it. Design changes and new features This is one of the most significant updates to Android since  Material Design  was first introduced. There will be major visual changes, privacy and security updates, a new theming engine, and much more. Android 12 will look entirely different from previou...