This website works better with JavaScript.
Home
Help
Sign In
ben
/
bitshift
mirror of
https://github.com/earwig/bitshift
Watch
1
Star
1
Fork
0
Code
Releases
1
Activity
A semantic search engine for source code
https://bitshift.benkurtovic.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87
Commits
2
Branches
78 MiB
Python
46.9%
Java
12.3%
HTML
11.8%
CSS
11.5%
JavaScript
10.7%
Other
6.8%
Tree:
71dec1d269
develop
master
v1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '71dec1d269'
${ noResults }
bitshift
/
parsers
/
java
History
Benjamin Attal
6e54eb5147
Java server tells python client how much data to read.
10 years ago
..
src/main/java/com/bitshift/
parsing
Java server tells python client how much data to read.
10 years ago
pom.xml
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 years ago