Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.150.015 Times

From Scarecrow Press freeware
Filter: All | Freeware | Demo
 

From Scarecrow Press

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 472

Build list from "Sent Items" Mailbox This script extracts all of the To addresses from a file in standard mbox format. It is used on a "Sent Items" mailbox to build an addresses white list. Presumably everyone you send email to is a candidate for an email white list.This extracts all of the Tofor an ems from a file in standard mbox...



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (61): Build list from "Sent Items" Mailbox Download

Added: May 10, 2013 | Visits: 504

Display an Image from a specified file This script reads an image file from the filename specified as the first parameter on the command line and displays it on screen. It uses the PIL module so that it can load almost any image file type supported by that module and uses Tkinter to display the image on a Tkinter canvas.





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (55): Display an Image from a specified file Download

Added: May 10, 2013 | Visits: 666

Remove Signature From Guests This Mod will remove signatures from being viewed by users who are not logged in.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): Remove Signature From Guests Download

Added: May 10, 2013 | Visits: 366

Combine checkout & update button No longer press update anymore if a customer changes the quentity from within the shopping cart en presses checkout immediately!Installation is really easy, it works for my shop, if you have any comments please feel free....Backup yourclasses/shopping_cart.phpclasses/includes/application_top.php


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (53): Combine checkout & update button Download

Added: May 10, 2013 | Visits: 658

Import Stock from Quickbooks Quick perl hack that uses QODBC to read the item list from quickbooks, and upload it to yoru oscommerce site.You need to install qodbc from www.qodbc.com (the free version is all thats needed), and then create a system DSN which the program can connect to.Next, set the host, username, password at...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (60): Import Stock from Quickbooks Download

Added: May 10, 2013 | Visits: 781

Parse Command Line String from CommandLine This script represents a way to parse command line from user provided string or try to get the original Argv from Windows OS Platform.


Platforms: Windows, Python,

License: Freeware Download (57): Parse Command Line String from CommandLine Download

Added: May 10, 2013 | Visits: 468

Extract a inner function from a class This function can extract a inner function from a class or a function. It may be useful when writing a unit test code.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Extract a inner function from a class Download

Added: May 10, 2013 | Visits: 630

Create objects from variable class names Sometimes you would want to create objects from various classes based on some condition (without using eval()). For example when parsing X(HT)ML files you want to handle some tags using specific classes. This script is an example in this sense.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (61): Create objects from variable class names Download

Added: May 10, 2013 | Visits: 757

Remove duplicates from a sequence The fastest way to remove duplicates from a sequence depends on some pretty subtle properties of the sequence elements, such as whether they're hashable, and whether they support full comparisons. This script defines the unique() function that tries three methods, from fastest to slowest,...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Remove duplicates from a sequence Download

Added: May 10, 2013 | Visits: 531

Separating Pattern Implementation from Your Code This script separates pattern implementation from your code so that you can reuse the implementation elsewhere. It is an example that shows a reusable implementation of the Observer pattern.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 353

Picking random items from an iterator This script allows you to choose a random object from an iterated list. Each item has an equal chance of being picked. The iterator is processed only once, and only the selected items are stored, making this function memory efficid only thbr />


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Picking random items from an iterator Download

Added: May 10, 2013 | Visits: 419

All k-subsets from an n-set This script yields each subset of size k from a super set of size n. There are two methods. The first operates on sets of integers of the form range(n). The seconds operates on arbitrary sets or lists.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): All k-subsets from an n-set Download

Added: May 10, 2013 | Visits: 586

From RSS The from_rss(); function can be used to check whether a user came from an RSS feed. Installation Unpack and upload it to the /wp-content/plugins/ directory. Activate the plugin through the 'Plugins' menu in WordPress. Requirements: - WordPress 2.3 or higher


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): From RSS Download

Released: June 13, 2013  |  Added: August 04, 2013 | Visits: 589

From Image To Video Create a video slide show from JPG image files & sound (MP3/WAV) files. Easy and friendly to use: All you have to do is to insert JPG images and a sound file, and create a slide show of your images & sound. The application is extremely easy to use: you won't have to put in more than a few...


Platforms: Windows

License: Freeware Size: 555 KB Download (49): From Image To Video Download

Added: August 17, 2013 | Visits: 431

BMTron BMTron is a multi-player game loosely based on the light cycle scene from the movie Tron.The goal is to trap your opponents. Avoid running into the wall or opponent's trail. Play with different types of AI players. Teamplay mode is available.In the game configuration screen: select players, enter...


Platforms: Java

License: Freeware Size: 92.16 KB Download (42): BMTron Download

Added: March 27, 2013 | Visits: 534

Popup Window from Hell Script This short, easy script set launches a window that continually re-opens itself and cannot be permanently closed *unless* the visitor clicks on a link that you provide.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (42): Popup Window from Hell Script Download

Added: May 06, 2013 | Visits: 740

SSH From Matlab (updated) + SFTP/SCP If you need to access a remote machine from your Matlab session (for near-real time data transfer etc...) this set of functions allows you to programmatically send a single command and obtain the return values as a cell array.Added SFTP function that is compatible with this library. Changed to...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): SSH From Matlab (updated) + SFTP/SCP Download

Added: May 20, 2013 | Visits: 574

Function for finding peaks from data array I was not able to get the peaks from my experimentally obtained data because of its random nature. As a result the findpeaks() defined in Matlab library was not giving results as expected. Hence I made a code which will help findpeaks() help detect the peaks more accurately.It basically averages...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Function for finding peaks from data array Download

Added: April 10, 2013 | Visits: 447

radiation from infinitesimal dipole this program shows the electric field propagation from infinitesimal dipole antenna


Platforms: Matlab

License: Freeware Size: 10 KB Download (51): radiation from infinitesimal dipole Download

Added: May 27, 2013 | Visits: 713

Tool for Removing R11 DSP Blockset Blocks from Models The attached script and document help you to remove any Release 11 DSP Blockset blocks from your SimulinkdlT« models. The R11 libraries containing these blocks will no longer be shipped with Signal Processing Blocksetd-OC?D? starting with Release 2007a. If you plan to continue using these...


Platforms: Matlab

License: Freeware Size: 51.2 KB Download (40): Tool for Removing R11 DSP Blockset Blocks from Models Download

< 1 2 3 4 5