
Search In
What are Cookies?
Cookies are stored in small text files, on your computer i.e., cookies are the data.
To create a cookie in javascript let us look at the code below :
document.cookie="username= Ramesh";
whenever a browser request a server
I have two Google Sheets named Sheet_1 and Sheet_2. I want to link both these Google Sheets and fetch the cell’s numerical data from Sheet_2 to a specific cell location in Sheet_1.
&
I am trying to print this sample report in pdf
so far this is what I have
1st Problem: the report should have another 2 cell (Ave and %) below the criteria which are (Exam, Progress Report, Quiz, Project)
2nd Problem: The records under the crit
Let's suppose we have one project in Swift and we want to include .m file of Obj C in our project, for that we have to follow below steps.
1. Drag your objective C .m file in swift project. Once you drag, you will get one pop up as shown
1> 'each' will loop through each element of the array and evaluate whatever is return inside the block, but it returns the original array without any change.
a = [5,10,15,20]
=> [5, 10, 15, 20]
a.each {|t| t+2}
=> [5, 10, 15, 20]
a.each
if anyone configure's virtual hosts on WAMP server helps to run as many separate sites as you want.This includes following quick steps
1.Go to "C:/Windows/System32/drivers/etc" and open the "hosts" file in Notepad. At the bottom of the hosts file, b
"Parsing Json in C#"
Now a days JSON is the most popularly used data exchange format due to its simplicity and light weight, therefore we will see how to hit the API and then parse the received JSON in C#.
Please go through
C# defines number of alias names for CLR (i.e. Common Language Runtime) types. Technically, there is no difference between string and String, as string is just the alias name for System.String or String.
System.String is a static sealed class, whethe
You can pass command line argument in C programming.
The command line argument is handled by the program main function where argc[] is total number of arguments passed, and argv[] is a array which points number of parameters passed in
How to crawl many pages at one page hit:
I was facing issues for getting the data from multiple urls by loop. The problem is that in the first loop I was getting the data by function Cron, but when second page was called by Cron function then I was