Advertisement
wlogs

bfpracticepracticepractice

Jan 14th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bfpracticepracticepractice
  2. --
  3. js brainfuck visualizer
  4. http://fatiherikli.github.io/brainfuck-visualizer
  5. ( https://github.com/fatiherikli/brainfuck-visualizer )
  6. --
  7. https://gc.de/gc/brainfuck/  # base64 playfair otp
  8. --
  9. https://sange.fi/esoteric/brainfuck/impl/interp/i.html
  10.  
  11. Eight-Instruction Turing-Complete Programming Language
  12.  
  13. >   Increment the pointer.
  14. <   Decrement the pointer.
  15. +   Increment the byte at the pointer.
  16. -   Decrement the byte at the pointer.
  17. .   Output the byte at the pointer.
  18. ,   Input a byte and store it in the byte at the pointer.
  19. [   Jump forward past the matching ] if the byte at the pointer is zero.
  20. ]   Jump backward to the matching [ unless the byte at the pointer is zero.
  21.  
  22. --pgm
  23. ct.de/ym9c  https://www.heise.de/ct/ausgabe/2015-18-Spielerisch-Programmieren-ueben-im-Netz-2767756.html?wt_mc=print.ct.2015.18.130#zsdb-article-links
  24. ? alle ? pgm sprachen ?
  25. http://www.99-bottles-of-beer.net/toplist.html
  26. https://www.haskell.org/
  27. asm
  28. <pre>http://codebeautify.org/htmlviewer</pre>
  29. <b>Webseiten mit Programmieraufgaben</b><ul>
  30. <li>   <a href="http://www.codewars.com/" target="_blank">Codewars</a></li>
  31. <li>   <a href="https://codility.com/" target="_blank">Codility</a></li>
  32. <li>   <a href="https://www.codingame.com" target="_blank">CodinGame</a>          </li>
  33. <li>   <a href="http://fightcodegame.com/" target="_blank">FightCode</a>          </li>
  34. <li>   <a href="https://code.google.com/codejam" target="_blank">Google Code Jam</a>          </li>
  35. <li>   <a href="https://www.hackerearth.com/" target="_blank">HackerEarth</a>          </li>
  36. <li>   <a href="https://www.hackerrank.com/" target="_blank">HackerRank</a>          </li>
  37. <li>   <a href="https://open.kattis.com/" target="_blank">Kattis</a>          </li>
  38. <li>   <a href="https://leetcode.com/" target="_blank">LeetCode Online Judge</a>          </li>
  39. <li>   <a href="http://www.lintcode.com/en/" target="_blank">LintCode</a>          </li>
  40. <li>   <a href="https://projecteuler.net/" target="_blank">Project Euler</a>          </li>
  41. <li>   <a href="http://www.pythonchallenge.com/" target="_blank">The Python Challenge</a>          </li>
  42. <li>   <a href="http://www.checkio.org/" target="_blank">CheckiO</a>          </li>
  43. <li>   <a href="https://www.codeeval.com/" target="_blank">Code Eval</a>          </li>
  44. <li>   <a href="http://www.codeabbey.com/" target="_blank">CodeAbbey</a>          </li>
  45. <li>   <a href="https://www.codechef.com/" target="_blank">CodeChef</a>          </li>
  46. <li>   <a href="https://codefights.com" target="_blank">CodeFights</a>          </li>
  47. <li>   <a href="http://codeforces.com/" target="_blank">Codeforces</a>          </li>
  48. <li>   <a href="http://coderbyte.com/" target="_blank">Coderbyte</a>          </li>
  49.            </ul>
  50. <b>99 Programming Problems</b><ul>    
  51. <li>     <a href="https://wiki.haskell.org/H-99:_Ninety-Nine_Haskell_Problems" target="_blank">H-99: Ninety-Nine Haskell Problems</a>          </li>
  52. <li>     <a href="http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html" target="_blank">L-99: Ninety-Nine Lisp Problems</a>          </li>
  53. <li>     <a href="https://github.com/christiankissig/ocaml99/wiki" target="_blank">99 OCaml Problems - Problembeschreibungen</a>          </li>
  54. <li>     <a href="https://github.com/christiankissig/ocaml99" target="_blank">99 OCaml Problems - Lösungen</a>          </li>
  55. <li>     <a href="https://sites.google.com/site/prologsite/prolog-problems" target="_blank">P-99: Ninety-Nine Prolog Problems</a>          </li>
  56. <li>     <a href="http://aperiodic.net/phil/scala/s-99/" target="_blank">S-99: Ninety-Nine Scala Problems</a>          </li>
  57. <li>     <a href="http://community.schemewiki.org/?ninety-nine-scheme-problems" target="_blank">ninety-nine-scheme-problems</a>          </li>
  58.            </ul>
  59.    
  60. --fuckyouall:1@fyii.de:16 # http://fyii.de/?search=1
  61. https://open.kattis.com/users/fuckyouall
  62. https://www.hackerrank.com/dashboard  
  63. [.] https://projecteuler.net/problem=1
  64. [.] https://projecteuler.net/problem=585
  65. [.] http://www.codeabbey.com/index/task_view/information-entropy
  66. https://www.haskell.org/hoogle/?q=putStrLn
  67. http://www.writeurl.com/text/7if8fazdn9db6tds3ty7/si6rd9t460rfbq4cg6xm/xhtjqwygtm51tc3whcz8
  68. --
  69. www.chesspastebin.com/view/18607
  70. <!-- chesspastebin.com PGN viewer -->
  71.      <iframe
  72.         src="http://www.chesspastebin.com/view/18604&minimal=true"
  73.      width="600" height="400"
  74.      style="border: 0px solid #000000">
  75.      </iframe>
  76. <!-- END OF chesspastebin.com PGN viewer -->
  77. --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement