Main > Free Download Search >

Free fixed gear bike software for linux

fixed gear bike

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4359
Google Gears Beta

Google Gears Beta


Google Gears project is an open source Firefox extension that enables web applications to provide offline functionality. more>>
Google Gears project is an open source Firefox extension that enables web applications to provide offline functionality using following JavaScript APIs:
- Store and serve application resources locally
- Store data locally in a fully-searchable relational database
- Run asynchronous Javascript to improve application responsiveness
<<less
Download (0.42MB)
Added: 2007-06-01 License: Freeware Price:
1030 downloads
Gear

Gear


Gear project draws a gear in an open office drawing. more>>
Gear project draws a gear in an open office drawing.

You can then load the open office drawing and a nice looking gear is shown.

You can adapt the nr of tooth from the commandline, the shape of the tooth can be changed from the source.

How does it work?

I unzipped an open office drawing and looked how the lines in a file were made, then i automatically generated the lines into the content.xml file and zip the stuff again to make a valid document.

Isnt it great to have open formats (that are also well readable...)!!!

What is essential...

Well, in the archive that you got this program in, there is a odg directory this contains all the files that make up a valid OpenOffice drawing. The program should be run in a place where this odg directory is found...

example you unzipped this archive in a temp directory and now your file tree looks
like this : temp/gear/odg
then you should run the gear program from the temp/gear directory. .

well, it isnt that hard, you will figure it out...
<<less
Download (0.031MB)
Added: 2006-07-19 License: Freeware Price:
1198 downloads
Kubuntu KDM Gears 0.4

Kubuntu KDM Gears 0.4


