
Search In
The IRC stands for the Internet Relay Chat that is associated with the application layer in the TCP/IP model.
The chat process includes the client/server model of the network.
IRC are the programs that we can install into our systems
Hi Readers,
This blog includes a very simple example to convert a string into barcode image. As in one of my previous blogs I have explained how to read barcode with the help of iPhone camera and now in this blog I will explain how those barcodes wi
Introduction
Node.js is an open source, cross platform JavaScript runtime built on top of Google's V8 JavaScript Engine . It was originally written by Ryan Dahl. Node.js uses an event driven nonblocking I/O model that makes i
In the recent years, social media websites have made a tremendous growth in the market. Some of them have become tech giants in relatively short period of time than others in the silicon valley. For example, Facebook, WhatsApp, Google+, LinkedIn, Pin
Hi there,
Here in this blog I am going to provide Java implementation of Fisher-Yates Algorithm for array shuffling. Fisher–Yates shuffle algorithm as named after Ronald Fisher and Frank Yates. It is also known as Knuth shuffle.
using System;
using System.Collections;
namespace DrawbacksOfNonGeneric
{
public class Person {
//Properties
public string Name { get; set;}
public int Age { get; set;}
//Constructors
public Person(){}
public Person(string name, int
Hey Readers,
This is a fun image zooming effect. Zooming an image gives a closer look to it. Zoom effect can be achieved with CSS too. To zoom an image, we first specify the dimensions of the original image (optional) and then give the dimensi
Hey all!
This blog post is about creating simple chatbox speech bubbles. There are 4 separate classes. One for the chatbox conversation, second for the speech bubble, third and fourth for the two persons interacting respectively. The speech bu
As the business world continues to grow with regular advancements in latest technologies, new concerns are arising on the way business transactions can be done more efficiently. In that regard, businesses and individuals have known that the
