-
2063147·javascript·198 B·2011-05-18 08:37 UTC
var timer = null;
$(this).mousemove(function() {
clearTimeout(timer);
}, function() {
clearTimeout(timer);
timer = setTimeout("alert('timeout'); clearTimeout(timer);", 5000);
});
-
2063139·text·52.6 KB·2011-05-18 08:35 UTC
-
2063138·javascript·173 B·2011-05-18 08:33 UTC
var timer = null;
$(this).mousemove(function() {
clearTimeout(timer);
}, function() {
timer = setTimeout("alert('timeout'); clearTimeout(timer);", 5000);
});
-
2063120·text·1.1 KB·2011-05-18 08:08 UTC
void
NegWindow::toggle ()
{
NEG_SCREEN (screen);
CompString windowName = window->resName ();
bool negWindowExists = false;
/* toggle window negative flag */
isNeg = !isNeg;
-
2063112·text·843 B·2011-05-18 08:02 UTC
Carey, Lytle, & Cyr (1999). Implications of laboratory tests of condom integrity. Sex Transm Dis, 26(4): 216-20.
Lytle, Routson, Seaborn, Dixon, Bushar, & Cyr (1997). An in vitro evaluation of condom
-
2063108·text·1.8 KB·2011-05-18 07:56 UTC
Version: 1.3.6.2
Thread: LoaderThread
Microsoft.Xna.Framework.Graphics.OutOfVideoMemoryException: Un composant externe a levé une exception.
à Microsoft.Xna.Framework.Graphics.DepthStencilBuffer
-
2063100·text·1.1 KB·2011-05-18 07:44 UTC
[May 18 14:42:18] -- Executing [83832487305@sipnet-ael:12] Dial("SIP/445-0000016f", "SIP/sipnet1/83832487305,70,gW") in new stack
[May 18 14:42:18] -- Called sipnet1/83832487305
[May 18 14:4
-
2063097·text·3.3 KB·2011-05-18 07:36 UTC
eeee eeee 8 8 8 8"""8 8""""8
8 8 8 8 8 eeeee 8 8 8 8 "
8 8 8eee8 " 8 8e 8eee8e 8e
eee8 8ee
-
2063069·text·227 B·2011-05-18 07:22 UTC
PREFIX rdf: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX do: <http://dbpedia.org/ontology/>
CONSTRUCT {
?bird rdf:label ?label
} WHERE {
?bird a do:Bird .
?bird rdf:label "Merel"@nl .
-
2063062·text·354 B·2011-05-18 07:21 UTC
Private Sub zapich()
Dim riadky
Dim sloupce
Dim i
Dim j
Dim krok
riadky = Cells(1, 2).Value
sloupce = Cells(2, 2).Value
krok = 1
For i = 1 To r
-
2063056·diff·869 B·2011-05-18 07:15 UTC
diff --git a/plugins/phonebook-tracker.c b/plugins/phonebook-tracker.c
index 8f1cadb..eec1e5d 100644
--- a/plugins/phonebook-tracker.c
+++ b/plugins/phonebook-tracker.c
@@ -49,6 +49,7 @@
#define
-
2063054·c·871 B·2011-05-18 07:15 UTC
diff --git a/plugins/phonebook-tracker.c b/plugins/phonebook-tracker.c
index 8f1cadb..eec1e5d 100644
--- a/plugins/phonebook-tracker.c
+++ b/plugins/phonebook-tracker.c
@@ -49,6 +49,7 @@
#define
-
2063052·text·198 B·2011-05-18 07:12 UTC
PREFIX rdf: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX do: <http://dbpedia.org/ontology/>
CONSTRUCT {
?bird rdf:label ?label
} WHERE {
?bird a do:Bird .
?bird rdf:label ?label .
}
-
2063050·text·674 B·2011-05-18 07:11 UTC
2011-05-18 09:06:18,996 INFO [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (main) Loading profile: ProfileKey@2b9a68ee[domain=default, server=default, name=camos_htmlclient_test]
-
2063047·text·212 B·2011-05-18 07:00 UTC
PREFIX rdf: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX do: <http://dbpedia.org/ontology/>
CONSTRUCT {
?bird rdf:label ?label
} WHERE {
?bird a do:Bird .
OPTIONAL { ?bird rdf:label ?la
-
2063029·text·27.3 KB·2011-05-18 06:37 UTC
[ 21.492761] WCIDAttri = 0x1
[ 21.492763] AsicRemovePairwiseKeyEntry : Wcid #1
[ 21.492765] AsicRemoveSharedKeyEntry: #2
[ 21.492770] Write: SHARED_KEY_MODE_BASE at this Bss[0] = 0x0
-
2063027·text·27.9 KB·2011-05-18 06:33 UTC
[ 0.000000] #44 [000188b540 - 00018cb540] BOOTMEM
[ 0.000000] #45 [0001c0e000 - 000210dd80] BOOTMEM
[ 0.000000] Initializing HighMem for node 0 (000377fe:0003fff0)
[
-
2063017·text·1.8 KB·2011-05-18 06:17 UTC
Two basic IR methods:
Browse
Search
---------------------------------------
They are further divided into sub-categories:
Browse
By Author
By Title
-
2063011·text·808 B·2011-05-18 06:08 UTC
#!/usr/bin/env python
from daemon import Daemon
LOG_FILE = "/var/log/server.log"
PID_FILE = "/var/run/server.pid"
class MyDaemon(Daemon):
def run(self):
server = StreamServer((h
-
2063008·text·4.8 KB·2011-05-18 06:06 UTC
#!/usr/bin/env python
import sys, os, time, atexit
from signal import SIGTERM
class Daemon:
"""
A generic daemon class.
Usage: subclass the Daemon class and