Home  Browse Software  Contact Us  Submit  FAQ  Search  Stats
Development
Back

Previous 1 2 3 4 5 6 Right



No Screenshot


Rom: Sharp
Model: SL-5500
Resolution:
License: GPL
perl-dbi
by Tony Green on 8/13/2005

About: This provides DBI modules necessary to connect to a database from Perl on the Sharp Zaurus.
DBI and DBD are provided separately in order that other DBD modules for
other database management systems can be ported to the Zaurus, in
which case only the DBI modules from here will be required.

In order to connect to MySQL, you need BOTH of these packages.

Please note that the modules are installed to /mnt/pkgs/perl/perl5.8.0/lib/5.8.0/linux.
If you encounter failures with a message that the modules can't be found
in @INC, you should add the following line to your Perl scripts before the
"use DBI;" line.

use lib "/mnt/pkgs/perl/perl5.8.0/lib/5.8.0/linux";



No Screenshot


Rom: Sharp
Model: SL-5500
Resolution:
License: GPL
perl-mysql-dbd
by Tony Green on 8/13/2005

About: This provides DBD modules necessary to connect to a MySQL
database from Perl on the Sharp Zaurus.
DBI and DBD are provided separately in order that other DBD modules for
other database management systems can be ported to the Zaurus, in
which case only the DBI modules will be required.

In order to connect to MySQL, you need BOTH of these packages.

Please note that the modules are installed to /mnt/pkgs/perl/perl5.8.0/lib/5.8.0/linux.
If you encounter failures with a message that the modules can't be found
in @INC, you should add the following line to your Perl scripts before the
"use DBI;" line.

use lib "/mnt/pkgs/perl/perl5.8.0/lib/5.8.0/linux";



No Screenshot


Rom: Sharp
Model: SL-5500
Resolution:
License: GPL
Persistent-Perl
by Tony Green on 8/10/2005

About: Persistent Perl ported to the Zaurus.
This works as a wrapper around Perl which after a script has been run, keeps the compiled code in memory so that it can be re-run again without needing the compile phase of a normal run. On a slow machine like the Zaurus this makes a big difference.



No Screenshot


Rom:
Model:
Resolution:
License: GPL
PIC Mobile Development
by Ghost on 11/16/2004

About: Tool to assemble PIC micro controler code

Just a quick page to share gputils compiled for the zaurus

The Zaurus can be used to program the AppII AND view the output of the program at run time. If the AppII is connected to an ultra sonic range finder, range data can be viewed on the Zaurus terminal. The code for the range finder was developed on the Zaurus. uC development in the field!

Added a simple example shell script for sending.



No Screenshot


Rom:
Model:
Resolution:
License: BSD-Type
postgresql
by Ghost on 11/16/2004

About: PostgreSQL 7.3.2r1-0

PostgreSQL is an enhancement of the POSTGRES database management system (and is still sometimes reffered to as simply "Postgres"), a next-generation DBMS research prototype. While PostgreSQL retains the powerful data model and rich data types of POSTGRES, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available.

PS: This is the postgresql client version.




No Screenshot


Rom:
Model:
Resolution:
License: BSD-Type
PostgreSQL 7.4.2
by Ghost on 11/16/2004

About: PostgreSQL 7.4.2

PostgreSQL is an enhancement of the POSTGRES database management system (and is still sometimes reffered to as simply "Postgres"), a next-generation DBMS research prototype. While PostgreSQL retains the powerful data model and rich data types of POSTGRES, it replaces the PostQuel query language with an extended subset of SQL. PostgreSQL is free and the complete source is available.

http://www.paipai.org/~humorum/zaurus/ipkg/postgresql-lang_7.4.2-1_arm.ipk




Rom: Cacko, Sharp
Model: CL-860/760/750/700, C3000, C1000, C3100
Resolution: 640x480
License: GPL
PPTools
by Mikhail Kostousov on 9/1/2005

About: PPTools: small but convenient utility for Pulsed Powers
* Solving of RLC circuit: give all parameters but two, solve the two unknowns!
* Resistors color coding: enter the color code, read the resistance value! Or enter the resistance you need, then read the closest color code!
* Liquid resistors solver: give all parameters but one, solve the unknown!
* Inductances calculator: select the geometry, enter the parameters, then read the associated inductance and capacitance! (flux leakage coefficients included, according to Knoepfel calculations)
* Skin depth calculator: select the applied signal shape, select the electrodes materials, give all parameters but one, solve the unknown!
* Help window describing all the features and giving details about the calculations (in About tab).




No Screenshot


Rom:
Model:
Resolution:
License: GPL
PyQt
by Ghost on 11/16/2004

About: PyQt is a set of Python bindings for the Qt toolkit

PyQt is a set of Python bindings for the Qt toolkit. PyQt has also been ported to Qt/Embedded and supports the Qt Palmtop Environment (aka Qtopia) through the qtpe Python module.


UPDATE: There are experimental optimized PyQt packages with more complete qtpe bindings available @ opie.net.wox.org/python. Report problems to mickeyl@handhelds.org.




No Screenshot


Rom:
Model:
Resolution:
License: BSD-Type
PySQLite
by Ghost on 11/16/2004

About: Python Extension to SQLite RDBMS

This is a Python DB-API 2.0 compliant extension for the SQLite relational database management system, on the Sharp Zaurus. It requires a working install of both Python and SQLite. See http://www.killefiz.de/zaurus/showdetail.php for information on where to obtain these.


This module was originally inspired by MySQLdb Python interface to MySQL.
Much of the initial source code related to Python extension writing in this
module was done with the help of MySQLdb. Many thanks to Andy Dustman for
his excellent work with MySQLdb, and Gerhard Haring for his direct
contributions to this project in both experience and code from his work on
the pypgsql extension.



