-
2103043·text·1.2 KB·2012-01-14 17:34 UTC
import sys
import subprocess
import collections
pipe = subprocess.Popen(['sort'], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
with sys.stdin as f:
with open('/Users/John/Desktop/Ge
-
2103042·text·1.0 KB·2012-01-14 17:21 UTC
Pz4gICAgICAgICAgICAgDQogICAgICAgIDwvZGl2Pg0KICAgIDwvZGl2Pg0KDQoJPGRpdiBpZD0iYm9keV9yaWdodCI+DQogICAgICAgIDxkaXYgaWQ9InNpZGViYXJfYWRzIj48P3BocCBpZihmdW5jdGlvbl9leGlzdHMoJ3RoZW1lX2Fkc19zaG93JykpIHRoZW1l
-
2103040·text·4 B·2012-01-14 17:13 UTC
asd
-
2103039·text·1.0 KB·2012-01-14 17:12 UTC
January 10
Guy Neko Wilson
22:18
ye
i dont expect it back anyway
Darrel Lee Clayton
why if you definitely remember lending me it and not getting it back
Guy Neko Wilson
because i have little f
-
2103034·text·3.4 KB·2012-01-14 16:38 UTC
#
# THE MAIN FILE:
#
#!/usr/bin/python
import time, thread
import bb.irc, bb.util
import bb.ircfn
def fn_received(irc, data, mm):
try:
# I don't understand why this does
-
2103023·text·384 B·2012-01-14 15:44 UTC
# cat /sys/kernel/debug/ieee80211/phy0/ath9k/wiphy
phy0 (chan=11 center-freq: 2462 MHz channel-type: 1 (ht20))
addr: d8:5d:4c:f6:25:58
addrmask: ff:ff:ff:ff:ff:ff
rfilt: 0x497 UCAST MCAST BCAST
-
2102987·text·648 B·2012-01-14 15:21 UTC
~$ cat ~/.fluxbox/usermenu
[exec] (Thunderbird) {/usr/bin/thunderbird} </usr/share/pixmaps/thunderbird.xpm>
[exec] (Gnome Terminal) {/usr/bin/gnome-terminal --hide-menubar} </usr/share/pixmap
-
2102986·text·68.2 KB·2012-01-14 15:20 UTC
-
2102985·text·4.2 KB·2012-01-14 15:15 UTC
$ cat ~/.fluxbox/menu
# Generated by fluxbox-generate_menu
#
# If you read this it means you want to edit this file manually, so here
# are some useful tips:
#
# - You can add your own menu-entr
-
2102976·text·4.8 KB·2012-01-14 14:04 UTC
In 1812 the luddites rose up in Yorkshire. The response of the British government was almost unprecedented in scale and less than a year later sixty four men were on trial for their involvement in the
-
2102947·text·1.2 KB·2012-01-14 11:02 UTC
using System;
using System.Text;
using System.Net;
using System.Net.Sockets;
public class serv {
public static void Main() {
try {
IPAddress ipAd = IPAddress.Parse("172.21.5.99"); //use l
-
2102943·text·265.1 KB·2012-01-14 10:39 UTC
-
2102942·text·294 B·2012-01-14 10:38 UTC
<script>
<header>
<map>@795972</map>
</header>
<objects>
<object name="BigBox1" id="2" x="150" y="356" vx="0" vy="10" angle="0" solid="true"/>
</objects>
<stuff>
<StuffMoveCreator name="creato
-
2102941·text·294 B·2012-01-14 10:36 UTC
<script>
<header>
<map>@795972</map>
</header>
<objects>
<object name="BigBox1" id="2" x="150" y="356" vx="0" vy="10" angle="0" solid="true"/>
</objects>
<stuff>
<StuffMoveCreator name="creato
-
2102939·text·781 B·2012-01-14 10:25 UTC
<script>
<header>
<map>@1151731
</map> mandatory
</header>
<objects>
<object name="anvils1" id="10" x="-33" y="86" vx="0" vy="-13" angle="0" solid="true" />
<object name="anvils2" id
-
2102938·text·253 B·2012-01-14 10:23 UTC
<script>
<header>
<Map>@604149</Map>
</header>
<objects>
<Object name="BigPlank" id="4" x="300" y="100" vx="0" vy="5" angle="0" solid="true" />
</objects>
<stuff>
<StuffC
-
2102937·text·771 B·2012-01-14 10:20 UTC
<script>
<header>
<map></map> mandatory
</header>
<objects>
<object name="anvils1" id="10" x="-33" y="86" vx="0" vy="-13" angle="0" solid="true" />
<object name="anvils2" id="10" x="2
-
2102909·text·169.7 KB·2012-01-14 07:22 UTC
-
2102908·text·11.6 KB·2012-01-14 07:16 UTC
[NotebookApp] Config changed:
[NotebookApp] {'Application': {'log_level': 10}, 'IPKernelApp': {'pylab': 'auto'}}
[NotebookApp] Using existing profile dir: u'/home/dwf/.config/ipython/profile_default
-
2102899·text·1.7 KB·2012-01-14 06:17 UTC
from numpy import matrix
from math import trunc
from math import sqrt
table1=matrix([[0,1],[0,1]])
def size(a):
return trunc(sqrt(a.size))
def inrange(a,b,max):
return a>=0 and b>=0 and