Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Regulus bloodmoon/Programming for Capsuleers: Difference between revisions

From EVE University Wiki
Line 79: Line 79:


* The EVE API. API keys. Connecting to the API, getting useful information, making sense of it all.
* The EVE API. API keys. Connecting to the API, getting useful information, making sense of it all.
** Practice: collating all assets owned everywhere.
* The Reverence cache library. What's in the cache? ZOMG so much stuff; discovering what's there, making sense of it all.
* The Reverence cache library. What's in the cache? ZOMG so much stuff; discovering what's there, making sense of it all.
** Practice: collating all the cached market data from Jita 4-4.
* The static data dump. Getting the static data dump. What's in the static data dump? ZOMG so much stuff; making sense of it all.
* The static data dump. Getting the static data dump. What's in the static data dump? ZOMG so much stuff; making sense of it all.
** Practice: calculating the shortest route from Jita to Aldrat.
** Practice: calculating a bill of materials for T1 and T2 items; there are subtleties particularly in the T2 calculation that will become important.


===Software engineering: design and implementation===
===Software engineering: design and implementation===