Skip to content

Instantly share code, notes, and snippets.

View 3dgoose's full-sized avatar
📢
Honk Honk

Adam Ellouze 3dgoose

📢
Honk Honk
View GitHub Profile
@3dgoose
3dgoose / serialcomic.py
Last active August 3, 2024 14:24
A Comic Library management system for Pico.
# serialcomic.py
import machine
import os
def add():
title = input("Enter comic title: ")
uid = input("Enter UID: ")
issn = input("Enter ISSN: ")
release_date = input("Enter release date: ")
@bashbunni
bashbunni / .zshrc
Created January 4, 2023 16:28
CLI Pomodoro for Linux
# study stream aliases
# Requires https://github.com/caarlos0/timer to be installed. spd-say should ship with your distro
declare -A pomo_options
pomo_options["work"]="45"
pomo_options["break"]="10"
pomodoro () {
if [ -n "$1" -a -n "${pomo_options["$1"]}" ]; then
val=$1
@stokito
stokito / OpenWrt_Virtualbox.md
Last active April 10, 2025 18:52 — forked from jayluxferro/OpenWrt_Virtualbox.md
How to run OpenWrt in VirtualBox

The official doc seems too complicated OpenWrt on VirtualBox HowTo

  1. Download and install VirtualBox. On Windows add to PATH envs C:\Program Files\Oracle\VirtualBox
  2. Get an OpenWrt image openwrt-x86-64-combined-ext4.img.gz from targets/x86/64/ folder. Direct snapshot download
  3. Uncompress the image: gunzip openwrt.img.gz
  4. Convert it to native VirtualBox format:
VBoxManage convertfromraw --format VDI openwrt.img openwrt.vdi
@Pulimet
Pulimet / AdbCommands
Last active April 20, 2025 19:22
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.
@coolaj86
coolaj86 / name-calling.md
Last active December 12, 2024 17:50
What we call programmers - because labels make us happy! https://youtu.be/uxeR95aYer0#t=58