Source
View Change Log
Find a bug you want to fix? Want to help make Eve-meep better?
Eve-meep was written in C# for the .Net Framework 2.0 using Visual Studio 2005. You can download Visual Studio Express From Microsoft for free
The source code for the host and my plug-ins is hosted on SourceForge. They may be checked out with the subversion client of your choice, or you can view the code in your web browser.
The URL for the repository is: https://evemeep.svn.sourceforge.net/svnroot/evemeep
To submit changes and fixes, e-mail the diff or the full file to me at the e-mail on the contact page. You can also contact me through the SourceForge page, and use those methods. If I like your submissions, I will give you commit access (it requires a username and password).
Plug-ins
Anyone can create their own plugin! Its so easy that if you can make your own windows form you can make a plug-in. Through an interface, the Host provides all the necessary data structures and classes. This means that you can simply use whatever data you want from the host, and do not have to worry about compiling any of the data files yourself. Once you have a plug-in that you wish to submit for public use, all you have to do is send me the source code. I will read it over checking for keyloggers or malware, then compile it and put it up on the downloads page, along with your source.
This way others can learn from your code, check it for themselves, and it keeps Eve-MEEP fully open source. You will still be the person responsible for maintaining your own plug-ins, fixing bugs, and resubmitting the code to me for updating on the website. I fully encourage multiple types of calculators, and multiple calculators of the same type.