]> git.llucax.com Git - personal/website.git/blobdiff - source/proj/dgc/index.rst
Update resume with The Podcast App
[personal/website.git] / source / proj / dgc / index.rst
index 4f7724d4066d0ed9733b777a921222d1688da640..f641c3bf47b78f5d02b987c05a2446565f8f8e7d 100644 (file)
@@ -1,10 +1,4 @@
 
-.. raw:: html
-
-   <div style="width: 220px; height: 330px; float: right; margin-left: 1em; margin-top: 1em">
-   <iframe width="220" height="330" style="border: none; outline: none" src="http://tools.flattr.net/widgets/thing.html?thing=1141780"></iframe>
-   </div>
-
 =====================================
 D Concurrent Garbage Collector (CDGC)
 =====================================
@@ -23,15 +17,15 @@ order`__).
 
 __ http://www.digitalmars.com/d/
 __ http://en.wikipedia.org/wiki/Garbage_collection_%28computer_science%29
-__ http://www.llucax.com.ar/blog/blog/tag/dgc
-__ http://www.llucax.com.ar/blog/
-__ http://www.llucax.com.ar/blog/blog/tag/dgc?sort=+date
+__ /blog/blog/tag/dgc
+__ /blog/
+__ /blog/blog/tag/dgc?sort=+date
 
 I have a page where I kept track of :doc:`interesting papers <papers>` I read
 (or I want to read).  If you know of any papers you think I would be
 interested in, I'll appreciate if you can drop me an `e-mail`__.
 
-__ mailto:luca@llucax.com.ar
+__ mailto:luca@llucax.com
 
 I've been lurking (and sometimes posting ;) to the `D newsgroups`__ for quite
 some time now (I think since 2005).  In that time I collected some
@@ -53,8 +47,8 @@ __ http://git-scm.com/
 * CDGC__: The collector itself.
 * dgcbench__: The benchmarks used to test the performance of the collector.
 
-__ http://git.llucax.com.ar/w/software/dgc/cdgc.git
-__ http://git.llucax.com.ar/w/software/dgc/dgcbench.git
+__ https://git.llucax.com/w/software/dgc/cdgc.git
+__ https://git.llucax.com/w/software/dgc/dgcbench.git
 
 These other repositories are in in Spanish:
 
@@ -62,9 +56,9 @@ These other repositories are in in Spanish:
 * Informe__: The thesis document itself.
 * Presentacion__: The slides used to present the thesis.
 
-__ http://git.llucax.com.ar/w/z.facultad/75.00/propuesta.git
-__ http://git.llucax.com.ar/w/z.facultad/75.00/informe.git
-__ http://git.llucax.com.ar/w/z.facultad/75.00/presentacion.git
+__ https://git.llucax.com/w/z.facultad/75.00/propuesta.git
+__ https://git.llucax.com/w/z.facultad/75.00/informe.git
+__ https://git.llucax.com/w/z.facultad/75.00/presentacion.git
 
 You can download too a :download:`CD image <cd.iso.bz2>` with all the code and
 binaries ready to be tested (also available as a :download:`tar archive
@@ -80,6 +74,6 @@ __ http://www.dsource.org/projects/druntime
 __ http://www.dsource.org/projects/druntime/browser/branches/CDGC
 __ http://www.dsource.org/projects/tango/ticket/1997
 __ http://www.dsource.org/projects/tango
-__ http://llucax.com.ar/blog/blog/post/-3d3bc8f4
+__ /blog/blog/post/-3d3bc8f4
 
 .. vim: set et sw=3 sts=3 tw=78 :