PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/software.html

https://github.com/lardissone/lardissone.github.com
HTML | 131 lines | 73 code | 51 blank | 7 comment | 0 complexity | be105156ec101c16da2871037ca43d65 MD5 | raw file
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Software</title>
  5. <meta charset="utf-8" />
  6. <link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
  7. <link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="El Blog de Leech ATOM Feed" />
  8. <link href="./feeds/all.rss.xml" type="application/atom+xml" rel="alternate" title="El Blog de Leech RSS Feed" />
  9. <!--[if IE]>
  10. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  11. <!--[if lte IE 7]>
  12. <link rel="stylesheet" type="text/css" media="all" href="./css/ie.css"/>
  13. <script src="./js/IE8.js" type="text/javascript"></script><![endif]-->
  14. <!--[if lt IE 7]>
  15. <link rel="stylesheet" type="text/css" media="all" href="./css/ie6.css"/><![endif]-->
  16. </head>
  17. <body id="index" class="home">
  18. <header id="banner" class="body">
  19. <h1><a href=".">El Blog de Leech </a></h1>
  20. <nav><ul>
  21. <li ><a href="./category/Tecnología.html">Tecnología</a></li>
  22. <li ><a href="./category/Software.html">Software</a></li>
  23. <li ><a href="./category/Personal.html">Personal</a></li>
  24. <li ><a href="./category/Películas.html">Películas</a></li>
  25. <li ><a href="./category/Música.html">Música</a></li>
  26. <li ><a href="./category/Literatura.html">Literatura</a></li>
  27. <li ><a href="./category/Juegos.html">Juegos</a></li>
  28. <li ><a href="./category/Humor.html">Humor</a></li>
  29. <li class="active"><a href="./category/General.html">General</a></li>
  30. <li ><a href="./category/Gadgets.html">Gadgets</a></li>
  31. <li ><a href="./category/Desarrollo.html">Desarrollo</a></li>
  32. </ul></nav>
  33. </header><!-- /#banner -->
  34. <section id="content" class="body">
  35. <article>
  36. <header> <h1 class="entry-title"><a href="software.html"
  37. rel="bookmark" title="Permalink to Software">Software</a></h1> </header>
  38. <div class="entry-content">
  39. <footer class="post-info">
  40. <abbr class="published" title="2006-12-08T06:38:00">
  41. Fri 08 December 2006
  42. </abbr>
  43. <address class="vcard author">
  44. By <a class="url fn" href="#">Leandro Ardissone</a>
  45. </address>
  46. <p>In <a href="./category/General.html">General</a>. </p>
  47. <p>tags: <a href="./tag/desarrollo.html">desarrollo</a><a href="./tag/personal.html">personal</a></p>
  48. </footer><!-- /.post-info -->
  49. <p>Estas son mis pequeñas creaciones en cuanto a software se refiere, casi todos son basados en necesidades personales que las comparto con ustedes.<br />
  50. </p>
  51. <p><strong>Ed2k Links Extractor</strong><br />
  52. <a href="http://drleechmedia.s3.amazonaws.com/geted2k.exe">geted2k.exe</a> - <a href="http://drleechmedia.s3.amazonaws.com/geted2k.ahk">geted2k.ahk</a><br />
  53. Es un pequeño programita hecho en <a href="http://www.autohotkey.com/">AutoHotkey</a> que lo que hace es sacar las direcciones a links de Edonkey de un texto en particular. Lo devuelve en la misma ventana y ademas te lo guarda en el portapapeles, directo para pegar en el eMule. (código fuente incluido)<br />
  54. </p>
  55. <p><strong>Spinga</strong><br />
  56. <a href="http://drleechmedia.s3.amazonaws.com/spinga.exe">spinga.exe</a> - <a href="http://drleechmedia.s3.amazonaws.com/spinga.ahk">spinga.ahk</a><br />
  57. Es un simple traductor de texto que utiliza el motor de traducción de Google y se aloja en la tray para acceder a él cuando se lo requiera. La única desventaja notable es que no permite la traducción de textos con saltos de línea, posiblemente estará contemplado en la próxima versión. (código fuente incluido)<br />
  58. </p>
  59. </div><!-- /.entry-content -->
  60. </article>
  61. </section>
  62. <section id="extras" class="body">
  63. <div class="social">
  64. <h2>social</h2>
  65. <ul>
  66. <li><a href="./feeds/all.atom.xml" rel="alternate">atom feed</a></li>
  67. <li><a href="./feeds/all.rss.xml" rel="alternate">rss feed</a></li>
  68. <li><a href="http://twitter.com/Leech">twitter</a></li>
  69. <li><a href="http://github.com/lardissone">github</a></li>
  70. </ul>
  71. </div><!-- /.social -->
  72. </section><!-- /#extras -->
  73. <footer id="contentinfo" class="body">
  74. <address id="about" class="vcard body">
  75. Proudly powered by <a href="http://alexis.notmyidea.org/pelican/">pelican</a>, which takes great advantages of <a href="http://python.org">python</a>.
  76. </address><!-- /#about -->
  77. <p>The theme is by <a href="http://smashingmagazine.com">Smashing Magazine</a>, thanks!</p>
  78. </footer><!-- /#contentinfo -->
  79. </body>
  80. </html>