Main > Free Download Search >

Free marble 0.3 software for linux

marble 0.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1252
Marble 0.3

Marble 0.3


Marble is an early beta preview of the Marble Widget application which is targeted for KDE 4. more>>
Marble is an early beta preview of the Marble Widget application which is targeted for KDE 4.
You need to install both packages: "marble" and "marble-data" to run Marble.
Marble is a generic geographical map widget that is meant to be used by KDE4 applications. It shows the earth as a sphere but doesnt make use of any hardware acceleration (No OpenGL). So although it might look similar to professional applications like Google Earth or Nasa World Wind its rather meant to be a small light weight multi purpose widget. To improve speed I decided to compile the Kubuntu packages with SSE support (-msse).
Main features:
- Marble uses a minimal free dataset that can be used offline. Currently the total amount of data that is meant to be shipped is about 5 MB.
- Marble doesnt use OpenGL or 3D hardware acceleration. It just uses Arthur as a painting backend. Extending it later on to support OpenGL as well shouldnt be hard however I dont consider that the primary focus. Depending on your hardware and the maps being displayed framerate is approximately 5-20 fps.
- Marble uses vector as well as bitmap data: Currently it uses the very old MWDB II data combined with ETOPO 2, which I will update to current SRTM soon.
- Marble displays the world map as a 3D sphere, because its more fun to use and less subject to distortion (So with regard to that its just like NASA WorldWind, Earth3D and Google Earth)
- Marble should start up almost instantly. Currently it "cold" starts fully within 2-5 seconds. On each subsequent start it takes about one second.
- Uses KML-Import to display places (Google Earths open format to store placemarks)
- Cities Down to 12000 inhabitants that you can click on using the mouse. Highest Mountains of each continent. Automatic Placemark label placement.
- Different Map Themes, Layers
- Dynamic Coordinate Grid
- Measure Tool
- Basic Wikipedia integration
<<less
Download (6.3MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
951 downloads
LMarbles 1.0.7

LMarbles 1.0.7


LMarbles is an Atomix clone with a slight change in concept. more>>
LMarbles is an Atomix clone with a slight change in concept. Instead of assembling molecules you create figures out of marbles. Nevertheless, the basic game play is the same: If a marble starts to move it will not stop until it hits a wall or another marble.

To make it more interesting there are obstacles like one-way streets, crumbling walls and portals.

As Marbles is meant as a puzzle game you play against a move limit and not a time limit. This way you have as much time as you need to think.

<<less
Download (0.80MB)
Added: 2005-04-02 License: GPL (GNU General Public License) Price:
1673 downloads
Marbles 1.0.0-1

Marbles 1.0.0-1


Marbles is a simple board game. more>>
Marbles is a simple board game. The objective is to take out as big groups of marbles as possible. Highscore system included. Ive also programmed some simple physics to make it look like the marbles fall.

If you hold the mouse over a cluster of marbles for a little while, then the potential score will show. You get bonuses if you remove eg. all the blue ones.

Installation:

./configure && make

su

./install_marbles.sh

exit

(Dont use "make install", if you did do a "make uninstall")

Start it by typing:

marbles

Its not programmed in QT, but it works in KDE.

Current record:

25960 points
- Held by a friend. Dont think anyone will beat that in a while:)

<<less
Download (0.18MB)
Added: 2006-03-22 License: GPL (GNU General Public License) Price:
1311 downloads
Wmcalc 0.3

Wmcalc 0.3


