Main > Free Download Search >

Free vrml 1.0 software for linux

vrml 1.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3023
VRML::VRML2 1.04

VRML::VRML2 1.04


VRML::VRML2 is a Perl module that contains VRML methods with the VRML 2.0/97 standard. more>>
VRML::VRML2 is a Perl module that contains VRML methods with the VRML 2.0/97 standard.

SYNOPSIS

use VRML::VRML2;

$vrml = new VRML::VRML2;
$vrml->browser(Cosmo Player 2.0,Netscape);
$vrml->at(-15 0 20);
$vrml->box(5 3 1,yellow);
$vrml->back;
$vrml->print;
$vrml->save;

OR with the same result

use VRML::VRML2;

VRML::VRML2->new
->browser(Cosmo Player 2.0,Netscape)
->at(-15 0 20)->box(5 3 1,yellow)->back
->print->save;

The methods are identically implemented in VRML::VRML1 and VRML::VRML2. They described in modul VRML.

<<less
Download (0.070MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1033 downloads
Mix 1.0

Mix 1.0


Mix is a KDE theme composed by different collected items, which were already installed (Main Plastic): Plastic, SUSE etc.. more>>
Mix is a KDE theme composed by different collected items, which were already installed: Plastik, SUSE etc..

Plus many different Wallpapers - if one installed it. The theme should function also for other distributions.

<<less
Download (MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
925 downloads
kmplot 1.0

kmplot 1.0


kmplot is a mathematical function plotter for the KDE desktop. more>>
Kmplot is a mathematical function plotter for the KDE-Desktop. It has built in a powerfull parser.

You can plot different functions simultaneously and combine their function terms to build new functions.

Kmplot supports functions with parameters and functions in polar coordinates. Several grid modes are possible. Plots may be printed with high precision in correct scale.
<<less
Download (0.50MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1514 downloads
Nuvola 1.0

Nuvola 1.0


Nuvola is a set of beautiful icons for KDE. more>> <<less
Download (13MB)
Added: 2007-02-08 License: LGPL (GNU Lesser General Public License) Price:
992 downloads
TuxSaver 1.0

TuxSaver 1.0


TuxSaver is a 3D OpenGL screensaver for KDE. more>>
TuxSaver is a 3D OpenGL screensaver for KDE.
You can see Tux living on a tropical island or on an iceberg. Choose your favorite island in the setupdialogbox !
Watch Tux being kidnapped by aliens.
Watch Tux in a submarine.
New Stories and New Objects including sounds!
It requires OpenGL and KDE 3.x.
Dont watch this screensaver too long, you might get seasick !
Send me an email If you would like to draw new object in ac3d, make/change stories or add sounds. (see howto in setupdialogbox for more info, its not very difficult)
Enhancements:
- ported to automake-1.7, autoconf-2.5x and kdevelop-3.x
- major bugfix (thanks to Matthew Tang for the bugreport)
- translation to Dutch
- translation to French (thanks to G?rard Delafond)
<<less
Download (1.8MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1503 downloads
RFind 1.0

RFind 1.0


RFind it indexes and searches filenames in a directory hierarchy. more>>
RFind indexes the filenames of a given directory, and allows you to quickly search this index with regular expressions. Search-on-typing with more than 500,000 indexed filenames is easily possible.
RFind attempts to be very configurable so that it can be useful to everyone. It features hierarchically presented search results, search-on-typing, and the ability to define rules to execute on mouse click.
Main features:
- Hierarchical presented search results
- Search-on-typing
- Define rules to execute on mouseclick
<<less
Download (0.011MB)
Added: 2005-04-28 License: Public Domain Price:
1639 downloads
mssqldump 1.0

mssqldump 1.0


mssqldump.php is a PHP script that dumps a Microsoft SQL Server database into a SQL script. more>>
mssqldump.php is a PHP script that dumps a Microsoft SQL Server database into a SQL script. The project can also dump a table into CSV format.

<<less
Download (0.003MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
620 downloads
OpenWorld 1.0

OpenWorld 1.0


OpenWorld provides an icon theme for GNOME or KDE. more>>
OpenWorld provides an icon theme for GNOME or KDE.

It aims to follow FreeDesktop icon theme spec.

This icons collection was built gradually over couple of years. Icons were made for various purposes: StarOffice presentations, illustrations, design documents, OpenSolaris.org website, my blog etc.

Most of them were drawn while waiting in public places, like airports or bus stands or at home if dial-up connection goes down to trickling bytes. It is perhaps the most complete icon theme made on Java Desktop System. I havent tested it on other Gnome or KDE desktops.

In the introduction about this collection I mentioned its design principle. It is done using SVG which is quite object oriented and one could easily reuse items from icon in another icon. Finally icons were rasterized to PNG using rsvg(1)

All icons are original and they do not intend to copy icons from any other operating system or icon theme. These are released under CDDL open source license. Feel free to copy the ideas for other icon themes!

<<less
Download (0.55MB)
Added: 2007-01-26 License: CeCILL (CeCILL Free Software License Agreement) Price:
1001 downloads
YaFM 1.0.5

YaFM 1.0.5


YaFM is a web-based file manager written in PHP. more>>
YaFM is a web-based file manager written in PHP and licensed under the GPL.
It allows you to upload, download, view, edit, copy, move/rename, change permissions and owner group of a single file or a group of files which reside on a unix filesystem local to the script.
It does not require MySQL (although you can easily implement a SQL-based authenticationscheme if you need one).
It should be relatively easy to change the look and feel of YaFM since Ive tried to keep PHP code and HTML separate (the current look and feel is based on Adam Suttons phpFtp)
Installation:
Note: most of these instructions apply to RedHat-like systems. In RedHat the default webroot for apache is /var/www/html and CGI programs are placed into /var/www/cgi-bin and this layout is respected in the .tar.gz archives and RPMs youve downloaded from
YaFMs website.
Also the assumed location of your php CGI executable is /usr/bin/php and the PHP configuration file is assumed to be in /etc/php.ini If your installation differs or you want to install YaFM to another location please extract the archives manually, also you may have to modify the first line of the yafm.phps script!
Quick instructions:
If youve got the .tar.gz package install it as follows:
# tar --directory=/ -xvzf /path/to/yafm-release.tar.gz
If youve got the .tar.bz2 package install it as follows:
# bzcat /path/to/yafm-release.tar.bz2 | tar --directory=/ -xv
If youve got the RPM, install it as follows:
# rpm -Uvh /path/to/fileman-release.rpm
(note: replace yafm-release with the respective release number, e.g. yafm-1.0.5)
Now you should have a working YaFM installation, you can access it at
http://your-host-name/cgi-bin/yafm.phps
WARNING: by default two accounts are created user1 with password1 and
user2 with password2. Please edit the login.inc file to change accounts
Enhancements:
This is a new feature and bugfix release of YaFM but there may still be a few gotchas.
- File Finder implemented
- HTTPS compatible (https://yourhost/cgi-bin/yafm.phps now works)
- You can keep using YaFM while a download is in progress
- Downloads only timeout after one hour
- Login fixes
- YaFM looks better now on Internet Explorer
- More layout fixes
<<less
Download (0.065MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1487 downloads
Groovy 1.0

Groovy 1.0


Groovy is an agile, dynamic language for the JVM. more>> <<less
Download (0.70MB)
Added: 2007-01-04 License: The Apache License Price:
1023 downloads
SimBar 1.0

SimBar 1.0


SimBar project is a fast and customizable dockbar for Linux. more>>
SimBar project is a fast and customizable dockbar for Linux.

SimBar is a fast and customizable dockbar. Allows the user to launch applications showing some eye-candy animation. It is written in c++ and wxWidgets and fits well in Gnome but works on most desktop environments. Does not require Compiz nor 3D acceleration.

<<less
Download (0.24MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
866 downloads
Grammidity 1.0

Grammidity 1.0


Grammidity project is a Java-based framework for evolutionary programming. more>>
Grammidity project is a Java-based framework for evolutionary programming.

It can be used to evolve solutions to problems, or to evolve "objects" under user control.

It has a limitless range of possible applications.

This program has been tested on sample projects generating 3D objects and imitation plants.

<<less
Download (0.81MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1109 downloads
CsvToSql 3.1.0

CsvToSql 3.1.0


CsvToSql a java based highly configurable and expandible conversion tool and library. more>>
CsvToSql a java based highly configurable and expandable conversion tool and library. You can define the structure of data how render and where write it through a descriptor. CsvToSql project is compatible with the most common rdbms.

csvToSql mission:

- convert csv files to sql statements.

input:

- can read data from comma separated value file
- can read data from excel files

multiple output:

- can write list of sql statements to console
- can create text file with the list of sql statements
- can store data to jdbc resource (database)

How it Works ?

Can be used as library or as standalone program, using csvtosql as a library is very simple, documentation can be found in tutorial section.

Csvtosql provide two frontends for using it as program, executing jar or class net.sf.csv2sql.frontends.gui.simple.SimpleGui a gui will appear. Or you can also use net.sf.csv2sql.frontends.console.ConsoleMain for console version.

<<less
Download (1.7MB)
Added: 2006-10-24 License: LGPL (GNU Lesser General Public License) Price:
1100 downloads
MyFileNote 1.0

MyFileNote 1.0


MyFileNote is service menu which will create a txt-file for a file or directory and opens it in your text editor. more>>
MyFileNote is a KDE service menu.

MyFileNote is a small, single-purpose service menu which will create a txt-file for a file or directory and opens it in your text editor (default kwrite).

No need for extra Software or "big" Databases of your files or some other imho overkills if you just want some notes.

It is really helpfull to have more infos on the files on your computer!

I use it very often for description of stuff i download from Websites or projects to-dos etc. .

Example:

you have just downloadet a file example.zip and you may want to remember where you get it.

Rightclick it -> Actions -> MyFileNote

It now opens Kwrite and you can copy-paste the url there.

The txt-files name is example.zip.txt in the same directory where example.zip is.

If you want to enter additional stuff it is no problem because a existing example.zip.txt will be used so you can just add your text!

Install:

Extract and then:

Just for your User: Copy MyFileNote.desktop to "/home/USERNAME/.kde/share/apps/konqueror/servicemenus/"

For all Users(do as root): Copy MyFileNote.desktop to "/usr/share/apps/konqueror/servicemenus/"

Notes:

If you want to use another editor (I for example prefer Kate) you have to edit MyFileNote.desktop and replace all "kwrite" with "kate".

Any comments welcome.
<<less
Download (MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
955 downloads
Zen 1.0

Zen 1.0


Zen is a Gnome theme that aims to be clear, soft and configurable in colours more>>
Zen is a Gnome theme that aims to be clear, soft and configurable in colours

Colours for selected text, progress bar and Metacity borders can be changed running ./configure at the root of the theme directory (usually ~/.themes/Zen/).

Default is purple, other ones are blue, grey, brown, orange, yellow, olive and green.

Zen for Metacity theme is based on Clear-alternative-wide an is provided by Billy Cantrell
<<less
Download (0.039MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1004 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5