Skip to content

Instantly share code, notes, and snippets.

View dimstil's full-sized avatar

Dimitris Styliaras dimstil

  • Athens,Greece
View GitHub Profile
@dimstil
dimstil / CScout_Report.md
Last active August 26, 2019 00:09
Final Report for GSOC 2019 CScout project.

Final Report for Google Summer of Code 2019

This is a final report of the work which was done as part of CScout GSOC 2019 project.

Project Discription

CScout is a source code analyzer and refactoring browser for collections of C project. For the GSOC project I changed CScout's entire interface. Swill library was replaced by Microsoft’s C++ REST SDK to handle HTTP Request and provide useful data. Then a front end web page app was implemented with ReactJS and deployed by NodeJS. Front End is entirely dependant on AJAX requests to acquire the much needed data. More info about the project can be found in the README.md file of the repository and the project's wiki(https://github.com/eellak/gsoc2019-CScout/wiki).

Work and Repository