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) Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
1 5138Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"
4 6949I need project details about WEB CONTENT FILTERING USING NEURAL NETWORKS and how to explain it....plz help me in this topic.....
2163this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
1 4419Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.
2 4381
What is the difference among "declarations", "providers" and "import" in ngmodule?
Why node.js is used?
What is local and global scope?
What is the naming convention for variables?
What is @inputs in angular 2?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
How angular protects us from xss attacks?
If both factory and service are equivalent, then when should I use them?
How to delete a cookie using vbscript?
how can you declare a block in Ruby?
Did you use scss?
What were the biggest challenges of getting the 1.7 release out there?
Which language is used to write servlets and jsp?
How many types of relationships does a model has?
What is difference between $(this) and ‘this’ in jquery?