Skip to content

Instantly share code, notes, and snippets.

View gngenius02's full-sized avatar

Ninos Shihale gngenius02

  • Planet Earth
View GitHub Profile
@riccardomurri
riccardomurri / requirements.txt
Last active April 27, 2022 17:36
SHA-256 implementation using TensorFlow (Eager)
absl-py==0.3.0
apipkg==1.5
astor==0.7.1
atomicwrites==1.1.5
attrs==18.1.0
backports.weakref==1.0.post1
enum34==1.1.6
execnet==1.5.0
funcsigs==1.0.2
futures==3.2.0
@isti03
isti03 / adb-linux.md
Last active April 26, 2024 21:27
Install ADB (Android Debug Bridge) on Linux and useful snippets

Getting ADB (Android Debug Bridge) working on linux can be a bit harder than on other operating systems. This guide aims to help with that.

Installation

1. Install the adb package

Just use your package manager

2. Add yourself to the plugdev group