Tuesday 11 October 2022

How to Solve the error saying scripts cannot be loaded because running scripts is disabled on this system ?

 You might be encountering an error when you are trying to run some scripts in terminal of windows .

heres how you can solve the error , follow the steps below

1) open the windows power shell by administrator rights 

2) copy and paste the below command in the terminal

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

3)click enter after entering pasting the above command 

4) later when it asks enter the letter 'y' from the keyboard and hit enter

5) check running your scripts now and this should help





Friday 28 January 2022

C Program to Check Year is a Leap Year or Not

 



#include<stdio.h>

int main ()

{

    int year;

    scanf("%d",&year);

    

    if(year % 400 == 0)

        printf("%d is a Leap Year",year);

        

    else if(year % 4 == 0  && year % 100 != 0)

        printf("%d is a Leap Year",year);

        

    else

        printf("%d is not a Leap Year",year);

    

    return 0;

}

Check if a Number is Positive or Negative in C



#include <stdio.h>

int main()

{

    int num;

    printf("Insert a number: ");

    scanf("%d", &num);

    

    //Conditions to check if the number is negative/positive or zero

    if (num > 0)

         printf("The number is positive");

    else if (num < 0)

        printf("The number is negative");

    else

        printf("Zero");

    

    return 0;

}

Thursday 29 April 2021

Review For OP8 - OxygenOS 11 Rom For Redmi Note 5 Pro

 This is a Ported Rom For Redmi Note 5 Pro From Oneplus Device ..

Before telling about this Rom let me say that i have Tested other Roms that are available and the most famous ones and i will be comparing this Rom to the Roms that are popular at this point of the time .. 

The Roms that i Tested Before trying this in 2021 are :-

  • Corvus Os 
  • Op 8 Oxygen Os 11
  • Havoc Os

Why Not Corvus Os??

Corvus os is Great and I have not faced any issues in Daily Use in This Rom..Except For One ..let me say what is working Fine ----   

  • Greatt Charging Speed For Redmi Note 5 Pro
  • Batttery Backup is Also Good
  • Even With Gaming you Get a Better Battery Backup
  • Cool Customizations
  • Dope Boot Animation
  • Always On Display Feature is Cool
  • Actively Maintained By Developers
What I Did Not Like in Corvus OS :-

  • No Smooth Extreme Graphics Support out of the Box For PUBG Mobile Game
  • You can Get Smooth Extreme doing some modifications But the Game WILL CRASSSHHH
  • Pubg Mobile Crashes
  • When Tried With Agni Kernel the Device gets OverHeated and PUBG crashes More..
Negatives I Found in Havoc os BUILDS for Redmi Note 5 pro as on April 2021?
  • Slow Charging Bug [[  very serious issue , it may take 2+ hours for getting 70percent ]]
  • Battery Backup is Good
  • PUBG doesnt support smooth extreme graphics out of the Box
  • No other Issues
Now Lets talk About the Oxygen Os Ported Rom :---
why I Liked it ??
  • Smooth Oxygen os UI
  • Great Internet Speed Both with Wifi and Mobile Data
  • Fast Charging Supported
  • Good Battery Backup
  • DOLBY atmos works
  • Smooth Extreme Graphics Support Outof BOX
  • Great PUBG Gameplay Experience
  • App Installation Speeds are Great
  • No Bugs For Daily usuage
So Of The Above Mentioned Roms I suggest you to Go For the Oxygen Os Ported Rom

Here is the Link to Download the Rom For Redmi Note 5 Pro  :----


Process For Installing the ROM :---
  1. Unlock The Bootloader
  2. Install A Custom Recovery - I Use OrangeFox Recovery
  3. Wipe Caches and all After Downloading the zip File of the rom
  4. Flash The ROM zip File 
  5. Wipe Caches And Dalvik caches after Flashing the Rom Zip File 
  6. Done ...Enjoy...


Monday 10 September 2018

How to check whether your Computer is on Legacy Bios Or UEFI Bios

This tutorial is all about knowing whether your computer is using Legacy Bios or UEFI Bios..

First of all if you do not know what is the difference between Legacy bios and UEFI Bios then please head to the below link for more information on that
Difference Between Legacy BIOS and UEFI

In this tutorial i am using Windows 10. The same steps apply for windows 7 and windows 8 as well..

Step 1:- Click on the start button present on the left bottom end of the screen and type in  "  run  "
              in the search box and hit enter to open it

step 2:- upon hitting enter the desktop app open up and it looks like as in the below picture
Step 3 :- Type in msinfo32 in the box without any spaces as shown in the below picture and hit enter   or click on the ok button
Step 4:- After Clicking on the ok button or hitting enter a window opens up as shown in the below                    picture
Step 5 :- On this window check the BIOS mode output value . If it shows legacy then your system is   using legacy Bios presently and if it shows UEFI that means it is using UEFI.

Hope this Helped you also if you have any doubts hit me up in the comments section 

Friday 17 November 2017

Download Oneplus 5T Wallpapers Here


The Oneplus 5T Was Announced in Oneplus Event Yesterday ,,,, and boy oh boy this can be called the best Android Smartphone of  this year ....

 Although Oneplus Launched Oneplus 5 just few Months back here it is again to its Lovely Fans Bringing them What All they were Missing in the Oneplus 5 ....

Less Talking more Doing here are the Wallpapers from the Oneplus 5t

Link for the Zip File :-
Download Them Here

Note:-
Two Versions FHD And 4K are available for Each WallPaper



FHD Wallpapers:-

                                             





4K Wallpapers:-

                                                             




Thursday 16 November 2017

Iphone X Uses Only Front Facing Camera For Animojis









Well !!!!!

Here is the point of time when everyone are all in doubt about the Performace of the face ID which apple introduced to its new flagship iphone X ......Different from all the previous versions of Iphones this years Iphone X has few specials things which include the bezel less screen in the front, wireless charging , faceID , and the most fun feature Animojis....

so here is a quick other interesting fact about this interesting feature that these Animojis work even without the sensors living in the notch of the Iphone X ....Its right those only require the front facing camera to show us those funny makeovers of our's face in real time ....

All this credit of discovering this has been put out by one of the most popular youtubers out there MKBHD ...here is also a link of his video which u can head to and have a Look