Journal Articles

Overload Journal #112 - December 2012 and Programming Topics
Browse in : All > Journals > Overload > o112 (6)
All > Topics > Programming (877)
Any of these categories
Options:
View Article Map
View Archives

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Web Annotation with Modified-Yarowsky and Other Algorithms

Martin Moene

05 December 2012 20:40:11 +00:00

Annotating text automatically requires word disambiguation. Silas Brown introduces the Yarowsky algorithm to help.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Complex Logic in the Member Initialiser List

Martin Moene

04 December 2012 20:43:23 +00:00

The syntactic form of the member initialiser list restricts the logic that it contains. Cassio Neri presents some techniques to overcome these constraints.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

-640K- 2^256 Bytes of Memory is More than Anyone Would Ever -Need- Get

Martin Moene

03 December 2012 20:35:24 +00:00

How fast can computers get? Sergey Ignatchenko provides us with some upper limits.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Footprint on Modify

Martin Moene

02 December 2012 20:46:09 +00:00

Tracking history can be done in a variety of ways. Andy Balaam describes one technique with many advantages.

Note: when you create a new publication type, the articles module will automatically use the templates user-display-[publicationtype].xt and user-summary-[publicationtype].xt. If those templates do not exist when you try to preview or display a new article, you'll get this warning :-) Please place your own templates in themes/yourtheme/modules/articles . The templates will get the extension .xt there.

Valgrind Part 5 – Massif

Martin Moene

01 December 2012 20:49:20 +00:00

Poor performance can be caused by memory usage. Paul Floyd introduces Valgrind’s heap memory profiling tool Massif.