Ameobea / network_research

Misc. files and scripts used for network research
2 stars 3 forks source link

Document Daily Progress & New Tasks -- Casey #52

Closed ameo-unito-bot closed 8 years ago

ameo-unito-bot commented 8 years ago

This is set as a daily task for each student Team Member. Update the Asana project tasks, and research record.

┆Issue is synchronized with this Asana task

Ameobea commented 8 years ago

For the C++ code conversion, I've created a series of text documents containing different parts of the process. They are all reachable via the index page: https://ameo.link/u/bin/2f7

So far, I've formed a general idea of the overall format of the C++ script and its format. I also went through some of the dependencies (namely network.h: https://ameo.link/u/bin/2fb) and interpreted it. The nice thing about network.h is that it's part of the Stanford graph library and is available in Python. This may be useful for creating the algorithms in Python.

NOTE: I'm using these strange online text documents because I just recently created the tool that hosts them and was looking for any excuse to use it.