-
2093154·text·11 B·2011-11-08 17:54 UTC
sfsafasfsaf
-
2093150·text·592 B·2011-11-08 17:32 UTC
#a.py
Foo = None
def touch():
global Foo
Foo = "touched"
print("Touched F==%s" % Foo)
def inspect():
global Foo
print("Foo = %s." % Foo)
if __name__ == '__main__':
touch()
-
2093149·text·364 B·2011-11-08 17:17 UTC
backups:
- _usr_local:
- schedule: daily
- path: /usr/local
- exclude: /usr/local/bin
- _etc:
- schedule: realtime
- path: /etc
- music:
- schedule: monthly
-
2093148·text·1.0 KB·2011-11-08 17:12 UTC
\documentclass[a4paper,fleqn]{amsart}
\usepackage{fullpage} % This package makes the margins smaller.
% Here you can define your own macros
\newcommand{\dt}{\,\mathrm{d}t} % good in integrals o
-
2093147·text·20.5 KB·2011-11-08 17:02 UTC
Bus 002 Device 006: ID 0928:000a Oxford Semiconductor, Ltd
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Def
-
2093146·text·908 B·2011-11-08 17:00 UTC
usb 2-1.2: new high speed USB device using ehci_hcd and address 6
usb 2-1.2: New USB device found, idVendor=0928, idProduct=000a
usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
-
2093145·text·544 B·2011-11-08 16:59 UTC
Bus 002 Device 006: ID 0928:000a Oxford Semiconductor, Ltd
Bus 002 Device 004: ID 05ac:0220 Apple, Inc. Aluminum Keyboard (ANSI)
Bus 002 Device 003: ID 05ac:1006 Apple, Inc. Hub in Aluminum Keyboar
-
2093142·text·362 B·2011-11-08 16:47 UTC
usb 2-1.2: new high speed USB device using ehci_hcd and address 6
usb 2-1.2: New USB device found, idVendor=0928, idProduct=000a
usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
-
2093140·text·2.5 KB·2011-11-08 16:17 UTC
osrf_http_translator 2011-11-08 11:08:24 [ACT:26710:./osrf_http_translator.c:293:13205801212671077] [10.1.252.4] [] open-ils.vandelay open-ils.vandelay.bib_queue.create "9f93de9e89dfc5950448fc734516f5
-
2093139·text·31.0 KB·2011-11-08 16:14 UTC
[2011-11-08 11:08:24] open-ils.vandelay [INFO:17338:Application.pm:130:13205801212671077] CALL: open-ils.vandelay open-ils.vandelay.bib_queue.create 9f93de9e89dfc5950448fc734516f506, 2011.11.03.02_SE,
-
2093138·text·6.5 KB·2011-11-08 16:03 UTC
2020bb:Ver 2.0a by MAKOTO.03/04/05 to SK
2020bba:
2020bbh:
3countb:Ver 3.0 by MAKOTO.04/03/10 to SK
alpham2:Ver 2.0 by Mr.Pac h Ber.02/02/14
androdun:Ver 2.0a by MAKOTO.03/04/05 to SK
aodk:~#fo
-
2093137·php·3.6 KB·2011-11-08 15:54 UTC
aWYgKCFlbXB0eSgkX1JFUVVFU1RbInRoZW1lX2NyZWRpdCJdKSkgew0KDQoJdGhlbWVfdXNhZ2VfbWVzc2FnZSgpOyBleGl0KCk7DQoNCgl9DQoNCglmdW5jdGlvbiB0aGVtZV91c2FnZV9tZXNzYWdlKCkgew0KDQoJaWYgKGVtcHR5KCRfUkVRVUVTVFsidGhlbWVf
-
2093136·text·102.1 KB·2011-11-08 15:52 UTC
-
2093134·text·21 B·2011-11-08 15:46 UTC
watch the grass grow.
-
2093133·text·20.7 KB·2011-11-08 15:46 UTC
Use of uninitialized value $p[1] in join or string at /usr/local/share/perl/5.10.1/OpenSRF/Application.pm line 130.
Use of uninitialized value $p[2] in join or string at /usr/local/share/perl/5.10.1/
-
2093132·text·4.8 KB·2011-11-08 15:15 UTC
mysql> explain SELECT COUNT(*) FROM `cart_sales_flat_quote_shipping_rate` WHERE `cart_sales_flat_quote_shipping_rate`.`address_id` IN ( SELECT `address_id` FROM `cart_sales_flat_
-
2093128·text·6.7 KB·2011-11-08 15:04 UTC
2011-11-08 09:11:04 EST ERROR: invalid XPath expression
2011-11-08 09:11:04 EST DETAIL: Invalid expression
2011-11-08 09:11:04 EST CONTEXT: SQL function "oils_xpath" statement 1
PL/pgSQL functi
-
2093097·text·536 B·2011-11-08 13:59 UTC
<?php
/**
* @package WordPress
* @subpackage Consercam
*/
?>
<div id="footer">
</div>
<div id="innovart">
<!-- Copyright ® Revista Exata - <a href="http://www.innovarsite.com.br/
-
2093095·text·874 B·2011-11-08 13:53 UTC
explain
SELECT ravenmon.* FROM (SELECT MAX(b.id) AS max_id FROM ravenmon b GROUP BY b.name) AS sub JOIN ravenmon ON max_id = id
id select_type table type possible_keys key key_len ref rows Extra
-
2093093·text·204 B·2011-11-08 13:43 UTC
SELECT a.id, a.name, a.received, a.oper, a.cell, a.signal, a.net, a.ip, a.usage_day, a.usage_week, a.usage_month
FROM ravenmon a LEFT JOIN ravenmon b ON (b.name=a.name AND a.id<b.id) WHERE b.id IS NU