Skip to content

Instantly share code, notes, and snippets.

View nathfavour's full-sized avatar
👋
available!

nathfavour nathfavour

👋
available!
View GitHub Profile
@nathfavour
nathfavour / debug_from_qr.py
Created February 1, 2025 22:19 — forked from benigumocom/debug_from_qr.py
Connect Wireless Debug from Terminal on Android11
#!/usr/bin/env python3
"""
Android11
Pair and connect devices for wireless debug on terminal
python-zeroconf: A pure python implementation of multicast DNS service discovery
https://github.com/jstasiak/python-zeroconf
"""
@nathfavour
nathfavour / google-logo-flutter.dart
Created September 23, 2024 01:40 — forked from lesliearkorful/google-logo-flutter.dart
Google's "G" logo purely drawn in Flutter
// written by @lesliearkorful
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {