This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"xatomr3akt0r": ["a", 10], "chrazini": ["a", 1000], "restin12": ["b", 10], "beejee1103": ["a", 100], "krulledull": ["a", 300], "pergunnar": ["b", 20], "jginger7": ["a", 15], "mangudied": ["a", 300], "thefiuffy": ["b", 10], "cdbefus": ["a", 50], "eliteteutonicknight": ["a", 100], "jib333": ["b", 50], "svoons": ["b", 10], "pewraoe": ["b", 200], "majorasky": ["a", 100], "dayrthmewz891": ["a", 10], "masterstewie": ["b", 25], "makushii": ["b", 100], "radiobanqiao": ["a", 25], "ftn11": ["b", 300], "tobiname": ["a", 20], "dutchclass": ["a", 50], "abhishekgoel002": ["b", 50], "meph6163": ["a", 5], "waroch": ["a", 75], "alqualunte": ["a", 15], "cold__1": ["a", 250], "guagadumc": ["a", 20], "fnaxfez": ["b", 500], "el3ktr0n": ["a", 20], "tvdknaap": ["a", 10], "the_advenger": ["b", 100], "fiewloo": ["a", 1], "john_fist": ["a", 100], "iviktorius": ["b", 500], "frodomacdodo": ["a", 100], "mman211": ["a", 100], "oaks4123": ["a", 10], "mangonels": ["b", 500], "jazzpi": ["a", 100], "taiyaki85": ["a", 20], "dominationds": ["b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import asynchat | |
import asyncore | |
import logging | |
import re | |
import socket | |
class IRCConnection(asynchat.async_chat): | |
def __init__(self, addr, port, nick, pw=None): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Simply IRC. | |
An easy-to-use IRC library based on asynchat.async_chat. | |
""" | |
import asynchat | |
import asyncore | |
import logging | |
import re | |
import socket | |
import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# | |
# shrug.py | |
# Copyright (c) 2016 jazzpi <[email protected]> | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 1330.114] | |
X.Org X Server 1.18.2 | |
Release Date: 2016-03-11 | |
[ 1330.114] X Protocol Version 11, Revision 0 | |
[ 1330.114] Build Operating System: Linux 4.2.5-1-ARCH x86_64 | |
[ 1330.114] Current Operating System: Linux archv2 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64 | |
[ 1330.114] Kernel command line: initrd=\initramfs-linux.img initrd=\intel-ucode.img root=/dev/sda7 quiet splash rw | |
[ 1330.114] Build Date: 25 March 2016 08:54:41AM | |
[ 1330.114] | |
[ 1330.115] Current version of pixman: 0.34.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 1330.114] | |
X.Org X Server 1.18.2 | |
Release Date: 2016-03-11 | |
[ 1330.114] X Protocol Version 11, Revision 0 | |
[ 1330.114] Build Operating System: Linux 4.2.5-1-ARCH x86_64 | |
[ 1330.114] Current Operating System: Linux archv2 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64 | |
[ 1330.114] Kernel command line: initrd=\initramfs-linux.img initrd=\intel-ucode.img root=/dev/sda7 quiet splash rw | |
[ 1330.114] Build Date: 25 March 2016 08:54:41AM | |
[ 1330.114] | |
[ 1330.115] Current version of pixman: 0.34.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.4.5-1-ARCH (builduser@tobias) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 | |
[ 0.000000] Command line: initrd=\initramfs-linux.img initrd=\intel-ucode.img root=/dev/sda7 quiet splash rw | |
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' | |
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' | |
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Device" | |
Identifier "Nvidia card" | |
Driver "nouveau" | |
EndSection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 611.232] | |
X.Org X Server 1.18.2 | |
Release Date: 2016-03-11 | |
[ 611.233] X Protocol Version 11, Revision 0 | |
[ 611.233] Build Operating System: Linux 4.2.5-1-ARCH x86_64 | |
[ 611.233] Current Operating System: Linux archv2 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64 | |
[ 611.233] Kernel command line: initrd=\initramfs-linux.img initrd=\intel-ucode.img root=/dev/sda7 quiet splash rw | |
[ 611.233] Build Date: 25 March 2016 08:54:41AM | |
[ 611.233] | |
[ 611.234] Current version of pixman: 0.34.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 23.398] | |
X.Org X Server 1.18.2 | |
Release Date: 2016-03-11 | |
[ 23.398] X Protocol Version 11, Revision 0 | |
[ 23.398] Build Operating System: Linux 4.2.5-1-ARCH x86_64 | |
[ 23.398] Current Operating System: Linux archv2 4.4.5-1-ARCH #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 x86_64 | |
[ 23.398] Kernel command line: initrd=\initramfs-linux.img initrd=\intel-ucode.img root=/dev/sda7 quiet splash rw | |
[ 23.398] Build Date: 25 March 2016 08:54:41AM | |
[ 23.398] | |
[ 23.398] Current version of pixman: 0.34.0 |
OlderNewer