Menu

Tag Archives: Python

USB Notification Sounds
Most Computer users are familiar with the Sounds that Windows emits when you plug and unplug a USB thumb drive. It’s a useful form of auditory [...]
Python- Counting Code Lines
It’s a relatively trivial task, really easy to do with the command prompt and GNU wc: [crayon-67676fc6d77df924601050/] I executed this within the [...]