Differences between revisions 17 and 20 (spanning 3 versions)
Revision 17 as of 2005-11-14 11:47:50
Size: 2374
Editor: JoshSnyder
Comment:
Revision 20 as of 2005-11-30 19:01:25
Size: 2312
Editor: DavidTuch
Comment: added town meeting topic
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== Upcoming Topics == == Topics ==
Line 7: Line 7:
 * 11/16: Canceled as RudolphPienaar and JoshSnyder will be absent.
 * 11/23:
 * 11/30:

== Past Topics ==
 * 10/26: JoshSnyder - Code review.
 * 11/2: NickSchmansky - Use of splint to verify and standardize code.
Line 14: Line 10:
 * 11/2: NickSchmansky - Use of splint to verify and standardize code.
 * 10/26: JoshSnyder - Code review.
 * 11/16: Cancelled
 * 11/23: Vacation
 * 11/30: DavidTuch - Interruption management
 * 12/7: Town meeting
 
Line 20: Line 19:
DavidTuch - Interruption management, ie, how to create uninterrupted blocks of time.
DavidTuch - Permutation algorithm

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.

Topics

  • 10/26: JoshSnyder - Code review.

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

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

  • 11/16: Cancelled
  • 11/23: Vacation
  • 11/30: DavidTuch - Interruption management

  • 12/7: Town meeting

Reserve Topics

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

DavidTuch - Permutation algorithm

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