Soluții

Setări de calibrare OLED Samsung S90C partea 1

Am folosit următoarele setări de calibrare pentru a testa Samsung S90C OLED de 65 de inchi (QN65S90CAFXZA​), dar sunt valabile și pentru modelele de 55 de inchi (QN55S90CAFXZA) și de 77 de inchi (QN77S90CAFXZA). Modelul de 83 de inchi (QN83S90CAFXZA) folosește un panou WOLED, așa că setările nu se aplică acestuia. Aceste setări se aplică pentru majoritatea tipurilor de conținut, cu excepția jocurilor sau a utilizării ca monitor pentru computer, care necesită câteva modificări suplimentare.

Aceste setări sunt menite să ofere un punct de plecare; nu sunt menite să fie copiate 1:1. Acestea oferă cea mai precisă imagine într-o cameră întunecată, dar ar trebui să le ajustați pentru a se potrivi cu preferințele și condițiile de vizualizare.

[mai mult...]

How to use extensions in Incognito Mode?

When you switch to private-browsing mode, all your extension is automatically disabled. This prevents data from being saved to your computer, but it also leaves you exposed to annoying and intrusive adverts. There are different settings for the different browsers by which you can enable the extension in Incognito mode and in this post, we are going to look into those settings.

[mai mult...]

How to find the Wi-Fi Password using CMD in Windows 11/10?

It happens sometimes that we forget our Wi-Fi password and it is painful to reset our Wi-Fi password as all our home devices and system are connected with the same network and we have to save the new password again to all our devices.

But we can save ourself from resetting Wi-Fi password if we ever connected our Windows 11/10 PC to that Wi-Fi network. Windows keeps a record of all our networks and their password so we don’t have to type the password again to connect to the same network.

[mai mult...]

Random password generator in C

In this article, we will discuss how to generate a random password of a given length consists of any characters.

Approach:

  • The below-given program involves basic concepts like variables, data types, array, loop, etc.
  • Follow the below steps to solve this problem:
    • Take the length of the password and declare a character array of that length to store that password.
    • Declare character array of all the capital letters, small letters, numbers, special characters.
    • Now according to the program below, respective if-else gets executed and a random password gets generated.
[mai mult...]