Skip to content

Instantly share code, notes, and snippets.

View kabirnayeem99's full-sized avatar
🌦️

Naimul Kabir kabirnayeem99

🌦️
View GitHub Profile
@kabirnayeem99
kabirnayeem99 / Tweaks.reg
Created February 2, 2021 07:29 — forked from trongtinh1212/Tweaks.reg
Registry Tweaks Windows 10
Windows Registry Editor Version 5.00
;USE AT YOUR OWN RISK!
;USE AT YOUR OWN RISK!
;USE AT YOUR OWN RISK!
;Improves system responsiveness and network speed.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile]
"SystemResponsiveness"=dword:00000001
@kabirnayeem99
kabirnayeem99 / android_necessary_libraries.txt
Last active April 4, 2021 16:21
Android necessary libraries
// Android Necessary Libraries List //
// Put them in the app build.gradle file //
// Material Design
implementation 'com.google.android.material:material:1.3.0-alpha02'
// Architectural Components
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
// Lifecycle