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

Example Of Line Graph Contact Php freeware
Filter: All | Freeware | Demo
 

Example Of Line Graph Contact Php

< 1 2 3 4 5 > 
Released: December 24, 2012  |  Added: December 24, 2012 | Visits: 746

AMFPHP (Flash Remoting for PHP) An implementation of Flash Remoting for PHP allowing seamless data exchange between PHP and the Flash player.



Platforms: Windows, Mac, Linux

License: Freeware Size: 1.94 MB Download (64): AMFPHP (Flash Remoting for PHP) Download

Added: May 10, 2013 | Visits: 655

IPFWstats IPFWstats is a suite of shell, perl and PHP scripts to count network traffic ona per user basis on a server using the FreeBSD IPFW firewall. Statistics are imported into a MySQL database daily and canthen be viewed using a PHP script in a web browser





Platforms: Mac, *nix, PHP, BSD

License: Freeware Download (64): IPFWstats Download

Added: May 10, 2013 | Visits: 541

PHPCrawl PHPCrawl is a set of classes written in PHP for crawling/spidering websites, so just call it a webcrawler-library for PHP. The crawler "spiders" websites and delivers information about all found pages, links, files and so on to users of the library. By overriding a special method of the...


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

License: Freeware Download (63): PHPCrawl Download

Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 829

PHP Email Mailing List (PHP-EML) A light weight, simple to use and simple to configure email mailing list, with an online archive of posts, written in PHP


Platforms: Windows, Mac, Linux

License: Freeware Size: 21.5 KB Download (61): PHP Email Mailing List (PHP-EML) Download

Added: May 10, 2013 | Visits: 579

if else example if else example is a basic example of an if then else control structure.


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

License: Freeware Download (60): if else example Download

Added: May 10, 2013 | Visits: 868

Import hook for end-of-line conversion This code eliminates the need to convert line endings when moving .py modules between operating systems. This script allows you to import Python modules with any of Unix, Mac, or Windows line endings, on any OS.


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

License: Freeware Download (59): Import hook for end-of-line conversion Download

Added: May 10, 2013 | Visits: 493

Spawning an editor from a script This script is a very basic example of how to launch an editor from inside a program.


Platforms: Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Spawning an editor from a script Download

Added: May 10, 2013 | Visits: 578

Creating a share on windows This script is an example of how one would use python's win32net module to create a share on windows.


Platforms: Windows, Python,

License: Freeware Download (58): Creating a share on windows Download

Added: May 10, 2013 | Visits: 517

ZebraZ ZebraZ is a membership management system based on PHP and MySQL for clubs or organizations but could also be used for other uses which require tracking of people, their contact information, groups they belong to and payments.


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

License: Freeware Download (57): ZebraZ Download

Added: May 10, 2013 | Visits: 507

PHPXref PHPXref is a developer tool that's designed to ease the process of working on large PHP projects by making it very fast and easy to browse the code documentation along with the code itself. It works by scanning a project directory and translating the files it finds into readable cross-referenced...


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

License: Freeware Download (57): PHPXref Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 363

LorenzScreenSaver for Mac OS Experience the joy of fractals with this beautiful technicolor example of the Lorenz attractor.


Platforms: Mac

License: Freeware Size: 296.96 KB Download (57): LorenzScreenSaver for Mac OS Download

Added: May 10, 2013 | Visits: 668

Write a file to a WebDAV Server This script is an extremely simple example of using homepage to write a file to a WebDAV server. This version does not use any authentication mechanism.


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

License: Freeware Download (57): Write a file to a WebDAV Server Download

Added: May 10, 2013 | Visits: 515

JPSPAN 0.4.3b JPSPAN provides tools to "hook up" PHP and Javascript, for the purpose of fetching data from PHP into a web page which has already loaded, without reloading the entire page. It allows you to call remote PHP objects as local Javascript objects.


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

License: Freeware Download (56): JPSPAN 0.4.3b Download

Added: May 10, 2013 | Visits: 574

Auto Incrementer Example of __call__ and yield This script will automatically return the next integer. It starts with 0. This is an example of how to make a generator and how to make a callable object.


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


Added: July 23, 2013 | Visits: 675

2D / 3D Stacked Horizontal Bar Graph for PHP for Scripts This PHP script provides a very easy way to embed dynamically generated stacked horizontal bar graphs and charts into PHP applications and HTML web pages.The graphing software is very easy to use and it's perfectly possible to add professional quality real time graphing to web pages /...


Platforms: PHP

License: Freeware Size: 952.32 KB Download (55): 2D / 3D Stacked Horizontal Bar Graph for PHP for Scripts Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 530

Simple PHP Scripts A collection of practical and useful PHP scripts which impose minimum requirements to hosting systems. Currently it contains a gallery, chat, blog and snippets collection scripts.


Platforms: Windows, Mac, Linux

License: Freeware Size: 15 KB Download (55): Simple PHP Scripts Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 378

IPFWstats IPFWstats is a suite of shell, perl and PHP scripts to count network traffic ona per user basis on a server using the FreeBSD IPFW firewall. Statistics are imported into a MySQL database daily and canthen be viewed using a PHP script in a web browser


Platforms: Mac, BSD, Linux

License: Freeware Size: 12.49 KB Download (55): IPFWstats Download

Added: May 10, 2013 | Visits: 432

Unpack a multipart MIME message This script is an example of using the email module to unpack and decode a MIME message. This example uses the message's walk() method.


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

License: Freeware Download (55): Unpack a multipart MIME message Download

Added: May 10, 2013 | Visits: 456

RPN Stack class This is an example of how to write a stack and then employ that stack to have a stack for use in an RPN calculator. Among other things, this shows how classes work and how to make classes that are like types.Many people prefer to use RPN calculators, so it is necessary to impliment a stack first...


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

License: Freeware Download (55): RPN Stack class Download

Added: May 10, 2013 | Visits: 581

Space eXploration Game Project SXG (Space eXploration Game) is a multiplayer game of conquest and exploration of space written in PHP for play over the Web to be used with the upcoming phpBB 2.2 forum software.


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

License: Freeware Download (55): Space eXploration Game Download

< 1 2 3 4 5 >