Software Index
Related Topics
Popular Trends
Trending Topics
 

Example Of Retroactive Interference

All | Freeware
Product Title  /  Popularity Revised License Rating Size
extprot
extprot is a compact, extensible and efficient binary serialization format.

This is a python implementation of the 'extprot' serialization scheme, the details of which are descripted in detail at:

http://eigenclass.org/R2/writings/extprot-extensible-protocols-intro

Similar to Google's Protocol Buffers and Apache Thrift, extprot allows the definition ...
February 1st 2011 Freeware    20k
GNU Find Utilities
The GNU Find Utilities are the basic directory searching utilities of the GNU operating system. These programs are typically used in conjunction with other programs to provide modular and powerful directory search and file locating capabilities to other commands.

The tools ...
May 1st 2011 Freeware    1,096k
filelike
filelike is a Python library for creating and handling file-like objects.

This module takes care of the groundwork for implementing and manipulating objects that provide a rich file-like interface, including reading, writing, seeking and iteration. It also provides a number of ...
January 22nd 2011 Freeware    41k
Finaloption
Finaloption is a command-line parser, intended to make writing command-line applications painless and easy. It uses built-in Python types (lists, dictionaries, etc) to define options, which makes configuration clear and concise. Additionally it contains possibility to handle subcommands (i.e. hg ...
August 13th 2011 Freeware    10k
fam++
Fam++ is a C++ wrapper for fam. Fam++ is also targeted at GTK+ developers. There are two main classes to access fam, one that is very basic and one that uses gdk to register callbacks automatically and dispatch fam events ...
February 7th 2011 Freeware    113k
PressEdge
With over 70,000 media contacts in PressEdge, you are sure to find your target market! Instead of paying large fees to a press release service, save your money and use PressEdge for life! PressEdge allows you to send your press ...
July 26th 2003 Shareware  5 stars 13,756k
Dell Inspiron Desktop 540 Asus Wireless LAN PCI Adapter Driver A03
Fixes:
Driver that improves network connection and performance in the presence of wireless interference.


It is highly recommended to always use the most recent driver version available.

Do not forget to check with our site as often as possible in order to stay ...
July 6th 2011 Freeware    13,169k
celery
celery is a distributed task queue framework for Django.

Installation

You can install celery either via the Python Package Index (PyPI) or from source.

To install using pip,:

$ pip install celery

To install using easy_install,:

$ easy_install celery

If you have downloaded a source tarball you ...
October 1st 2011 Freeware    451k
Cacti linux
Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. Cacti project provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box.

All ...
March 23rd 2011 Freeware    2,181k
SQLite
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.

The SQLite distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example ...
May 17th 2011 Freeware    2,898k
Interactivity with Flash: An Example Application
Interactivity with Flash: An Example Application is just a simple example of the type of interactivity you can create in Flash CS3 and then deploy to AIR.

Developer comments

The application logic forms the basis to build an interactive game - such ...
July 11th 2011 Freeware    389k
gjots
gjots marshals and organizes text notes in a convenient, hierarchical way.

You can use gjots2 to organise your jottings into a tree structure, adding thoughts and miscellany as you go. You can get it to spit out HTML, XML, postscript, pdf, ...
November 9th 2011 Freeware    215k
FlowPlayer
FlowPlayer project is a video player for Flash Video in FLV format. The UI is clean and simple.

The player is easy to configure and embed into your home page, site, or blog.

FlowPlayer.swf is a player that is ready to be ...
September 11th 2011 Freeware    604k
dtrx
dtrx is a tool for Unix-like systems that takes all the hassle out of extracting archives. Here's an example of how you use it:

$ dtrx linux-2.6.10.tar.bz2

That's basically the same thing as:

$ tar -jxf linux-2.6.10.tar.bz2

Installation:

You can just put scripts/dtrx wherever is ...
March 1st 2011 Freeware    41k
django-email-con firmation
django-email-confirmation is a simple Django plugin is for cases where you don't want to require an email address to signup on your website but you do still want to ask for an email address and be able to confirm it ...
March 25th 2011 Freeware    10k
Desktop Syndicator
Self-syndication software. Desktop Syndicator allows webmasters to easily manage & create syndicated content feeds for their own website. Simply write your article, column etc. as you normally would; fill in details about where you will be hosting the content then ...
December 2nd 2002 Shareware  5 stars 742k
Folder Size COM Component
The com component will quickly tell you how much disk space a folder is taking up, this also includes subfolders under the root folder, ideal for web sites that serve document/image content.Example .asp code includedsimple ASP example of usage:-Set Obj ...
July 26th 2003 Shareware    933k
TIFF Page Counter COM Component
The com component will quickly tell you how many pages are in a tiff file, ideal for web sites that serve tiff content.
Example .asp code included

simple ASP example of usage:-

Set Obj = Server.CreateObject("TIFFPAGECOUNTCOM.CTIFFPageCount.1")
dim pages
pages = Obj.GetPages("C:\yourtif.tif" )
July 26th 2003 Shareware    1,165k
PDF Page Counter COM Component
The com component will quickly tell you how many pages are in a pdf file without the need for acrobat, ideal for web sites that serve pdf content.
Example .asp, vb, .asp net, cold fusion, php & vc++ code included

simple ASP ...
July 26th 2003 Shareware    1,246k
VLViewPort
Cramped for space on your forms? You don't have use multiple forms or tabs,use VLViewPort, get scrollable viewport with auto scrolling ability. Aclassic example of our minimal plumbing control philosophy.
January 14th 2004 Shareware    1,535k
Related Scripts
A Real-World Example of Caching Data in the Application Object
From this article you will able to understand the limitation of using database for storing web content and the effectiveness of application-level variables to access values dynamically through ASP pages. And here, the author suggests to utilize the Application object ...
November 29th 2005 Freeware     
Sending Email From ASP.NET Pages, a Complete Example
Sending Email from ASP.NET Pages, a Complete Example is the highlight of this article. Smtpmail is the new concept of ASP.NET which is used in sending emails in ASP.NET web pages. You could download the working example of this article ...
December 17th 2005 Freeware     
Serviced Component Example
This article is an example of a serviced component which has two main parts, a server and a client. Applying few attributes, the author explains an example of the Account class. The attributes used in this Account class is explained ...
December 8th 2005 Freeware     
A Short Guide to DBI
This article is a short guide to DBI (The Perl Database Interface Module). The article covers topics such as general information about relational databases, example of how to use DBI, Cached Queries, transactions and many more.
December 20th 2005 Freeware     
Ace No-right-click 3
Ace No-right-click 3 is a multi-platform compatible 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. Try to use right-click on this page and ...
November 27th 2005 Freeware     
Add Records With SQL Statments.
Learn how to add records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS ...
December 15th 2005 Freeware     
Admin user interface: adding and deleting users
This is a tutorial which teaches to build a admin interface using php for adding and deleting users from a MySQL database. This tutorial provides codings for the users to make a form with which users can be alphabetically sorted ...
November 25th 2005 Freeware     
Advanced Fonts Viewer
This utility allows users to view the fonts whatever installed on a system to validates best variants of fonts. Users can view the text example of all fonts on one list. It allows users to create their own selected font ...
December 7th 2005 Commercial     
AEM TurnMenu
Turn around your menu items using this 3D menu. It supports background images for both the applet and the menu items and you can display your menu items vertically or horizontally. Cool effects like this applet are just an example ...
December 19th 2005 Commercial     
Affiliate Manager for Clickbank v2.0
The script helps Clickbank Merchants to dramatically increase your link popularity and search engine ranking. The script will convert your affiliates into marketing warriors equipped with all tools and secrets they need to promote your website! Your visitors fill out ...
December 11th 2005 Commercial     
Related Code
Basic PHP WAP Example
This is just a very basic example of how to get PHP file to be WAP compliant
February 27th 2006     1k
A Beginner's Simple Encryption Tutorial / Example
Encrypts and Decrypts a file. This is not an "uncrackable" type of encryption but once you can understand the basics of this type of file encryption you CAN make better ones than me. This is just a quick example of ...
March 15th 2006     3k
Acronym Quiz
This is a basic example of how to make an online quiz. It has a list of 20 computer related acronyms. You choose which one it stands for from a combo box, and a page is displayed telling you your ...
March 7th 2006     4k
Store your hashtable or array in a file a recover it without any processing
This code is an example of use for the Data::Dumper module. It is available in all perl versions for any operating system.
February 27th 2006     1k
Fill a select Box From database (mysql database)
This is an example of how you can fill a select box with values and text from a mysql database. It shows how to connect to the database and loop through the fields and add the data in a select ...
March 7th 2006     2k
New Software
Popular Software