Main > Free Download Search >

Free psp 3.30 software for linux

psp 3.30

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 25
cim 3.30

cim 3.30


GNU Cim is a compiler for the programming language Simula. more>>
GNU Cim is a compiler for the programming language Simula (except unspecified parameters to formal or virtual procedures (see the documentation for how portable code for formal procedures can be written)).

cim project offers a class concept, separate compilation with full type checking, interface to external C routines, an application package for process simulation and a coroutine concept.

Supported Platforms

Cim runs on any GNU or UNIX like operating systems regardless of the machine type. The portability of the GNU Simula Compiler is based on the C programming language. The compiler and the run-time system is written in C, and the compiler produces C code, that is passed to a C compiler for further processing towards machine code.
<<less
Download (0.40MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1235 downloads
KPSP 0.1.1

KPSP 0.1.1


KPSP provides an IOSlave for the PSP (Playstation Portable). more>>
KPSP provides an IOSlave for the PSP (Playstation Portable).
You just simply connect your PSP to your computer, start Konqueror and type "psp:/".
Installation from source:
Get the source-package from the download page.
tar xfvz kio_psp-< VERSION >.tar.gz
cd kio_psp-< VERSION >
./configure --prefix=< where KDE is installed >
make
make install # Probably you need root-privileges
Installation from CVS:
You have to download the sources from CVS:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kpsp login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kpsp co -P kio_psp
Get the admin-directory, used by the build-system.
cd kio_psp
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.3/kde-common/admin
Compile and install.
make -f Makefile.cvs
./configure --prefix=
make
make install # Probably you need root-privileges
Enhancements:
- Virtual root-folders have an access-type
- Creation of a folder failed when the media-folder wasnt created before.
- Better integration into the KDE Control Center
<<less
Download (0.52MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
1362 downloads
jPOS 1.6.0

jPOS 1.6.0


jPOS is a Java based, production grade ISO-8583 library. more>>
jPOS project is a Java based, production grade ISO-8583 library/framework that can be used to implement financial interchanges, protocol converters, payment gateways, credit card verification clients and servers (merchant/issuer/acquirer), etc.
Enhancements:
- Upgrade to jdom-1.0.jar
- Changed LogEvent to support new jdom version
- Upgraded build system (uses jPOS-EEs approach
- Added DailyLogListener
- Use crimson instead of xerces
- Created compat_1_5_2 module
- Upgraded jdbm to 1.0
- transient:* and persistent:* Spaces urns now maps to TSpace and JDBMSpace
- ISOMsg writeExternal and readExternal now honors packager if available
- ISOMsg.set(int,String) can be used for ISOBinaryFields provided theres a packager associated with the ISOMsg (the string is interpreted as hex)
- Added appropriate thread names
- TransactionManager stuff moved to its own module txnmgr
- BaseChannel.disconnect closes socket before closing streams (better SSL behaveour)
- ISOServer do not drop connection on VetoException
- bugfix in Log4JListener (if watch=0 use default watch to avoid CPU going up to 100%
- TSpace and JDBMSpace throws NPE at out time if either key or value are null
- ISOCurrencys data moved to a ResourceBundle
- Dump hexstring of binary fields in ISOBasePackager.unpack
- Added IFE_AMOUNT
- Added TransactionManager debug property
- TransactionManager creates default persistent-space if one is not specified
- TransactionManager honors participants configured after group selectors
- TransactionManager now support RETRY action at prepare time (r2359)
- QServer.stop - avoid npe on unstarted/misconfigured servers (r2360)
- ISOChannelPanel now supports wipe and protect attributes (r2363)
- Added IFE_SIGNED_NUMERIC and SignedEbcdicNumberInterpreter
- Added sendKeepAlive() method to BaseChannel
- New ?keep-alive? element in ChannelAdaptor
- FSDMsg trunk fields bigger than length
- Reworked 3rd bitmap support
- QMUX now support multiple ready indicators
- NPE in Q2 startup when deploy directory is not available/readable
- ISOServer now honors new keep-channels property (true|false)
- Added bind-address and backlog properties to ISOServer
- ISOServer: close ThreadPool on shutdown
- FSDMsg truncate A fields larger than length
- synchronized NameRegistrar
- GenericSubFieldPackager - pack dummy fields if field is not available and inner message has no bitmap
- QMUX now supports new .. configuration element (defaults to 41, 11 ).
- Added org.jpos.transaction.participant.HasEntry general purpose Group Selector
- TransactionManager attempts to call setTransactionManager(TransactionManager) on participants
- Bugfix in IF_TCHAR (unpack offset - r2410)
- Added Q2.shutdown (boolean join) (r2414)
- Added Join participant (r2416)
- Added keep-alive property to BaseChannel (r2417) - feature request #404
- Include a call to tx & rx.interrupt so that an idle ISOMUX will honour terminate requests.
- added setOverrideHeader(boolean) and isOverrideHeader() to BaseChannel
- ISOUtil.normalize uses UTF-8 encoding
- BaseChannel: added protected int getHeaderLength(ISOMsg m)
- TransactionManager.stop() wait (via join) for sessions to terminate (r2422)
- ISOServer/ThreadPool: Added socket closure in the event of ThreadPool exhaustion. Combined with a tightening of count of active, working and available Threads in ThreadPool itself (r2423).
- Added IFA_LLLLLLCHAR field packager (r2424)
- Bugfix in DailyTaskAdaptor in order to deal with daylight saving change (r2425)
- XMLPackager honors optional ... element at unpack time. (r2426)
- bugfix in ChannelAdaptor: honor reconnect delay on peer-disconnect exceptions (r2429)
- Added new configuration element to QMUX (r2432)
- genericpackager.dtd - added optional firstField element to fieldpackager and isofieldpackager (r2434)
- QMUX added removeISORequestListener (r2435)
- IFB_LLLHCHAR, IFB_LLLHECHAR and IFB_LLLHBINARY length can go up to 65535 (r2437)
- ISOBasePackager - add support for composite MTIs (r2438)
- BaseChannel accepts new max-packet-length optional property - new default size 100k (r2441)
- bugfix: ISOServer clones max-packet-length
- Added new MUXPool component (r2443)
- TransactionManager minor optimization - do not take snapshot if psp is not actually persistent (r2444)
- SpaceUtil new wipeAndOut helpers (r2447)
- TransactionManager - new PAUSE support (r2448)
- bugfix: GZipChannel compressed/uncompressed length (r2458)
- TransactionManager new method getOutstandingTransactions (r2459)
- added org.jpos.transaction.participant.Forward (r2459)
- added org.jpos.transaction.participant.CheckPoint (r2460)
- QFactory.properties added txnmgr and transaction-manager aliases (r2462)
<<less
Download (3.4MB)
Added: 2007-04-21 License: The Apache License Price:
940 downloads
weta-dfs 0.3.30

weta-dfs 0.3.30


weta-dfs is a distributed file system. more>>
weta-dfs is a distributed file system. weta-dfs is designed to be fail-safe through replications of files, fast and easy to install, platform independent, and to have fast recovery from crashes.

It consists of Data Node Servers and one Meta Data Server and a java.io.File-like client API.

<<less
Download (0.92MB)
Added: 2005-12-21 License: The Apache License 2.0 Price:
1402 downloads
QPSPManager 1.3

QPSPManager 1.3


QPBPManager is a PBP File manager for Linux. more>>
QPBPManager is a PBP File manager for Linux. The software is intended to use as a user friendly GUI to the known tedious pack and unpack processes of the PSP PBP files, directory generation and further copy into the PSP, in order to execute those binary files in PSPs with firmware 1.50.
QPSPManager automates this process to make it a simple task to the end user, who will only have to select a PBP file and the PSP directory, leaving all other tasks to the program. It also provides some other cool features such as selecting custom PNG, PMF and AT3 files to use as an icon or background in the PSP menu.
QPBPManager also allows the user to backup the savegames to the computer and copy those savegames later to the PSP.
Main features:
- Unpacks PBP files and selects automatically the icon and background files from the source file.
- Extracts the program name included in the PBP file and sets it as default output directory.
- Extracts the ELF of the PBP file and packs a fake PBP file without the ELF for showing in the menu of the PSP.
- Allows to select custom icon and background files to use in the menu.
- Allows to select custom video and music files to use in the menu.
- Allows to select the output directory on the PSP and the actual PSP directory, which is saved as an option for further usages, so you only have to configure it once (as long as the PSP directory does not change).
- Provides support for backup the savegames on the PSP to the computer and viceversa.
Although QPSPManager was mainly designed only to transfer PBP files into the PSP so they can be executed through the memory stick menu, Im thinking about new features in future versions non related to PBP file management. Some of those features:
- Conversion and transfering of any kind of video file. It will allow to convert all kind of video files into the PSP format and transfer the files to the PSP to allow viewing them on the console.
- Conversion and transfering of any kind of audio file. It will allow to convert all kind of audio files into the PSP format (mp3) and transfer the files to the PSP to allow hearing them on the console.
Enhancements:
- Added ISO/CISO compression/decompression and transfer support.
- Fixed bug where you couldnt rename a directory in the PSP.
- Changed renaming policy for kxploit.
- Copy file routine changed.
- Support for different linux distributions where mount options change the filenames of the mounted PSP to uppercase.
<<less
Download (0.095MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
507 downloads
PSIX 1.1

PSIX 1.1


PSIX is a nice style for KDE, inspired by the Sony PSP. more>>
PSIX is originally a shell for the Sony PSP. I found the shell to have great graphics and a nice interface so i decided to port the look and feel over to one of the best window managers and OS. I also did this without falling under any License agreements because no one likes GPL.

Note: If installer dosent open from Konqueror then start installer from Konsole (sh Install PSIX Theme.bash)

<<less
Download (1.4MB)
Added: 2007-04-16 License: Freeware Price:
550 downloads
PSP-Recode 1.1

PSP-Recode 1.1


PSP-Recode is another service menu for PSP videos, tested with my 1.5-2.71-B PSP and works perfect. more>>
PSP-Recode is another service menu for PSP videos, tested with my 1.5-2.71-B PSP and works perfect.
Based on podencoder and original psp-recode for mp4ip, but this only need the last version of ffmpeg with PSP suport.
This script only required ffmpeg and kdialog installed in your system, but, for best performance (progress bars) you must install zenity and mplayer.
Installation:
Copy < PSP_Video.desktop > to < $HOME/.kde/share/apps/konqueror/servicemenus/ >,
and copy < psp-recode.sh > to < $HOME/bin > directory or another one that is in
your $PATH.
You can see PSP-Recode options typing < psp-recode.sh --help > in one console.
Remember that your PSP need runing firmware up to 2.01 or emulated firmware.
Enhancements:
- Bug fixed if your ffmpeg version uses video bitrate in bits/s or in kbits/s, the program ask you.
<<less
Download (0.003MB)
Added: 2006-11-09 License: GPL (GNU General Public License) Price:
1094 downloads
Chkconfig 1.3.30a

Chkconfig 1.3.30a


Chkconfig is a tool for managing the collection of symbolic links found in the /etc/rc[0-6].d directories. more>>
Chkconfig is a tool for managing the collection of symbolic links found in the /etc/rc[0-6].d directories, on System V derived UNIX systems. The project saves the system administrator from the tedium of manually managing the scores of symbolic links.
SGI originally created chkconfig and shipped it with their IRIX operating system. In 1993, Italo Lisi and Luigi Genoni created a script version of chkconfig for Linux. Several years later, RedHat independently created their own C version of the same idea, which is the basis for the code provided here.
In this version, an autoconf style configure script is added, as well as some detection for the /etc/rc.d directory (eg. /etc under Solaris). I sent patches to RedHat based on their RedHat-5.2 version, but never received any communication back.
It seemed like a generally useful tool, especially for porting RPM spec files to Solaris, so Im making it available here.
The newest version (1.3.30a) is based on the version shipped with Fedora Core 6. I have only tested it under Debian, but should compile easily on other distributions if you have a library supporting the getopt_long() function.
Installation:
The installation procedure is the standard GNU one:
# ./configure
# make
# make install
which should detect the configuration your OS uses and compile the program with the correct defaults. If it is unable to determine the initscript directories for your platform, there are specific options documented in INSTALL. (Please also email the author the options you gave to configure, so that the sources can be modified to automatically support your system.)
You can also pass the --disable-ntsysv option to configure to skip compilation of that program. Similarly, --disable-alternatives skips compilation of the alternatives program.
Enhancements:
- Updated to match version 1.3.30 as distributed by Fedora Core 6.
- Now includes the "/usr/sbin/alternatives" program, and no longer requires the popt library.
<<less
Download (0.32MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
928 downloads
MyTunesRSS 3.0 RC8

MyTunesRSS 3.0 RC8


MyTunesRSS is a application for configuring and starting a server. more>>
MyTunesRSS is a application for configuring and starting a server. You can access this server with any web browser, search your iTunes music library and create an individual play list. The play list is published as an RSS feed with the feed items containing links to the music files. These files are served through the server as well.

MyTunesRSS is 100% pure Java, i.e. it runs on any system with Java 1.5 and up.

MyTunesRSS supports MP3 and unprotected AAC files from your iTunes library. You can also create RSS feeds directly from your existing iTunes playlists. Access to the web application and therefor your library can be protected with a password.

With MyTunesRSS you can for example use a Playstation Portable to listen to the music from your iTunes library. The songs are streamed to the PSP through the WLAN feature. Also any other device with a web browser and capable of receiving podcasts can be used. Listen to your music with any such device even if it is not iTunes enabled.

Since MyTunesRSS is pure Java, you can run it on any platform supporting Java 1.5 and iTunes.

<<less
Download (8.3MB)
Added: 2007-06-25 License: Freeware Price:
858 downloads
wmmge 0.3

wmmge 0.3


wmmge is a Window Maker dockapp for monitoring an MGE UPS. more>>
wmmge is a small Window Maker dockapp for monitoring an MGE UPS.
It shows the remaining time, and it blinks if this time is short.
It uses PSP (Personal Solution-Pac) monitor, which can be downloaded from the MGE website: http://www.mgeups.com.
It needs root permissions to send messages to the UPS.
Enhancements:
- now a black background color :)
- added the consommation, and the load.
- modified little things about timing.
<<less
Download (0.023MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1121 downloads
Stella 2.4

Stella 2.4


Stella is a multi-platform Atari 2600 VCS emulator released under the GNU General Public License (GPL). more>>
Stella is a multi-platform Atari 2600 VCS emulator.
Stella was originally developed for Linux by Bradford W. Mott, however, since its original release several people have joined the development team to port Stella to other operating systems such as AcornOS, AmigaOS, DOS, FreeBSD, IRIX, Linux, OS/2, MacOS, Unix, and Windows. The development team is working hard to perfect the emulator and we hope you enjoy our effort.
On this site youll find information about downloading, installing, using, and enhancing Stella. Youll also find useful information about the Atari 2600 and emulation.
Enhancements:
Added new video sub-system where fullscreen and windowed modes are treated
differently. Windowed modes now use -zoom_tia and -zoom_ui arguments,
while fullscreen modes can be specified by resolution using the new
-fullres argument.
- Widescreen video modes are now supported; Stella will simply center the
image with surrounding black borders.
- Many UI-related changes, including resizable ROM launcher and debugger
windows, and a new UI palette (the previous classic palette is still
available). This is still a work in progress.
- The locations of all major config files (statedir, palette file,
cheat file, properties file, etc) are now configurable from the
commandline and within the UI.
- Updates to TIA palette support. Added SECAM support, and removed the
built-in original palette. Standard, z26, and user are still
available.
- Various bugfixes to some debugger commands. The run command no
longer causes a crash, and several others have better error-checking.
- Added more complete cartridge auto-detection for Commavid (CV), 3E,
3F and Activision (FE) formats.
- Removed XStart and Width ROM properties, since the forthcoming TIA
rework wont be using them.
- Reworked internal storage of ROM properties to be faster and take up
less space.
- Added several different ways of stretching the OpenGL image to the
-gl_fsmax argument, for more flexibility.
- Removed OpenGL aspect ratio setting favour of the previously mentioned
video changes. Well see how this goes.
- Removed dirty-rect support from software rendering, since it was actually
sub-optimal in Windows and OSX and defaulted to off in previous versions.
- Added support for gzipped ROMs.
- Re-added pause support.
- Re-added support for Windows 98.
- Removed support for STELLA_BASEDIR environment variable, since each
config file can be now configured separately.
- Removed -fastscbios argument, since it must always be turned on.
- Removed PSP support, since it hasnt been updated in over a year, and
someone else is maintaining another port elsewhere.
- For the Unix/Linux port; fixed make install issues, and changed icon to
PNG format.
<<less
Download (0.95MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1018 downloads
PSP Video Converter 0.1

PSP Video Converter 0.1


PSP Video Converter project is a simple graphical frontend to ffmpeg to allow you to easily convert your videos to PSP format. more>>
PSP Video Converter project is a simple graphical frontend to ffmpeg to allow you to easily convert your videos to PSP compatibile format. Works for me, thought I may share.

Note: Created with Kommander 1.3, not sure if it works with earlier Kommander.

Note: There is no error checking for now, so make sure you have a working ffmpeg with necessary codecs installed.

Note: Looks like some PSPs cant open h264 videos encoded with ffmpeg.

<<less
Download (0.033MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
704 downloads
Gslist 0.8.1

Gslist 0.8.1


Gslist is a command-line game servers browser and heartbeats sender with multiple options and functions. more>>
Gslist is a game servers browser which supports an incredible amount of games (over 800) for many platforms.
It can work in both command-line and GUI mode.
Main features:
- tons of games supported and for various platforms: PC, Mac, Playstation 2, Nintendo DS, PSP, Dreamcast and more
- web GUI: Gslist can be easily used through a web browser like any "classical" server browser but with the difference of being more simple to use and (optionally) supporting multiple users
- can execute a program for each online server found
- has a filter option for selecting only the servers with specific features
- its list of supported games is updatable
- supports many options for redirecting and formatting its output
- can send hearbeats for adding your IP in the servers list
- supports different types of queries for retrieving informations from the servers
- its optimized for speed and resources
Enhancements:
- Some features were added.
- Some bugs in the Web GUI were fixed.
<<less
Download (0.15MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1496 downloads
WebDyne 1.40

WebDyne 1.40


WebDyne is a dynamic content generation engine for Apache/mod_perl. more>>
WebDyne is a dynamic content generation engine for Apache/mod_perl. WebDyne allows Perl code to be embedded or linked into HTML pages, selective rendering of HTML sections within a page based on logic, and much more.

Once WebDyne is installed any file with a .psp extension is treated by Apache as a WebDyne source file. It is parsed for WebDyne specific tags (such as and ) which are interpreted and executed on the server as appropriate. The resulting output is then sent to the browser.

Once pages are parsed once they are stored in a partially compiled format, speeding up subsequent processing.

The aim of WebDyne is to make coding web pages with Perl components a faster, easier and more maintainable experience. You can be the judge of whether it succeeds in that aim by examining the examples below and trying it out for yourself.

<<less
Download (1.2MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1191 downloads
Pascal Server Pages 1.6.0.2

Pascal Server Pages 1.6.0.2


Pascal Server Pages is a way to write robust and secure Web sites and Web applications in Pascal. more>>
Free Pascal Web Unit allows you to write binary CGI programs in easy and comfortable way.
If you need binary server pages and you know Pascal, PSP (Pascal Server Pages) will help you. Let the Pascal be multiplatform web programming language with PSP and Free Pascal Compiler!
Simple Data Storage (SDS) includes several functions to work with electronic tables. It will help you if you cant use database server but if you have to store data somewhere. SDS - a bit more comfortable way to store your data than plain text!
Main features:
- Recieve POST, GET variables and Cookies.
- Filter incoming data.
- Use HTML templates.
- Set and Delete Cookies.
- Use Sessions to hold private user data.
- Get dates in string format.
- Use configuration files.
- Protect data with encrypting functions.
- Send e-mail Messages.
- Store data in electronic tables.
- Upload files to server.
Enhancements:
- Minor bugfixes and feature enhancements.
<<less
Download (0.42MB)
Added: 2007-04-27 License: Artistic License Price:
557 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2