-
2093637·text·20.7 KB·2011-11-10 19:41 UTC
IDENTIFICATION DIVISION.
PROGRAM-ID. LAB5.
AUTHOR. Dylan Flint
ENVIRONMENT DIVISION.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
SELECT EMP-FIL
-
2093632·text·915 B·2011-11-10 19:04 UTC
OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME
12918129 12912959 99% 0.19K 615149 21 2460596K kmalloc-192
12742208 12741663 99% 0.06K 199097 64
-
2093631·text·12.8 KB·2011-11-10 19:01 UTC
~$ cat /proc/meminfo
MemTotal: 8185980 kB
MemFree: 2252736 kB
Buffers: 19140 kB
Cached: 378068 kB
SwapCached: 1328 kB
Active: 198332 kB
Ina
-
2093629·text·1.4 KB·2011-11-10 18:59 UTC
~$ cat /proc/meminfo
MemTotal: 8185980 kB
MemFree: 2252736 kB
Buffers: 19140 kB
Cached: 378068 kB
SwapCached: 1328 kB
Active: 198332 kB
Ina
-
2093628·text·1.2 KB·2011-11-10 18:59 UTC
~$ cat /proc/meminfo
MemTotal: 8185980 kB
MemFree: 2252736 kB
Buffers: 19140 kB
Cached: 378068 kB
SwapCached: 1328 kB
Active: 198332 kB
Ina
-
2093624·text·330 B·2011-11-10 18:38 UTC
<h:commandLink styleClass="tabs_of mb_3"
value="#{msg.report_i1_tab2}">
<f:setPropertyActionListener
target="#{report1.selectedTab}"
value="2" />
<f:aja
-
2093620·text·313 B·2011-11-10 18:02 UTC
<%=Trim(oQuote("ship_addr1"))%><br /> <%If trim(oQuote("ship_addr2"))<> "" Then Response.Write(Replace(oQuote("ship_addr2"),vbCrLf,"<BR>,<BR>,<BR>"))%>
<%=Trim(oQuote("ship_city"))&", "&trim(oQuote("
-
2093618·text·2.6 KB·2011-11-10 17:40 UTC
#ADCD z/OS 1.11 summer 2010
[system]
memory 4096m
processors 1
3270port 3270
[manager]
name aws3274 0002 # define a few 3270 terminals
device 0700 3279 3274 mstcon
device 0701 3
-
2093617·text·14.5 KB·2011-11-10 17:37 UTC
/usr/bin/pkgdepend resolve -m /myshare/builds/userland/oi-build/components/python/python26/build/manifest-i386-python-26-tests.depend /myshare/builds/userland/oi-build/components/python/python26/build
-
2093616·text·12.6 KB·2011-11-10 17:37 UTC
Thu Nov 10 12:00:42 2011 OpenVPNAS 2.1.8OAS Win32-MSVC++ [SSL] [LZO2] built on Aug 4 2011
Thu Nov 10 12:00:42 2011 MANAGEMENT: Connected to management server at 127.0.0.1:48889
Thu Nov 10 12:00:42
-
2093613·text·1.0 KB·2011-11-10 17:11 UTC
FATAL ERROR
RENAME TABLE ivr_dests TO ivr_entries [nativecode=1050 ** Table 'ivr_entries' already exists]SQL -
RENAME TABLE ivr_dests TO ivr_entries
Trace Back
/var/www/html/admin/libraries/sql.fu
-
2093610·scheme·2.8 KB·2011-11-10 16:48 UTC
;;;;; Filename: display-list-indent.scm
;;;;;; Description: Display Lists in Indented Form with Bracketing
;;;;;;; Language: Scheme
;;;;;;;; Author: Matthew Lewis (matt@mplewis.com)
;;;;;;;;; Date
-
2093606·text·6.4 KB·2011-11-10 16:43 UTC
-- Executing [5517349@from-internal:1] Macro("SIP/2101-00000004", "user-callerid,SKIPTTL,") in new stack
-- Executing [s@macro-user-callerid:1] Set("SIP/2101-00000004", "AMPUSER=2101") in new
-
2093596·text·962 B·2011-11-10 16:40 UTC
== Spawn extension (macro-dialout-trunk, s, 19) exited non-zero on 'SIP/2101-00000008' in macro 'dialout-trunk'
== Spawn extension (from-internal, 5517349, 6) exited non-zero on 'SIP/2101-00000008'
-
2093595·text·810 B·2011-11-10 16:40 UTC
sorcierfxk@bt:~$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> # -*- Coding: Latin-1 *-
-
2093594·text·1.3 KB·2011-11-10 16:38 UTC
# In the sprite class, the definition of _hover
# self.consume_hover is whether or not the button would like the sprites which are placed below it
# to also get hover events.
def _hover(self, p
-
2093593·python·353 B·2011-11-10 16:37 UTC
# -*- Coding: Latin-1 *-
import os
nb = 10 # on garde la variable contenant le nombre dont on veut le livret
i = 0 # c'est notre variable compteur que nous allons incrémenter dans la boucle
wh
-
2093589·text·2.0 KB·2011-11-10 16:07 UTC
# cat libbundler-ruby_1.0.21-1_amd64.changes
Format: 1.8
Date: Wed, 09 Nov 2011 17:17:11 -0300
Source: libbundler-ruby
Binary: libbundler-ruby libbundler-ruby1.9.1 libbundler-ruby-doc
Architectur
-
2093587·text·924 B·2011-11-10 16:00 UTC
<?php
declare(ticks = 1);
$max=5;
$child=0;
// function for signal handler
function sig_handler($signo) {
global $child;
switch ($signo) {
case SIGCHLD:
echo "SIGCHLD received
-
2093586·text·720 B·2011-11-10 15:54 UTC
// Demonstrate ArrayList.
import java.util.*;
class ArrayListDemo {
public static void main(String args[]) {
// create an array list
ArrayList al = new ArrayList();
System.out.println("Ini