16 Commit (044a448602522559a499c91d95de5c81af308962)

Autore SHA1 Messaggio Data
  Benjamin Attal 044a448602 Change the format of the symbols to fit with earwig's issue. 10 anni fa
  Benjamin Attal d8048a74f0 Fix data length sent to client from ruby server. Pad with extra bytes. 10 anni fa
  Benjamin Attal b16bc40d3f Consolidate parsers into __init__.py. Update python.py parser. 10 anni fa
  Benjamin Attal 6e54eb5147 Java server tells python client how much data to read. 10 anni fa
  Benjamin Attal 7f1d9dd2d3 Add a working preliminary version of the ruby parser. Still need to add 10 anni fa
  Benjamin Attal 08f16074fb Add template for ruby parser 10 anni fa
  Benjamin Attal 2d7c1f4768 Fix array out of bounds exception coming from JavaParser.java 10 anni fa
  Benjamin Attal 64ef9b04f2 Remove unecessary imports 10 anni fa
  Benjamin Attal f451e426e0 Refactor of the Java Parser 10 anni fa
  Benjamin Attal 2338887a52 Working version of java parser up and running. 10 anni fa
  Benjamin Attal 19a5457f07 Change director structure for java 10 anni fa
  Benjamin Attal 306875dae7 Make Parser implement runnable so parsing tasks can be started in separate threads. Make Parser constructor accept a client socket, add reading and writing methods for the socket to JavaParser. Parse main method sets up a server for accepting parse jobs from the crawler, and starts threads for each parse task. 10 anni fa
  Benjamin Attal 77e2b6f524 Fix errors in java parser, mostly casting issues. In Parse.java, set up a tcp server for communication with python processes. Builds with maven 10 anni fa
  Benjamin Attal 669c30cac7 Mod: 10 anni fa
  Benjamin Attal 63b09caa6c Changed directory structure of java parser. Decided on multiple parsers in different languages, refactored bitshift/parser to fit with that paradigm. 10 anni fa
  Benjamin Attal a1066dd093 Modify parser/__init__.py so that it communicates with the Java parsing process and reads a result back from a unique file. Add template files for Java parsers. 10 anni fa