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.472.504 Times

Elliot False Cathedrals software
Filter: All | Freeware | Demo
 

Elliot False Cathedrals

< 1 2 3 4 5 > 
Added: March 30, 2013 | Visits: 227

Iseven/Isodd Simple helper files that return true/false based on whether inputs are even or odd, respectively% iseven - Returns true if the input is an even whole number % Syntax: tf = iseven(x) % x - numeric (real) input of any number of dimensions and sizes % tf - true for each element that is an even whole...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Iseven/Isodd Download

Added: September 08, 2013 | Visits: 344

deploypcode - recursively pcode files with help attached DEPLOYPCODE recursively searches a directory for .m files, creating encrypted .p files with .m helpThis entry is ideal for those who have a project they need to deploy to P-files, but they want to retain HELP contents for all of their deployed files.-- SAHMDEPLOYPCODE recursively creates p-code...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): deploypcode - recursively pcode files with help attached Download

Added: June 15, 2013 | Visits: 180

setarg Set value for value/argument pair in varargin/cellstring.If the argument does not exist it will be appended, if it exists it will be given the new specified value.Ex:args={'option1',true,'option2',false};args = setarg(args,'option1',false);args = setarg(args,'option3',false);%args is now:%args =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): setarg Download

Added: August 15, 2013 | Visits: 230

struct2File Print a struct to file. The output can be aligned to be more human-readable, or be separated by a specified delimiter.Requires the getarg function.Ex:struct2File( s, 'c:file.txt', 'align', true, 'sort', false );


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): struct2File Download

Added: September 04, 2013 | Visits: 513

Confusion Matrix 3D with Overall PCC and Group Statistics % Confusion matrix-based model performance summary tool.% Works with character and numeric data, for any number of groups.%% Displays your confusion matrix as a 3D bar chart of your observations,% broken down by their actual and predicted groups.%% Takes into account the chance that your...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Confusion Matrix 3D with Overall PCC and Group Statistics Download

Added: April 11, 2013 | Visits: 411

Mass Univariate ERP Toolbox The Mass Univariate ERP Toolbox is a freely available set of MATLAB functions for performing mass univariate analyses of event-related potentials (ERPs), a noninvasive measure of neural activity popular in cognitive neuroscience. A mass univariate analysis is the analysis of a massive number of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 215.04 KB Download (43): Mass Univariate ERP Toolbox Download

Added: July 27, 2013 | Visits: 307

TakeAPicture Example Usage>>ezplot(@(t)max(30*365*24-t,0),[0 33*365*24]);>> xlabel 'age (hours)', ylabel 'what remains of your youth (hours)';>>TakeAPicture -reportDocumentation: Create and save a png picture from your figure. e.g. TakeAPicture % Take a picture TakeAPicture -inv % Take a picture and invert...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): TakeAPicture Download

Added: April 14, 2013 | Visits: 268

cutpolygon CUTPOLYGON - Split a 2D polygon by a line, and remove one of the sidesUse CUTPOLYGON to cut alias intersect alias split alias slice a polygon P(being a series of connected X,Y coordinates) with a line L (defined bytwo points), removing a specified side s. L can serve as a bottom limit('B'), top...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): cutpolygon Download

Added: March 27, 2013 | Visits: 286

Convert FIG to MATLAB code FIG2M - Generate programmatic GUI M-File from a FIG-FileVersion : 1.0Created : 10/05/2006Modified: 14/04/2010Author : Thomas Montagnon (The MathWorks France)>> outputFile = fig2m(guiName,outputDir,syscolorfig,cb_gen); guiName -> Name of the Fig-File (absolute or relative path) outputDir ->...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Convert FIG to MATLAB code Download

Added: June 18, 2013 | Visits: 277

AutoWarnDlg A warning dialog is displayed with a flashing exclamation mark. The dialog isterminated automatically with the default reply, if the user does not press abutton in a specified period of time.This can be useful e.g. for functions, which are checked with automated tests, because the dialog does not...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): AutoWarnDlg Download

