-
2076336·text·1.9 KB·2011-06-07 19:19 UTC
[Haklee]
#Requirement section
required = 1000
maximum = 0
#Restrict section
restrictmap = ""
restrictteam = 0
restrictitem = ""
teamlimit = 0
#Other info
author = "Haklee"
desc = "Hakle
-
2076335·sql·2.7 KB·2011-06-07 19:15 UTC
--Original query:
SELECT * FROM vlo.vids_IdentityMaster WHERE
(EmployeeNumber IS NULL OR EmployeeNumber NOT LIKE 'U%')
AND(NetworkId > 'A')
AND (EmployeeType IN ('E', 'A',
-
2076326·bash·398 B·2011-06-07 19:05 UTC
# Создаешь 2 файла и даешь им права на исполнения chmod +x имя файла
# Пример для 2-х языков
setxkbmap -layout "us,ru(winkeys),ua" -option "grp:alt_shift_toggle,grp_led:scroll" -model pc105
# П
-
2076325·text·1.3 KB·2011-06-07 18:52 UTC
Jun 7 13:50:51 franklin pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Jun 7 13:50:54 franklin slapd[5481]: conn=90 fd=20 ACCEPT from IP=127.0.0.1:55647 (IP=0.0.0.0:389)
Jun 7 13:5
-
2076320·text·67.3 KB·2011-06-07 18:45 UTC
-
2076318·diff·983 B·2011-06-07 18:32 UTC
From 20f13df4eda12bb9bdb6b9c720307d9e02ef9c3b Mon Sep 17 00:00:00 2001
From: Joshua Roys <roysjosh@gmail.com>
Date: Tue, 7 Jun 2011 14:31:17 -0400
Subject: [PATCH 2/2] Fix anonymous function return
-
2076317·diff·851 B·2011-06-07 18:32 UTC
From 80a23906618ea2671c9c3f947764d0f60bb1a300 Mon Sep 17 00:00:00 2001
From: Joshua Roys <roysjosh@gmail.com>
Date: Tue, 7 Jun 2011 14:30:06 -0400
Subject: [PATCH 1/2] Handle undefined types in des
-
2076316·text·4.7 KB·2011-06-07 18:25 UTC
* EvilBob-Vote4Me fires up the pizza oven for lunch.
<jsmith> orvtech: I found myself making a mad dash to the fridge for a bagel and salmon cream cheese, thanks to you :-p
<herlo> tatica: http:
-
2076313·text·2.5 KB·2011-06-07 18:15 UTC
ircd.o(.text+0x1093): In function `main':
/home/ath0/hum/Unreal3.2/src/ircd.c:1428: undefined reference to `tre_version'
s_conf.o(.text+0x828e): In function `copy_badword_struct':
/home/ath0/hum/Un
-
2076312·text·41 B·2011-06-07 18:12 UTC
% lua5.1 p.lua < f
a
b
c
-
2076311·text·65 B·2011-06-07 18:09 UTC
repeat
local c = io.stdin:read(1)
print(c)
until not c
-
2076310·text·131 B·2011-06-07 18:06 UTC
% cat p.lua
repeat local c = io.stdin:read(1) until c == EOF do
print(c)
end
% cat > f
a
b
c
% lua5.1 p.lua < f
nil
%
-
2076308·text·2.8 KB·2011-06-07 18:01 UTC
modules.o(.text+0x66b): In function `Module_SymEx':
/root/Unreal3.2/src/modules.c:860: undefined reference to `dlsym'
modules.o(.text+0x6b0): In function `Module_Sym':
/root/Unreal3.2/src/modules.c
-
2076307·text·2 B·2011-06-07 17:54 UTC
..
-
2076303·text·40.2 KB·2011-06-07 17:31 UTC
-
2076299·text·59.0 KB·2011-06-07 17:24 UTC
-
2076297·text·253.1 KB·2011-06-07 17:21 UTC
-
2076294·text·71.5 KB·2011-06-07 17:16 UTC
-
2076293·text·188 B·2011-06-07 17:16 UTC
<?php
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
$document = JFactory::getDocument();
?>
<div id="Test"><?=print_r($this->items, true)?></div>
-
2076292·text·569 B·2011-06-07 17:15 UTC
<?php
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// import Joomla view library
jimport('joomla.application.component.view');
class CtItemViewCtItem exte