Skip to content

Instantly share code, notes, and snippets.

View DemonicAK's full-sized avatar
🎯
Focusing

Arijit Kar DemonicAK

🎯
Focusing
View GitHub Profile
@DemonicAK
DemonicAK / increase_root_fedora.md
Created December 31, 2022 11:26 — forked from 181192/increase_root_fedora.md
How to increase the root partition size on Fedora

How to increase the root partition size on Fedora

Boot up with an Fedora Live USB stick.

  1. Run vgs to check if there's any space:
$ sudo vgs
  VG     #PV #LV #SN Attr   VSize    VFree
  fedora   1   3   0 wz--n- <237.28g    0 
@DemonicAK
DemonicAK / Add numbers in different way.py
Last active February 26, 2022 06:17
Using map method to assign values and perform functions
#Read the number of test cases.
T = int(input('enter:'))
for tc in range(T):
# Read integers a and b.
(a, b) = map(int, input().split(' '))
@DemonicAK
DemonicAK / dino.md
Created February 25, 2022 06:55 — forked from JARVIS-AI/dino.md
Chrome Dino game cheats

Hack Google Chrome and Make your Dinosaur Immortal

The game can be hacked pretty easily, making your dinosaur not even flinch at the sight of a cactus.

To hack the game, first go the the error message page where your dinosaur is hanging out.

Go ahead and press the space bar to start the game. Once the game starts, right-click and select Inspect” to open up Chrome DevTools, then select the Console tab.