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.
85
Commits
2
Branches
4.4 MiB
Python
46.9%
Java
12.3%
HTML
11.8%
CSS
11.5%
JavaScript
10.7%
Other
6.8%
Tree:
d8b234f462
develop
master
v1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'd8b234f462'
${ noResults }
bitshift
/
parsers
/
java
History
Benjamin Attal
2d7c1f4768
Fix array out of bounds exception coming from JavaParser.java
10 years ago
..
src/main/java/com/bitshift/
parsing
Fix array out of bounds exception coming from JavaParser.java
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