ASP (565)
CGI Perl (498)
JavaScript (1409)
VB Script (599)
JSP (733)
Shell Script (465)
Tcl (27)
Awk (108)
AJAX (338)
Ruby on Rails (259)
AngularJS (2290)
jQuery (647)
JSON (175)
Node.js (721)
React.js (389)
Scripts AllOther (50) Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
2074while (my ($key, $value) = each(%ENV)) {
print "$key - $value\n";
}
What does the above sample code produce?
What function do you use for reading a list of files within
a directory?
my %hash = (
'hi' => {'hello' => 'all'},
'bye' => {'later' => 'gone'}
);
print $hash{'hi'};
What is printed when the above code is executed?
sub new {
my $pkg = shift;
my $test = {'name' => shift;};
????
return $test;
}
Which one of the following replaces "????" in the above
code in order to cause the function new to return an object
of type "Test"?
while (
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
ADP,
1 57791.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
2064Is it possible to build a 50% bespoke e-commerce platform hence having the ability to customize everything down the line? For example would it make sense to start coding an application on the Ruby on Rails framework but where the most complex/time consuming code pieces (e.g. shopping cart, etc) can be initially bolted on (hence diminishing development time and cost) having the ability to change them completely further down the line?
1 3693
How to validate form in angular 4?
What are jsp declarations?
Why is angular called angular?
What do you understand by middleware? How can you use middleware in node js?
Explain FS module ?
Explain about scrrun.dll?
What are the steps involved in writing and setting up an application in ruby on rails?
Explain the asc function?
How are DOM utilized in JavaScript?
What is angularjs latest version?
What is a child_process module in node.js?
What is the difference between Node.js and AngularJS?
Does node.js support multi-core platforms? And is it capable of utilizing all the cores?
Explain the updatepanel control? : asp.net ajax
What do you understand by linking function?