Advertisement
Guest User

post - 3 - code (typo corrected)

a guest
Sep 29th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ABAP 3.52 KB | None | 0 0
  1. ==Code==
  2.  
  3. ''C#''
  4. '''BigInteger Square Root'''  ——  ''https:''//pastebin.com/rz1SdACZ
  5. '''VQC code w/ Bitmap'''  ——  ''https:''//pastebin.com/hMTtJF6E
  6. '''PMA's tree generator'''  ——  ''https''://pastebin.com/ZH9fSWu2
  7. '''Original VQC code'''  ——  ''https:''//pastebin.com/XFtcAcrz
  8. '''Unity Script'''  ——  ''https:''//pastebin.com/QgAXLQj3
  9. '''Unity Script 2'''  ——  ''https:''//pastebin.com/Y38nVWgT
  10.  
  11. ''Java''
  12. '''Traverse the VQC cells in real-time'''  ——  ''https:''//anonfile.com/TeH6q3d8bd/VQCGUI_v2.7z
  13. '''Tree Generator'''  ——  ''https''://pastebin.com/VZnQQR2i
  14. '''VQCGenerator'''  ——  ''https:''//pastebin.com/Dgu9aP1h
  15. '''VQC Triangle Number Methods'''  ——  ''https''://pastebin.com/NCQ3HK2K
  16.  
  17. ''NodeJS''
  18. '''BigInteger Library and Sqrt'''  ——  ''https:''//pastebin.com/y8AXtFFr
  19.  
  20. ''Python''
  21. '''3D VQC [V2]'''  ——  ''https:''//pastebin.com/wZM5Thzu
  22. '''Useful methods from CollegeAnon'''  ——  ''https:''//pastebin.com/d8xZZnm0
  23. '''Create the VQC'''  ——  ''https:''//pastebin.com/NZkjtnZL
  24. '''Fractal cryptography'''  ——  ''https:''//pastebin.com/XuN4U7Dv
  25. '''GAnon's Viewable Grid code'''  ——  ''https:''//pastebin.com/czpK8A4j
  26. '''Generate any cell in (0,1) and (0,2)'''  ——  ''https:''//pastebin.com/gRTYpdMU
  27. '''Generate cells for a (and more)'''  ——  ''https:''//pastebin.com/iAizgLFF
  28. '''Generate genesis cell'''  ——  ''https:''//pastebin.com/GKzcCpMF
  29. '''Generate positive AND negative genesis cells'''  ——   ''https:''//pastebin.com/9ixjRyxt
  30. '''VQC + t'''  ——  ''https:''//pastebin.com/Lgufk0db
  31. '''RSA & PGP key wrapper'''  ——  ''https''://pastebin.com/vNqnPRJR
  32.  
  33. ''Rust''
  34. '''Additional VQC code'''  ——  ''https:''//play.rust-lang.org/?gist=50def916ad48400bc5d638fbf119ae85&version=stable
  35. '''Check if a number is prime'''  ——  ''https:''//huonw.github.io/primal/primal/fn.is_prime.html
  36. '''Create Bitmap using the VQC Generator [V2]'''  ——  ''https:''//pastebin.com/zGSusyz5
  37. '''Generate the VQC'''  ——  ''https:''//play.rust-lang.org/?gist=6b6beb372b6b931f1abd30642a35a80c&version=stable
  38.  
  39. '''Static Java/C# class with all RSA numbers'''  ——  ''https''://pastebin.com/XYFpsDWE
  40.  
  41. ==Factorization methods (Java)==
  42. '''Binary search for i'''  ——  ''https:''//pastebin.com/TAt5bDsR
  43. '''GCDFactor'''  ——  ''https''://pastebin.com/70GJSMrv
  44. '''Calculate factors using -x jumps'''  ——  ''https:''//pastebin.com/gKX9GW9r
  45. '''Count down from t of 1c element'''  ——  ''https:''//pastebin.com/xxYa946V
  46. '''Mirrors 1c until e=(-x+n^2)'''  ——  ''https:''//pastebin.com/WJBqPM4P
  47. '''Shor's Algorithm (enter a random number < c as m)'''  ——  ''https:''//pastebin.com/0X0uM4Gk
  48.  
  49. ==Other Threads==
  50. '''Fermat's Last Theorem'''  ——  ''https:''//archive.fo/iTneU
  51. '''Grid Patterns'''  ——  ''https:''//archive.fo/isamV
  52.  
  53. '''RSA #0'''  ——  ''https:''//archive.fo/XmD7P
  54. '''RSA #1'''  ——  ''https:''//archive.fo/RgVko
  55. '''RSA #2'''  ——  ''https:''//archive.fo/fyzAu
  56. '''RSA #3'''  ——  ''https:''//archive.fo/uEgOb
  57. '''RSA #4'''  ——  ''https:''//archive.fo/eihrQ
  58. '''RSA #5'''  ——  ''https:''//archive.fo/Lr9fP
  59. '''RSA #6'''  ——  ''https:''//archive.fo/ykKYN
  60. '''RSA #7'''  ——  ''https:''//archive.fo/v3aKD
  61. '''RSA #8'''  ——  ''https:''//archive.fo/geYFp
  62. '''RSA #9'''  ——  ''https:''//archive.fo/jog81
  63. '''RSA #10'''  ——  ''https:''//archive.fo/xYpoQ
  64. '''RSA #11'''  ——  ''https:''//archive.fo/ccZXU
  65. '''RSA #12'''  ——  ''https:''//archive.fo/VqFge
  66. '''RSA #13'''  ——  ''https:''//archive.fo/Fblcs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement