Programming Topics or Design of applications and programs or Overload Journal #99 - October 2010
Browse in : All > Topics > Programming
All > Topics > Design
All > Journals > Overload > 99
All of these categories
Options:
View Article Map
View Archives
[ C and C++ | Development Techniques | Programming ] The C Programming Language
Description : A classic book on C Programming by the creators of the language. The site provides information and errata.
Added on : 10 February 2006 21:41:25 +00:00 | Rate / Comment
[ Learning | Development Techniques | Programming ] The Practise of Programming
Description : A classic book on programming by Kernighan and Pike. Site contains book details, errata and additional information.
Source : Old site
Added on : 10 February 2006 21:39:54 +00:00 | Rate / Comment
[ Various | Paradigms | Programming ] Objective Caml
Description : Objective Caml is the most popular variant of the Caml language. From a language standpoint, it extends the core Caml language with a fully-fledged object-oriented layer, as well as a powerful module system, all connected by a sound, polymorphic type system featuring type inference.
Source : Old site
Added on : 10 February 2006 21:33:29 +00:00 | Rate / Comment
[ Various | Paradigms | Programming ] The Caml Language
Description : Caml is a general-purpose programming language, designed with program safety and reliability in mind. It is very expressive, yet easy to learn and use. Caml supports functional, imperative, and object-oriented programming styles. It has been developed and distributed by INRIA, France's national research institute for computer science, since 1985.
Source : Old site
Added on : 10 February 2006 21:32:22 +00:00 | Rate / Comment
[ Miscellaneous | Various | Programming ] BitKeeper configuration management system.
Description : Welcome to BitMover! We build and market enterprise level development tools for software, hardware, and web developers. Our flagship product is BitKeeper, a reliable, powerful, and distributed configuration management system. BitKeeper is supported on most platforms, such as Microsoft Windows, Linux, Unix, and MacOS/X.
Source : Old site
Added on : 10 February 2006 21:29:43 +00:00 | Rate / Comment
[ Learning | C and C++ | Programming ] Borland C++Builder Devlopers Journal
Description : Borland C++Builder Devlopers Journal
Source : Old site
Added on : 10 February 2006 21:26:52 +00:00 | Rate / Comment
[ Assembler | Development Techniques | Programming ] The Decompilation Wiki
Description : Decompilation is a ProgramTransformation by which a high-level source code for an executable program is discovered. Decompilation is the inverse of ProgramCompilation.
Source : Old site
Added on : 10 February 2006 21:20:44 +00:00 | Rate / Comment

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.

Soft Documentation

Martin Moene

05 February 2006 20:57:50 +00:00

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.

Dead Code

Martin Moene

04 February 2006 15:14:54 +00:00

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.

Friend or Foe!

Martin Moene

02 February 2006 22:34:22 +00:00

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.

Recursive Make Considered Harmful

Martin Moene

01 February 2006 21:22:40 +00:00

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.

Test Driven Development of C# User Interfaces

Administrator

02 December 2005 06:00:00 +00:00

In my last article I discussed the values in the Agile Manifesto and what they mean to mean. There are many practices that can be used to make yourself more agile. Short iterations, the planning game, pair programming, and refactoring are a few of the practices present in eXtreme programming. The practice of most value to me, and the practice that many recommend to use as a starting point, is Test Driven Development - TDD.

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.

Let's Do C# and MySQL - Part 2 - A Beginning

Administrator

02 December 2005 06:00:00 +00:00

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.

Debuggers Should Go Backwards

Administrator

02 December 2005 06:00:00 +00:00

The computer science community has shown a woeful lack of interest in debugging, which given the huge economic cost of debugging is somewhat mysterious. However, there may be signs of "green shoots" in the desert landscape of debugging tools.

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.

Cryptographic Mistakes Made in Programming

Administrator

02 December 2005 06:00:00 +00:00

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.

A Reflection on Defensive Programming

Administrator

02 December 2005 06:00:00 +00:00

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.

Two-thirds of a Pimpl and a Grin

Administrator

02 December 2005 05:00:00 +00:00

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.

The Curate's Wobbly Desk

Administrator

02 December 2005 05:00:00 +00:00

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.

"Here be Dragons"

Administrator

02 December 2005 05:00:00 +00:00

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.

Better Encapsulation for the Curiously Recurring Template Pattern

Administrator

02 December 2005 05:00:00 +00:00


  |<   <<   31   32   33   34   35   36   37   38   39   40   >>   >|
Sort by Date Title