Skip to content

Instantly share code, notes, and snippets.

View bertdida's full-sized avatar
🙌

Herbert Verdida bertdida

🙌
View GitHub Profile
@davfre
davfre / git_cheat-sheet.md
Last active February 12, 2025 06:24
git commandline cheat-sheet
@BlueSkyDetector
BlueSkyDetector / kill_process_with_mysqldb_query.py
Created June 9, 2012 19:10
kill process with mysqldb query
#!/usr/bin/python
# coding: UTF-8
import MySQLdb
import signal, os, sys
workers = {}
END_SIGNAL = "\n"
def connect():