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 (2297)
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.
2013while (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 56871.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.
2001Is 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 3596
What do you understand by the term i/o?
What is linking function? What are post linking and pre-linking functions?
How to add a class to html element?
What are the jsp lifecycle phases?
What are the security threats should we be aware of in angular 2 application?
What is array in javascript?
Can angular run without node?
Which in-built functions are used to convert the specified expression in the form of date and string in the vbscript language?
Explain various methods to make ajax request in jquery?
Can you differentiate javascript and angularjs?
How to validate email using jquery?
What are the advantages of using angularjs?
What are the features of JSON-RPC-Java?
List different ways of empty an array in javascript?
How to write a function?