
Search In
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,
When you talk about technology, you should try to always ask yourself: how can this improve my life? Technology is, of course, built for the sole purpose of helping mankind achieve its goals and finish its tasks. This goes from simple jobs like heati
There are many case which need the print out of the document that is being currently displayed.
We can print the document easily just by using a button and a little javascript code.
All you need is a html.
Then the div or the part of the page that
Preferred language using C++//
Basically the expression below has been converted into a C++ postfix expression. Now i need to reckon the result.
I used deque somehow, instead of stack, because i tried using stack and it didn't seem to work. but
Businesses have always been influenced by outside forces. The most influential of these is technology because it disrupts every aspect of handling a business - from consumers to the CEOs themselves. In many ways, technological advancements are making
ASP stands for Active Server Pages. By using ASP built-in objects, we can get the information related to the web server, web pages in the web application etc. the built-in objects are categorized according to the information it contain.
Following ar
Please help me to solve the error main.c:18:8: error: called object ‘sum’ is not a function or function pointer, below is the code:
#include<stdio.h>
int sum(int*a,int*b)
{
int s=0;
s=*a=*b;
return s ;
}
int mai
Only a few years ago we knew about personalized products only in the form of a few prints on coffee mugs or key chains from the local printer or photo studio. The market witnessed the transition in the recent years and it was so swift that one could
Hello Reader's if you have implemented multiple input for emails and you want to validate all of them using a single validation rule. By using JQuery you can make this.
Lets see how to make validation:-
Suppose your html page is like this:-
<sel
We are assuming you are already familiar with Retrofit. If not then first go to this. We have used multipart request for uploading image on server using Retrofit.
Following are the simple and easy steps for image uploading using Retrofit:-
Step&nbs
