Skip to content

Instantly share code, notes, and snippets.

View gregorylearns's full-sized avatar

Gregory gregorylearns

View GitHub Profile

How I Jailbroke My Kindle Paperwhite 7th Gen

Jailbreaking

I followed all the instructions from:
🔗 https://kindlemodding.org/


Added KOReader

@gregorylearns
gregorylearns / gist:ebae8f0519823c309ef7036ef6bca8eb
Last active March 23, 2025 04:00
Tutorial: How to Get Detailed Storage Usage in Google Drive Using Ncdu and Google Colab

This tutorial will guide you through the process of using ncdu (NCurses Disk Usage) in Google Colab to analyze and save detailed storage usage information from your Google Drive.

Requirements

  • Google Colab: A free cloud service that allows you to run Python code in a Jupyter notebook environment.

Steps

1. Access Google Colab

@gregorylearns
gregorylearns / google-docs-zoom-with-ctrl-mousewheel.ahk
Created May 1, 2023 23:01
A small autohotkey script that allows CTRL + Mousewheel zoom in google docs
SetTitleMatchMode, 2
#IfWinActive Google Docs ahk_class MozillaWindowClass ; Only tested in firefox, please customize if using other browser
Control & WheelUp::Send, ^!=
Control & WheelDown::Send, ^!-
@gregorylearns
gregorylearns / dota2_potatopc.md
Last active September 26, 2024 07:54
How I Improved my Dota 2 fps (2022) Intel HD Graphics 4000

How I Improved my Dota 2 fps to my Intel HD Graphics 4000 in 2022

I was content with 10-15 fps (lmao) and i saw this reddit thread.

All of the content here comes from said thread


Windows 10 Graphics settings

@gregorylearns
gregorylearns / android-backup-apk-and-datas.md
Created November 19, 2020 16:21 — forked from AnatomicJC/android-backup-apk-and-datas.md
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Fetch application APK

To get the list of your installed applications: