A semantic search engine for source code https://bitshift.benkurtovic.com/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <!-- Global layout template, to be inherited by other project HTML files. -->
  3. <html>
  4. <head>
  5. <title>
  6. bitshift &laquo;
  7. = filter lower
  8. = block title
  9. = endblock
  10. = endfilter
  11. </title>
  12. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
  13. <meta name="description" content="bitshift is a source code search engine."/>
  14. <meta name="keywords" content="source code language search engine"/>
  15. <meta name="author" content="Benjamin Attal Ben Kurtovic Severyn Kozak"/>
  16. {{ assets.tag("lib/jquery.min.js") }}
  17. {{ assets.tag("main.css") }}
  18. {{ assets.tag("about.css") }}
  19. {{ assets.tag("about.js") }}
  20. = block head
  21. = endblock
  22. </head>
  23. <body>
  24. <div id="img-1" class="bg"></div>
  25. <div id="img-2" class="bg"></div>
  26. <div id="img-3" class="bg"></div>
  27. <div id="top" class="section">
  28. <h1>Section one</h1>
  29. Having done this, our code is complete. If you test the file you’ll see it working. To change the speed, we need to change the fraction in the function; smaller fractions reduce the speed and higher fractions increase it. You can see the final result of this code in this pen I created.
  30. </div>
  31. <div class="section">
  32. <h1>Section two</h1>
  33. Having done this, our code is complete. If you test the file you’ll see it working. To change the speed, we need to change the fraction in the function; smaller fractions reduce the speed and higher fractions increase it. You can see the final result of this code in this pen I created.
  34. </div>
  35. <div class="section">
  36. <h1>Section three</h1>
  37. Having done this, our code is complete. If you test the file you’ll see it working. To change the speed, we need to change the fraction in the function; smaller fractions reduce the speed and higher fractions increase it. You can see the final result of this code in this pen I created.
  38. </div>
  39. </body>
  40. </html>