Spectral Clustering

Spectral Clustering

This article talks about Spectral Clustering, which is a techniques to make use of the spectrum (eigenvalues) of the similarity matrix of the data to…
Data Stream Clustering

Data Stream Clustering

Data Stream Clustering analyzes the advantages as well as limitations of data stream algorithms and suggests potential areas for future research. It faces many challenges…
Literate Programming

Literate Programming

Literate Programming can be regarded as an essayist, whose main concern is with exposition and excellence of style. Literate programming paradigm, the central activity of…
Template Processor

Template Processor

This article talks about Template Processor, which is also known as a template engine or template parser. It is typically include features common to most…
Self Modifying Code

Self Modifying Code

This article talks about Self Modifying Code, which is a piece of software which achieves its goal by rewriting itself as it goes along. It…
Port Scanner

Port Scanner

Port Scanner is the name for the technique used to identify open ports and services available on a network host. It is a process that…
Ping of Death

Ping of Death

This article describe about Ping of Death, which is a type of network attack in which an attacker sends a network packet that is larger…
End-of-File

End-of-File

End-of-File is a code placed by a computer after a file’s last byte of data. It is either determined when the reader returns null as…
Buffer Overflow

Buffer Overflow

Buffer Overflow is probably the best known form of software security vulnerability. It occurs when a program or process tries to store more data in…
Static Program Analysis

Static Program Analysis

This article talks about Static Program Analysis, which is the art of reasoning about the behavior of computer programs without actually running them. In most…
Cohesion in Computer Programming

Cohesion in Computer Programming

Cohesion in Computer Programming refers to the level of strength and unity with which different components of a software program are inter-related with each other.…
Modular Programming

Modular Programming

Modular Programming is a subset of procedural programming that enforces a logical structure on the program being written to make it more efficient and easier…
Load More