Source code to Flowchart is a Code Flowchart generator for code flowcharting and visualization.It can generate programming flow chart from source code,help programmers to document,visualize and understand code.Its Documentation Generator supports...
Advertisement
How to Detect If Cookies Are ON is a web based tutorial in which author deals with how to detect the cookies existance in the visitors computers with the help of session variables. This is an useful tutorials for the programmers and the ASP...
HOW TO: Detect Which Version of the .NET Framework Is Installed in a Deployment Package is a reference guide which gives how to use this .NET framework software development kit and visual studio. It also gives some points to add a launch condition...
Code to FlowChart is designed to convert source code to flowchart. It helps users to understand complex program structure by visual diagrams. Code to FlowChart is composed of two parts, Code Editor and FlowChart window. The FlowChart window is...
Code to FlowChart is designed to convert source code to flowchart. It helps users to understand complex program structure by visual diagrams. Code to FlowChart is composed of 3 parts, Code Tree, Code Editor and FlowChart window. The FlowChart...
I like how gevent is making async code to look like sync but non blocking without all the ugly callbacks. I tried doing that with threads and object proxy (I found great one at: http://pypi.python.org/pypi/ProxyTypes written by Phillip J....
Code to generate degraded letter stimuli, as used in the paper "The remarkable inefficiency of word recognition" (Pelli et al. 2003). Utilizes the Python Imaging Library, and is an example of the usage of this library.
The code to insert a value to a list indirectly ordered by an extra index list is useful by itself.
takes an ambiguous xml file and generates the ET code to generate that xml file. this is useful if you have an example xml file, or an ambiguous xml file that you'd like to use as a template to parameterize certain elements. upgrades coming.
Access2ASP is used to create ASP code to customize data from the MS ACCESS database table. This utility can also create an image library to allow users to add their own image on the database table. This script allows them to add, edit, remove,...
Use this code to automatically resize a window to a specified Width,Height. For example, you can automatically resize a window to 700,500 (like this window did upon entry).
Use this code to test an email address for proper syntax. You can use it in conjunction with the Ace Perl Popup Window to let the user know they entered an invalid email address.
Use this code to disable the ability of visitors to your site from being able to use the Right-Click function to save images from your web site.
This tutorial teaches you how to detect a users OS and browser varibles.
This script displays the HTML code to the user after reading a file. You are required to include a SSI call where you wish the HTML to be inserted. When the server sends the file the script will add the HTML code where the SSI tag was, on parsing...
This package includes ASP code to write e-mail messages to file and a VB application that checks these files for messages at specified intervals and sends them.
These two scripts show how to detect Mozilla Firefox with javascript and redirect visitors to different web pages, depending on their browser. The first script can be used to redirect all non-Firefox users to the Firefox download page. The second...
Use this code to extract the fields submitted on an html form. It can also be used to parse the information after the '?' in the url.
By adding a couple lines of code to each page you wish to monitor, this script will generate reports of visits for each day, month or page. It is email enabled, so you receive reports when the number of visitors has reached the quantity specified...
This script is used to detect the type of browser a client uses and then select a Header for that client accordingly. This requires Server Side Include capability on the server where the web site is hosted. It is written in Perl . |