Show The Size Of A Directory Using ASP is an online article explaining ASP beginners and programmers to use FileSystemObject function of ASP in finding the file sizes. The author has also given some notes on the above topic along with the code...
Advertisement
The following function creates a map of all members of a class, navigating ALL of the base classes in the correct order. This can be used for various purposes, like checking whether a certain method is defined anywhere in a class hierarchy.
PHP Simple Shop is a shopping cart system with customizable design and layouts for all pages of the storefronts. Using this script you can add unlimited products and coupons. This software accepts checks, money orders, local pickups and credit...
I needed a version of the string.index(sub) function which returns a list of indices of ALL occurances of a substring in the string.
Is there a better/shorter/more efficient way to do this? Please share.
A simple way to count the pages of a PDF the pure Python way.
A simple script which lists all files of a certain directory along with their size. It enables other people to download them without viewing the actual location.
Simple Member is a member management system and is a simple script based on php. This system provides ability to stop non members or new visitors from visiting all areas of a website. It requires Mysql database as backend. Members can signup in...
This recipe provides a decently simple implementation of a roundrobin using itertools and deque.
iterate over all values of a range in random order.
related to http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/466177
itersubclasses(cls) returns a generator over all subclasses of cls, in depth first order. cls must be a new-style class; old-style classes are not supported.
This is a cool tool to see the ranking of a website with the search engines. One can search based on key words, this helps to know the competitors ranking too. It can search in major search engines like Yahoo, Google, AOL, Altavista, MSN, Fast...
This recipe shows a way to generate a list of all strings (in this case, string=list of symbols) of a given alphabet having a specified length; by using list comprehensions.
UPDATE: The case for alphabet length = 1 is fixed.
Displaying the Files in a Directory using a DataGrid is an useful article for the web developers to display all the file names of a directory in a datagrid control using the getfiles method of the DirectoryInfo and Directory class. This article...
This will run through a section of text and change all occurrences of a word into something else using the PHP str_replace function.
A Clock Out Of a Form as the name suggests can be used to implement a clock display in your web pages, which is not in a form and is totally independent. This runs fine on both the Internet Explorer and Netscape. This freeware JavaScript can add...
Phase is a powerful PHP application that allows webmasters to build their own websites. You can use this program to modify all the contents, templates and content of the website. Using the site manager available in the script you would be able to...
This tutorial is about developing a guestbook using XML on ASP.NET. As we all know that the guestbook has become one of the important component of a website, it becomes important to create a gusetbook to know about the visitor's feedback about the...
making a program that will write a program to find all the combinaison of a string
The following program displays the directory structure of a specified path using ASCII characters. The program can optionally display files in addition to directories. This program functions similar to the windows 'tree' command.
An Insider View of Uploading Files using ASP is an easy to understand tutorial aimed to give the readers a brief outlook on file uploads for web applications. The author has explained the concepts in a clear format along with the individual ASP... |