String Tokenizer

This is a simple implementation of a String Tokenizer in C#. The target string to be tokenized and the tokens as char array can be used to create an instance of String Tokenizer. using System; using System.Collections; using System.Text; namespace StringLibrary { /// <summary> /// A String Tokenizer that accepts …

Set your PATH variable under Linux

This article explains how set your PATH variable under Linux. This has the same use as that of setting the PATH variable under DOS. Under Linux too, modifying the PATH would add these new directories to your default search path. So in case you have a particular executable in a …

Borland C++

Borland C++ is a C and C++ programming environment (that is, an integrated development environment) for MS-DOS and Microsoft Windows. It was …

Linux ls command

This command of Linux lists the contents of a directory. By default current directory. -a Shows you all files, even files that …

Basic Linux Commands

Command Example Description cat Sends file contents to standard output. This is a way to list the contents of short files to …

What is CRM?

Customer Relationship Management (CRM) software solutions allow you to manage the relationships you have with your customers, using a combination of people, …

Dependency Injection

Dependency Injection (DI) is one of the most misunderstood concepts of object-oriented programming. The confusion is abundant and spans terminology, purpose, and mechanics. Should …

What is EMV?

EMV Integrated Circuit Card (IC card) Specifications are an international, credit card industry standard for chip based debit and credit cards. The …

JSP vs Servlet

A somewhat oversimplified view of servlets is that they are Java programs with HTML embedded inside of them. A somewhat oversimplified view of …

What Is CGI?

As you traverse the vast frontier of the World Wide Web, you will come across documents that make you wonder, “How did …