Main > Free Download Search >

Free 1.02 divided by 0.3 software for linux

1.02 divided by 0.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1506
Divide rectangles 0.1

Divide rectangles 0.1


Divide rectangles is a program which helps you divide a rectangular sheet of paper into small pieces. more>>
Divide rectangles is a program which helps you divide a rectangular sheet of paper into small pieces.

You give the size of the sheet and the size of the pieces, it tells you how to cut and how many pieces you will have.

<<less
Download (0.002MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1060 downloads
TecnoballZ 0.91

TecnoballZ 0.91


TecnoballZ is a brick breaking game originally written for the Amiga. more>>
TecnoballZ project is a brick breaking game originally written for the Amiga.

TecnoballZ is a "breaking blocks" game that was originally written for the Amiga platfrom. The aim is to break all the blocks in each level. The game is divided into Areas which are divided into Levels.

Between some levels, you have to defeat a guardian to pass to the next level. When passing an Area, a new edge is open.

You can buy weapons and bonuses between levels with the money earned during the game.

<<less
Download (1.7MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1051 downloads
GnuConcept 0.3.5

GnuConcept 0.3.5


GnuConcept is a colaborative mindmap tool for complex document creation. more>>
GnuConcept is a colaborative mindmap tool for complex document creation. GnuConcept lets you draw the document concept map, edit all the concepts content and export it to several formats, like openoffice, xml or html.

The GnuConcept Interfaz is divided in two frames: the drawarea frame, where you can draw the concept tree; and the textarea where you can write and edit the concept content.

GnuConcept is free software released under the GPL license.

<<less
Download (0.68MB)
Added: 2006-08-23 License: GPL (GNU General Public License) Price:
1164 downloads
iPup 1.02

iPup 1.02


iPup is a simplified build of Puppy Linux for use in institutional settings. more>>
iPup is a simplified build of Puppy Linux for use in institutional settings. iPups applications are limited to those typically used in libraries and schools. iPup comes with AbiWord, Firefox, gFTP and mtPaint.

The purpose behind building iPup has been to create a puplet (custom build of Puppy) that is easy for novice users to understand (at least when it comes to getting on the Internet or typing a paper), but not too user friendly when it comes to things like mounting flash drives, CD-ROMs and the like.

Instant messaging, CD ripping software and media players have not been included. Having said this, most, but not all, of the library files found in the standard version of Puppy have also been included in iPup. This allows you to add software with minimal headache.

MD5: 06635cd572deab1a02d764bdf2192281
<<less
Download (55.8MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1078 downloads
GBrainFuck 0.3.1

GBrainFuck 0.3.1


GBrainFuck is a BrainFuck language interpreter. more>>
The GBrainFuck interpreter (gbf for short) is an interpreter for this language. It is more memory-effective than processor-effective, and it has room for optimization (especially on the code dealing with "[" and "]").

The interpreter is very like a Turing machine: it has an infinite tape, divided in cells that contain the value 0, which can move forward and backward; also, it has a controller unit, that reads, writes and moves the tape. Data in the cells are the size an int in the host machine (usually 32- or 64-bit)

Along with the interpreter, I put various BrainFuck sample programs, of which one of the most intersting is the BrainFuck interpreter in BrainFuck. I hope you enjoy.
<<less
Download (0.016MB)
Added: 2005-04-14 License: GPL (GNU General Public License) Price:
1653 downloads
ummf 1.02

ummf 1.02


ummf Perl module contains a driver for UMMF. more>>
ummf Perl module contains a driver for UMMF.

SYNOPSIS

ummf [-I dir] [-M MetaModel] [-m Main::Module] [-o {dir|-}] [-e exporter] input ...

This is a driver for the UMMF toolkit. It translates UML input documents into the export targets specified by the -e option. If -o - is specified the output is generated to STDOUT, otherwise the output is multiplexed into files underneath the directory specified by the -o option, using files2dirs.

If input is UML-1.5, then the internal UML 1.5 meta-model (from UMMF::UML::MetaModel) is used as input.

Input files can be .zargo (ArgoUML and Poseidon for UML 1.x), .zuml (Poseidon for UML 2.x) or XMI 1.0 or 1.2 documents.

USAGE

ummf -e java -e perl -o gen test/test1.xmi

Generates Java and Perl code in directory gen from test/test1.xmi.

ummf -e perl::hibernate -o gen test/test2.zargo

Generates Java Hibernate hbn.xml file in directory gen from test/test2.zargo.

ummf -e XMI -o - UML-1.5

Generates XMI for the UML 1.5 meta-model on the standard output stream.

ummf --perl5lib

Print the PERL5LIB path needed for Perl code generated by UMMF.

ummf -L Some::Package

Loads Some::Package.

ummf -m Some::Package @args ...

Loads Some::Package and executes >.

ummf -I dir/with/perl/modules

Executes use lib dir/with/perl/modules; including modules from the specified directory in the search path.

ummf -M UMMF::Boot::MetaModel

Uses UMMF::Boot::MetaModel for the meta-model, defaults to UMMF::UML_1_5.

ummf -profile MyMagicProfile -e Perl UML-1.5

Applies MyMagicProfile during export of Perl code on the UML 1.5 meta-model. This overides the default lib/ummf/profile/UML-1.5.ummfprofile file.

<<less
Download (0.67MB)
Added: 2007-06-07 License: Perl Artistic License Price:
871 downloads
WorldForge::wfmath 0.3.6

WorldForge::wfmath 0.3.6


WorldForge::wfmaths primary focus is geometric objects. more>>
WorldForge::wfmaths primary focus is geometric objects. Thus, it includes several shapes (boxes, balls, lines), in addition to the basic math objects that are used to build these shapes (points, vectors, matricies).

Most of the library classes can be divided into two sorts. The first kind are basic mathematical objects, whose members are all fundamental types. The second kind are shapes, which implement the shape class interface described in doc/shape.h. There are four classes of the first kind:

Vector< >
A basic mathematical vector

RotMatrix< >
An orthogonal matrix of determinant 1, useful for describing rotations.

Point< >
A point in space. This basic class also implements the shape interface in doc/shape.h.
Quaternion
A quaternion
The shape classes are:

AxisBox< >
A box oriented parallel to the coordinate axes

Ball< >
Ball< 2 > is a circle, Ball< 3 > is a sphere, etc.

Segment< >
A line segment, defined by its endpoints

RotBox< >
Like AxisBox< >, but it can be rotated to arbitrary angles

Polygon< >
A 2 dimensional polygon contained in a (possibly) larger dimensional space

The library also contains some probability-related functions, as well as wrappers for system time and random number functions.

<<less
Download (MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
828 downloads
Wmbio 1.02

Wmbio 1.02


Wmbio is a dockapp designed for windowmaker. more>>
Wmbio is a dockapp designed for windowmaker. Wmbio shows you your biorhythms by setting your birth date.

It also allows you to see the progress in the time of your biorhythms and it calculates your next positive or negative total biorhythmic level.

USAGE:

launch with wmbio

drag it to the dock, set it to be autolaunched, and enjoy.

Switch the three different screen with the middle mouse button. The first thing to do, is set own births date in the 2nd screen. Then use the 1st screen to watch your biorhythm level today, or
in past and future by clicking over "NOW", and editing the date. Use the 3th screen to see your next biorhythm upper or lower then the percentuage that you have set.

wmbio configuration file is in ~/.wmbio but you should never have to edit this file directly: the function that read from this file is a simple fscanf(.."%s %s %s"..). If in the file there isnt three numbers, it can make the program blocks itself.
<<less
Download (0.024MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1096 downloads
xDash 1.02

xDash 1.02


xDash is a framework for application integration (EAI). more>>
xDash is a framework for application integration (EAI). xDash is using XMPP/jabber as the communication protocol and a set of agents. All the needed stuff is automatically generated from a CSV file, which can be comfortably edited in a spreadsheet editor.
xDash can be classified in marketing terms as:
- an Enterprise Application Integration (EAI) solution or
- an Enterprise Service Bus (ESB).
xDash is based on the concept of convergence between backend asynchronous messaging (like IBM MQSeries or JMS) and instant messaging (like IRC or Jabber).
Main features:
- You have to manage a fast integration project with little time and low budget;
- You are convinced, that integration has so many faces, that agile approach and flexible design are better than buying a "silver bullet" from big names;
- You are convinced, that integration is rather a continuous, never-ending process than a single act of some software implementation;
- You would like to concentrate on writing the integration logic in a well known environment and have no time to learn myriads of new options and APIs with little reuse;
- You need an open human readable communication protocol (XML), where you can see what is going on under the hood;
- You need a free open source multiplatform information bus for publish/subscribe integration;
- You are interested in a ground-breaking project dealing with the convergence of instant and backend asynchronous messaging.
What is the core of the xDash?
xDash is at basis every sort of an integration project, which sticks to the following rules:
- Communication over Jabber protocol;
- The extension of the message type to type=job for all relevant messages;
- The message sending schema, in which always participate a message sender, a message receiver and a message archivist ("integration chain").
- For each sort of event, triggering a Sender, there is only one integration chain defined on the server by a set of Jabber IDs and forwarding rules ("Who knows whom" schema).
- The client software of Sender and Receiver knows nobody but the Archivist.
- The jabber server forwards Senders messages sent to the Archivist, additionally to the Receivers.
<<less
Download (0.061MB)
Added: 2006-03-08 License: The Apache License 2.0 Price:
1325 downloads
Video::OpenQuicktime 1.02

Video::OpenQuicktime 1.02


Video::OpenQuicktime is an interface to the OpenQuicktime library. more>>
Video::OpenQuicktime is an interface to the OpenQuicktime library.

SYNOPSIS

use Video::OpenQuicktime;

my $qt = Video::OpenQuicktime->new(file=>"sample.mov");
$qt->get_video_height;
$qt->get_audio_compression;
$qt->get_audio_samplerate;

From the OpenQuicktime site, http://www.openquicktime.org:

"OpenQuicktime aims to be a portable library for handling Apples QuickTime(TM) popular media files on Unix-like environments. It is aim is to provide encoding, authoring and editing support as well as video playback."

OpenQuicktime is currently able to decode as well as encode video and audio streams. The Video::OpenQuicktime library currently only supports extracting diagnostic information from Quicktime files, such as video dimensions, codecs used, and play length.

I would like to add support for video and audio demux at some point, but dont have the time to develop it right now. Given sufficient user interest or free time, Ill do it. Patches are also welcome in case anyone else wants to help me out, see the contact information below.

<<less
Download (0.097MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1197 downloads
Scalar 1.02

Scalar 1.02


Scalar is an addictive cross-platform puzzle game written in C++ using SDL library. more>>
Scalar is an addictive cross-platform puzzle game written in C++ using SDL library.

The goal of the game is to assemble the picture from pieces. Each picture is divided into pieces which are shuffled. You need to get each piece back to its original position. You accomplish that by swapping pieces (exchanging their positions).

You have a limited number of swappings for each picture. The game is over when you complete 3 images, and for each one you get the points. If you have a hard time playing this, you can look at the images directory and see what the final picture looks like.

Feel free to add more pictures to images directory and play with them (images can be in .jpg, .gif, .png, .bmp, any many other formats).

<<less
Download (2.6MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1534 downloads
Brahms 1.02

Brahms 1.02


Brahms is a music sequencer and notation program. more>>
Brahms is a sequencer and professional music notation program with several editing methods, including Score-, Pianoroll-, Drum-, and Mastertrack Editors. For C++ programmers, it is easy to write new plugins (without recompiling Brahms).

MIDI Import and Export is also implemented. It is compatible with KDE2.x and the aRts software synthesizer.
<<less
Download (2.5MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1636 downloads
Rocket 1.02

Rocket 1.02


Rocket is a game where you try to land a rocket on a moving platform. more>>
Rocket project is a game where you try to land a rocket on a moving platform.

Running Rocket:

- Unzip the archive into its own directory.
- cd to the directory.
# perl rocket.pl

You fly the rocket with the left, right, and down keys.

Other keys:

- pause
- exit
- new game
- God mode?

<<less
Download (0.043MB)
Added: 2006-12-11 License: Perl Artistic License Price:
1052 downloads
scurvy 1.02

scurvy 1.02


scurvy converts a simple text format to proper screenplay format. more>>
The name scurvy comes from "screen/script" and "vi/vim"

Its a tool that lets you easily write screenplays or scripts in a simple text format, then scurvy will output them in the proper screenplay format.

Scurvy can also import some RTF and Final Draft formats, as well as outputting/converting to a variety of formats as well.

Finally, Ive included some vim syntax files to do coloring of the scurvy input and formal screenplay format.

<<less
Download (0.01MB)
Added: 2006-08-31 License: Free for non-commercial use Price:
1151 downloads
NVTCom 1.02

NVTCom 1.02


NVTCom is a library to access using java RFC2217 devices. more>>
NVTCom is a library to access using java RFC2217 devices, the class hide all the overhead of the telnet protocol and the special options for setting the serial port.
In java is very difficult to access serial device with this library is possible connect serial device to one terminal server and access the device from the network. NVTCom package contains both binary and source code.
NVTCom as been tested with the following hardware/software terminal server :
- Kermit sredir 2.2.0
- Simet cross
- web51
- Jts
- ser2net
But I think work with any compatible RFC2217 terminal server because I use this class in one my project from many years.
<<less
Download (0.066MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5