Skip to content

Instantly share code, notes, and snippets.

View ati-ince's full-sized avatar
🎯
sober

ati ati-ince

🎯
sober
  • 13:52 (UTC +02:00)
View GitHub Profile
@ramast
ramast / pulse-recorder.py
Last active September 3, 2023 11:12
Record a program's output with PulseAudio
#!/usr/bin/env python3
# Based on code from these stackoverflow answers:
# https://askubuntu.com/questions/60837/record-a-programs-output-with-pulseaudio/910879#910879
import re
import subprocess
import sys
import os
import signal
from time import sleep
@inceabdullah
inceabdullah / sudownload.sh
Created August 14, 2011 16:24
sudownload.sh
#!/bin/bash
#
# Doğan Aydın a saygılar
#
# https://gist.github.com/1144607 adresindeki sudownload.py python uygulamasının sudownload.sh bash uygulamasıdır :D
#
#
# Abdullah ince - pax.castrensis@gmail.com - bilgi@kesinbilgi.com - http://kesinbilgi.com
#