Skip to content

Instantly share code, notes, and snippets.

View MrElendig's full-sized avatar
🐈

MrElendig

🐈
  • Nazi moonbase (on the moon)
View GitHub Profile
# -*- coding: utf-8 -*-
""" A simple script to see who a (host)mask will effect
Author: Øyvind 'Mr.Elendig' Heggstad
Usage: /tmask foo!bar@baz * and ? should work as expected"""
import weechat
import re
SNAME = 'tmask'
SVERSION = '0.1'
We couldn’t find that file to show.
We couldn’t find that file to show.
linux-vdso.so.1 => (0x00007fff6b39d000)
libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0x00007ff5b3473000)
libdl.so.2 => /lib/libdl.so.2 (0x00007ff5b326f000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0x00007ff5b3015000)
libc.so.6 => /lib/libc.so.6 (0x00007ff5b2cc2000)
libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0x00007ff5b2ab2000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007ff5b289d000)
libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x00007ff5b2626000)
/lib/ld-linux-x86-64.so.2 (0x00007ff5b3715000)
libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x00007ff5b2423000)
We couldn’t find that file to show.
MPlayer UNKNOWN-4.4.1 (C) 2000-2009 MPlayer Team
Available video output drivers:
xv X11/Xv
vdpau VDPAU with X11
x11 X11 ( XImage/Shm )
xover General X11 driver for overlay capable video output drivers
gl X11 (OpenGL)
gl2 X11 (OpenGL) - multiple textures version
dga DGA ( Direct Graphic Access V2.0 )
sdl SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!)
#!/usr/bin/python
# -*- coding: utf-8 -*-
import weechat
import subprocess
import os.path
weechat.register('SMNP',
'Mion',
'0.1',
#!/usr/bin/python
# -*- coding: utf-8 -*-
import weechat
import subprocess
import os.path
weechat.register('SMNP',
'Mion',
'0.1',
#!/usr/bin/python
# -*- coding: utf-8 -*-
import weechat
import subprocess
import os.path
weechat.register('SMNP',
'Mion',
'0.1',
pkgname=mplayer-hello-kitty
pkgver=20091003
pkgrel='1.1'
pkgdesc="A movie player for linux (Multithreaded+NoGui build, git)"
arch=('i686' 'x86_64')
depends=('ttf-dejavu')
license=('GPL')
url="http://www.mplayerhq.hu/"
makedepends=('git')
backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf' 'etc/mplayer/mplayer.conf')