Wiki: DebugInfo: daniel


Detailed view of a page, which is probably more useful for debugging than anything else.

Querying backend directly for 'daniel'

get_pagedata('daniel')
 _cached_html 
transformedtext Object
(
    [_type] => pagetype_wikitext Object
        (
        )

    [_basepage] => daniel
    [_content] => Array
        (
            [0] => <div class="wikitext"><h2>Characteristics</h2>
<table class="wiki-dl-table" border="1" cellspacing="0" cellpadding="6"><tr class="tightenable top bottom"><th>Name</th>
<td>Daniel Albuschat</td>
</tr>
<tr class="tightenable top bottom"><th>Location</th>
<td>Germany - NRW</td>
</tr>
<tr class="tightenable top bottom"><th>Occupation</th>
<td>Software engineer at 
            [1] => cached_externallink Object
                (
                    [_url] => http://www.treesoft.de
                )

            [2] => </td>
</tr>
<tr class="tightenable top bottom"><th>E-Mail</th>
<td>daniel at viming.de</td>
</tr>
<tr class="tightenable top bottom"><th>Programming Languages</th>
<td><ol><li class="tightenable top bottom">PASCAL</li>
<li class="tightenable top bottom">Delphi (Object PASCAL)</li>
<li class="tightenable top bottom">C++</li>
<li class="tightenable top bottom">Python</li>
</ol>
</td>
</tr>
<tr class="tightenable top bottom"><th>Free/Open Programming</th>
<td><ul><li class="tightenable top bottom">
            [3] => cached_externallink Object
                (
                    [_url] => http://www.zynot.org
                )

            [4] => </li>
<li class="tightenable top bottom">
            [5] => cached_externallink Object
                (
                    [_url] => http://cppfunctor.sf.net
                )

            [6] => </li>
<li class="tightenable top bottom">
            [7] => cached_externallink Object
                (
                    [_url] => http://cursive.sf.net
                )

            [8] => </li>
<li class="tightenable top bottom">a few more small projects, not yet released</li>
</ul>
</td>
</tr>
<tr class="tightenable top"><th>Homepage</th>
<td>
            [9] => cached_externallink Object
                (
                    [_url] => http://viming.de
                )

            [10] =>  (well, as you can see, it's nothing there)</td>
</tr>
</table>
<p class="tightenable">My name is Daniel Albuschat, I'm 19 years old.
I'm a not a `full' Software Engineer so far, but a `trainee'. That's quite
common here in germany... I'm going to school 2 or 1 days a week, working the
others at the company.
Anyways, I'm fully integrated into the development of one of our comapnie's
upcoming products, doing almost half of the coding.
I proudly call myself a `Programmer'. I actually dislike terms like `Softare
Engineer' or `IT Professional' or something like that... I just love to
write my programs and fiddle with my local Gentoo GNU/Linux box.</p>
<p class="tightenable bottom">I love watching anime and are kind of japanophile. I'm planning a trip
to Japan for the end of the year.
If you're interested in animes and programming, you'll have to have a look
at `Battle Programmer Shirase'. It's funny as hell... see a guy beat a
Supercomputer with an i-mode cellphone, using the `Double Compile'-technique!
Well in a blink of an eye you can even see stupid Borland-C++ Builder
Sourcecode... like</p>
<blockquote class="mail-style-quote tightenable top bottom"><p class="tightenable top bottom">void __fastcall TForm1::FunctionName( TObject *parameter )</p>
</blockquote>
<p class="tightenable top">but hell, I don't think any real hackers would produce an anime. :)
There's a lot of other great stuff on the anime market... just check it
out, there's something interesting for everybody.</p>
<p class="tightenable">Well if I'd make a list of what I do like most, it'll look like this:</p>
<ol><li class="tightenable bottom">Programming</li>
<li class="tightenable top bottom">Anime</li>
<li class="tightenable top bottom">Vim</li>
<li class="tightenable top">Drawing</li>
</ol>
<p class="tightenable">We talked about Programming and Drawing, so here's the -- perhaps most
interesting -- vim-part:
I started using vim quite shortly after I installed my first SuSE Linux
box. It was SuSE 8.0... yeah, it's not that long ago at all. I had my
first PC with &lt;remember&gt; 15 years... I used Windows for around one
year, doing PASCAL and later some Delphi and C++ programming. Then I installed
Linux and was busy with learning the new environment, configuring my
system and learning much about UNIX and such stuff. Later my main focus
was learning C++. And that went along with learning vim, because I'm doing
all my C++ programming entirely in vim, either with a Makefile or a SConstruct (
            [11] => cached_externallink Object
                (
                    [_url] => http://www.scons.org
                )

            [12] => ). I'm getting used to scons at the moment and it seems
to be a quite powerful and easy tool.
One of the big topics in the UNIX world is vi, of course. Because vi is a
symlink to vim on most modern system -- what I consider being really evil,
but anyways -- I learned using vim.
Of course, it's horrible in the beginning... you start up vi, don't know what
the heck you should do anything (e.g. you don't know that you can't type text
just ahead, and even don't know about :help). And if you get into insert-mode
accidentaly, you try to save the file with Ctrl-S, like you're used to... which
will make the console go into sleep mode. I think nearly everybody had to
go through this torture.
Well there's many you can put your foot in when starting vim, but if you get
used to it, it's the most powerful too; you can imagine.
And the fun at vim is, that it is so effective!
It's the only program on earth that's totally aimed at <i>helping</i> you get your
job done. It's not  pretending great features it doesn't really have,
it doesn't break, <b>never</b>. And it has every useful feature you could imagine
(of course, after some time, people's imagination grew and so there might be
some things vim can't handle that you could think of :D).</p>
<p class="tightenable">Finally, I have some quite useful tips for you, if you're trying to
develop C or C++ programs in vim:</p>
<ul><li class="tightenable bottom">Use :make. It'll get you a nice list of errors (if any occured) with :cwin and you can move in the list with :cn and :cp or just get to the corresponding line in the :cwin and press enter.</li>
<li class="tightenable top bottom">You can use :make with scons, too. Just do :set makeprg=scons</li>
<li class="tightenable top bottom">:set syntax enable will get you funky colours on your code. There are appropriate syntax files for nearly everything... for C/C++, python, assembler and even configuration files like fetchmailrc or procmail-configurations.</li>
<li class="tightenable top bottom">
            [13] => cached_wikilink Object
                (
                    [_page] => TagList
                )

            [14] =>  and 
            [15] => cached_wikilink Object
                (
                    [_page] => TagExplorer
                )

            [16] =>  are very useful for C, too (don't work so well in C++, unfortunately).</li>
<li class="tightenable top bottom">Here's a mapping that will insert a corresponding } if you type a {. Decide on your own, if it's useful:</li>
</ul>
<p class="tightenable top bottom">imap { {&lt;CR&gt;}&lt;ESC&gt;ko</p>
<ul><li class="tightenable top bottom">Use :grep! I have a mapping :map F :grep &lt;cword&gt; *&lt;CR&gt;. This will grep the whole directory for the word under the cursor.</li>
<li class="tightenable top bottom">You can let vim make backups of your files. This is <b>very</b> useful. It has saved me plenty of hours reconfiguring some daemons:</li>
</ul>
<p class="tightenable top bottom">:set backupdir=/backup/ <br />
:set backup</p>
<ul><li class="tightenable top bottom">Use autoindent and cindent (you can specify the indentation depth with `shiftwidth' and `tabstop')</li>
<li class="tightenable top bottom">Use :set paste when you paste text to vim.</li>
<li class="tightenable top">You can even control gdb from within vim. There are several plugins on 
            [17] => cached_externallink Object
                (
                    [_url] => http://vim.sf.net
                )

            [18] => , they all have their pro's and con's.</li>
</ul>
<p class="tightenable">You can see my .vimrc at 
            [19] => cached_wikilink Object
                (
                    [_page] => DanielVimrc
                )

            [20] => </p>
<p class="tightenable">Get my PGP key from 
            [21] => cached_externallink Object
                (
                    [_url] => http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xF9892E40
                    [_label] => pgp.mit.edu
                )

            [22] => </p>
<p class="tightenable">&lt;small&gt;
            [23] => cached_wikilink Object
                (
                    [_page] => P
                )

            [24] => 
adult bedwetting piss desperation bedwetting pics bedwetting pants 
            [25] => cached_externallink Object
                (
                    [_url] => http://web.archive.org/web/20060131190353/http://www.network54.com/index/56767
                    [_label] => adult bedwetting
                )

            [26] =>  pee desperation</p>
<p class="tightenable">extreme close up pussy extreme breasts extreme gangbang extreme sex stories 
            [27] => cached_externallink Object
                (
                    [_url] => http://web.archive.org/web/20060706225009/http://www.bfu.bg/site/files/?cla6/rapeextreme
                    [_label] => extreme breasts
                )

            [28] =>  extreme femdom</p>
<p class="tightenable">
            [29] => cached_wikilink Object
                (
                    [_page] => |
                )

            [30] => </p>
<p class="tightenable">old blow jobs www blow jobs teen blow job movie blow job 
            [31] => cached_externallink Object
                (
                    [_url] => http://web.archive.org/web/20060207000251/http://www.network54.com/index/56754
                    [_label] => blow jobs clips
                )

            [32] =>  blow job pic</p>
<p class="tightenable">kogal schoolgirls sex schoolgirls sex schoolgirls japan 
            [33] => cached_externallink Object
                (
                    [_url] => http://web.archive.org/web/20060708155906/http://www.bfu.bg/site/files/?cla6/teenschoolgirl
                    [_label] => www schoolgirls com
                )

            [34] =>  schoolgirl movies</p>
<p class="tightenable">video chat x nude video chat live video chat video sexy chat 
            [35] => cached_externallink Object
                (
                    [_url] => http://web.archive.org/web/20060131191451/http://www.network54.com/index/56804
                    [_label] => video chat icq
                )

            [36] =>  video chat site</p>
<p class="tightenable">domme kinky bondage video best bondage 
            [37] => cached_externallink Object
                (
                    [_url] => http://web.archive.org/web/20060131190211/http://www.network54.com/index/56666
                    [_label] => sex bdsm
                )

            [38] =>  kinky movies</p>
<p class="tightenable">blonde stockings stockings world rht stockings stocking footjob 
            [39] => cached_externallink Object
                (
                    [_url] => http://web.archive.org/web/20060713180956/http://www.bfu.bg/site/files/?cla6/pantyhosestocking
                    [_label] => knitted stockings
                )

            [40] =>  stockings skirts</p>
<p class="tightenable">
            [41] => cached_wikilink Object
                (
                    [_page] => |
                )

            [42] => </p>
<p class="tightenable bottom">&lt;/small&gt;</p>
</div>

        )

    [_description] => My name is Daniel Albuschat, I'm 19 years old. I'm a not a `full' Software Engineer so far, but a `trainee'. That's quite common here in germany... I'm going to school 2 or 1 days a week, working the others at the company. Anyways, I'm fully integrated into the development of one of our comapnie's upcoming products, doing almost half of the coding. I proudly call myself a `Programmer'. I actually dislike terms like `Softare Engineer' or `IT Professional' or something like that... I just love to write my programs and fiddle with my local Gentoo GNU/Linux box.
)
 hits  3105
get_versiondata('daniel',6)
 %content  !!!Characteristics Name | Daniel Albu ...
 author  WikiWord
 author_id  WikiWord
 is_minor_edit   
 markup  2
 mtime  1186739412
 pagetype  wikitext
get_versiondata('daniel',5)
 %content  !!!Characteristics Name | Daniel Albu ...
 _supplanted  1186739412
 author  WikiWord
 author_id  WikiWord
 is_minor_edit   
 markup  2
 mtime  1186700995
 pagetype  wikitext
get_versiondata('daniel',4)
 %content  !!!Characteristics Name | Daniel Albu ...
 _supplanted  1186700995
 author  WikiWord
 author_id  WikiWord
 is_minor_edit   
 markup  2
 mtime  1184335574
 pagetype  wikitext
get_versiondata('daniel',3)
 %content  !!!Characteristics Name | Daniel Albu ...
 _supplanted  1184335574
 author  WikiWord
 author_id  WikiWord
 is_minor_edit   
 markup  2
 mtime  1184004695
 pagetype  wikitext
get_versiondata('daniel',2)
 %content  !!!Characteristics Name | Daniel Albu ...
 _supplanted  1184004695
 author  daniel
 author_id  daniel
 is_minor_edit   
 markup  2
 mtime  1082399770
 pagetype  wikitext

Copyright © 2007 RobertMelton.com