Skip to content

Instantly share code, notes, and snippets.

View gregorylearns's full-sized avatar

Gregory gregorylearns

View GitHub Profile
@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 December 9, 2023 13:41
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: