PHP Code (33)
JSP Code (6)
ASP Code (5)
CGI Perl Code (3)
JavaScript Code (63)
VB Script Code (20)
Shell Script Code (31)
Python Code (34)
WinRunner Code (1)
HTML DHTML XHTML Code (13)
XML (43)
Scripts_Markup Code AllOther (5)
Write a function that takes an array of integers and returns that array rotated by N positions. For example, if N=2, given the input array [1, 2, 3, 4, 5, 6] the function should return [5, 6, 1, 2, 3, 4]
code to create a new window
Write a function that takes an array of integers and efficiently calculates and returns the Least Common Multiply in python.
What is the output when we execute list(“hello”)?
code to images to rollover
Write a program to find sum of the digits of a number in python?
Create a Menu that can be activated while clicking on Right Mouse button
What is the output, suppose list1 is [1, 3, 2], what is list1 * 2 ?
What is a well formed XML document?
code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
communication between main window and new windows
how to transform XML Data into HTML
Write a function that takes as input a binary tree, and prints out each level of the tree on a newline. For example: a / b c / / d e f will output: a b c d e f
What is XML DOM Document?
how to create Expandable and Collapsible Menus