Add masters thesis
This commit is contained in:
parent
a757ef642d
commit
3b837d8564
2 changed files with 30 additions and 15 deletions
40
dat/doc
40
dat/doc
|
|
@ -4,12 +4,14 @@ I don't often write stuff. Certainly not enough to warrant a blog. But
|
|||
sometimes I do feel the need to write down my thoughts. The results of those
|
||||
rare occasions are published on this page.
|
||||
|
||||
=head2 Articles That May As Well Be Considered Blog Posts
|
||||
|
||||
=over
|
||||
|
||||
=item C<2014-01-09 > - L<Some Measurements on Direct Connect File Lists|http://dev.yorhel.nl/doc/dcstats>
|
||||
|
||||
The report of a short measurement study on the file lists obtained from a
|
||||
Direct Connect hub. Lots of graphs!
|
||||
A short measurement study on the file lists obtained from a Direct Connect hub.
|
||||
Lots of graphs!
|
||||
|
||||
=item C<2012-02-15 > - L<A Distributed Communication System for Modular Applications|http://dev.yorhel.nl/doc/commvis>
|
||||
|
||||
|
|
@ -21,18 +23,30 @@ project aimed at realizing that vision.
|
|||
So you have a single database and some threads. How do you combine these in a
|
||||
program?
|
||||
|
||||
=back
|
||||
|
||||
=head2 Longer Reports
|
||||
|
||||
=over
|
||||
|
||||
=item C<2014-06-10 > - L<Biased Random Periodic Switching in Direct Connect|http://dev.yorhel.nl/download/doc/brpsdc.pdf> (PDF)
|
||||
|
||||
My masters thesis.
|
||||
|
||||
=item C<2013-04-05 > - L<Peer Selection in Direct Connect|http://dev.yorhel.nl/download/doc/psdc.pdf> (PDF)
|
||||
|
||||
The rather long-ish literature study that precluded my masters thesis.
|
||||
|
||||
=item C<2010-06-02 > - L<Design and implementation of a compressed linked list library|http://dev.yorhel.nl/download/doc/compll.pdf> (PDF)
|
||||
|
||||
This isn't really an article. It's the report for the
|
||||
final project of my professional (HBO) bachelor of Electrical
|
||||
Engineering. I was very liberal with some terminology in this report. For
|
||||
example, "linked lists" aren't what you think they are, and I didn't even
|
||||
use the term "locality of reference" where I really should have. It was
|
||||
also written for an audience with little knowledge on the subject, so I
|
||||
elaborated on a lot of things that should be obvious for most people in
|
||||
the field. Then there is a lot of uninteresting overhead about the
|
||||
project itself, which just happened to be mandatory for this report.
|
||||
Nonetheless, if you can ignore these faults it's not such a bad read, if
|
||||
I may say so myself. :-)
|
||||
The report for the final project of my professional (HBO) bachelor of
|
||||
Electrical Engineering. I was very liberal with some terminology in this
|
||||
report. For example, "linked lists" aren't what you think they are, and I
|
||||
didn't even use the term "locality of reference" where I really should have. It
|
||||
was also written for an audience with little knowledge on the subject, so I
|
||||
elaborated on a lot of things that should be obvious for most people in the
|
||||
field. Then there is a lot of uninteresting overhead about the project itself,
|
||||
which just happened to be mandatory for this report. Nonetheless, if you can
|
||||
ignore these faults it's not such a bad read, if I may say so myself. :-)
|
||||
|
||||
=back
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue