Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to write byte array to file

In C#, many times we need to write a byte array to file. In this blog, we are going to illustrate how to write the byte array to file by using three methods.   1. By using File.WriteAllBytes(string , byte[] ) Method   This method is

Abstract Classes-Why and How?

Hi Friends, Previously in one of my blogs (actually two of them) I was trying to decompress the very compressed definition of delegates that it is a pointer to a methods. Here we will try to decompress another definition or statements for an abstrac

Sticky header using jQuery and CSS

A hot pattern in web plan nowadays is the utilization of sticky headers, where the top part of a page containing key components, for example, the menu bar once looked past gets to be settled on the page, keeping on staying obvious. The accompanying i

How to install Google Drive on Ubuntu 14.04 ?

Install Google Drive Grive2 on Ubuntu: Grive2 is client of Google Drive. Use the following commands to install Grive2 in Ubuntu/Linux and derivatives by using the main WebUpd8 PPA: sudo add-apt-repository ppa:nilarimogard/webupd8   &nb

How to get images on Canvas from device

Step 1:- Create a custom CanvasView class that must extend View class and includes below function.   1) Declare the required variables in CanvasView class private Drawable mImage; // width and height of original image private flo

Word Count program on Hadoop

Hi this blog is to help you to learn that how to run application on Hadoop system. For this we are going to take an example of wordcount program on a data.  So first of all we need our data on which wordcount process has to be run

How to create verticle bargraph in android

Step1: Add dependency MPAndroidChart and jitpack maven repository in your build.gradle repositories { maven { url "https://jitpack.io" } } dependencies{ compile 'com.github.PhilJay:MPAndroidChart:v2.1.6' } Step2: Adding com.g

How to Use MSMQ

Hi Friends, Today i will discuss you about MSMQ(Microsoft Message Queuing). MSMQ is a message queing service where you send a message from one application and receive by another application. The application are don't need to be in execution sta

How to implement zip compression in .Net ?

Hi Friends, Sometimes we need to compress some files programmatically in our code particularly in the case when you are developing any multiple download scenario. We compress the files for following reasons: 1-Compressed files are smaller in size,

How to Automatically Start XAMPP Server in Ubuntu

Hello Guys, What is XAMPP ? As XAMPP is a user friendly application and very easy to install. It contain components like Apache web server application, Mysql Database , PHP and Perl programming support. In my previous blog post, We discussed abo

1 162 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: