Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 721 Bytes

File metadata and controls

7 lines (6 loc) · 721 Bytes

StopStalk

One can get every information about a codechef user just by providing his username.You can view his rating,codechef stars,institution in which he is enrolled and other details. You can even view his solutions just by providing the question code or if its from a past contest then the contest code.The application lists all the details regarding the solutions submitted by the user against that particular question such as points scored,status,time taken,language used etc.The aplication displays the code in JTextArea using the library RSyntaxTextArea. The application relies on web scrapping using JSoup Library.