No Screenshot


Rom:
Model:
Resolution:
License: BSD-Type
Python
by Ghost on 11/16/2004

About: Python 2.2 for the Z

Provided is the Zaurus Python distribution as a set of .ipk binary packages. The main package comprises the Python interpreter itself and a number of core modules, i.e. those modules that are used by most Python applications.

UPDATE: There's a new (experimental) optimized and more recent Python 2.2.2 feed, which also contains a lot more packages and especially additional PyQtopia-bindings. Please try out and report problems with this feed to mickeyl@handhelds.org.

The ipk feed location is http://opie.net.wox.org/python/current.



No Screenshot


Rom:
Model:
Resolution:
License: GPL
Python development environment
by Ghost on 11/16/2004

About: Integrated Development Environment for the Python language

A Qt-based Python IDE for the Sharp Zaurus and other handhelds running Qtopia.

Features:

- Specifically designed for a small screen
- Automatic indentation support
- Python-specific navigation commands
- Emacs-style incremental search

One slight point - on installing the python environment, you need to have a copy of python-code_2.3; currently I can only find a version for 2.2 at the stated homepage. If I can find a copy, I will repost this message.



No Screenshot


Rom:
Model:
Resolution:
License: GPL
Python packages for scientific computing
by Ghost on 11/16/2004

About: Various scientific Python packages in ipk format

Compiled and packaged for the Zaurus:

- Numerical Python

- Scientific Python

- Molecular Modelling Toolkit




No Screenshot


Rom: OpenZaurus
Model: SL-5500
Resolution:
License: GPL
Q
by Albert Gräf on 9/2/2005

About: Q is a modern-style functional programming language based on term rewriting. The current release has been built and tested on OpenZaurus 3.5.3. More information and download pointers at http://q-lang.sourceforge.net/download.html



No Screenshot


Rom:
Model:
Resolution:
License: GPL
qkonsole
by Ghost on 11/16/2004

About: improved console

Improvements on original embeddedkonsole include:




font selector (zoom keys on C7xx)

full screen (toggled with fn-5 on C7xx)

variable history lines (rewrite of history code)

select by words (hold down shift key)

title support

paste with fn-p (C7xx)

new session with fn-n (C7xx)

command selector for most recently/often used commands

more useable colors

scroll with arrows (hold down shift key)

session selector tabs on top, bottom or hidden

session selection from menu (control-tab or fn-s on C7xx)

scroll bar hide/right/left

more conf file options (shell path and args, save setting per session),

configuration saved per session.


Examples for bash configuration:



To use title support: export PS1="[33]2;w07]\$ ";

To use history: HISTFILE=/home/root/.bash_history; HISTSIZE=5000; HISTFILESIZE=50000



For use with apps that take elaborate keybindings
(can you say emacs?), get KeyHelper - for details, see
http://www.zaurususergroup.com/index.php?name=PNphpBB2&file=viewtopic&t=1645.
Qkonsole and KeyHelper both rock.





No Screenshot


Rom: Sharp
Model: SL-5600, SL-6000
Resolution: 320x240, 640x480
License: GPL
QtForFPC
by Jan Van hijfte on 2/13/2005

About: Demo program of the FPC (Free Pascal) binding
to Qt/Embedded for the Zaurus.



No Screenshot


Rom:
Model:
Resolution:
License: GPL
R
by Ghost on 11/16/2004

About: R is a language and environment for statistical computing and graphics.

Quoting from www.r-project.org:
R is a language and environment for statistical computing and graphics. It is similar to the S language and environment. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R.

R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.

One of R's strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control.

See my web page for installation details.



No Screenshot


Rom: pdaXrom, Cacko, Sharp
Model: CL-860/760/750/700, SL-5500, SL-5600, SL-6000, SL-5000
Resolution: 320x240, 640x480
License: GPL
Revision Control System v5.7
by Jeffrey Fox on 11/16/2004

About: The classic Revision Control System for project management + html docs.

This is a complete binary distribution of RCS, the "Revision Control System", plus 'man' documentation for most of the components in html format. RCS is what you need if you have at least twice made coding changes to a programming project that subsequently broke, and then could not remember all the changes you made. It is also a useful organizational tool when many programmers work on the same project, but that is unlikely to happen in the Zaurus development environment. The alternative CVS system is the present open source standard for revision control, but RCS is, IMHO, a much better fit for onboard development projects, being simpler and an order of magnitude smaller. To install, you will also need the diffutils package (diff_2.8.4.tgz). That and complete installation instructions are at the download site. RCS is released as part of the ZGCC onboard gcc compiler project, but may be used independently.

RCS is a set of console tools -- an installed console is required. The distribution is in a gziped tar so that it can be installed anywhere in your system (with 'tar zxvf rcs-5.7.tgz').

If you have trouble downloading, go to vkfox.com/zaurus.



No Screenshot


Rom:
Model:
Resolution:
License: GPL
ruby
by Ghost on 11/16/2004

About: the ruby programming language

Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.

see http://www.ruby-lang.org/en/whats.html



No Screenshot


Rom:
Model:
Resolution:
License: GPL
Ruby 1.6
by Ghost on 11/16/2004

About: Ruby 1.6 for the Z

Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable. see http://www.ruby-lang.org/en/whats.html



No Screenshot


Rom:
Model:
Resolution:
License: GPL
Ruby 1.7.3
by Ghost on 11/16/2004

About: Ruby 1.7.3

Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.

http://www.ruby-lang.org



Previous 1 2 3 4 5 6 Right
Back


Copyright 2004, Roy El-Rayes - All Rights Reserved
ELSI Layout by - Roy El-Rayes

hosted by ibiblio