-
2067547·text·370 B·2011-05-23 11:53 UTC
Here's the actual data I want it to show:
block 1 - 601-751
block 2 - 1627-1688
block 3 - 4601-7859
But the PHP finds the start of a block by PREG_OFFSET_CAPTURE, and the end of a block by th
-
2067541·text·159 B·2011-05-23 11:46 UTC
[woodhouse]
type=user
host=dynamic
context=phones
insecure=port,invite
deny=0.0.0.0/0.0.0.0
permit=192.168.1.0/255.255.255.0
mailbox=777@mb_tutorial
-
2067530·text·586 B·2011-05-23 11:25 UTC
Sem Course Code Course Name Type Grade
6 CS392. Software Design and Modelling Lab Regular A-
6 CS394. Net-Centric Programming Lab Regular B
6 IT324 TCP/IP and
-
2067511·text·271 B·2011-05-23 10:55 UTC
+------+------------+---------------+
| sid | str | annot |
+======+============+===============+
| 1 | string 1 | ABCDEFBCDF |
| 2 | string 2 | ABCDEFGBCDEGH |
|
-
2067506·text·1.3 KB·2011-05-23 10:51 UTC
VIBENAS# zpool status
pool: NAS1
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
NAS1 ONLINE 0 0 0
mirror ONLINE 0
-
2067501·text·6.3 KB·2011-05-23 10:45 UTC
Array ( [0] => Array ( [0] => [ATGCAGACCCTGGGCAGCTTCTTTGGGTCCCTGCCTGGCTTCAGCTCTGCCCGGAACCTGGTGGCCAACGCACATAGCTCGGCGAGAGCCCGGCCGGCCGCTGACCCCACAGGAGCGCCTGCTGCCGAGGCTGCCCAACCACAGGCTCAGG] [1] => [TGGCTGCC
-
2067498·text·331 B·2011-05-23 10:43 UTC
{
pid_t pid( fork );
// ...
// parent - console
if( pid > 0 )
{
exit( EXIT_SUCCESS );
}
}
{
pid_t pid( fork() );
// ...
// parent - logger
if( pid > 0 )
{
-
2067491·text·259 B·2011-05-23 10:31 UTC
server {
root foo;
location ~ /sites/(?<domain>.+)/(?<uri_part>.+) {
try_files $uri @redirect;
}
location @redirect {
rewrite
-
2067484·text·2.3 KB·2011-05-23 10:24 UTC
Too many buffered pts
[mpeg4 @ 0x877f5a0]cbpc corrupted at 311 0
[mpeg4 @ 0x877f5a0]concealing 129165 DC, 129165 AC, 128953 MV errors
Too many buffered pts
[mpeg4 @ 0x877f5a0]Error, header damaged
-
2067483·text·10.6 KB·2011-05-23 10:24 UTC
450003 (5) - 450003 |VISA |CANADIAN IMPERIAL BANK OF COMMERCE |CREDIT |INFINITE |CANADA |NULL |
450061 (1) - 450061 |VISA |CANADIAN IMPERIAL BANK OF COMMERCE |CREDIT |GOLD/PREM |CANADA |NULL |
451
-
2067471·text·2.9 KB·2011-05-23 10:13 UTC
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
E-mail: ben_sam56@yahoo.com
Website: www.rtwincustomize.net
C:\Users\Mitja>netstat
Act
-
2067464·text·33.2 KB·2011-05-23 10:04 UTC
-
2067457·text·992 B·2011-05-23 09:56 UTC
Personal
--
Rothko "Frothy Roth" Runnings
American Radio Host / Freelance Storyteller
Age: Fifty, smixty-shomething'r other
Intelligence: College-educated, though his smarts have worn in his la
-
2067454·text·784 B·2011-05-23 09:51 UTC
Connecting to login on 127.0.0.1:9014
Disconnected from Login, Trying to reconnect: Connection refused: connect
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocke
-
2067453·text·16.3 KB·2011-05-23 09:50 UTC
<DNA>TCTGCCCCCTTCCAGCTTCTCACGTTCTCACTATGTCTGCTCCAGACGAAGGGAGACGGGATCCCCCCAAACCGAAGGGCAAGGTAAAGAGGGGAAATGGGGCAGATTCTTGCTGGGGCCTGGAGATGCCCCAGAGCCGGGGAAGGTGACCTCCACAGTCCTGGGGTCTCGAATCTGGAGAGGTGCTTCCCTGGT
-
2067449·text·6.6 KB·2011-05-23 09:45 UTC
fixme:ole:OleLoadPictureEx (0xb206e4,6470,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa70), partially implemented.
fixme:ole:OleLoadPictureEx (0xb206e4,3966,1,{7bf80980-bf32-101a-8bbb-0
-
2067447·text·5.7 KB·2011-05-23 09:43 UTC
# ---------------------------------------------------------------------------
# Rate Settings
# ---------------------------------------------------------------------------
# The defaults are set to
-
2067437·text·1008 B·2011-05-23 09:30 UTC
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% IRI Template
\documentclass[xcolor=dvipsnames,hyperref={pdfpagelabels=false}, table, 14pt]{beamer} % [compress]
\usethe
-
2067435·text·16.9 KB·2011-05-23 09:30 UTC
Exception reported from <CENSORED!>
Time: Mon May 23 11:25:58 2011
Exception type <CENSORED!>.server.rhnSQL.sql_base.SQLError
Exception while handling function queue.get
Request object information
-
2067431·text·720 B·2011-05-23 09:27 UTC
export GNUINE_HOME=$HOME/projects/
function cs {
local dest current
if test -n "$1"; then
cd "$GNUINE_HOME/$1"
fi
}
function _cs_scandir
{