Journal Articles
Browse in : |
All
> Journals
> Overload
> o115
(7)
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.
Auto – A Necessary Evil?
Martin Moene
06 June 2013 18:25:03 +01:00
Superficially simple language features can be surprisingly complicated. Roger Orr explores a new one that is likely to be used widely.
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.
TCP/IP Explained. A Bit
Martin Moene
05 June 2013 18:16:05 +01:00
Nowadays most programmers rely on network connectivity, often without really understanding the details. Sergey Ignatchenko compares and contrasts the two main protocols.
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.
Demons May Fly Out Of Your Nose
Martin Moene
04 June 2013 18:09:57 +01:00
Language standards give guarantees about valid program behaviour. Olve Maudel discovers what happens if you break your end of the bargain.
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.
Wallpaper Rotation on Ubuntu using Ruby and Flickr
Martin Moene
03 June 2013 18:03:11 +01:00
Repetitive tasks are ideal candidates for scripting. Filip van Laenen walks us through a simple example.
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.
Dynamic C++, Part 1
Martin Moene
02 June 2013 17:43:37 +01:00
Static and dynamic languages have different trade-off. Alex Fabijanic attempts to get the best of both worlds.