Kubuntu KDM Gears is a Kubuntu version of Gears KDM theme based on the Ubuntu Gears KDM theme. more>>
Kubuntu KDM Gears is a Kubuntu version of Gears KDM theme (credits to mandrivian and ChristianNickel), based on the following Ubuntu Gears KDM theme : http://www.kde-look.org/content/show.php?content=32589
Original version features a flat Kubuntu logo.
2 versions featuring a logo with some kind of relief effect are available (logo from http://kubuntu.free.fr).
Version with official kubuntu edgy logo is available.
Finally, a Kubuntu Tux version is also proposed.
That should be it for now, unless i find some other kool Kubuntu logos. You may suggest new pictures, and your comments/suggestions are welcome.
In order to get nice, homogeneous KDE theme, you can download ChristianNickels original artwork as well :
- Splash screen : http://www.kde-look.org/content/show.php?content=30999
- Wallpaper : http://www.kde-look.org/content/show.php?content=30970
Enhancements:
- kubuntu-tagged Tux added
<<less
Download (MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
969 downloads
f-IDE 0.2.11

f-IDE 0.2.11


f-IDE is a development environment for C++. more>>
f-IDE is a development environment for C++.
f-IDE project provides powerful editing, code intelligence, and search capabilities that reduce development time.
Enhancements:
- A bug with starting development on an application has been fixed.
<<less
Download (0.054MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1380 downloads
Q-Gears 0.13

Q-Gears 0.13


Q-Gears project is a clone of Squaresofts Final Fantasy 7 game engine. more>>
Q-Gears project is a clone of Squaresofts Final Fantasy 7 game engine.

Q-gears is an attempt to make a clone of Squaresofts Final Fantasy 7 game engine. It is designed to be cross-platform and run on modern operating systems such as Win32 and Linux. In the future this is to serve as a framework for compatibility with other Square games.

Many games after this were created with the same same code base and design philosophy. Written in C++, it uses cross-platform graphics libraries (SDL and OpenGL) along with GCC, a cross platform C/C++ compiler.

It is named after "Gears" which is a wholly inaccurate and incredibly incomplete refrence for the original FF7 engine. The "Q" means nothing, other than its a cool letter to differentiate between the document and the program.
<<less
Download (MB)
Added: 2007-05-19 License: GPL (GNU General Public License) Price:
539 downloads
Kid-Safe LiveCD 0.21 Beta

Kid-Safe LiveCD 0.21 Beta


Kid-Safe LiveCD is the perfect way for young children to learn about computers. more>>
Kid-Safe LiveCD is the perfect way for young children to learn about computers.
First, since the entire system runs off of a read-only CD-ROM, parents can let their childeren play on the computer without having to worry about their primary desktop being altered or damaged.
Also, this CD has a content filtering system installed to keep your kids safe on the internet. The filters are setup for a target audience of pre-school and elementary school children. Even so, you should still monitor your child while on the internet.
This system also has lots of games and educational software installed. And even though theyre geared toward children, I guarantee youll enjoy playing with this system as well!
This CD has been built entirely from free software! Most software on this disk is freely available, open source software. A few are not open source, but are freely distributable.
This CD is still in its development stages, so keep an eye out for new versions.
Enhancements:
- Fixed bug in installer
- Installed latest updates from repository
- LBreakout2 is in the penalty box for bad language (Note: LBreakout will be back next version, without the bad language)
<<less
Download (MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1238 downloads
SEO Rank Checker 2.1

SEO Rank Checker 2.1


Search-Engine-Optimized project is a free online resource for anyone who wants to step up their search engine optimization. more>>
Search-Engine-Optimized project is a free online resource for anyone who wants to step up their search engine optimization strategies to the next gear.
The web is a constantly changing place, expecially search engines, but there are numerous search engine optimization strategies that are consistant across all the major search engines, and are probably going to be very useful for a long time to come.
Read on to learn what they are and how to employ them in the development of your web site.
Main features:
SEO Rank Checker is a nice little script for checking your keyword status for a few select keywords without going through the trouble of checking the search engine result pages yourself.
- Automated fetching of the top 100 results for MSN, Yahoo and Google to check for your site.
- Easy to read, compare and print output
- Installation is super easy, just upload to your server and youre done!
- Super small script, just a few KBs of space!
<<less
Download (0.003MB)
Added: 2006-01-24 License: Freeware Price:
1371 downloads
hachoir-regex 1.0

hachoir-regex 1.0


hachoir-regex application is regex manipulation Python library. more>>
hachoir-regex application is regex manipulation Python library. Its used by hachoir-subfile for fast pattern matching (find file header).
Examples
Regex creation
>>> from hachoir_core.regex import parse, createString
>>> createString("bike") | createString("motor")
< RegexOr (bike|motor) >
>>> createString("big ") + createString("bike")
< RegexString big bike >
>>> r=parse((cat|horse))
>>> r.minLength(), r.maxLength()
(3, 5)
Optimizations
>>> from hachoir_core.regex import parse, createString
>>> parse("(ma|mb|mc)")
< RegexAnd m[a-c] >
>>> createString("moto") | parse("mot.")
< RegexAnd mot. >
Pattern matching
from hachoir_core.regex import PatternMatching
p = PatternMatching()
p.addString("un", 1)
p.addString("deux", 2)
p.addRegex("(trois|three)", 3)
for start, end, item in p.search("un deux trois"):
print "%r at %s: user=%r" % (item, start, item.user)
find
< StringPattern un > at 0: user=1
< StringPattern deux > at 3: user=2
< RegexPattern t(rois|hree) > at 8: user=3
Enhancements:
- This version supports most regex structures and a lot of regex optimization, but keeps regex order.
<<less
Download (0.020MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
844 downloads
libutempter 1.1.5

libutempter 1.1.5


libutempter provides a library interface for terminal emulators such as screen and xterm. more>>
libutempter project provides a library interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files.
Enhancements:
- FreeBSD support has been fixed.
<<less
Download (0.013MB)
Added: 2007-02-20 License: LGPL (GNU Lesser General Public License) Price:
980 downloads
Migma 0.1.0

Migma 0.1.0


Migma project is a multiple-choice exam generator. more>>
Migma project is a multiple-choice exam generator.
Migma is a command-line tool that helps teachers create several different multiple-choice exams based on an original along with their respective answer sheets.
Enhancements:
- some important bugs fixed
<<less
Download (0.028MB)
Added: 2006-10-24 License: GPL (GNU General Public License) Price:
1098 downloads
Tiled 0.6.1

Tiled 0.6.1


Tiled is a general purpose tile map editor. more>>
Tiled is a general purpose tile map editor. Tiled is built to be easy to use, yet capable of catering to a host of varying game engines, whether your game is an RPG, platformer or Breakout clone.
Tiled supports plugins to read and write map formats, in addition to its map format, to support map formats in use by engines. Tiled is free software and is written in Java.
Enhancements:
- Fixed failing to default to map format by extention when plugins are loaded
- Fixed active marquee not being reset on loading a map
- Fixed layer duplicates not sharing layer properties with the original
- Fixed width of tile button changing between selecting a tile and no tile
- Fixed creation of one-tile gaps between tilesets on saving (Christian Henz)
- Fixed add-tile button being disabled in the case of empty tilesets
<<less
Download (0.38MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1192 downloads
Creditor 0.4

Creditor 0.4


Qt4 financial calculator for credit payments! more>>
Creditor 0.4 offers you a n excellent and powerful Qt4 financial calculator which is veru useful for credit payments! Creditor is a finacial program that can calculate credit payments (monthly payments) for you. Simple, and it just works!

Enhancements: Some small bug-fixed

Requirements: Qt
<<less
Added: 2009-02-04 License: GPL Price: FREE
18 downloads
remerge 2.1.1

remerge 2.1.1


remerge is a browser-based package manager. more>>
remerge is a simple browser-based interface to Gentoo Linuxs Portage and Novells Red Carpet package management systems.
It supports installation, uninstallation, and upgrading of many different packages.
Enhancements:
- An installation script glitch was fixed.
<<less
Download (0.053MB)
Added: 2005-07-20 License: GPL (GNU General Public License) Price:
1556 downloads
FlashKard 1.0

FlashKard 1.0


FlashKard project is a vocabulary training tool. more>>
FlashKard project is a vocabulary training tool.

It is designed to be used in any situation where a fixed set of vocabulary (technical or linguistic) is to be learnt.

FlashKard is a vocabulary studying tool for learning languages or terminology.

Its currently included into KDE.
<<less
Download (MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1104 downloads
dxgallery 169

dxgallery 169


dxgallery is a static HTML image gallery generator which uses dynamic columns and fixed pixel image scaling. more>>
dxgallery is a static HTML image gallery generator which uses dynamic columns and fixed pixel image scaling. It also tries to look pretty.
I created dxgallery because it is the only one I know of that:
- Uses a dynamic number of columns.
- Uses consistent pixel count scaling.
- Is the prettiest.
It also uses entirely static html which can be generated on a different machine from the one which serves it.
And it conforms to XHTML 1.0 Transitional.
Enhancements:
- Fixed unsightly wrapping.
<<less
Download (0.020MB)
Added: 2005-11-15 License: GPL (GNU General Public License) Price:
1439 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5