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

The Blank Slate In Tulsa Oklahoma software
Filter: All | Freeware | Demo
 

The Blank Slate In Tulsa Oklahoma

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

Navhistory in metatags You can put the navigation history in your metatags (title etc.), or anywhere else where it´s usefull for you.



Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Navhistory in metatags Download

Added: May 10, 2013 | Visits: 601

Quick Edit Icon Link in Categories Admin This contribution adds an edit icon next to the product names in the product listing in categories in admin.This way the edit icon can be clicked in any product row, whether it is selected or not, and you will go directly to the appropriate product's edit area, instead of selecting the product,...





Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (55): Quick Edit Icon Link in Categories Admin Download

Added: May 10, 2013 | Visits: 582

Show Category Names in Product Pages This is a simple modification to display the category name in the product listing pages instead of the usual "Let's see what we have here".This was done on OsCommerce 2.2MS2 but should work on any version.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (60): Show Category Names in Product Pages Download

Added: May 10, 2013 | Visits: 920

TCP/IP Communications in Matlab The script relies in MATLAB's ability to call Java code snippets and make use of its TCP/IP implementation.One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine...


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

License: Freeware Download (64): TCP/IP Communications in Matlab Download

Added: May 10, 2013 | Visits: 452

Editable buffer for the Python shell This script is a useful wrapper around the python command line shell to allow editing of the last typed in lines of code in an external editor.


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

License: Freeware Download (50): Editable buffer for the Python shell Download

Added: May 10, 2013 | Visits: 894

Create an account in MS active directory This script contains the basic code to create an account in active directory that shows how to do things like set your own exension attributes, force a reset of the password when the user logs in, and set the home directory. It makes used of python's excellent COM support in win32com.


Platforms: Windows, Python,

License: Freeware Download (53): Create an account in MS active directory Download

Added: May 10, 2013 | Visits: 469

The Singleton Pattern implemented with Python This script contains a class that shows how to implement the singleton pattern in Python. A singleton is a class that makes sure only one instance of it is ever created. Typically such classes are used to manage resources that by their very nature can only exist once.


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


K-Omega / A-Star Multi robot follow the leader (implemented in Sim and NXT) To perform A Star path, goto to Main.m and set k=1, b=inf and n=0;Please read main.mTO RUN SINGLE ROBOT SIMULATION 1. Set Architecutre=1 and press F5TO RUN MULTI ROBOT 1. Open Matlab and navigate to director with all the code 2. Open main.m and set architecture to 2 and save 3. Run main.m and you...


Platforms: Matlab


Unconstrained Optimization using the Extended Kalman Filter The Kalman filter is actually a feedback approach to minimize the estimation error in terms of sum of square. This approach can be applied to general nonlinear optimization. This function shows a way using the extended Kalman filter to solve some unconstrained nonlinear optimization problems. Two...


Platforms: Matlab

License: Freeware Size: 10 KB Download (41): Unconstrained Optimization using the Extended Kalman Filter Download

Added: June 14, 2013 | Visits: 444

Vectorized N-Body Equation NBODYVECT - Fully vectorized n-body equationnbodyVect(x0,dx0,mus,t) integrates the n-body equations of motion using either a symplectic second order integrator, or any of the standard built-in or user supplied first order integrators. x0 - 3n x 1 stacked initial position vectors:...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Vectorized N-Body Equation Download

Added: June 17, 2013 | Visits: 607

Sediment Transport Outside of the Surf Zone These scripts compute the sediment transport outside the surf zone in the beach. The procedure and equations can be reviewed on the Coastal Engineering Manual. Ahrens model was used to get the fall velocity.Referents.Madsen, Ole S., Wood, William. (2002).Sediment Transport Outside the Surf...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (40): Sediment Transport Outside of the Surf Zone Download

Added: May 30, 2013 | Visits: 198

finding the shortest path in a given maze the code uses morphological operations, image segmentation ,ROI extraction,making a connection matrix,avoiding obstacles


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): finding the shortest path in a given maze Download

Added: July 09, 2013 | Visits: 410

Inpaint over missing data in N-D arrays Y = INPAINTN(X) replaces the missing data in X by extra/interpolating the non-missing elements. The non finite values (NaN or Inf) in X are considered as missing data. X can be any N-D array. Important note:----------------INPAINTN uses an iterative process that converges toward the solution. Y =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Inpaint over missing data in N-D arrays Download

Added: May 14, 2013 | Visits: 622

Best polynomial approximation in uniform norm For a given real-valued function of one real variable on an interval, the code calculates the best approximation in the uniform (max) norm by a polynomial of a given degree. Approximating in a uniform norm is much computationally harder compared to the standard least squares fit, but gives eye...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Best polynomial approximation in uniform norm Download

Added: July 21, 2013 | Visits: 451

Find values in a vector or function Given a desired value "y0", this function finds all the elements "y" in a vector whose values are the closest to "y0" in the whole vector, and also the positions "xi". So, the output is a set of points [xi,y0] given in two vectors, one for the values and another one for the positions.The inputs...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Find values in a vector or function Download

Added: May 30, 2013 | Visits: 392

Boundary tracing using the Moore Neighbourhood USAGE===== >> [listCONTOUR,listNORMALS] = TRACE_MooreNeighbourhood(data2D,pixelFIRST)takes the logical array and traces the boundary of the region of 1s. The coordinates of the starting pixel are optionally defined by . INPUT PARAMETERS================ data2D - A 2D logical array of size (L,M)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (42): Boundary tracing using the Moore Neighbourhood Download

Added: June 17, 2013 | Visits: 261

MATLAB script to read in .flxdato files from FlexLab Access to the data arrays in .flxdato output file to allow post-processing in MATLAB The MATLAB script requires the file name of the .flxdato output file to open.Replace 'FName' with the name of your .flxdato file (extension included) and run the script.Using the variable editor in MATLAB, you...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): MATLAB script to read in .flxdato files from FlexLab Download

Added: June 20, 2013 | Visits: 359

MATLAB script to read in .flxhst files from FlexLab Access to the data stored in flex history output files (.flxhst) from FlexLABThe script gives you access to the data records within the flex history file, allowing you to use MATLAB for post-processing.The MATLAB script requires the name of the flex history file as an input in order open the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): MATLAB script to read in .flxhst files from FlexLab Download

Added: August 28, 2013 | Visits: 4.007

Reverse Chambers in a Castle The objective is in identifying CPUs Castle Chambers (in the exact way it is designed).The floor plan of a castle indicates where the walls are.The outer boundary of the castle is always an unbroken wall.The castle has no doors, only openings in the walls that lead fromone room to another.A...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 235.52 KB Download (41): Reverse Chambers in a Castle Download

Added: August 02, 2013 | Visits: 538

Implementation of Shortest Route framed in GUI The GUI framed in this m-file will find out the Shortest Route in the network Topologies. First, User have to load the network (Adjacent matrix). Then run the algorithm and fill the information in GUI like Source node, Destination Node and total number of nodes. The results will come on screen...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Implementation of Shortest Route framed in GUI Download

< 1 2 3 4 5