Skip to main content

Posts

Showing posts from 2021

The first Android 12 custom ROMs are already here

With  Android 12 ‘s  AOSP source drop  yesterday, many were left wondering (particularly those with Pixel devices) when they would get to use a fully complete version of the latest and greatest Android experience. We’ve already seen a number of beta builds from OEMs like  OPPO ,  OnePlus , and  Samsung  for select devices, but there are no stable releases yet and there likely won’t be for a while. Having said that, the public availability of the Android 12 source code means that custom ROMs are now due to come at any time, and indeed, they have already started appearing on our forums. An Android 12-based custom ROM is now available for the Redmi K20 Pro/Xiaomi Mi 9T Pro, courtesy of XDA Senior Member  abhishek987 . The big news here is that the vanilla AOSP ROM seems to be pretty much stable for the most part, although with one big caveat that being the SELinux status is set to permissive in the initial build. The developer has adopted Danny Lin’s (AKA XDA Senior Member  kdrag0n ) open

Why Whatsapp , instagram and whatsapp Go Down here is answer

Prepare for tickets complaining the internet is down. Atleast in the UK. Same "5xx Server Error" for all services. https://dnschecker.org/#A/facebook.com , https://www.nslookup.io/dns-records/facebook.com /u/ramenporn  Update 1440 UTC: As many of you know, DNS for FB services has been affected and this is likely a symptom of the actual issue, and that's that BGP peering with Facebook peering routers has gone down, very likely due to a configuration change that went into effect shortly before the outages happened (started roughly 1540 UTC). There are people now trying to gain access to the peering routers to implement fixes, but the people with physical access is separate from the people with knowledge of how to actually authenticate to the systems and people who know what to actually do, so there is now a logistical challenge with getting all that knowledge unified. Part of this is also due to lower staffing in data centers due to pandemic measures. Update from  /u/ramenp

Apple Event Image Renders

Windows 11

  With Windows 10X, Microsoft redesigned the Action Center and improved its design and functionality. For instance,  you don’t have to open the Settings page to switch Wi-Fi networks or Bluetooth devices  on Windows 10X. Instead, you can expand these menus without leaving the Action Center. That is a huge usability improvement, and now that Microsoft has  officially canceled Windows 10X , we could expect a similar implementation on Windows 11. Meanwhile, go through our articles on the best  Windows 10X features  and check out our guide to  run Windows 10X  on your PC to explore the OS. New Action Center on Windows 10X Coming to notifications, they will now stack in a separate section above the quick settings panel. Moreover, there will be a  “Clear All” button to dismiss all pending notifications . Microsoft may even add a dashboard in the Task View to keep track of your Microsoft account and upcoming events. The new action center was not available in the leaked #21996 build. Redesigne

Reliance AGM 2021

 

Apple Event 2021

 
   (MI) – PRACTICAL LIST 1 Write an 8085 assembly language program for exchanging two 8-bit numbers stored in memory locations 2050h and 2051h. 2 Write an 8085 assembly language program to add two 8-bit numbers stored in memory locations 2050h and 2051h. Store result in location 2052h 3 Write an 8085 assembly language program to subtract two 8-bit numbers stored in memory location 2050h from 2051h.Store result in location 2052h. 4 Write an 8085 assembly language program to add two 16-bit numbers stored in memory. 5 Write an 8085 assembly language program to add two decimal numbers using DAA instruction. 6 Write an 8085 assembly language program to find the minimum from two 8-bit numbers. 7 Write an 8085 assembly language program to get the minimum from block of N 8-bit numbers. 8 Write an 8085 assembly language program to add block of 8-bit numbers. 9 Write an 8085 assembly language program to copy block of five numbers starting from memory location 2001h to location starting from 3001

Advance JAVA Practical

(AJ) – PRACTICAL LIST 1 Write a TCP Client-Server program to get the Date & Time details from Server on the Client request. 2 Write a UDP Client-Server program in which the Client sends any string and Server responds with Reverse string 3 Write a client server program using TCP where client sends a string and server checks whether that string is palindrome or not and responds with appropriate message. 4 Write a client-server program using UDP socket. Client send list of N numbers to server and server respond the sum of N numbers. 5 Write a client-server program using UDP socket. Client send the list of N strings and server responds the concatenation of those strings. 6 Create chat application using either TCP or UDP protocol. 7 Consider Bank table with attributes AccountNo, CustomerName, Balance, Phone and Address. Write a database application which allows insertion, updation and deletion of records in Bank table. Print values of all customers whose balance is greater than 20,000.

WP Practical

Prac 1 Aim : Implement basic HTML tags to learn HTML Code : <html> <head> <title>prac1</title> </head> <body> <form> name:<input type="text" name="name"><br> Gender:male <input type="radio" name="g" value="male"><br> female <input type="radio" name="g" value="female"><br> city : <select> <option>ahmedabad</option> <option>mumbai</option> <option>surat</option> <option>mehsana</option> </select> </form> <hr> <ol type="i"> <li>abc</li> <li>xyz</li> <li>mno</li> </ol> <br> <ul type="disc"> <li>abc</li> <li>xyz</li> <li>mno</li> </ul> <p>this is p tag</p><br> <b>this is b tag</b><br> <i>this is i tag<

Contact Form

Name

Email *

Message *