Lo que todo programador debería saber sobre aritmética de punto flotante
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

added Google +1 button

+3 -1
+3 -1
layouts/default.html
··· 12 12 <% end %> 13 13 <link rel="stylesheet" type="text/css" href="/style.css" media="screen"> 14 14 <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon"> 15 + <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 15 16 </head> 16 17 <body> 17 18 <div id="main"> 18 19 <h1><%= @item[:title] %></h1> 19 20 <%= yield %> 20 21 21 - <div id="license"> 22 + <g:plusone href="http://floating-point-gui.de"></g:plusone> 23 + <div id="license"> 22 24 <p>&copy; Published at <a href="http://floating-point-gui.de/">floating-point-gui.de</a> under the 23 25 <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution License (BY)</a></p> 24 26 </div>