index.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <!DOCTYPE html>
  2. <html lang="es">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width" />
  6. <link rel="icon" href="http://www.freakspot.net/wp-content/uploads/2016/07/cropped-favicon-32x32.png" sizes="32x32" />
  7. <link rel="icon" href="http://www.freakspot.net/wp-content/uploads/2016/07/cropped-favicon-192x192.png" sizes="192x192" />
  8. <link rel="apple-touch-icon-precomposed" href="http://www.freakspot.net/wp-content/uploads/2016/07/cropped-favicon-180x180.png" />
  9. <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
  10. <link rel="stylesheet" type="text/css" href="css/style.css"/>
  11. <title>Freak Programas</title>
  12. </head>
  13. <body data-spy="scroll" data-target="#navbar">
  14. <div class="col-md-3 visible-md visible-lg" id="navbar">
  15. <nav>
  16. <a title="website-root" href="http://www.freakspot.net/">www.freakspot.net</a>
  17. <div class="collapse navbar-collapse">
  18. <ul class="nav nav-pills nav-stacked menuV affix" role="tablist">
  19. <li class="active"><a href="#Anota">Anota</a></li>
  20. <li><a href="#Bullet_dodger">Bullet dodger</a></li>
  21. <li><a href="#Creador_de_cuadrados">Creador de cuadrados</a></li>
  22. <li><a href="#Creador_de_líneas_aleatorias">Creador de líneas aleatorias</a></li>
  23. <li><a href="#Ducker">Ducker</a></li>
  24. <li><a href="#Unregelmäßige_Verben_Test">Unregelmäßige Verben Test</a></li>
  25. </ul>
  26. </div>
  27. </nav>
  28. </div>
  29. <div id="content" class="col-md-9 container">
  30. <div class="col-md-12">
  31. <div class="programs">
  32. <section class="program" id="Anota">
  33. <a href="https://notabug.org/jorgesumle/anota/raw/master/snapshot.png">
  34. <img class="img-rounded" src="https://notabug.org/jorgesumle/anota/raw/master/snapshot.png" alt="Captura de pantalla del programa Anota"/>
  35. </a>
  36. <a href="anota/index.php">
  37. <h2>Anota</h2>
  38. </a>
  39. <table class="table">
  40. <tr>
  41. <td>Descripción</td>
  42. <td>Aplicación web para gestionar notas recordatorias</td>
  43. </tr>
  44. <tr>
  45. <td>Licencia</td>
  46. <td>
  47. <a href="http://www.gnu.org/licenses/">GNU Affero General Public License v3.0</a>
  48. </td>
  49. </tr>
  50. <tr>
  51. <td>Repositorio de código</td>
  52. <td>
  53. <a href="https://notabug.org/jorgesumle/anota">https://notabug.org/jorgesumle/anota</a>
  54. </td>
  55. </tr>
  56. </table>
  57. </section>
  58. <hr>
  59. <section class="program" id="Bullet_dodger">
  60. <a href="http://www.freakspot.net/wp-content/uploads/2016/09/Captura-de-pantalla-de-2016-09-11-085128.png">
  61. <img class="img-rounded" src="http://www.freakspot.net/wp-content/uploads/2017/01/3004-1.png" alt="Captura de pantalla del programa Bullet dodger"/>
  62. </a>
  63. <a href="https://notabug.org/jorgesumle/bullet_dodger">
  64. <h2>Bullet dodger</h2>
  65. </a>
  66. <table class="table">
  67. <tr>
  68. <td>Descripción</td>
  69. <td>Un divertido y desafiante juego de ratón en el que debes esquivar balas. ¿Cuántos puntos conseguirás?</td>
  70. </tr>
  71. <tr>
  72. <td>Instrucciones de instalación</td>
  73. <td>
  74. <a href="https://notabug.org/jorgesumle/bullet_dodger#installation">https://notabug.org/jorgesumle/bullet_dodger#installation</a>
  75. </td>
  76. </tr>
  77. <tr>
  78. <td>Licencia</td>
  79. <td>
  80. <a href="http://www.gnu.org/licenses/">GNU General Public License v3.0</a>
  81. </td>
  82. </tr>
  83. <tr>
  84. <td>Repositorio de código</td>
  85. <td>
  86. <a href="https://notabug.org/jorgesumle/bullet_dodger">https://notabug.org/jorgesumle/bullet_dodger</a>
  87. </td>
  88. </tr>
  89. </table>
  90. </section>
  91. <hr>
  92. <section class="program" id="Creador_de_cuadrados">
  93. <a href="creadorDeCuadrados/snapshots/snapshot.png">
  94. <img class="img-rounded" src="creadorDeCuadrados/snapshots/snapshot.png" alt="Captura de pantalla del programa Creador de cuadrados"/>
  95. </a>
  96. <a href="creadorDeCuadrados/index.html">
  97. <h2>Creador de cuadrados</h2>
  98. </a>
  99. <table class="table">
  100. <tr>
  101. <td>Descripción</td>
  102. <td>Este programa dibuja una página web que solo contiene cuadrados. Te permite especificar el número de cuadrados y el tamaño máximo y mínimo que podrán tener los cuadrados</td>
  103. </tr>
  104. <tr>
  105. <td>Licencia</td>
  106. <td>
  107. <a href="http://www.gnu.org/licenses/">GNU Affero General Public License v3.0</a>
  108. </td>
  109. </tr>
  110. <tr>
  111. <td>Repositorio de código</td>
  112. <td>
  113. <a href="https://notabug.org/jorgesumle/creadorDeCuadrados">https://notabug.org/jorgesumle/creadorDeCuadrados</a>
  114. </td>
  115. </tr>
  116. </table>
  117. </section>
  118. <hr>
  119. <section class="program" id="Creador_de_líneas_aleatorias">
  120. <a href="randomCanvas/snapshot.png">
  121. <img class="img-rounded" src="randomCanvas/snapshot.png" alt="Captura de pantalla del programa Creador de líneas aleatorias"/>
  122. </a>
  123. <a href="randomCanvas/randomLines.html">
  124. <h2>Creador de líneas aleatorias</h2>
  125. </a>
  126. <table class="table">
  127. <tr>
  128. <td>Descripción</td>
  129. <td>Este programa dibuja una página web que solo contiene líneas rectas dispuestas de forma aleatoria. Te permite especificar el número de líneas que quieres dibujar de golpe</td>
  130. </tr>
  131. <tr>
  132. <td>Licencia</td>
  133. <td>
  134. <a href="http://www.gnu.org/licenses/">GNU Affero General Public License v3.0</a>
  135. </td>
  136. </tr>
  137. <tr>
  138. <td>Repositorio de código</td>
  139. <td>
  140. <a href="https://notabug.org/jorgesumle/randomCanvas">https://notabug.org/jorgesumle/randomCanvas</a>
  141. </td>
  142. </tr>
  143. </table>
  144. </section>
  145. <hr>
  146. <section class="program" id="Ducker">
  147. <a href="ducker/">
  148. <h2>Ducker</h2>
  149. </a>
  150. <table class="table">
  151. <tr>
  152. <td>Descripción</td>
  153. <td>Permite hacer búsquedas con DuckDuckGo desde la <a href="https://es.wikipedia.org/wiki/Interfaz_de_l%C3%ADnea_de_comandos" target="_blank">interfaz de línea de órdenes</a></td>
  154. </tr>
  155. <tr>
  156. <td>Licencia</td>
  157. <td>
  158. <a href="http://www.gnu.org/licenses/">GNU General Public License v3.0</a>
  159. </td>
  160. </tr>
  161. <tr>
  162. <td>Repositorio de código</td>
  163. <td>
  164. <a href="https://notabug.org/Ducker/ducker">https://notabug.org/Ducker/ducker</a>
  165. </td>
  166. </tr>
  167. </table>
  168. </section>
  169. <hr>
  170. <section class="program" id="Unregelmäßige_Verben_Test">
  171. <a href="unregelmaessige-verben-test/bildschirmfoto.png">
  172. <img class="img-rounded" src="unregelmaessige-verben-test/bildschirmfoto.png" alt="Captura de pantalla del programa Unregelmäßige Verben Test"/>
  173. </a>
  174. <a href="unregelmaessige-verben-test/">
  175. <h2>Unregelmäßige Verben Test</h2>
  176. </a>
  177. <table class="table">
  178. <tr>
  179. <td>Descripción</td>
  180. <td>Test autocorregible de los verbos irregulares del alemán</td>
  181. </tr>
  182. <tr>
  183. <td>Licencia</td>
  184. <td>
  185. <a href="http://www.gnu.org/licenses/">GNU Affero General Public License v3.0</a>
  186. </td>
  187. </tr>
  188. <tr>
  189. <td>Repositorio de código</td>
  190. <td>
  191. <a href="https://notabug.org/jorgesumle/unregelmaessige-verben-test">https://notabug.org/jorgesumle/unregelmaessige-verben-test</a>
  192. </td>
  193. </tr>
  194. </table>
  195. </section>
  196. </div>
  197. </div>
  198. </div>
  199. <div class="col-md-12">
  200. <footer>
  201. <p>Todos los programas de está página son software libre. Incluso esta página es software libre: puedes encontrar su código fuente en <a href="https://notabug.org/Freak-Spot/FreakProgramas">https://notabug.org/Freak-Spot/FreakProgramas</a>. Vea <a data-jslicense="1" href="js/libreJS.html">aquí</a> la información de licencias de las librerías de JavaScript utilizadas.<p>
  202. </footer>
  203. </div>
  204. <script src="http://www.freakspot.net/theme/js/jquery-3.1.1.js"></script>
  205. <script src="http://www.freakspot.net/programas/js/bootstrap.min.js"></script>
  206. </body>
  207. </html>