Wmcalc is a 64x64 pixel application that performs all the functions of a simple four function calculator. more>>
Wmcalc is simple little application that I am writing. If youre not familiar with these windowmanagers, check them out in the links section. Of course, it should work in just about any window manager.
Wmcalc is a 64x64 pixel application that performs all the functions (and eventually more) of a simple four function calculator. It includes a 10 digit alpha-numeric display, and twenty buttons for user input. Clicking on the display will clear the calculator.
Installation:
Untar the file:
tar xvzf wmcalc-0.3.tar.gz
CD to source directory:
cd wmcalc-0.3
Compile it:
make clean; make
Copy the config file:
cp .wmcalc ~
Put the executable somewhere in your path:
mv wmcalc /usr/local/bin (or anyhere in your path)
Run it:
wmcalc &
Grab the appicon and move it to the dock.
Change the settings to start with Windowmaker
Afterstep Wharf 1.6.??: (I dont use Afterstep anymore, so...)
*Wharf wmcalc -Swallow "wmcalc" wmcalc &
***Note***:
The appicon only has a two pixel border where you can grab and move it. It is easiest to grab along the bottom edge.
If make doesnt work, you may need to fiddle with the settings in the Makefile.
Tested on: (Well, it runs, I dont know if Tested is quite right...)
WindowMaker-0.62.1
X Clients: Red Hat 6.0, Kernel 2.2.8
Usage:
usage: wmcalc [-g geometry] [-d dpy] [-v] [-f configfilename] [-h]
-g < geometry > Window Geometry - ie: 64x64+10+10
-d < display > Display - ie: 127.0.0.1:0.0
-v Verbose Mode.
-h Help. This message.
-f < filename > Full path to configuration file to use.
Buttons are defined as:
____________________
| x00 | where: x = 1 for Left Mouse Button
| 0 1 2 3 4 5 6 7 8 9| x = 2 for Middle Mouse Button
|--------------------| x = 3 for Right Mouse Button
|x01 x02 x03 x04 x05 |
|x06 x07 x08 x09 x10 | Note: the numbers 0..9 are the indicators
|x11 x12 x13 x14 x15 | for memory cells 0..9 respectively
|x16 x17 x18 x19 x20 |
--------------------
Button Functions:
100 Reinitialize the calculator, and both Registers
(Clear All)
200 Clear all the memory registers (0..10)
300 Clear the current number being entered only
x11 Start a program defined by CalcStart variable in config file
1yy Perform function shown on button
2yy Recall number from memory location [0-9] to display
for calculation
if yy = 2,3,4, 7,8,9, 12, 13, 14, 17
otherwise, can run a user-defined function (not implemented)
3yy Store Displayed number in memory location [0-9]
if yy = 2,3,4, 7,8,9, 12,13,14, 17
otherwise, can run a user-defined function (not implemented)
1xx Hopefully the other functions are obvious from their
button graphics.
Enhancements:
- Added "Locked" memory capabilities via config file
- General Code clean-up
- Keyboard Support - may not be platform independent
<<less
Download (0.057MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1096 downloads
wmymail 0.3

wmymail 0.3


wmymail is a fabulous mail-checking dock app. more>>
wmymail is a fabulous mail-checking dock app.

When there are new messages, it displays one or more brightly colored envelopes. Otherwise, it displays a dull, gray envelope.

mbox (local mail file) (default)

By default, it will check your mailbox file about once per second to see if it has changed. If it has changed, wmymail reads it to see how many messages are inside, and how many have been read, and displays the current counts.

* It looks at the filename specified in the $MAIL environment variable.

* You can tell it to look in a different file by using the -m option, e.g. "wmymail -m /var/foo/mail/username"

* You can make it check less frequently with the -i option, which changes the interval between mailbox checks: "wmymail -i 60" will make it check once per minute.

IMAP

If you are using IMAP for your email, you will need to use the -F option. This option makes wmymail run fetchmail to determine how many messages you have.

Since running fetchmail takes considerably longer than checking a local file, wmymail checks once per minute when -F is used. Furthermore, the -i option now specifies the number of minutes: "wmymail -F -i 5" would make it check every five minutes.

The command that wmymail runs is: "fetchmail -c" Therefore, you will need to have fetchmail set up and working prior to using wmymail.

<<less
Download (0.064MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1108 downloads
Charlix 0.3

Charlix 0.3


Charlix is a desktop assistant that is based on AIML. more>>
Charlix is a desktop assistant that is based on AIML (Artificial Intelligence Markup Language) and is compatible with any AIML interpreter with a working tag. Charlix assistent provides Web searching tools, a dictionary, a calculator, weather, translations, and more.
If you ask Charlix his MENU, he will answer:
- Enter GAMES to look for games,
- INTERNET MENU will show you internet search options,
- DICTIONARY (ANY WORD) : will show the definition of any word.
- ask CALCULATOR, or I can CALC or CALCULATE (YOUR CALCULUS)
- PREFERENCES will help you to configure the default application to use,
- say BAD ANSWER whenever you want to teach me a better answer,
- and FEATURE REQUEST to request what is to improve,
- and BUG to report a bug,
- of course ask anything or any applications, I might be able to help,
- Ask INTERNET MENU then charlix proposes,
- MULTISEARCH (SOME TERMS TO SEARCH) : will display the result of 4 search engines,
- BUY (SOMETHING) : will look on EBAY,
- ASKJEEVES (SOME TERMS TO SEARCH) : to look on ask.com,
- GOOGLE or G (SOME TERMS TO SEARCH) : to look on google.com,
- DMOZ (SOME TERMS TO SEARCH) : to look on dmoz the open directory,
- ASCII (SOME TERMS TO DISPLAY) : to make ascii art,
- WEATHER (ANY CITY OR COUNTRY OR ZIP CODE) : to look on google.com,
- NEWS : will check the news on BBC,
- SUGGEST some terms : to look for a Customer Review on amazon.com,
- TRANSLATE (a URL) will ask google to translate any web page in english,
- TRANSLATE IN (YOUR-LANGUAGE) (YOUR TEXT) Ask google to translate your text from english to your language,
- TRANSLATE FROM (YOUR-LANGUAGE) (YOUR TEXT) Ask google to translate your text from your language to english,
- Google supports Chinese French German Italian Japanese Korean Portuguese and Spanish.
Enhancements:
- A text to speech capability and a desktop creature that works with AMOR were added.
<<less
Download (0.020MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1213 downloads
wmblob 1.0.3

wmblob 1.0.3


wmblob shows some blobs moving around. more>>
wmblob shows some blobs moving around. wmblob does nothing useful, its just a toy.

Ill be honest with you. the truth is: wmblob is a totally useless program. But unlike other totally useless programs (I wont name them here, because theyre made by an enormous and rich company), it looks good and shows funny moving `blobs. Im sure youll like it.

Its a nice dockapp for WindowMaker (see `www.windowmaker.org), but its probably going to run just as well with any other window manager.
<<less
Download (0.16MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1097 downloads
GAI Leds 0.3

GAI Leds 0.3


GAI Leds displays the keyboard status leds. more>>
GAI Leds displays the keyboard status leds.

This is a simple applet that displays the status of the keyboard leds. Useful for us that have a wireless keyboard without the leds.

Installation:

Simply do:

./configure
make
make install

It requires the GAI library (General Applet Interface) and you can find it at http://gai.sf.net together with other applets.

If you use gnome, this applet will be in the applet menu under "Accessories".

It seems like XFree86 4.3.0 doesnt register Scrollock like earlier versions. Or maybe it is just my settings that are broken. Any ideas?

Mail suestions, bug reports and questions to Jonas Aaberg.
<<less
Download (0.041MB)
Added: 2006-10-24 License: GPL (GNU General Public License) Price:
1096 downloads
ManiacMarble3D 2.0.2

ManiacMarble3D 2.0.2


ManiacMarble3D is the ultimate marble game. more>>
ManiacMarble3D is the ultimate marble game.

ManiacMarble3D is a remake of a well known game concept. The player has to guide a marble from the start to a target point in a 3D environment. The tricky part of the game is the constant fight against the gravity because the marble has to be moved across small platforms in the sky.

The soundtrack was performed by "the famous band Lasch".

<<less
Download (13.9MB)
Added: 2007-08-10 License: Freeware Price:
805 downloads
kwmnet 0.3

kwmnet 0.3


kwmnet project is the fork of famous wmnet WindowMaker applet. more>>
kwmnet project is the fork of famous wmnet WindowMaker applet.

KDE system monitor + sysguard is not the thing I want to see on my desktop. Too slow, wants ksysguardd etc.

So, here is initial alpha release of kwmnet.

This is simple applet that show nice fast moving network device monitor in your kicker panel.

I just get wmnet sources, take off all X Window initialization stuff and use wmnet as library for drawing in window of simple KDE panel applet. Also, I rewrite code for /proc/net/dev driver to correctly read /proc/net/dev entries.

Before compiling edit string 44 in file src/kwmnet.cpp to set your device, speed and other settings. All settings are same as in good old wmnet.

Its stable and fast right now, but needs GUI configurator.

Compile:

./configure --libdir=/your/kde/applets/dir
make
make install

Then add "wmnet" applet to panel.

Hacking:

If you change something, recompile and reinstall applet, open console and just kill and start "kicker" application - kicker will start with new version of applet, and you will see your changes.

<<less
Download (0.53MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
899 downloads
wmBinClock 0.3

wmBinClock 0.3


wmBinClock shows the actual system time as binary clock. more>>
wmBinClock shows the actual system time as binary clock. You have to add up the "bits" to get the time. The clock has a 24 hour format.
Example:
+ + + + + +<<less
Download (0.014MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1474 downloads
microramba 0.3

microramba 0.3


microramba is a very little Karamba theme for system monitoring. more>>
microramba is a very little Karamba theme to monitor your:

- cpu load
- used memory
- used swap
- network in & out traffic

Just needed a theme thats not *pretty but taking all of my desktop space*.

Archive content:

3 themes: with or without sparcle & for bright desktops

<<less
Download (0.22MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1207 downloads
orbitclock 0.3

orbitclock 0.3


orbitclock is a pseudo-Star-Trek-style desktop clock. more>>
orbitclock displays a small circular representation of a clock in a pseudo-Star-Trek style.

Nifty little Star-Trek-ish clock display. Resizable, but some of the parameters in the code may need to be tweaked to make it look good at other sizes.

Feel free to play with the parameters at the top of draw() and the colors. Let me know if you get something niftier.

Usage:

orbitclock [options]
-geometry WxH[+X+Y] set window geometry
-bg < color name > background color
-fg < color name > foreground 1 color (tick)
-fg2 < color name > foreground 2 color (block)
-rings < hms|smh|etc. > ordering of rings from inside out (default hms)
-font < font > font to use for date (implies -date)
-date[=optional format] draw date in center, strftime format string literal n causes line break example: -date="%m/%d/%Yn%H:%M:%S" equals sign is REQUIRED, dont ask me why.
<<less
Download (0.004MB)
Added: 2005-05-19 License: Public Domain Price:
1619 downloads
CWallpaper 0.3

CWallpaper 0.3


CWallpaper is a front end for fbsetbg, Esetroot, feh, and other wallpaper changers. more>>
CWallpaper is a front end for fbsetbg, Esetroot, feh, and other wallpaper changers. This application can also change the wallpaper for Roxs pinboard, and will work with any root wallpaper changer.
Enhancements:
- Scripts have been added for Rox and Nautilus.
<<less
Download (0.009MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
491 downloads
taKesum 0.3

taKesum 0.3


taKesum project is a service menu tool to calculate sha1sum. more>>
taKesum project is a service menu tool to calculate sha1sum.

It calculates sha1sum, shows it in a dialog and adds it klipper (if it is running).

<<less
Download (0.008MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
925 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5