cheats for playstation 2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6836
Article for Plone 3.2.3
Article for Plone provides a Plone document incorporating images, attachments and links, whith a free choice of layout. more>>
Article for Plone provides a Plone document incorporating images, attachments and links, whith a free choice of layout.
<<less Download (1.1MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
987 downloads
AlbumEasy for Linux 2.2
The free stamp album page layout program. more>> AlbumEasy is free of charge. I developed it for my own use, but as I felt that other stamp collectors might find it useful, I have made it publicly available.
The first version of AlbumEasy was a command line application, which worked for me. However I tend to forget that many people are not familiar with the command line. I have therefore decided to upgrade AlbumEasy so that there are GUI and command line versions of the application for both Linux and Windows.<<less
Download (698KB)
Added: 2009-04-10 License: Freeware Price: Free
196 downloads
PeaZip For Linux 2.2
Free archiver utility, open 7Z, ACE, PAQ, TAR, RAR, ZIP, encrypt and split files more>> PeaZip is an open source file and archive manager for 32 and 64 bit Windows (9x, 2000, XP, Vista) and Linux.
For both platforms it is available as installable or portable package, not needing installation.
Full support: 7Z, 7Z-sfx, ARC/WRC, BZ2/TBZ2, GZ/TGZ, PAQ/LPAQ, PEA, QUAD/BALZ, split, TAR, UPX, ZIP.
Open, browse, extract, test: ACE, ARJ, CAB, CHM, COMPOUND (MSI, DOC, XLS, PPT), CPIO, ISO, Java (JAR, EAR, WAR), Linux (DEB, PET/PUP, RPM, SLP), LHA/LZH, LZMA, NSIS, OOo, PAK/PK3/PK4, RAR, SMZIP, U3P, WIM, XPI, Z/TZ (71 file extension supported).
Other features: powerful search and filter functions, robust file copy, split/join files, quick or secure file deletion, compare/checksum/hash files, system benchmark, generate random passwords and keyfiles, two factor authentication, strong encryption (AES256).
PeaZip allows to: create/extract multiple archives at once, save archives layout, save job definition as command line (to be inspected, or used in scripts), save job logs.
The user interface is skinnable for colors, transparence and icons.<<less
Download (3.24MB)
Added: 2009-04-22 License: Freeware Price: free
185 downloads
Quicktime for Linux 2.2
Quicktime for Linux is Quicktime support for Unix. more>>
Quicktime for Linux lets you read and write Quicktime movies using several codecs. There are many Quicktime libraries for Linux; this one emphasizes reliability and accuracy while not stressing economy.
Also included are frontends to several of the codecs which dont require Quicktime encapsulation, header dump, chunk extraction, and recovery tools.
Enhancements:
- Selectively caching GOP frames to speed up reverse playback. Library upgrades for x264 and ffmpeg.
<<lessAlso included are frontends to several of the codecs which dont require Quicktime encapsulation, header dump, chunk extraction, and recovery tools.
Enhancements:
- Selectively caching GOP frames to speed up reverse playback. Library upgrades for x264 and ffmpeg.
Download (28.5MB)
Added: 2006-07-03 License: LGPL (GNU Lesser General Public License) Price:
1251 downloads
Quicktime 4 for Linux 2.2
Access uncompressed Quicktime movies the easy way. more>> Quicktime 4 Linux was the first convenient way to read and write uncompressed Quicktime movies on Linux. Today Quicktime 4 Linux is intended mainly for content creation and uncompressed movies. These usually arise during the production phase and not the distribution phase of a movie. It has improvements in colormodel support, bit depth, accuracy, reliability, and codecs, while not stressing economy.
FEATURES
Quicktime 4 Linux is the foundation for many of the features of Cinelerra. It includes several front ends to encoders and decoders which are used by applications directly.
DV FRONT END
Included in Quicktime for Linux is a front end for the libdv engine. This front end was started when libdv was really crude. Since then, libdv has gotten better but the abstraction layer remains.
JPEG FRONT END
A parallel JPEG engine using libjpeg is implemented with a front end. This uses 2 processors for field based JPEG compression and 1 processor for frame based compression. It also supports some common marker operations.
COLORSPACE CONVERSION
A general colorspace converter implements colorspace conversion with nearest neighbor scaling for the large number of nonstandard colorspaces that Cinelerra uses.
STEP UP TO THE MICROSOFT
Quicktime 4 Linux reads and writes some AVI files. AVI support has grown over the years, since this is of course the standard on Linux, but is continuously evolving since AVI is not consistent. Currently it reads and writes reasonably compatible AVI files less than or greater than 2GB. The AVI mode supports MJPG, DV, and some compressed codecs.
CODECS
Be aware of one thing: Quicktime for Linux wont read any of the movies you download from the internet. Quicktime is a wrapper for many different kinds of compression formats. What you knew as "Quicktime 4", "Quicktime 5", "Quicktime 6", are really different distributions of compression formats. The codecs we support are mainly uncompressed.<<less
Download (7.59MB)
Added: 2009-04-24 License: Freeware Price: Free
204 downloads
Amber for Parrot 0.4.2
Amber for Parrot is an object-oriented scripting language for the Parrot virtual machine. more>> <<less
Download (0.80MB)
Added: 2006-02-28 License: GPL (GNU General Public License) Price:
1333 downloads
Tiny Box for Linux 2.2
Tiny Box is a free Direct Connect server for Linux. more>> Tiny Box is a free Direct Connect server completely written in lua code and based on the Lua AIO Distribution.<<less
Download (4.19MB)
Added: 2009-04-11 License: Freeware Price: Free
195 downloads
Sparklines for Java 1.2
Sparklines are intense, simple, wordlike graphics. more>>
Sparklines are intense, simple, wordlike graphics.
Theres a PHP library for producing sparklines, and even a sparkline web service, but I wanted something I could use to generate sparklines in both Java and JSTL (and I thought it would be a fun project). (Its also worth checking out Whys minimalist python sparklines, which encode the image data directly in the HTML as a data: URI [this library allows you to encode the images as using either data: format or javascript: format (supported by IE) in JSTL])
JSTL examples
< %@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" % >
< %@ taglib prefix="spark" uri="http://www.representqueens.com/taglibs/spark" % >
< c:set var="test" value="5, 35, 22, 19, 16, 10, 4, 33, 9, 12, 27, 36, 22" / >
< img src="< spark:bar name="test" color="red" / >" / >
will produce:
(I think the default size might be a little large).
The "name" attribute specifies the key to find the data (Uses JspContext.findAttribute). It expects the value to be either a List , a Number[], or a String of comma separated int values. Its the only manditory attribute.
The other attributes are width, height, spacing, color, highColor, lastColor, output. You can replace "bar" with "line" to get a linegraph (note: highColor and lastColor are currently not supported for line graphs).
The color attributes can either be a color name (a field name from java.awt.Color), or a HTML hex color (e.g. #ff0000 for red).
Enhancements:
- This release properly URL encodes parameters for server generated sparklines.
- This fixes an issue when using hex specified image colors.
- The tag parameter "background" has been added as a workaround for IE6 PNG transparency.
<<lessTheres a PHP library for producing sparklines, and even a sparkline web service, but I wanted something I could use to generate sparklines in both Java and JSTL (and I thought it would be a fun project). (Its also worth checking out Whys minimalist python sparklines, which encode the image data directly in the HTML as a data: URI [this library allows you to encode the images as using either data: format or javascript: format (supported by IE) in JSTL])
JSTL examples
< %@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" % >
< %@ taglib prefix="spark" uri="http://www.representqueens.com/taglibs/spark" % >
< c:set var="test" value="5, 35, 22, 19, 16, 10, 4, 33, 9, 12, 27, 36, 22" / >
< img src="< spark:bar name="test" color="red" / >" / >
will produce:
(I think the default size might be a little large).
The "name" attribute specifies the key to find the data (Uses JspContext.findAttribute). It expects the value to be either a List , a Number[], or a String of comma separated int values. Its the only manditory attribute.
The other attributes are width, height, spacing, color, highColor, lastColor, output. You can replace "bar" with "line" to get a linegraph (note: highColor and lastColor are currently not supported for line graphs).
The color attributes can either be a color name (a field name from java.awt.Color), or a HTML hex color (e.g. #ff0000 for red).
Enhancements:
- This release properly URL encodes parameters for server generated sparklines.
- This fixes an issue when using hex specified image colors.
- The tag parameter "background" has been added as a workaround for IE6 PNG transparency.
Download (0.030MB)
Added: 2007-03-14 License: The Apache License 2.0 Price:
956 downloads
Sysinfo for Pardus 1.4.2
Sysinfo for Pardus is OpenSuses sysinfo:/ kioslave ported to Pardus more>>
Sysinfo for Pardus is OpenSuses sysinfo:/ kioslave ported to Pardus
<<less Download (0.80MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
828 downloads
EasyEclipse for PHP 1.2.2
EasyEclipse for PHP is for PHP development with a database. more>>
EasyEclipse for PHP is for PHP development with a database.
EasyEclipse for PHP contains the tools needed to start developing PHP code: the PHPEclipse IDE, some database tools, as well as Subclipse providing connectivity to Subversion.
This distribution includes the following plugins:
Core components:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
- Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
IDE for PHP development:
- PHP Eclipse 1.1.9.CVS-20060920 - Edit, run, test, debug and deploy PHP applications.
- Simple test for PHP 0.1.9.1 - Test your PHP code with the SimpleTest PHP unit test framework, and experimental support for PHPUnit2.
Tools for web development:
- Eclipse Web tools editors 1.5.2 - Edit and validate XML, XSL, XML Schemas, DTD, HTML, JavaScript and CSS files. Test and validate web services.
- Eclipse HTML Tidy 1.2.2.patch-01-1 - Format and validate HTML, XHTML and XML documents within your favorite editor.
- Amateras HTML and XML editor 2.0.2 - Edit HTML, JSP, XML and CSS files.
Database management tool:
- QuantumDB 3.0.3 - Access, manage and query SQL relational database and servers access using standard JDBC drivers.
Version Control tools (note that CVS support is included in the Eclipse Platform):
- Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
<<lessEasyEclipse for PHP contains the tools needed to start developing PHP code: the PHPEclipse IDE, some database tools, as well as Subclipse providing connectivity to Subversion.
This distribution includes the following plugins:
Core components:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
- Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
IDE for PHP development:
- PHP Eclipse 1.1.9.CVS-20060920 - Edit, run, test, debug and deploy PHP applications.
- Simple test for PHP 0.1.9.1 - Test your PHP code with the SimpleTest PHP unit test framework, and experimental support for PHPUnit2.
Tools for web development:
- Eclipse Web tools editors 1.5.2 - Edit and validate XML, XSL, XML Schemas, DTD, HTML, JavaScript and CSS files. Test and validate web services.
- Eclipse HTML Tidy 1.2.2.patch-01-1 - Format and validate HTML, XHTML and XML documents within your favorite editor.
- Amateras HTML and XML editor 2.0.2 - Edit HTML, JSP, XML and CSS files.
Database management tool:
- QuantumDB 3.0.3 - Access, manage and query SQL relational database and servers access using standard JDBC drivers.
Version Control tools (note that CVS support is included in the Eclipse Platform):
- Subclipse 1.1.8 - Access and manage Subversion repositories within Eclipse.
Download (155MB)
Added: 2007-06-19 License: Eclipse Public License Price:
865 downloads
KMSBII for Slackware 2.1.0
KDE Menu Sidebar Image Improvement is a simple improvement for your KDE Menu. more>>
KDE Menu Sidebar Image Improvement is a simple improvement for your KDE Menu that replaces default KDE Menu Sidebar image with one designed specifically for your Slackware GNULinux distribution.
Having say a Slackware or Debian or FreeBSD or any other OS/distribution logo instead of default KDE gear may be a much better choice for those of you who are just in love with your favorite *nix.
Personalized it looks sexy, it looks witty, it stresses the facts.
This project proved to be a little success because people seem to appreciate it.
So, now here we are with updated package again and it is my pleasure to hear from you that youve given it a try.
Enhancements:
- Project structure has been redefined so that it is now template based and extensible. This is basically a first attempt to unify all types of KMSBII presented at kde-look.org.
- Installation script has been dramastically improved; added new features to control the installation process and the ability to perform post-installation actions; run `./install.sh help for more information. The script is quite verbose now and informs user of every action performed in a user-friendly manner;
- Abbreviations of the project related names have been introduced to provide a convenient way to refer to them. See "ABBREVIATIONS" section of `./install.sh help output;
- Graphic source files as well as KMSBI files have been changed once again, changes have been made to achieve the best look of the KMSBI;
- Added KMSBII for Slackware GNULinux distribution v11.0.0;
- Updated documentation.
- Licensing agreement has been introduced to protect intellectual property and rights of its owner. See COPYING file for more details and "Licensing Agreement" section of this file for short explanations on how this licensing agreement works.
<<lessHaving say a Slackware or Debian or FreeBSD or any other OS/distribution logo instead of default KDE gear may be a much better choice for those of you who are just in love with your favorite *nix.
Personalized it looks sexy, it looks witty, it stresses the facts.
This project proved to be a little success because people seem to appreciate it.
So, now here we are with updated package again and it is my pleasure to hear from you that youve given it a try.
Enhancements:
- Project structure has been redefined so that it is now template based and extensible. This is basically a first attempt to unify all types of KMSBII presented at kde-look.org.
- Installation script has been dramastically improved; added new features to control the installation process and the ability to perform post-installation actions; run `./install.sh help for more information. The script is quite verbose now and informs user of every action performed in a user-friendly manner;
- Abbreviations of the project related names have been introduced to provide a convenient way to refer to them. See "ABBREVIATIONS" section of `./install.sh help output;
- Graphic source files as well as KMSBI files have been changed once again, changes have been made to achieve the best look of the KMSBI;
- Added KMSBII for Slackware GNULinux distribution v11.0.0;
- Updated documentation.
- Licensing agreement has been introduced to protect intellectual property and rights of its owner. See COPYING file for more details and "Licensing Agreement" section of this file for short explanations on how this licensing agreement works.
Download (0.082MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1018 downloads
Frontend for ffmpeg2theora 2.0
Frontend for ffmpeg2theora is a graphical user interface for tool ffmpeg2theora. more>>
Frontend for ffmpeg2theora is a graphical user interface for tool ffmpeg2theora. Frontend for ffmpeg2theora converts any video which ffmpeg can decode into Ogg/Theora format.
For full readme and translations, please visit my homepage
Build instructions:
At first, unpack downloaded archive (e.g. using midnight commander) and move to program directory (ffmpeg2theora_fe). This program uses build system qmake. Default installation path is set to /usr/bin To change it, edit line DESTDIR in project file ffmpeg2theora_fe.pro Now, it is time to generate Makefile. Simply run
qmake -o Makefile ffmpeg2theora_fe.pro
su -c "make"
To uninstall program, run
su -c "make distclean"
<<lessFor full readme and translations, please visit my homepage
Build instructions:
At first, unpack downloaded archive (e.g. using midnight commander) and move to program directory (ffmpeg2theora_fe). This program uses build system qmake. Default installation path is set to /usr/bin To change it, edit line DESTDIR in project file ffmpeg2theora_fe.pro Now, it is time to generate Makefile. Simply run
qmake -o Makefile ffmpeg2theora_fe.pro
su -c "make"
To uninstall program, run
su -c "make distclean"
Download (0.030MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
953 downloads
Debian LiveCD for PS3 20070114
Debian LiveCD for PS3 is the first Debian Linux LiveCD for the PlayStation 3 gaming console. more>> <<less
Download (222.8MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
622 downloads
phpListPro 2.0.1
phpListPro project is a PHP/mySQL rating TopList professional script. more>>
phpListPro project is a PHP/mySQL rating TopList professional script.
Main features:
- Easy Configuration with CSS (some samples incl.)
- All functions configurable with one config-file
- mySQL Database Backend (fast, stable)
- unlimited language-templates, with language-select (english, german, dutch, french, spanish, italian, russian, ... included)
- unlimited categories, with category-select
- Site rating on incoming votes
- 3 Stage - Anti cheating Gateway
- AntiFrame on Gateway
- unique Cheating-Detection (TILT-Protect)
- Cookie-Detection (only cookie-enabled browsers can vote)
- Random-Link
- Site-Search
- NewIcon for new entries
- Variable pagebreaks
- Userfriendly Add site (with HTML integration help)
- Userfriendly Edit site
- Userfriendly HTML integration help
- Auto "Add to Favorits" Window for first-time Users
- Exitwindows for exits and outclicks
- Listsorting on votes or hits or ratings (cascading)
- Listreset for cronjobs or automatic
- SetInactive on listreset (if no votes within timeframe)
- SetActive on listreset (if votes within timeframe)
- Lost password function
- User confirmation mail
- User mail-address validation
- Webmaster notify mail
- Webmaster Site-approval
- BadWords detection
- IP-banning with Cookie remember
- Minimum-votes-to-display filter
- Advanced logging (incl. automatic oldlogprune)
- UserOnline display
- ProcessingTime display
- WEB-Adminpanel (search, votelogs, edit, delete, approval, ...)
- WEB-HTML-Newsletter
- BONUS: NewList (PluginFunction to List new Sites as Text)
- BONUS: Upgradetool from phpList (File-to-DB Converter)
- BONUS: Upgradetool from Autorank Pro (File-to-DB Converter)
- BONUS: Upgradetool from Turbotrade (File-to-DB Converter)
- BONUS: Upgradetool from CustomLists (File-to-DB Converter)
<<lessMain features:
- Easy Configuration with CSS (some samples incl.)
- All functions configurable with one config-file
- mySQL Database Backend (fast, stable)
- unlimited language-templates, with language-select (english, german, dutch, french, spanish, italian, russian, ... included)
- unlimited categories, with category-select
- Site rating on incoming votes
- 3 Stage - Anti cheating Gateway
- AntiFrame on Gateway
- unique Cheating-Detection (TILT-Protect)
- Cookie-Detection (only cookie-enabled browsers can vote)
- Random-Link
- Site-Search
- NewIcon for new entries
- Variable pagebreaks
- Userfriendly Add site (with HTML integration help)
- Userfriendly Edit site
- Userfriendly HTML integration help
- Auto "Add to Favorits" Window for first-time Users
- Exitwindows for exits and outclicks
- Listsorting on votes or hits or ratings (cascading)
- Listreset for cronjobs or automatic
- SetInactive on listreset (if no votes within timeframe)
- SetActive on listreset (if votes within timeframe)
- Lost password function
- User confirmation mail
- User mail-address validation
- Webmaster notify mail
- Webmaster Site-approval
- BadWords detection
- IP-banning with Cookie remember
- Minimum-votes-to-display filter
- Advanced logging (incl. automatic oldlogprune)
- UserOnline display
- ProcessingTime display
- WEB-Adminpanel (search, votelogs, edit, delete, approval, ...)
- WEB-HTML-Newsletter
- BONUS: NewList (PluginFunction to List new Sites as Text)
- BONUS: Upgradetool from phpList (File-to-DB Converter)
- BONUS: Upgradetool from Autorank Pro (File-to-DB Converter)
- BONUS: Upgradetool from Turbotrade (File-to-DB Converter)
- BONUS: Upgradetool from CustomLists (File-to-DB Converter)
Download (MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
925 downloads
GroupSTAT 0.12.1
GroupSTAT generates statistics from a local Usenet news spool. more>>
GroupSTAT generates statistics from a local Usenet news spool.
Recently, I seem to have become the unofficial stats maintainer for rec.arts.drwho. The program that I have been using to generate these stats, StatNews, was inadequate for the job. I thought about making a few alterations to it and sending a patch to the maintainer (Davide Salvetti), but after looking over the source code to StatNews, I decided that it would be easier to start over and do a complete re-write, using StatNewss source as a cheat-sheet for certain aspects of the project.
So, I set about writing this new program. I did a little research, and found the News::Scan Perl module (available on CPAN or from the authors website. The News::Scan module allowed me to write a program to get the stats without having to actually look at any news articles. This made my job a lot easier.
I have tried to make GroupSTAT as portable as possible. This program has been (for the most part) designed and tested under Debian GNU/Linux woody, and may not work on other platforms. This should be considered a bug; if you have problems getting it to work on your flavor of Unix, please tell me.
<<lessRecently, I seem to have become the unofficial stats maintainer for rec.arts.drwho. The program that I have been using to generate these stats, StatNews, was inadequate for the job. I thought about making a few alterations to it and sending a patch to the maintainer (Davide Salvetti), but after looking over the source code to StatNews, I decided that it would be easier to start over and do a complete re-write, using StatNewss source as a cheat-sheet for certain aspects of the project.
So, I set about writing this new program. I did a little research, and found the News::Scan Perl module (available on CPAN or from the authors website. The News::Scan module allowed me to write a program to get the stats without having to actually look at any news articles. This made my job a lot easier.
I have tried to make GroupSTAT as portable as possible. This program has been (for the most part) designed and tested under Debian GNU/Linux woody, and may not work on other platforms. This should be considered a bug; if you have problems getting it to work on your flavor of Unix, please tell me.
Download (0.022MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1219 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 cheats for playstation 2 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