-
2047868·text·42 B·2011-04-18 18:08 UTC
#!/bin/bash
lpr "$(basename $1 .tex).pdf"
-
2047866·text·56.2 KB·2011-04-18 18:08 UTC
-
2047865·text·28.3 KB·2011-04-18 18:06 UTC
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_inf
-
2047864·text·436 B·2011-04-18 17:53 UTC
wget 'http://www.fakaheda.eu/tabulka.php' -o /dev/null -O - | grep -F infotable2 | sed -ne 's/.* \([[:digit:].]*\):\([[:digit:]]*\)<.* \([[:digit:]]*\)\/\([[:digit:]]*\)<.*/\1 \3\ \4/p' | sort | awk '
-
2047863·java·5.2 KB·2011-04-18 17:50 UTC
public class TheTest
{
...
@Test
public void shouldCreateCategoryWithCreateUser ()
{
User unmanagedUser = new User( "login", "password", ... );
User user0 = us
-
2047861·sql·1.1 KB·2011-04-18 17:42 UTC
CREATE TABLE facility_permissions (
id INT NOT NULL AUTO_INCREMENT,
permission_id INT,
facility_id INT,
booking_rule_id INT,
user_id INT, -- Granted by
can_edit TINYINT N
-
2047851·text·1.1 KB·2011-04-18 17:11 UTC
110418 19:02:03 InnoDB: The InnoDB memory heap is disabled
110418 19:02:03 InnoDB: Mutexes and rw_locks use GCC atomic builtins
110418 19:02:03 InnoDB: Compressed tables use zlib 1.2.5
110418 19:02
-
2047847·text·9.7 KB·2011-04-18 17:07 UTC
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="de" dir="ltr">
<head>
</head>
<body class="magna xtcommerce gecko windows jqueryu
-
2047846·text·358 B·2011-04-18 16:59 UTC
private boolean isApproved(DirectoryHandle dir) {
try {
if (dir.getPluginMetaData(Approve.APPROVE) == true) {
return true;
}
} catch (FileNotFoundException e) {
// Dir no lo
-
2047845·text·1.6 KB·2011-04-18 16:50 UTC
TIMER| common/global.xml: 1.45889 ms
[New Thread 0x9364ab70 (LWP 21482)]
Profile.h(174): Assertion failed: "ThreadUtil::IsMainThread()"
Assertion failed: "ThreadUtil::IsMainThread()"
Location: Pro
-
2047844·text·556 B·2011-04-18 16:45 UTC
############################################################################
# Display a CPU load average chart using Google API, wget and Imagemagick #
############################################
-
2047843·text·540 B·2011-04-18 16:44 UTC
####################################################################
# Display a CPU load average chart using Google API, wget and Imagemagick #
####################################################
-
2047842·text·1.6 KB·2011-04-18 16:44 UTC
QUICK SUMMARY:
Disc Title: INTERPRETER_G51
Disc Size: 39,462,592,868 bytes
Protection: AACS
BD-Java: Yes
Playlist: 00801.MPLS
Size: 38,817,189,888 bytes
Length: 2:08:19
Total Bitrate: 40.33
-
2047841·text·1.6 KB·2011-04-18 16:44 UTC
QUICK SUMMARY:
Disc Title: INTERPRETER_G51
Disc Size: 39,462,592,868 bytes
Protection: AACS
BD-Java: Yes
Playlist: 00801.MPLS
Size: 38,817,189,888 bytes
Length: 2:08:19
Total Bitrate: 40.33
-
2047840·text·1.7 KB·2011-04-18 16:37 UTC
TIMER| common/global.xml: 1.15588 ms
GAME STARTED, ALL INIT COMPLETE
Program received signal SIGSEGV, Segmentation fault.
0xa350ef57 in radeon_bo_is_referenced_by_cs () from /usr/lib/libdrm_radeo
-
2047839·text·678 B·2011-04-18 16:37 UTC
The spatial operators DWithin and Beyond test whether the value of a geometric property is within or beyond a specified distance of the specified literal geometric value. Distance values are expressed
-
2047838·text·63.9 KB·2011-04-18 16:36 UTC
-
2047837·text·785 B·2011-04-18 16:30 UTC
[trunkgroups]
[channels]
context=from-pstn
signalling=fxs_ks
rxwink=300
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
tra
-
2047836·text·1.6 KB·2011-04-18 16:29 UTC
TIMER| common/global.xml: 1.19489 ms
GAME STARTED, ALL INIT COMPLETE
Program received signal SIGSEGV, Segmentation fault.
0xa15a7f57 in radeon_bo_is_referenced_by_cs () from /usr/lib/libdrm_radeo
-
2047835·python·167 B·2011-04-18 16:27 UTC
elif predicate == 'overlaps':
if bbox1.intersects(bbox2) and bbox1.touches(bbox2):
result = True
else:
result = False