Skip to content

Instantly share code, notes, and snippets.

View polprog's full-sized avatar

polprog

View GitHub Profile
@pikpik
pikpik / LoriBot
Created May 15, 2012 22:36
IRC Bot in Python - Social functionals, mostly for entertainment purposes
# 28-Apr-2012
# wibblemyflibble@gmail.com
# reallyrose
# Python IRCEirtaBot
# Probably useless, poor thing.
# http://cdn.memegenerator.net/instances/400x/19655931.jpg
import time, socket, sys, string, re, random, datetime, string, urllib2, GoodUrlList
from collections import defaultdict
@afair
afair / tmux.cheat
Last active June 3, 2024 23:26
Tmux Quick Reference & Cheat sheet - 2 column format for less scrolling!
========================================== ==========================================
TMUX COMMAND WINDOW (TAB)
========================================== ==========================================
List tmux ls List ^b w
New new -s <session> Create ^b c
Attach att -t <session> Rename ^b , <name>
Rename rename-session -t <old> <new> Last ^b l (lower-L)
Kill kill-session -t <session> Close ^b &
@Juul
Juul / gpib_linux_82350.md
Last active October 27, 2023 10:11
Guide for setting up GPIB support in Linux for the HP/Agilent 82350 A and B PCI cards

This is a guide for getting the HP/Agilent 82350 A or B GPIB cards working on Linux.

There are other guides made by other people for a couple of other GPIB adapters here:

Unfortunately the mainline Linux kernel does not have any GPIB support. Even more unfortunate is that neither Ubuntu nor Debian appear to have packages for the kernel modules nor do any third-party apt repos appear to exist that are remotely up to date.