Public Gists by silas

Gravatar
Thu Nov 19 14:55:50 -0800 2009
1
2
3
import beanstalkc
 
beanstalk = beanstalkc.Connection(host='localhost', port=11300)
Gravatar
Thu Nov 12 15:03:53 -0800 2009
1
2
my_list = [1, 2, 3]
server = 'localhost'
Gravatar
Mon Jul 27 23:35:40 -0700 2009
1
2
3
#!/bin/sh -x
 
brctl addbr br0
Gravatar
Thu Jul 23 18:12:21 -0700 2009
1
2
3
*** stack smashing detected ***: /usr/sbin/scribed terminated
======= Backtrace: =========
/lib64/libc.so.6(__fortify_fail+0x37)[0x37c5cf7537]
Gravatar
Thu Jul 23 18:11:05 -0700 2009
1
2
3
GNU gdb (GDB) Fedora (6.8.50.20090302-33.fc11)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
Gravatar
Wed May 27 22:28:51 -0700 2009
1
2
3
==
== Build and install
==
Gravatar
Fri May 15 13:43:40 -0700 2009
1
2
3
This GDB was configured as "x86_64-redhat-linux-gnu"...Using host libthread_db library "/lib64/libthread_db.so.1".
 
(gdb) run
Gravatar
Mon May 11 21:19:19 -0700 2009
1
2
3
GNU gdb Red Hat Linux (6.5-37.el5_2.2rh)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
Gravatar
Mon May 11 21:02:39 -0700 2009
1
2
3
GNU gdb Red Hat Linux (6.5-37.el5_2.2rh)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
Gravatar
Mon May 11 20:40:20 -0700 2009
1
2
3
port=1463
max_msg_per_second=2000000
check_interval=3
gist: 3399 Convert feeds into JSON
Gravatar
Wed Jul 30 20:53:18 -0700 2008
1
2
3
import feedparser
 
def json_make_normal(obj):