Quantcast
Channel: Abhijit Nadgouda @ iface » programming
Browsing all 35 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Resource Acquisition Is Initialization

This post has already been published on code::gallery blog which now has been merged into this blog. Software programs have to deal with resources (memory, files, mutexes, semaphores, database...

View Article


Image may be NSFW.
Clik here to view.

Importance Of Coding Standards

This post has already been published on code::gallery blog which now has been merged into this blog. Dr. Dobb’s Portal has an article on code quality improvement via coding standards conformance. The...

View Article


Image may be NSFW.
Clik here to view.

Generate Regular Expressions

This post has already been published on code::gallery blog which now has been merged into this blog. Roy Osherov has created Regulator – a regular expression generator. And it has a nice visual...

View Article

Image may be NSFW.
Clik here to view.

Overcautious Coding

This post has already been published on code::gallery blog which now has been merged into this blog. Michael Feathers illustrates nicely the problem of overcautious coding. The following should...

View Article

Image may be NSFW.
Clik here to view.

Single, Double And Multiple Dispatch

This post has already been published on code::gallery blog which now has been merged into this blog. These are mechanisms in object oriented programming languages to identify the funciton/method to be...

View Article


Image may be NSFW.
Clik here to view.

Optimize Your CSS

The combination of XHTML and CSS can reduce size of a webpage, mainly by freeing up the layout from HTML tables. This does not mean that any XHTML and CSS code can do it. It has to be done the right...

View Article

Image may be NSFW.
Clik here to view.

Endianness

This post has already been published on code::gallery blog which now has been merged into this blog. Just like we have to read from left to right or right to left depending upon what language we are...

View Article

Image may be NSFW.
Clik here to view.

This One Is For Programmers

Curt Hibbs points to some interesting questions asked by Stiff and answered by who’s who in the programming domain. Not golden rules or the word of God, but they definitely can serve as guidelines to...

View Article


Image may be NSFW.
Clik here to view.

Libraries, Toolkits And Frameworks

This post has already been published on code::gallery blog which now has been merged into this blog. We come across a mesh of nomenclature regarding libraries everyday – Application Programming...

View Article


Image may be NSFW.
Clik here to view.

Why Binary Searches Can Break

This post has already been published on code::gallery blog which now has been merged into this blog. Binary searches and mergesorts can break, in fact, most of them will break because they follow the...

View Article

Image may be NSFW.
Clik here to view.

Resource Acquisition Is Initialization

This post has already been published on code::gallery blog which now has been merged into this blog. Software programs have to deal with resources (memory, files, mutexes, semaphores, database...

View Article

Image may be NSFW.
Clik here to view.

Importance Of Coding Standards

This post has already been published on code::gallery blog which now has been merged into this blog. Dr. Dobb’s Portal has an article on code quality improvement via coding standards conformance. The...

View Article

Image may be NSFW.
Clik here to view.

Generate Regular Expressions

This post has already been published on code::gallery blog which now has been merged into this blog. Roy Osherov has created Regulator – a regular expression generator. And it has a nice visual...

View Article


Image may be NSFW.
Clik here to view.

Overcautious Coding

This post has already been published on code::gallery blog which now has been merged into this blog. Michael Feathers illustrates nicely the problem of overcautious coding. The following should...

View Article

Image may be NSFW.
Clik here to view.

Single, Double And Multiple Dispatch

This post has already been published on code::gallery blog which now has been merged into this blog. These are mechanisms in object oriented programming languages to identify the funciton/method to be...

View Article

Browsing all 35 articles
Browse latest View live