index
:
watchdogs.git
master
Application that takes data from SEC directly on CEOs and determines suspicious activity using a page rank algorithm. Displays the results visually as a graph in a webfrontend.
csci0320
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
java
/
edu
Age
Commit message (
Expand
)
Author
2021-04-19
exclude only sell people
clarkohw
2021-04-19
Merge branch 'master' into profit-tests
clarkohw
2021-04-19
more profit testing
clarkohw
2021-04-19
Merge branch 'master' into profit-testing
clarkohw
2021-04-19
caching of prices profit
clarkohw
2021-04-19
efficiency for profit calc + tests
clarkohw
2021-04-19
simple test
clarkohw
2021-04-17
merged in new database loader, this push contains a large database of all the...
Julia McCauley
2021-04-17
Merge branch 'edgar-api' of github.com:cs0320-2021/term-project-cohwille-jmcc...
Julia McCauley
2021-04-16
need to pull new frontend Merge branch 'master' of github.com:cs0320-2021/ter...
Julia McCauley
2021-04-16
prelimitary testing
clarkohw
2021-04-16
added some todos
Julia McCauley
2021-04-16
finished up unit tests and added system tests
Julia McCauley
2021-04-16
added followers field to holder objects, continued writing tests
Julia McCauley
2021-04-16
need to pull changes from master Merge branch 'master' of github.com:cs0320-2...
Julia McCauley
2021-04-16
need to pull profit map changes
Julia McCauley
2021-04-16
added trade query endpoint
clarkohw
2021-04-16
intermediate commit to pull new changes
Julia McCauley
2021-04-15
Fixed suspicion ranks, work with real data now and added lots of unit tests
Julia McCauley
2021-04-10
Have a functional fetch and processing that uses the offical edgar api. Need ...
Michael Foiani
2021-04-10
Finally have an xml parser that reads the urls and inserts data into database...
Michael Foiani
2021-04-09
Small changes to testing for parsing.
Michael Foiani
2021-04-09
Merge pull request #3 from cs0320-2021/xml-parse
sotech117
2021-04-09
Added a basic skeleton for derivative trades, if we dedice to look at those a...
Michael Foiani
2021-04-09
Added and reorganized tests, but they fail when internet is unstable or disco...
Michael Foiani
2021-04-09
Added functionality that adds to the DB directly. Also, can handle multiple t...
Michael Foiani
2021-04-05
changed direction of follower map, basic hub rank up and running
Julia McCauley
2021-04-05
Moved around and added some tests and added an xml parser that uses urls inst...
Michael Foiani
2021-04-05
Added a basic xml parser that deals with local files. TODO: add a url one. Al...
Michael Foiani
2021-04-04
Link mapper up and running, making map that hub search will run on
Julia McCauley
2021-04-01
updated database + code to include holder ids
Julia McCauley
2021-04-01
DatabaseQuerier fully functional for hub search purposes, some basic tests wr...
Julia McCauley