-
2054200·text·789 B·2011-05-05 12:48 UTC
TraceRoute to 207.234.225.250
Hop (ms) (ms) (ms) IP Address Host name
1 0 0 0 8.9.232.73 xe-5-3-0.edge3.dallas1.level3.net
2 27 0 0 4.69.145.254 vlan90.c
-
2054199·text·789 B·2011-05-05 12:48 UTC
TraceRoute to 207.234.225.250
Hop (ms) (ms) (ms) IP Address Host name
1 0 0 0 8.9.232.73 xe-5-3-0.edge3.dallas1.level3.net
2 27 0 0 4.69.145.254 vlan90.c
-
2054197·text·1.0 KB·2011-05-05 12:46 UTC
C:\Users\gloe>tracert 207.234.225.250
Tracing route to 207.234.225.250 over a maximum of 30 hops
1 122 ms * 137 ms 192.168.2.10
2 * * * Request timed out.
-
2054195·text·533 B·2011-05-05 12:30 UTC
Personalities : [raid6] [raid5] [raid4] [raid1]
md126 : active (auto-read-only) raid1 sda2[0] sdg2[6] sdf2[5] sde2[4] sdd2[3] sdc2[2] sdb2[1]
305152 blocks [8/7] [UUUUUUU_]
md125 : a
-
2054193·text·50.0 KB·2011-05-05 12:20 UTC
-
2054190·text·693 B·2011-05-05 12:12 UTC
--- build_dir/toolchain-powerpc_gcc-4.6.0_uClibc-0.9.32/uClibc-0.9.32/libc/sysdeps/linux/arm/crtn.S.orig 2011-05-05 12:32:24.000000000 +0300
+++ build_dir/toolchain-powerpc_gcc-4.6.0_uClibc-0.9.32/uC
-
2054187·text·84.9 KB·2011-05-05 12:08 UTC
-
2054186·text·986 B·2011-05-05 12:03 UTC
[aivaras@area51 .fluxbox]$ amixer -d
Simple mixer control 'Speaker',0
Capabilities: pvolume pswitch pswitch-joined penum
Playback channels: Front Left - Front Right
Limits: Playback 0 - 151
-
2054184·text·754 B·2011-05-05 11:59 UTC
[aivaras@area51 .fluxbox]$ amixer -d
Simple mixer control 'Speaker',0
Capabilities: pvolume pswitch pswitch-joined penum
Playback channels: Front Left - Front Right
Limits: Playback 0 - 151
-
2054180·sql·3.3 KB·2011-05-05 11:48 UTC
CREATE PROCEDURE addAdministrable (parent INT, role INT, OUT aid INT)
BEGIN
DECLARE done INT DEFAULT 0;
DECLARE ancestor INT;
DECLARE thisId INT;
DECLARE cur CURSOR FOR SELECT anc
-
2054179·c·137 B·2011-05-05 11:48 UTC
#include <stdio.h>
int main( void ) {
char ptr[] = "aabbccdd", *p = ptr;
printf( "%s\n", p++ );
printf( "%s\n", ++p );
}
-
2054178·c·172 B·2011-05-05 11:44 UTC
#include <stdio.h>
int main( void ) {
char ptr[] = "aabbccdd";
char *p = ptr;
printf( "%s\n", p );
p+=2;
printf( "%s\n", p );
return( 0 );
}
-
2054177·text·2.2 KB·2011-05-05 11:42 UTC
In my opinion (not saying im right), the answers for the new questions are:
4. a. Use dynamic management views
12. b. Grant the ALTER TRACE permission to the develope
-
2054176·text·3.4 KB·2011-05-05 11:34 UTC
In file included from ../../../include/sysinc.h:81:0,
-
2054173·text·7.3 KB·2011-05-05 10:57 UTC
VMSIZE: 71100 kb
RSS: 30276 kb total
608 kb shared
16156 kb private clean
12760 kb private dirty
PRIVATE MAPPINGS
vmsize rss clean
-
2054172·text·1022 B·2011-05-05 10:52 UTC
Ок, понял
Спасибо
Юра
Kind Regards
Yuri Petrashin
Saybolt Novorossiysk, South Russia
==================================
Office : +7 8617 643020
Fax : +7 8617 605946
Mobile :
-
2054170·text·5.0 KB·2011-05-05 10:48 UTC
----config.lua--------------
-- Config file for otserv
-- Comments start with a --
----------------------------
-- datadir
datadir = "data/"
-- map
-- sets what map to load, if sql, determi
-
2054168·text·3.4 KB·2011-05-05 10:45 UTC
<?php get_header(); ?>
<?php /* Top post navigation */ ?>
<?php global $wp_query; $total_pages = $wp_query->max_num_pages; if ( $total_pages > 1 ) { ?>
<?php } ?>
<div id="content">
-
2054167·text·3.1 KB·2011-05-05 10:44 UTC
<?php get_header(); ?>
<h1 class="entry-title">
<?php the_title(); ?>
</h1>
<?php the_content(); ?>
<?php wp_link_pages('before=<div class="page-link">' . __( 'Pages:', 'trulyinsane' ) . '&afte
-
2054166·text·899 B·2011-05-05 10:43 UTC
### Game.h:
#import "levelobjs.h"
@interface Game : CCLayer
{
levelobjs *levelobj[99];
}
### Game.m:
#import "Game.h"
@interface Game (PrivateMethods)
@end
@implementation Gam