Added: August 31, 2013 | Visits: 967

Alley-E-Form Alley-E-Form is a php contact form with multiple send-to options.Admin can assign an email address to each contact category e.g General Questions to general@lala.com , Sales Enquires to sales@lala.com etc..Options are also available to set an addition recipient address for each form field.With...


Platforms: PHP

License: Freeware Size: 10 KB Download (49): Alley-E-Form Download

Added: August 21, 2013 | Visits: 491

My Mobypictures The My Mobypictures plugin allows you to show your recently added items to Mobypicture.com on your WordPress powered website. This simple widget automatically displays them in your sidebar or add the code manually to sidebar if you don't use widgets.Installation :Themes with widget support: 1....


Platforms: PHP

License: Freeware Size: 10 KB Download (46): My Mobypictures Download

Added: July 09, 2013 | Visits: 470

Conditional CAPTCHA for WordPress Services like Akismet and TypePad AntiSpam are great at detecting spam, but if you get lots of it then you have to trawl through the spam queue in case there are any false positives.This plugin provides a CAPTCHA complement to these spam detection plugins: * If a spam detection plugin identifies...


Platforms: PHP

License: Freeware Size: 102.4 KB Download (40): Conditional CAPTCHA for WordPress Download

Added: September 04, 2013 | Visits: 637

Safe Signup Form To stop automated attacks, Safe Signup Form leverages Elliot Back's WP Hashcash -- an elegant anti-spam engine that uses javascript to determine if the form is submitted by a robot or a web browser.An administration page provides three options for handling submissions identified as spam: * Delete...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): Safe Signup Form Download

Added: May 06, 2013 | Visits: 492

If File Exists Check if a file exists and return true/false or display a string containing information about the file.If a format string is not passed to it, the function if_file_exists() returns a simple boolean (true or false) indicating if the specified file exists.Otherwise, the format string provided to it...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): If File Exists Download

Added: June 14, 2013 | Visits: 776

Index Authors page With this plugin, you will be able to display an index with all your authorss, sort alphabeticaly. The shortcode is [authorsindex].Options are: *ul => the class of you ul element (default = iapAlpha) *li => the class of you li element (default = iapAlpha) *letter => the class of you span...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Index Authors page Download

Added: December 10, 2013 | Visits: 754

Hikari Hooks Troubleshooter Hikari Hooks Troubleshooter creates a draggable window with informations about Wordpress hooks. It lists all hooks (actions and filters) that have at least a function hooked to them, and for each hook there's a list of hooked functions, sorted by priority!The window is visible only to registered...


Platforms: PHP

License: Freeware Size: 10 KB Download (54): Hikari Hooks Troubleshooter Download

Added: May 29, 2013 | Visits: 502

Social Counters It allows to place counters and social sharing links to the most popular social networks like MendoTeame, Twitter, Facebook, Google Buzz or Tuenti.It also has WordPress actions (add_action) and filters (add_filter) allowing to select the social sharing links we want to show.The available...


Platforms: PHP

License: Freeware Size: 92.16 KB Download (45): Social Counters Download

Added: April 22, 2013 | Visits: 459

Http Request Fail Reset At Tribute Media we have many sites in various stages of development. Sometimes upon returning to them I have noticed that Update Status has not checked for updates for up to 4 weeks. I then notice that the "drupal_http_request_fails" flag is set.It is my understanding that when the variable...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): Http Request Fail Reset Download

Added: September 17, 2013 | Visits: 304

Taxonomy Widget for Drupal Implements a new form element named taxonomy_widget for selecting a vocabulary and then a term within that vocabulary. The term list is dynamically populated by jQuery when a vocabulary is selected.The element takes an array for the #default_value property with up to two keyed elements: * vid...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Taxonomy Widget for Drupal Download

< 1 2 3 4 5 >