things remembered
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1977
Shopping Cart UNSUPPORTED
If your products are saved in spreadsheet format, just export them as delimi more>> If you want to add a simple shopping cart to your site, this is a good start. It keeps track of returning users without using cookies. They check off items on your pages then click "add to cart. " It will add shipping etc. to the final total, then when they click "purchase", you are notified. Their email is sent to you so you can contact them about payment. To deploy, simply add a checkbox code to each item on your site. As the user checks off items, theyre automatically remembered for checkout. Considering how simple this script is to set up and install, it is quite amazing how many features are available. There is also a database script available which can integrate with this shopping cart.<<less
Download (7KB)
Added: 2009-04-15 License: Freeware Price: Free
199 downloads
Bubble Thing May9/06
Bubble Thing - Inflate things. Pop them to create chain reactions. Meet the boss at the end. more>>
Bubble Thing - Inflate things. Pop them to create chain reactions. Meet the boss at the end.
Inflate things. Fast to make them pop. Slow to make them grow. Make chains. Meet the boss. Enjoy the music.
Arrow keys move.
WASD to inflate in four directions.
Popping bigger bubbles will spawn more chain-bullets which will pop other bubbles creating chain reactions. They will also release more collectables which net you a greater score.
This game was programmed during the three-day Toronto Game Jam, 2006. I started with my framework, a song, and an idea.
<<lessInflate things. Fast to make them pop. Slow to make them grow. Make chains. Meet the boss. Enjoy the music.
Arrow keys move.
WASD to inflate in four directions.
Popping bigger bubbles will spawn more chain-bullets which will pop other bubbles creating chain reactions. They will also release more collectables which net you a greater score.
This game was programmed during the three-day Toronto Game Jam, 2006. I started with my framework, a song, and an idea.
Download (5.4MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1243 downloads
PHPImageMage 2.0
PHPImageMage is a PHP5-class that acts as an API and simplifies many of the things most commonly done to images in Web apps. more>>
PHPImageMage is a PHP5-class that acts as an API and simplifies many of the things most commonly done to images in Web applications. PHPImageMage handles JPEG, PNG, and GIF images and requires PHP5 with GD support.
<<less Download (0.006MB)
Added: 2006-07-14 License: BSD License Price:
1197 downloads
GetMeDone 0.6
GetMeDone is a task manager in the spirit of Getting Things Done. more>>
GetMeDone is a task manager in the spirit of Getting Things Done. It uses PostgreSQL as a backend and is written in Tcl/Tk.
Currently only tested on Linux, it should be easy to extend to run on Mac OS and Windows.
It features easy filtering of contexts, priorities, and time, advanced recurrent tasks, linking tasks to projects, deadlines, an ideas list, and the ability to defer tasks to future dates.
Enhancements:
- Fix bug with editing task with today as the deadline
<<lessCurrently only tested on Linux, it should be easy to extend to run on Mac OS and Windows.
It features easy filtering of contexts, priorities, and time, advanced recurrent tasks, linking tasks to projects, deadlines, an ideas list, and the ability to defer tasks to future dates.
Enhancements:
- Fix bug with editing task with today as the deadline
Download (0.22MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1111 downloads
GiftTagging 1.2
GiftTagging enables you to tag the things youd like to be given. more>>
GiftTagging enables you to tag the things youd like to be given.
Official extension for the www.gifttagging.com website, which gives you the ability to build an internet wide wish list.
<<lessOfficial extension for the www.gifttagging.com website, which gives you the ability to build an internet wide wish list.
Download (0.018MB)
Added: 2007-05-01 License: MPL (Mozilla Public License) Price:
909 downloads
LaTeX Service 0.1
LaTeX Service project is a small service which converts LaTeX into an image. more>>
LaTeX Service project is a small service which converts LaTeX into an image.
It returns a LaTeX rendering of selected text as a TIFF image.
Enhancements:
- Many things could be improved, its just a 0.1 release... but it works
<<lessIt returns a LaTeX rendering of selected text as a TIFF image.
Enhancements:
- Many things could be improved, its just a 0.1 release... but it works
Download (0.009MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1101 downloads
Warship Battle 0.3
Warship Battle project is a battleship game with many extensions. more>>
Warship Battle project is a battleship game with many extensions.
Warship Battle is based on the old game of battleship, but with customization features.
You can change the field size and the number of boats. Boats can be put one by one on the field or generated.
Choose to strike in turn or until you miss. Three levels of difficulty are available.
Preferences are remembered between sessions.
Enhancements:
- Boat generation is considerably faster!
- A third level (`intelligent) added.
- Design seriously cleaned (hopefully), code partially commented.
- Preferences window made modal as well as many other small improvements and bug fixes.
<<lessWarship Battle is based on the old game of battleship, but with customization features.
You can change the field size and the number of boats. Boats can be put one by one on the field or generated.
Choose to strike in turn or until you miss. Three levels of difficulty are available.
Preferences are remembered between sessions.
Enhancements:
- Boat generation is considerably faster!
- A third level (`intelligent) added.
- Design seriously cleaned (hopefully), code partially commented.
- Preferences window made modal as well as many other small improvements and bug fixes.
Download (0.037MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
629 downloads
Dynamic MP3 Lister
Dynamic MP3 Lister is a PHP script for downloading/streaming MP3s from a Web server. more>>
Dynamic MP3 Lister was a project I started a long time ago to create dynamic lists of MP3s quickly and easily.
Features MP3 Information extraction for things like bitrate, channels, playtime and more.
Please note that this script is discontinued, and is only shown here now as an example of my work.
<<lessFeatures MP3 Information extraction for things like bitrate, channels, playtime and more.
Please note that this script is discontinued, and is only shown here now as an example of my work.
Download (0.009MB)
Added: 2005-05-05 License: Free for non-commercial use Price:
1643 downloads
php_writeexcel 0.3.0
php_writeexcel is a port of John McNamaras excellent Spreadsheet::WriteExcel Perl package to PHP. more>>
php_writeexcel is a port of John McNamaras excellent Spreadsheet::WriteExcel Perl package to PHP. It allows you to generate Microsoft Excel documents on your PHP enabled Web server without any other tools.
Ive included six example PHP scripts which are also taken out of the
Spreadsheet::WriteExcel package and ported to PHP:
- example-simple.php
- example-merge2.php
- example-stocks.php
- example-textwrap.php
- example-demo.php
- example-bigfile.php
All you have to do is to tar xzvf the package to a directory accessible via a web server. Then fetch any of the example scripts with your favourite web browser and Excel should come into place and show you a sheet.
Basically all features of Spreadsheet::WriteExcel are supported and thanks to a lot of people (see CHANGELOG) who contributed code and bug fixes, most things seem to work. However, please remember that its still in beta stage, so there are probably some bugs left.
Spreadsheet::WriteExcel uses the Parse::RecDescent package for formula support. Andreas Brodowski has imported and changed the PEAR::Spreadsheet Parser.php file, so formulas are supported since version 0.2.2.
Spreadsheet::WriteExcel uses the OLE::Storage_Lite package for supporting Excel files bigger than approx. 7 MB. I have ported this package already and called it php_ole. But I really dont know how reliable it is, so use it with care!
Enhancements:
- PHP5 compatibility has been added.
- Several bugs have been fixed.
<<lessIve included six example PHP scripts which are also taken out of the
Spreadsheet::WriteExcel package and ported to PHP:
- example-simple.php
- example-merge2.php
- example-stocks.php
- example-textwrap.php
- example-demo.php
- example-bigfile.php
All you have to do is to tar xzvf the package to a directory accessible via a web server. Then fetch any of the example scripts with your favourite web browser and Excel should come into place and show you a sheet.
Basically all features of Spreadsheet::WriteExcel are supported and thanks to a lot of people (see CHANGELOG) who contributed code and bug fixes, most things seem to work. However, please remember that its still in beta stage, so there are probably some bugs left.
Spreadsheet::WriteExcel uses the Parse::RecDescent package for formula support. Andreas Brodowski has imported and changed the PEAR::Spreadsheet Parser.php file, so formulas are supported since version 0.2.2.
Spreadsheet::WriteExcel uses the OLE::Storage_Lite package for supporting Excel files bigger than approx. 7 MB. I have ported this package already and called it php_ole. But I really dont know how reliable it is, so use it with care!
Enhancements:
- PHP5 compatibility has been added.
- Several bugs have been fixed.
Download (0.070MB)
Added: 2005-11-02 License: LGPL (GNU Lesser General Public License) Price:
1458 downloads
PHP/Mysql Site Builder 0.2.1
PHP/Mysql Site Builder is a PHP/Mysql tool for managing your homepage, you can create dinamyc and static version of your site. more>>
PHP/Mysql Site Builder is a PHP/Mysql tool for managing your homepage, you can create dinamyc and static version of your site.
PHPBuilder is free software, released under GNU GPL Licence version 2.0
(see COPYING file for details).
PHPBuilder is the result of many ideas, and code write by Luis Claudio
Gamboa Lopes.
For installation instructions, go and read INSTALL file, also remember
to read CREDITS file to know from where comes the things. The TODO file
is the list of features that Ill add in future versions, read it also.
Please, enjoy PHPBuilder and remember that this is free GPL software and
comes without any warranty and without technical support.
PHPBuilder isnt perfect, but your suggestions and feedback can help all
us to have a very well site builder system!
Enhancements:
- PHP 4.0 and MySQL 4.0 are now supported.
<<lessPHPBuilder is free software, released under GNU GPL Licence version 2.0
(see COPYING file for details).
PHPBuilder is the result of many ideas, and code write by Luis Claudio
Gamboa Lopes.
For installation instructions, go and read INSTALL file, also remember
to read CREDITS file to know from where comes the things. The TODO file
is the list of features that Ill add in future versions, read it also.
Please, enjoy PHPBuilder and remember that this is free GPL software and
comes without any warranty and without technical support.
PHPBuilder isnt perfect, but your suggestions and feedback can help all
us to have a very well site builder system!
Enhancements:
- PHP 4.0 and MySQL 4.0 are now supported.
Download (0.078MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
912 downloads
KMemAid 0.2.4
MemAid is like a traditional flash-card program to help you memorise question/answer pairs. more>>
KMemAid is like a traditional flash-card program to help you memorise question/answer pairs, but with an important twist: it uses a neural network to schedule the best time for an item to come up for review.
Difficult items that you tend to forget quickly will be scheduled more often, while MemAid wont waste your time on things you remember well. This means your learning process becomes much more efficient, also because the neural network gradually adapts to your personal memory model.
Enhancements:
- A small bug in item scheduling code was fixed.
- A category corruption when switching databases or doing XML import/export was fixed.
- The font setting is honored in the input and edit dialogs.
- The code was updated to work with Superkaramba 0.36.
- Unicode is still a problem, though. XML importing and exporting was improved.
- Pressing the "find" button repeatedly will scroll through all occurrences of the string in the list now. pre-0.2.3 databases are automatically imported.
<<lessDifficult items that you tend to forget quickly will be scheduled more often, while MemAid wont waste your time on things you remember well. This means your learning process becomes much more efficient, also because the neural network gradually adapts to your personal memory model.
Enhancements:
- A small bug in item scheduling code was fixed.
- A category corruption when switching databases or doing XML import/export was fixed.
- The font setting is honored in the input and edit dialogs.
- The code was updated to work with Superkaramba 0.36.
- Unicode is still a problem, though. XML importing and exporting was improved.
- Pressing the "find" button repeatedly will scroll through all occurrences of the string in the list now. pre-0.2.3 databases are automatically imported.
Download (0.16MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1489 downloads
gnome-terminal 2.18.1
gnome-terminal is the GNOME terminal emulator application. more>>
gnome-terminal is the GNOME terminal emulator application. gnome-terminal is only the shell (menubar, prefs dialog); the terminal emulation ("stuff in the middle") comes from the VTE widget. Remember this when choosing a bugzilla component.
How it works:
Profiles:
all settings are stored in profiles. prefs dialog edits the current profile
Session:
just the number of open windows/tabs and their profile is stored per-session
Command line options:
do not overlap things that are preferences
<<lessHow it works:
Profiles:
all settings are stored in profiles. prefs dialog edits the current profile
Session:
just the number of open windows/tabs and their profile is stored per-session
Command line options:
do not overlap things that are preferences
Download (2.8MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
873 downloads
phpSysInfo 2.3
phpSysInfo will display things like Uptime, CPU, Memory, etc. more>>
phpSysInfo is a PHP script that displays information about the host being accessed.
It will displays things like:
Uptime
CPU
Memory
SCSI
IDE
PCI
Ethernet
Floppy
Video Information.
<<lessIt will displays things like:
Uptime
CPU
Memory
SCSI
IDE
PCI
Ethernet
Floppy
Video Information.
Download (0.16MB)
Added: 2005-05-06 License: GPL (GNU General Public License) Price:
1634 downloads
OpenAether 0.2
OpenAether project is a collection of libraries and programs that let you do cool things with Jabber. more>>
OpenAether project is a collection of libraries and programs that let you do cool things with Jabber.
Initially focusing on flexible and easy client development, they also support RDBM access and calendaring.
<<lessInitially focusing on flexible and easy client development, they also support RDBM access and calendaring.
Download (0.37MB)
Added: 2006-09-01 License: LGPL (GNU Lesser General Public License) Price:
1149 downloads
TiWarriors 0.4
TiWarriors is an Asteroids clone with multiplayer support and incremental ship control. more>>
TiWarriors project is an Asteroids clone with multiplayer support and incremental ship control.
Two things differ from the original: energy control and multiplayer mode.
Enhancements:
- added some config options like antialiasing and the option to switch to full screen or window mode.
<<lessTwo things differ from the original: energy control and multiplayer mode.
Enhancements:
- added some config options like antialiasing and the option to switch to full screen or window mode.
Download (MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1052 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above things remembered search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed