-
2048272·text·154 B·2011-04-19 14:26 UTC
select sum(amount)
from feiten, dimensie_dates
where feiten.date_key = dimensie_dates.date_key
and feiten.date_key = to_date('15-03-2011','ddmmyyyy')
-
2048271·text·1.9 KB·2011-04-19 14:21 UTC
#imageMenu {
width: 240px; /*overall image container width*/
overflow: hidden;
background-color: #000;
border-style: none;
height: 708px; /*overall container height*/
-
2048270·text·7.5 KB·2011-04-19 14:21 UTC
Extracting modules
Flashing kernel to NAND
Erasing 128 Kibyte @ 0 -- 0 % complete libmtd: error!: unaligned address 2, mtd1 page size is 2048
flash_erase: error!: /dev/mtd1: MTD writeoob failure
-
2048269·text·57.7 KB·2011-04-19 14:20 UTC
-
2048267·sql·1.1 KB·2011-04-19 14:18 UTC
SELECT DISTINCT
p.products_id,
p.inhoud,
pd.products_name,
p.products_image,
p.products_price,
manufacturers_id,
p.products_tax_class_id,
IF(s.status, s.specials_new_products_price, NU
-
2048266·text·199 B·2011-04-19 14:15 UTC
(defun mimember (x l)
(cond (NULL x) NIL)
(equal (x l) (cons (first l) (mimember(rest l)
(T (mimember (x rest l)))
)
)
)
)
-
2048264·text·690 B·2011-04-19 14:09 UTC
# Name Program #
# #
# By: Brian Gross #
#
-
2048263·text·24 B·2011-04-19 14:09 UTC
Hello is everyone omline
-
2048259·text·360 B·2011-04-19 14:02 UTC
<?php
class A {
private $test_var;
function __construct () {
$this->test_var = "set in class A";
}
function dumpTestVar () {
var_dump ($this->test_var);
}
}
class B extend
-
2048258·text·752 B·2011-04-19 13:58 UTC
Tabel feiten is gepartitioneerd op date key
P201101 (bevat records met keys groter of gelijk aan 20110101 en kleiner dan 20110201)
P201102 (bevat records met keys groter of gelijk aan 20110201 e
-
2048257·text·750 B·2011-04-19 13:57 UTC
Marvell>> setenv bootargs 'console=ttyS0,115200 ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs'
Marvell>> nand read 0x2000000 0x100000 0x400000
NAND read: device 0 offset 0x100000, size 0x400000
41
-
2048256·text·1.5 KB·2011-04-19 13:45 UTC
# DNS-innslag
www.e24.no. IN AAAA 2001:67c:21e0::47
e24.no. IN AAAA 2001:67c:21e0::47
www.vgtv.no. IN AAAA 2001:67c:21e0::26
vgtv.no.
-
2048254·text·1.1 KB·2011-04-19 13:42 UTC
Disassembly of section .text:
00000000 <_function>:
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: a1 00 00 00 00 mov 0x0,%eax
8: c7 00
-
2048253·text·1.0 KB·2011-04-19 13:41 UTC
Disassembly of section .text:
00000000 <_function>:
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: c7 05 00 00 00 00 03 movl $0x3,0x0
a: 00 00
-
2048251·text·1.5 KB·2011-04-19 13:38 UTC
[Apr 19 08:36:48] VERBOSE[10699] pbx.c: -- Executing [555@from-internal:1] ResetCDR("SIP/794-00000188", "") in new stack
[Apr 19 08:36:48] VERBOSE[10699] pbx.c: -- Executing [555@from-internal:2] NoC
-
2048249·text·280 B·2011-04-19 13:36 UTC
[from-internal-custom]exten => 69,1,Answer
exten => 69,2,Swift("After the beep press the number of the music channel you wi
sh to listen to. Or 9 for a list of channels.")
exten => 69,3,Read(MusicC
-
2048248·text·1.6 KB·2011-04-19 13:36 UTC
Marvell>> printenv
baudrate=115200
loads_echo=0
ipaddr=10.4.50.165
serverip=10.4.50.5
rootpath=/mnt/ARM_FS/
netmask=255.255.255.0
run_diag=yes
console=a0000
e=ttyS0,115200 mtdparts=nand_mtd:0
-
2048247·text·1.3 KB·2011-04-19 13:31 UTC
# DNS-innslag
www.e24.no. IN AAAA 2001:67c:21e0::47
e24.no. IN AAAA 2001:67c:21e0::47
www.vgtv.no. IN AAAA 2001:67c:21e0::26
vgtv.no.
-
2048245·text·1.3 KB·2011-04-19 13:28 UTC
# DNS-innslag
www.e24.no. IN AAAA 2001:67c:21e0::47
e24.no. IN AAAA 2001:67c:21e0::47
www.vgtv.no. IN AAAA 2001:67c:21e0::26
vgtv.no.
-
2048244·text·1.0 KB·2011-04-19 13:24 UTC
tehát, van egy gombod: <button id="gomb">Nyomj meg</button>
viszont, van valami más esemény, aminek hatására ugyanúgy "meg kén nyomódnia a gombnak". Nos, először is csinálni kell egy eventhandlert: