Advertisement
Guest User

Untitled

a guest
Nov 25th, 2020 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.22 KB | None | 0 0
  1. // ==UserScript==
  2. // @name 2ch/pr randomizer
  3. // @namespace https://2ch.hk/pr/res/1720120.html
  4. // @version 0.1
  5. // @description choose your fighter
  6. // @author anon
  7. // @match https://2ch.hk/pr/res/1720120.html
  8. // @grant none
  9. // @require http://code.jquery.com/jquery-3.4.1.min.js
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. languagesArray = {
  14. '01': 'Go',
  15. '02': 'TypeScript',
  16. '03': 'Pony',
  17. '04': 'CoffeeScript',
  18. '05': 'Dart',
  19. '06': 'Julia',
  20. '07': 'Groovy',
  21. '08': 'Acl',
  22. '09': 'VimScript',
  23. '10': 'Z80 Assembly',
  24. '11': 'Delphi',
  25. '12': 'J',
  26. '13': 'Elixir',
  27. '14': 'PowerShell',
  28. '15': 'Scala',
  29. '16': 'Mercury',
  30. '17': 'Elisp',
  31. '18': 'Panda',
  32. '19': 'Jq',
  33. '20': 'Scratch',
  34. '21': 'Php',
  35. '22': 'Visual Pascal',
  36. '23': 'D',
  37. '24': 'Nim',
  38. '25': 'Apex',
  39. '26': 'gnuplot',
  40. '27': 'Swift',
  41. '28': 'Q',
  42. '29': 'Matlab',
  43. '30': 'MIPS',
  44. '31': 'C#',
  45. '32': 'Bash',
  46. '33': 'ActionScript',
  47. '34': 'Smalltalk',
  48. '35': 'Batch',
  49. '36': 'Kotlin',
  50. '37': 'Beef',
  51. '38': 'ReasonML',
  52. '39': 'Common Lisp',
  53. '40': 'Visual Basic',
  54. '41': 'Zig',
  55. '42': 'Erlang',
  56. '43': 'B',
  57. '44': 'JavaScript',
  58. '45': 'Rust',
  59. '46': 'AWK',
  60. '47': 'Haxe',
  61. '48': 'Eiffel',
  62. '49': 'Crystal',
  63. '50': 'Objective C',
  64. '51': 'Haskell',
  65. '52': 'Raku',
  66. '53': 'Perl',
  67. '54': 'Verilog',
  68. '55': 'Chef',
  69. '56': 'WebAssembly IR',
  70. '57': 'Mathematica',
  71. '58': 'Agda',
  72. '59': 'Ruby',
  73. '60': 'Microsoft SQL',
  74. '61': 'Curry',
  75. '62': 'LLVM IR',
  76. '63': 'F#',
  77. '64': 'Min',
  78. '65': 'C++',
  79. '66': 'Ada',
  80. '67': 'Simula',
  81. '68': 'R',
  82. '69': 'Prolog',
  83. '70':'PureScript',
  84. '71': 'C',
  85. '72': 'Java',
  86. '73': 'zsh',
  87. '74': 'PL/I',
  88. '75': 'V',
  89. '76': 'Autohotkey',
  90. '77': 'x86 Assembly',
  91. '78': 'Algol',
  92. '79': 'Rexx',
  93. '80': 'Python (2 or 3)',
  94. '81': 'Neko',
  95. '82': 'Octave',
  96. '83': 'Carp',
  97. '84': 'MySQL',
  98. '85': 'Lua',
  99. '86': 'Wren',
  100. '87': 'Fortan',
  101. '88': 'CMake',
  102. '89': 'Forth',
  103. '90': 'PostScript',
  104. '91': 'Idris',
  105. '92': 'Cobol',
  106. '93': 'GolfScript',
  107. '94': 'Ocalm',
  108. '95': 'PostgreSQL',
  109. '96': 'Racket',
  110. '97': 'Brainfuck',
  111. '98': 'Tcl',
  112. '99': 'Clojure',
  113. '100': 'Coq',
  114. '000': 'Machine code',
  115. '111': 'sed',
  116. '222': 'Logo',
  117. '333': 'BCL',
  118. '444': 'Whitespace',
  119. '555': 'Shanghai',
  120. '666': 'Malbolge',
  121. '777': 'HolyC',
  122. '888': 'Makefile',
  123. '999': 'Befunge'
  124. };
  125.  
  126. projectsArray = {
  127. '1': 'Download Manager',
  128. '2': 'Make an elastic producer/consumer task queue.',
  129. '3': 'IRC Client',
  130. '4': 'Markov Chain Sentence Generator',
  131. '5': 'English Sentence Parser that Points to the Context of a Sentence',
  132. '6': 'MIDI Player + Editor',
  133. '7': 'Stock Market Simulator Using Yahoo Spreadsheet Data',
  134. '8': 'Parametric/Graphic Equalizer for .wav files',
  135. '9': 'Graphing Calculator',
  136. '10': 'To-Do List Application (Web app or CLI)',
  137. '11': 'Verlet Integration',
  138. '12': 'TCP/UDP Chat Server + Client',
  139. '13': 'Music Streaming',
  140. '14': 'Shazam',
  141. '15': 'Chatbot',
  142. '16': 'Curses Text Editor',
  143. '17': 'Paint Clone',
  144. '18': 'Image to ASCII Art',
  145. '19': 'Booru (Image Board) Image Downloader',
  146. '20': 'Image Converter',
  147. '21': 'ID3 Reader',
  148. '22': 'Sound Synthesis (Sine, square, sawtooth, etc...)',
  149. '23': 'C++ IDE Plugin for Sublime/Atom',
  150. '24': 'Simple GIT',
  151. '25': 'Imageboard (Imagine vichan)',
  152. '26': 'Password Manager',
  153. '27': 'Create a Torrent Client (CLI or GUI)',
  154. '28': 'Booru Client',
  155. '29': 'Key Press Bot',
  156. '30': 'IP/URL Obfuscation',
  157. '31': 'Radix Base Converter',
  158. '32': 'Chan aggregator',
  159. '33': 'Encrypt a File, and Upload it online',
  160. '34': 'Make a Text Editor that autosaves and includes the date in the filename',
  161. '35': 'Create and HSV Color Representation',
  162. '36': 'Window Manager',
  163. '37': 'Basic Relational Database Software',
  164. '38': 'Pixel Editor',
  165. '39': 'Trivial File Transfer Protocol (TFTP)',
  166. '40': 'Markdown (HTML/XML) Editor',
  167. '41': 'IP Tracking Visualization',
  168. '42': 'Port Scanner',
  169. '43': 'Old School Demo Effect (Plasma, Tunnel, Scrollers, Zoomers, etc...)',
  170. '44': 'Fizzbuzz',
  171. '45': 'RPN Calculator',
  172. '46': 'Counts occurrences of characters in a Given String',
  173. '47': 'Towers of Hanoi',
  174. '48': 'Music Visualizer',
  175. '49': 'Unicode Converter',
  176. '50': 'Calculate the first (n) digits of pi',
  177. '51': 'Least Squares Fitting Algorithm',
  178. '52': 'Given an Array of Stocks values over time, find the period of time where the stocks could have made the most money',
  179. '53': 'Hightest Prime Factor Calculator',
  180. '54': 'Hide and Extract Data in Images (Basic Stenography)',
  181. '55': 'Web Page Crawler',
  182. '56': 'Password Generator',
  183. '57': 'Vignere cipher encryption/decryption',
  184. '58': 'Game Of Life',
  185. '59': 'Caesar Cipher Cracker',
  186. '60': 'Dijkstras Algorithm',
  187. '61': 'ROT 13',
  188. '62': 'Program that displays MBR Contents',
  189. '63': 'Random Name Picker',
  190. '64': 'Encrypt/Decrypt Text : Implement at least one from http://rumkin.com/tools/cipher/collection',
  191. '65': 'Youtube To MP3',
  192. '66': 'Text to Hexadecimal/Binary',
  193. '67': 'Calculate the first 1,000 digits of pi iteratively',
  194. '68': 'Sierpinski Triangle',
  195. '69': 'Mandiebrot Set',
  196. '70': 'OpenAI Gym Project',
  197. '71': 'AI for Roguelikes',
  198. '72': 'Sudoku/n-Puzzle Solver using A* algorithm',
  199. '73': 'Connect-4 AI Player using Alpha-Beta Pruning',
  200. '74': 'Basic Neural Network - Simulate individual neurons and their connections',
  201. '75': 'Real Neural Network - Implement a basic feed-forward neural network using matrices for entire layers along with matrix operations for computations',
  202. '76': 'Convolutional Neural Network: Implement a convolutional N.N. for a handwriten digit recognition, text on MNIST dataset (Use TensorFlow, Theano, etc...)',
  203. '77': 'Convolutional Neural Network: Implement your own convolutional neural network for handwritten digit recognition, test on MNIST Dataset',
  204. '78': 'Virtual Machine with a Script that Writes "Hello, World"',
  205. '79': 'Basic Bootloader',
  206. '80': 'Terminal Shell',
  207. '81': 'HTML + JavaScript Debugger',
  208. '82': 'Write an Intepreted LIST-like Programming Language',
  209. '83': 'Make an application that is capable of mounting filesystems',
  210. '84': 'Universal Asynchronous Receiver/Transmitter (UART) Game (in assembly)',
  211. '85': 'Pong Game as a UEFI file in color',
  212. '86': 'Design and Esoteric Language',
  213. '87': 'C Compiler',
  214. '88': 'Turing Machine Simulator',
  215. '89': 'Read, Evaluate, Print Loop using a compiled language',
  216. '90': 'Static Website Generator (Scriptable Templates + Content -> HTML and CSS)',
  217. '91': 'Chip - 8 Emulator',
  218. '92': 'Double Pendulum Simulation',
  219. '93': 'Constructive Solid Geometry',
  220. '94': 'Ray Tracer',
  221. '95': 'Real-Time Fast Fourier Transform Spectrum Visuzlizer',
  222. '96': 'Generate a Complimentary Color from any input color',
  223. '97': 'Generate a 5-Color Scheme from the most dominant tones in any image',
  224. '98': 'General Lamberts-Problem Solver',
  225. '99': 'TI-86 Emulator',
  226. '100': 'N-Body Simulator, with particles having a certain mass and radius depending on the mass that merge if the collide',
  227. '101': 'Eulerian Path',
  228. '102': 'Draw a spinning 3D Cube',
  229. '103': 'Celluar Textures',
  230. '104': 'Knights Tour',
  231. '105': 'Monter Raising/Breeding Simulator',
  232. '106': 'Tetris',
  233. '107': 'Snake',
  234. '108': 'Pipe Dreams',
  235. '109': 'Pac Man, With Different Behaviors for each ghost',
  236. '110': 'Dragon Quest / Basic RPG Engine',
  237. '111': 'Rock Paper Scissors',
  238. '112': 'First-Person Engine in OpenGL (Walking, Looking Around, Jumping on Obstacles)',
  239. '113': 'Snuffle a Deck of Cards',
  240. '114': 'Simulate a game of Tag using a multi-agent system',
  241. '115': 'Wolfenstein Clone (FPS, two-dimensional map that appears to be 3-D)',
  242. '116': 'Scoorched Earth Clone',
  243. '117': 'Minesweeper',
  244. '118': 'An Audio/Visual 64KB Demonstation',
  245. '119': 'Sudoku',
  246. '120': 'Danmaku (Bullet Hell) Engine',
  247. '121': 'Roguelike Engine/Dungeon Generator',
  248. '122': 'Design a Game Engine in Unity',
  249. '123': 'Yahtzee',
  250. '124': 'Oil Panic',
  251. '125': 'Chess',
  252. '126': 'Go (No AI Necessary)',
  253. '127': 'Connect Four',
  254. '128': 'Masterming',
  255. '129': 'Missile Command Game',
  256. '130': 'Tron',
  257. '131': 'Breakout',
  258. '132': 'Simon',
  259. '133': 'LISP Interpreter',
  260. '134': 'Ulam Spiral',
  261. '135': 'Bellman-Ford Simulation with at least Five Verticles',
  262. '136': 'Matrix Arithemetic',
  263. '137': 'File Compression Utility (Make it GUI)',
  264. '138': 'PDF Tagger',
  265. '139': 'Nonogram Generator and Solver',
  266. '140': 'Calculate Dot and Cross Product of Two Vectors',
  267. '141': 'Bismith Fractal',
  268. '142': 'Seam Carving',
  269. '143': 'Bayesian Filter',
  270. '144': 'WMS viewer that isnt web based',
  271. '145': 'ASCII Digital Clock'
  272. };
  273.  
  274.  
  275. var btn = document.createElement("button");
  276. btn.innerHTML = "/pr/ Roll";
  277. btn.id = "prroll";
  278. btn.setAttribute("style", "font-size:14px;position:absolute;top:218px;right:48%;");
  279. document.body.appendChild(btn);
  280.  
  281. $("#prroll").click(function() {
  282. $.get('https://2ch.hk/b/index.json', function(data) {
  283. var threadNum = data['threads'][0]['thread_num'];
  284.  
  285. $.get('https://2ch.hk/b/res/'+threadNum+'.json', function(data) {
  286. var randomPostNum = data['threads'][0]['posts'][Math.floor(Math.random() * data['threads'][0]['posts'].length)]['num'].toString();
  287. var lastNum = randomPostNum[randomPostNum.length - 3] + randomPostNum[randomPostNum.length - 2] + randomPostNum[randomPostNum.length - 1];
  288. randomProject = getRandomProject(lastNum);
  289. randomLanguage = getRandomLanguage(lastNum);
  290. console.log(randomLanguage);
  291. console.log(randomProject);
  292.  
  293. $("textarea [name='comment']").val("Project: " + randomProject + "\nLanguage: " + randomLanguage);
  294. });
  295.  
  296. });
  297. });
  298.  
  299. function getRandomProject (number) {
  300. if (number > "145") {
  301. return projectsArray[number[1] + number[2]];
  302. } else {
  303. return projectsArray[number];
  304. }
  305. }
  306.  
  307. function getRandomLanguage (number) {
  308. if (number[0] == number[1] && number[1] == number[2]) {
  309. return languagesArray[number];
  310. } else if (number[0] == "0" && number[1] != "0") {
  311. return languagesArray[number[1] + number[2]];
  312. } else if (number[0] == "0" && number[1] == "0") {
  313. return languagesArray[number[1] + number[2]];
  314. } else if (number[0] == "0" && number[1] == "0" && number[2] == "0") {
  315. var lNum = parseInt(number[2]) + 1;
  316. return languagesArray[number[1] + number[2].toString()];
  317. } else if (number[0] > 1) {
  318. return languagesArray[number[1] + number[2]];
  319. }
  320. }
  321.  
  322.  
  323. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement