Differences between revisions 14 and 15
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
Process Tool and IDE Comparisons
 * [http://www.nmr.mgh.harvard.edu/~dsjen/process/ProjectManagementOutline.html Process Tool Comparisons Outline]
  * Plone plugins we'll use:
   * [http://plone.org/products/zepp Zepp Workflow]
   * [http://plone.org/products/poi Poi Issue Tracking]
 * [http://www.nmr.mgh.harvard.edu/~dsjen/process/IDEMindMapOutline.html IDE Comparisons]
  * Interesting Eclipse plugins:
   * [http://www.eclipse.org/cdt/ CDT (C++ Plugin)]
   * [http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=1166 CDTSplint (Splint Plugin]
   * [http://subclipse.tigris.org Subclipse (SVN Plugin)]
   * [http://subclipse.tigris.org PyDev (Python plugin)]

Martinos Dev Meetings Topics

This is a list of future Martinos Dev meeting topics. Martinos Dev meets at 2pm on Wednesdays in the CSRL meeting room in Building 149. Please add requests or volunteer to present your own topics.

Upcoming Topics

  • 10/26: JoshSnyder - Code review.

  • 11/2: NickSchmansky - Use of splint to verify and standardize code.

  • 11/9: DennisJen - Comparison of IDEs and/or project management tools.

  • 11/16:

Reserve Topics

Topics which can be used if a scheduled speaker becomes unavailable.

DavidTuch - Interruption management, ie, how to create uninterrupted blocks of time.

Requests

Resources from past meetings

Process Tool and IDE Comparisons

Code Review

  • [http://www.processimpact.com/articles/inspects.html Process]

  • Pretty printing source code from Linux: enscript -r -2 -C -E<language> -P <printer> <filename>, where language is c or cpp, printer is the name of your printer as you would pass it to lpr, and filename is the .c or .cpp file. This will queue the file to the printer.

In-house Code