squares
Least Squares Fit 1
Will produce a picture of line through a series of points. Will give you the gradient and constant of the equation y=mx+c. Needs data input to work , also requires the font Font.ttf more>> Will produce a picture of line through a series of points. Will give you the gradient and constant of the equation y=mx+c. Needs data input to work , also requires the font Font.ttf<<less
NFL SuperBowl Squares 3.0
Are you ready for championship football? With this free scripts, you can start running an NFL Super Bowl Squares for your office or group of friend in just a few minutes, provided that you have some good knowledge and access to PHP and MySQL. Its the more>> Are you ready for championship football? With this free scripts, you can start running an NFL Super Bowl Squares for your office or group of friend in just a few minutes, provided that you have some good knowledge and access to PHP and MySQL. Its the paperless way to have fun with the traditional superbowl squares. Features: user can select as many squares as wanted; email will send out to confirm; admin will confirm when payment is received. Randomly generate numbers when all squares are taken. Email to everyone when numbers are assigned. Easy admin setting for each squares bet, percentage payout per quarter.... Enjoy and good luck.<<less
php Squares 2008 - (NFL superbowl squares) 2.0
for the true Football Fanatic! 100% money back guarantee. "php Squares" is our latest football script that is jam packed with cool features to run your own superbowl squares league every single week of the NFL. Why buy a script if you cant play it more>> for the true Football Fanatic! 100% money back guarantee. "php Squares" is our latest football script that is jam packed with cool features to run your own superbowl squares league every single week of the NFL. Why buy a script if you cant play it every single week, right? no paper required and free updates/support throughout the NFL year Features include: Online signup for as many squares as you want, highlight only YOUR squares, admin page to confirm/release squares, Email notifications, select multiple squares at one time for quick signup, Generate random numbers, select how much each square will cost, select quarterly payouts, and so much more you wont find anywhere else. You can also try our "php Pickems" script that youll love.<<less
Square Images (Flickr Style) 1.0
Looking for a php script to create the square style thumbnails that flickr uses? Look no further, this is a very easy php script using ImageMagick to convert and save your squared thumbnails. Easily integrates into existing code, youll be up and running more>> Looking for a php script to create the square style thumbnails that flickr uses? Look no further, this is a very easy php script using ImageMagick to convert and save your squared thumbnails. Easily integrates into existing code, youll be up and running in minutes.<<less
Sake 1.0.0
Sake is a PHP implementation of Polynomial Least Squares Regression. The algorithm takes data points as input and returns the resulting polynomial. Graphs can be made using any plotting package. Sake provides the polynomial and will compute as many more>> Sake is a PHP implementation of Polynomial Least Squares Regression. The algorithm takes data points as input and returns the resulting polynomial. Graphs can be made using any plotting package. Sake provides the polynomial and will compute as many points as desired.<<less
Sokoban game basics 1.0
These are the very barebones of a Sokoban clone. Move the green square around the maze. You can push blue squares according to Sokoban rules. more>> These are the very barebones of a Sokoban clone. Move the green square around the maze. You can push blue squares according to Sokoban rules.<<less
Sea surface
Sea surface is designed to be a useful stochastic generation of the sea surface that was given wind speed and wind direction written using MATLAB. more>>
Sea surface is designed to be a useful stochastic generation of the sea surface that was given wind speed and wind direction written using MATLAB.
This uses the Pierson-Moskowitz spectrum for the frequency/wavenumber dependency and four different types of angular spreading, namely:
- none.
- cosinus-squared.
- Mitsuyasu.
- Hasselmann.
curvyCorners 2.0.4
curvyCorners is created to be a professional and useful JS script that allows to generate rounded corners for any DIV element. more>>
curvyCorners 2.0.4 is created to be a professional and useful JS script that allows to generate rounded corners for any DIV element. Corners are anti-aliased, and support borders of any width and color. Displays nicely with square corners, if JavaScript is turned-off. No images or CSS required.
Simple Tags 1.0
Simple Tags is such an effective and user-friendly PHP class that is a template engine for replacing tags within square brackets. more>>
Simple Tags 1.0 is such an effective and user-friendly PHP class that is a template engine for replacing tags within square brackets.
Cool Corners 0.5
This script can transform those dull square DIVs into nice cool-looking DIVs with round corners. So, more or less what you can do with the Mozilla CSS property -moz-border-radius, but something that will work in other browsers too. I know theres more>> This script can transform those dull square DIVs into nice cool-looking DIVs with round corners. So, more or less what you can do with the Mozilla CSS property -moz-border-radius, but something that will work in other browsers too. I know theres already heaps of scripts that can do something like that for you, but all these scripts require a lot of additional HTML code, CSS code and images, which makes it both hard to implement and creates ugly code. This script is unique in that you only have to add a class-name (that you can pick yourself!) to your DIV, and the script will take care of the rest. No images needed!<<less
Free Poll script
This free php script lets you create, edit and test your poll (up to 7 answers) through an easy to use web interface. You may insert your poll into any page you want simply including one php file. AJP more>> This free php script lets you create, edit and test your poll (up to 7 answers) through an easy to use web interface. You may insert your poll into any page you want simply including one php file. AJPoll show results as colored graphical bars plus votes number and percentage. It prevent multiple votes using cookies and store all information in a text file so you dont need any database. AJPoll is valid XHTML 1.0 code and is viewable with any browser, fully customizable style.<<less
specwelch
This can calculate the spectrum for x using Welchs method. more>>
specwelch is a small yet useful script for everyone. It can calculate the spectrum for x using Welchs method. The confidence intervals are calculated using the inverse of chi-square CDF. Also includes a filtering option using the butterworth filter to see the effect of the filter on the spectrum.
Usage:
- q = specwelch(x,dt,w,Nsg,pnv,Wn,ftype,n)
- [psdf,f] = specwelch(x,dt,w,Nsg,pnv,Wn,ftype,n)
- [psdf,conf,f] = specwelch(x,dt,w,Nsg,pnv,Wn,ftype,n)
Input Var:
- x - Time series, [vector]
- dt - Sampling Rate, [scalar]
- win - Window, one of: hanning, hamming, boxcar
- Nsg - Number of Segments (>=1)
- pnv - Percentage Noverlap of Segments (0-100)
- Nb - Band Averaging, number of bands to average
- Wn - Cut-Off frequencies, used for filtering
- ftype - Type of filter, high, low or stop
- n - Number of coefficients to use in the Butterworth filter
Output Var:
- q - structure with the following fields:
- xp - detrended x
- f = Frequencies
- T - Periods
- m - Magnitude
- a - Amplitude
- s - Power spectrum, Sxx(win), [Power]
- psdw - Power Spectral Density, Pxx(win), [Power/rad/sample]
- psdf - Power Spectral Density, Pxx(f), [Power/sample-freq]
- psdT - Power Spectral Density, Pxx(T), [Power*time-unit]
- conf - Upper and Lower Confidence Interval multiplication factors using chi-squared approach.
Requirements:
- MATLAB 7 (R14)
Image resize and watermark
With this script you can resize your image, ad a watermark or copyright to image and output the image in JPEG, GIF or PNG format. Usage: 1. Parameters are passed via URL: image.php?image=1.jpg; 2. You can set the type of your output image to JPG, more>> With this script you can resize your image, ad a watermark or copyright to image and output the image in JPEG, GIF or PNG format. Usage: 1. Parameters are passed via URL: image.php?image=1.jpg; 2. You can set the type of your output image to JPG, GIF or PNG format like this: image.php?image=1.jpg&typ e=png; If you dont specify the type of the output image, the script will output the image in the original format image.php?image=1.jpg; 3. To add a watermark to image you heave to set 2 variables: watermark_text and watermark_color(optional) .Black will be use if you do not set the watermark_color; 4. Resizing images; a. Exact size; b. Maxim size; c. Percent; d. Square;<<less
Quadratic Equation Solver (and more!) N/A
The Quadratic Equation Solver posted on this page solves for both real and imaginary (if applicable) results. Also on this site: solvers for the Cubic and Quartic equations, N Equations in N Unknowns, Eigenvalues and Eigenvectors, Cubic Spline more>> The Quadratic Equation Solver posted on this page solves for both real and imaginary (if applicable) results. Also on this site: solvers for the Cubic and Quartic equations, N Equations in N Unknowns, Eigenvalues and Eigenvectors, Cubic Spline Interpolation, Numerical Integration, and Least-Squares Data-Fitting.<<less
GF Calculator
This PHP Calculator is an updated version of the Version 1.0 which was hosted on GodfatherUk.Com. It doesnt use any databases or Javascript. It doesnt require any coding knowledge. Just simply edit th more>> This PHP Calculator is an updated version of the Version 1.0 which was hosted on GodfatherUk.Com. It doesnt use any databases or Javascript. It doesnt require any coding knowledge. Just simply edit the settings, upload it to your website, and away you go! When online, you simply enter the values, and select which action you wish to use. Available Actions: Addition, Subtraction, Multiplication, Division, Square, Cube, Square-Root. Enjoy!<<less