Main > Free Download Search >

Free france software for linux

france

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 24
Grany-3 2.0.0

Grany-3 2.0.0


Grany-3 is the cellular automaton simulator. more>>
Grany-3 was at the beginning a program designed for our University course at INSA Rennes, France.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation.
Grany-3 can be useful to you if you are...
- a granular media physicist, because we believe its full-featured to simulate valuable situations ; special screenshots to prove it ;
- a computer folk interested in free software projects, because we used lots of nice tools:
- language used is C++, and we tried our best to have a good OO design: we could achieve a /total/ independance between the engine, the files, and the graphical user interface,
- Gtkmm for the graphical user interface (this is the main C++ binding of the well-known GTK+),
- flex++ and bison++ for file handling,
- Doxygen for autogeneration of code documentation,
- GNU gettext for internationalization,
- autoconf and automake to make the configuration automagic.
<<less
Download (0.57MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1667 downloads
The Freeduc-cd 1.5

The Freeduc-cd 1.5


Freeduc is a run-from-CD Linux distribution based on Knoppix and created by OFSET in France. more>> <<less
Download (700MB)
Added: 2005-05-16 License: GPL (GNU General Public License) Price:
1635 downloads
BrisKola 0.1

BrisKola 0.1


BrisKola is a clone of the Italian card game Briscola. more>>
BrisKola is a clone of the Italian card game Briscola.
This is a classic Italian game, surely one of the most popular, thanks to the simplicity of the rules and the modest skills required to players.
Even being a traditional Italian game, its origins are probably Nordic; Actually seems its been imported in the 17Th century from France, that imported it from the Netherlands.
You need an Italian pack of 40 cards (numbers from 1 to 7 and the court, without jokers), or a French pack after taking off the cards from 8 to 10 and the jokers.
There may be 4 players subdivided into 2 teams, or (less often) just 2 players, except for the variants mentioned later into this guide.
Each match is won by the player (or the couple) that exceeds the score of 60, since the total prize is of 120 points.
Enhancements:
- Initial release
<<less
Download (0.44MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1057 downloads
nxtvepg 2.7.7

nxtvepg 2.7.7


nxtvepg is a decoder for nexTView EPG, an Electronic TV Programme Guide for the analog domain. more>>
nxtvepg is a decoder for nexTView EPG, an Electronic TV Programme Guide for the analog domain (as opposed to the various digital EPGs that come with most digital broadcasts, although you can receive Nextview EPG digitally, too).

The project enables you to receive and browse free TV programme schedules for all of the major networks in Germany, Austria, Switzerland, France and Belgium with an analog TV card, without access to the internet.

<<less
Download (1.4MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1008 downloads
Alliance CAD System 5.0.20070718

Alliance CAD System 5.0.20070718


Alliance CAD System are EDA tools for VLSI design. more>>
Alliance is a complete set of free CAD tools and portable libraries for VLSI design. Alliance CAD System includes a VHDL compiler and simulator, logic synthesis tools, and automatic place and route tools.
A complete set of portable CMOS libraries is provided. Alliance is the result of a twelve year effort spent at ASIM department of LIP6 laboratory of the Pierre et Marie Curie University (Paris VI, France).
Alliance has been used for research projects such as the 875 000 transistors StaCS superscalar microprocessor and 400 000 transistors IEEE Gigabit HSL Router.
Alliance provides CAD tools covering most of all the digital design flow:
- VHDL Compilation and Simulation
- Model checking and formal proof
- RTL and Logic synthesis
- Data-Path compilation
- Macro-cells generation
- Place and route
- Layout edition
- Netlist extraction and verification
- Design rules checking
<<less
Download (9.6MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
827 downloads
KGeography 0.4

KGeography 0.4


KGeography is a geography learning tool. more>>
KGeography is a geography learning tool.
Main features:
- Browse the maps clicking in a map division to see its name
- The game tells you a map division name and you have to click on it
- The game tells you a capital and you have to guess the division it belongs to
- The game tells you a division and you have to guess its capital
- The game shows you a map division flag and you have to guess its name
- The game tells you a map division name and you have to guess its flag
Maps available in current release are:
- Africa
- Europe
- France
- Germany
- Italy
- North and Central America
- South America
- Spain
- USA
Enhancements:
New maps included:
- Asia
- Austria
- Brazil
- Canada
- China
- Italy by provinces
- Netherlands
- Norway
- Poland
- World
<<less
Download (1.0MB)
Added: 2005-09-20 License: GPL (GNU General Public License) Price:
1499 downloads
Valgrind 3.2.3

Valgrind 3.2.3


Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. more>>
Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs.
Valgrind distribution currently includes three tools: a memory error detectors, a cache (time) profiler and a heap (space) profiler.
Valgrind is Open Source / Free Software, and is freely available under the GNU General Public License.
Main features:
- Valgrind will save you hours of debugging time. With Valgrind tools you can automatically detect many memory management and threading bugs. This gives you confidence that your programs are free of many common bugs, some of which would take hours to find manually, or never be found at all. You can find and eliminate bugs before they become a problem.
- Valgrind can help you speed up your programs. With Valgrind tools you can also perform very detailed profiling to help speed up your programs.
- Valgrind is free. Free-as-in-speech: you can download it, read the source code, make modifications, and pass them on, all within the limits of the GNU GPL. And free-as-in-beer: we arent charging for it.
- Valgrind runs on x86/Linux, AMD64/Linux and PPC32/Linux, several of the most popular platforms in use. Valgrind works with all the major Linux distributions, including Red Hat, SuSE, Debian, Gentoo, Slackware, Mandrake, etc.
- Valgrind is easy to use. Valgrind uses dynamic binary translation, so you dont need to modify, recompile or relink your applications. Just prefix your command line with valgrind and everything works.
- Valgrind is not a toy. Valgrind is first and foremost a debugging and profiling system for large, complex programs. We have had feedback from users working on projects with up to 25 million lines of code. It has been used on projects of all sizes, from single-user personal projects, to projects with hundreds of programmers.
- Valgrind is suitable for any type of software. Valgrind has been used on almost every kind of software imaginable: desktop applications, libraries, databases, games, web browsers, network servers, distributed control systems, virtual reality frameworks, transaction servers, compilers, interpreters, virtual machines, telecom applications, embedded software, medical imaging, scientific programming, signal processing, video/audio programs, NASA Mars lander vision and rover navigation systems, business intelligence software, financial/banking software, operating system daemons, etc, etc. See a list of projects using Valgrind.
- Valgrind is widely used. Valgrind has been used by thousands of programmers across the world. We have received feedback from users in over 25 countries, including: Belgium, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Italy, The Netherlands, Norway, Poland, Portugal, Russia, Sweden, Switzerland, UK, Argentina, Brazil, Canada, USA, Australia, India, Japan, New Zealand, Singapore, South Africa and Israel.
- Valgrind works with programs written in any language. Because Valgrind works directly with program binaries, it works with programs written in any programming language, be they compiled, just-in-time compiled, or interpreted. The Valgrind tools are largely aimed at programs written in C and C++, because programs written in these languages tend to have the most bugs! But it can, for example, be used to debug and profile systems written in a mixture of languages. Valgrind has been used on programs written partly or entirely in C, C++, Java, Perl, Python, assembly code, Fortran, Ada, and many others.
- Valgrind debugs and profiles your entire program. Unlike tools that require a recompilation step, Valgrind gives you total debugging and profiling coverage of every instruction executed by your program, even within system libraries. You can even use Valgrind on programs for which you dont have the source code.
- Valgrind can be used with other tools. Valgrind can start GDB and attach it to your program at the point(s) where errors are detected, so that you can poke around and figure out what was going on at the time.
- Valgrind is extensible. Valgrind consists of the Valgrind core, which provides a synthetic software CPU, and Valgrind tools, which plug into the core, and instrument and analyse the running program. Anyone can write powerful new tools that add arbitrary instrumentation to programs. This is much easier than writing such tools from scratch. This makes Valgrind ideal for experimenting with new kinds of debuggers, profilers, and similar tools.
- Valgrind is actively maintained. The Valgrind developers are constantly working to fix bugs, improve Valgrind, and ensure it works as new Linux distributions and libraries come out. There are also mailing lists you can subscribe to, and contact if youre having problems.
- So whats the catch? The main one is that programs run significantly more slowly under Valgrind. Depending on which tool you use, the slowdown factor can range from 5--100. This slowdown is similar to that of similar debugging and profiling tools. But since you dont have to use Valgrind all the time, this usually isnt too much of a problem. The hours youll save debugging will more than make up for it.
Enhancements:
- 3.2.3 is almost identical to 3.2.2, but fixes a regression that unfortunately crept into 3.2.2. The regression causes an assertion failure in Valgrind when running certain obscure SSE code fragments on x86-linux and amd64-linux. Please do not use (or package) 3.2.2; instead use 3.2.3.
<<less
Download (3.9MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
909 downloads
SkTvPrograms 1.6

SkTvPrograms 1.6


SkTvPrograms is a superkaramba theme that read a XMLTV file and display what is on Tv now. more>>
SkTvPrograms is a superkaramba theme that read a XMLTV file and display what is on Tv now.

It uses XMLTV files (http://membled.com/work/apps/xmltv/) and PyXML.

Tested with XMLTV 0.5.42 and tv_grab_fr (France), tv_grab_it (Italy), tv_grab_no (Norway)

<<less
Download (0.071MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
FootieFox 1.3.1

FootieFox 1.3.1


FootieFox is a Firefox extension shows soccer scores for todays matches of many European leagues - live and almost instantly. more>>
FootieFox is a Firefox extension shows soccer scores for todays matches of many European leagues - live and almost instantly. No matter what youre occupied with at your computer, FootieFox informs you about current matches and every goal scored.
Main features:
- display of current soccer scores in your status bar
- all matches at a glance on the customizable score board
- support of more than 18 European leagues plus many international championships
- visual and acoustic notification when goals are scored
- kick-off times in local time, world cup teams in local language
Small but big
FootieFox is tiny. (Some even say its cute!) This is definitely true in terms of the programs size and appearence: The Add-on integrates smoothly in the status bar of your Firefox browser. A nonintrusive panel on the status bar displays two little flags and the score - thats about it! However, the service of keeping you up to date with the latest soccer scores is extremely useful.
We carefully designed FootieFox to be a small, unintrusive but very efficient tool. This was our goal from the very beginnning.
Keep track on a busy matchday
For each league you are interested in you are provided with a score board which contains current and recent matches. Its left to your personal preference what elements you want to be displayed on this board to get the quickest overview possible.
European leagues for soccer fans world wide
Our list of available leagues grows constantly. Right now, we offer leagues from the following countries:
Belgium
Germany
Denmark
England
Finland
France
Greece
Ireland
Italy
Holland
Norway
Austria
Portugal
Scotland
Sweden
Switzerland
Spain
Turkey
And yes, we support the World Cup!
If your country happens to be not amongst the above, please stay tuned. Hopefully we will be able to add it in the near future.
You work, we entertain you
From now on, you no longer need to frequent live ticker pages and refresh them regularily to keep up with your favorite league. You can stay focused on your work, FootieFox will let you know when your team scores! When a goal is scored an alert slider pops up which indicates the scoring team. Additionally, an audible alert can be played. As long as your Firefox browser is running, this works whatever else you might be doing. Even if its watching a DVD.
<<less
Download (0.11MB)
Added: 2007-07-12 License: MIT/X Consortium License Price:
2409 downloads
News Streamer 0.2

News Streamer 0.2


News Streamer provides a script to play the most recent France 2 news report with Mplayer. more>>
News Streamer provides a script to play the most recent France 2 news report with Mplayer.

The French TV station France 2 has been kind enough to make its news broadcasts available on the Internet. However, this has been done in a way thats not particularly friendly to non-Microsoft products.

This script makes things easier by checking for the availability of the most recent news report and then playing it using Mplayer.

The checking for the availability of an episode is done using a mmsrip.

If its useful to you to watch the news at a different speed, a speed parameter may be passed to this script (eg f2 0.5 to play at half speed)

If the most recent episode is not available, this script will keep searching back until it finds the most recent available episode.

It wont keep searching for ever, however, and gives up after 10 episodes.

To be honest, if it doesnt find anything after 10 episodes it probably means that theres a problem at their end, theyve change their URL format, or youve got some kind of network trouble.

<<less
Download (0.009MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
916 downloads
Mondo Rescue 2.2.4

Mondo Rescue 2.2.4


Mondo it backs up your GNU/Linux server or workstation to tape, CD-R, CD-RW, NFS or hard disk partition. more>>
Mondo it backs up your GNU/Linux server or workstation to tape, CD-R, CD-RW, NFS or hard disk partition. In the event of catastrophic data loss, you will be able to restore all of your data [or as much as you want], from bare metal if necessary.

Mondo is in use by Lockheed-Martin, Nortel Networks, Siemens, HP (US and France), IBM, NASAs JPL, the US Dept of Agriculture, dozens of smaller companies, and tens of thousands of users.

Mondo is comprehensive. Mondo supports LVM, RAID, ext2, ext3, JFS, XFS, ReiserFS, VFAT, and can support additional filesystems easily: just e-mail the mailing list with your request. It supports adjustments in disk geometry, including migration from non-RAID to RAID. Mondo runs on all major Linux distributions and is getting better all the time. You may even use it to backup non-Linux partitions, such as NTFS.

Mondo is free! It has been published under the GPL (GNU Public License), partly to expose it to thousands of potential beta-testers but mostly as a contribution to the Linux community. I charge for 1-to-1 technical support to fund Mondos development.
<<less
Download (3.0MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
871 downloads
Data::SecsPack 0.06

Data::SecsPack 0.06


Data::SecsPack is a Perl module pack and unpack numbers in accordance with SEMI E5-94. more>>
Data::SecsPack is a Perl module pack and unpack numbers in accordance with SEMI E5-94.

SYNOPSIS

#####
# Subroutine interface
#
use Data::SecsPack qw(bytes2int config float2binary
ifloat2binary int2bytes
pack_float pack_int pack_num
str2float str2int
unpack_float unpack_int unpack_num);

$big_integer = bytes2int( @bytes );

$old_value = config( $option );
$old_value = config( $option => $new_value);

($binary_magnitude, $binary_exponent) = float2binary($magnitude, $exponent, @options);

($binary_magnitude, $binary_exponent) = ifloat2binary($imagnitude, $iexponent, @options);

@bytes = int2bytes( $big_integer );

($format, $floats) = pack_float($format, @string_floats, [@options]);

($format, $integers) = pack_int($format, @string_integers, [@options]);

($format, $numbers, @string) = pack_num($format, @strings, [@options]);

$float = str2float($string, [@options]);
(@strings, @floats) = str2float(@strings, [@options]);

$integer = str2int($string, [@options]);
(@strings, @integers) = str2int(@strings, [@options]);

@ingegers = unpack_int($format, $integer_string, @options);

@floats = unpack_float($format, $float_string, @options);

@numbers = unpack_num($format, $number_string), @options;

#####
# Class, Object interface
#
# For class interface, use Data::SecsPack instead of $self
#
use Data::SecsPack;

$secspack = Data::SecsPack; # uses built-in config object

$secspack = new Data::SecsPack(@options);

$big_integer = bytes2int( @bytes );

($binary_magnitude, $binary_exponent) = $secspack->float2binary($magnitude, $exponent, @options);

($binary_magnitude, $binary_exponent) = $secspack->ifloat2binary($imagnitude, $iexponent, @options);

@bytes = $secspack->int2bytes( $big_integer );

($format, $floats) = $secspack->pack_float($format, @string_integers, [@options]);

($format, $integers) = $secspack->pack_int($format, @string_integers, [@options]);

($format, $numbers, @strings) = $secspack->pack_num($format, @strings, [@options]);

$integer = $secspack->str2int($string, [@options])
(@strings, @integers) = $secspack->str2int(@strings, [@options]);

$float = $secspack->str2float($string, [@options]);
(@strings, @floats) = $secspack->str2float(@strings, [@options]);

@ingegers = $secspack->unpack_int($format, $integer_string, @options);

@floats = $secspack->unpack_float($format, $float_string, @options);

@numbers = $secspack->unpack_num($format, $number_string, @options);

Generally, if a subroutine will process a list of options, @options, that subroutine will also process an array reference, @options, [@options], or hash reference, %options, {@options}. If a subroutine will process an array reference, @options, [@options], that subroutine will also process a hash reference, %options, {@options}. See the description for a subroutine for details and exceptions.

The subroutines in the Data::SecsPack module packs and unpacks numbers in accordance with SEMI E5-94. The E5-94 establishes the standard for communication between the equipment used to fabricate semiconductors and the host computer that controls the fabrication. The equipment in a semiconductor factory (fab) or any other fab contains every conceivable known microprocessor and operating system known to man. And there are a lot of specialize real-time embedded processors and speciallize real-time embedded operating systems in addition to the those in the PC world.

The communcication between host and equipment used packed nested list data structures that include arrays of characters, integers and floats. The standard has been in place and widely used in China, Germany, Korea, Japan, France, Italy and the most remote corners on this planent for decades. The basic data structure and packed data formats have not changed for decades.

This stands in direct contradiction to the common conceptions of many in the Perl community and most other communities. The following quote is taken from page 761, Programming Perl third edition, discussing the pack subroutine:

"Floating-point numbers are in the native machine format only. Because of the variety of floating format and lack of a standard "network" represenation, no facility for interchange has been made. This means that packed floating-point data written on one machine may not be readable on another. That is a problem even when both machines use IEEE floating-point arithmetic, because the endian-ness of memory representation is not part of the IEEE spec."

There are a lot of things that go over the net that have industry or military standards but no RFCs. So unless you dig them out, you will never know they exist. While RFC and military standards may be freely copyied, industry standards are usually copyrighted. This means if you want to read the standard, you have to pay whatever the market bears. ISO standards, SEMI stardards, American National Standards, IEEE standards beside being boring are expensive. In other words, you do not see them flying out the door at the local Barnes and Nobles. In fact, you will not even find them inside the door.

It very easy to run these non RFC standard protocols over the net. Out of 64,000 ports, pick a port of opportunity (hopefully not one of those low RFC preassigned ports) and configure the equipment and host to the same IP and port. Many times the software will allow a remote console that is watch only. The watch console may even be a web server on port 80. If there is a remote soft console, you can call up or e-mail the equipment manufacturers engineer in say Glouster, MA, USA and tell him the IP and port so he can watch his manchine mangle a cassette of wafers with a potential retail value of half million dollars.

SEMI E5-94 and their precessors do standardize the endian-ness of floating point, the packing of nested data, used in many programming languages, and much, much more. The endian-ness of SEMI E5-94 is the first MSB byte, floats sign bit first. Maybe this is because it makes it easy to spot numbers in a packed data structure.
The nested data has many performance advantages over the common SQL culture of viewing and representing data as tables. The automated fabs of the world make use of SEMI E5-94 nested data not only for real-time communication (TCP/IP RS-2332 etc) between machines but also for snail-time processing as such things as logs and performance data.

Does this standard communications protocol ensure that everything goes smoothly without any glitches with this wild mixture of hardware and software talking to each other in real time? Of course not. Bytes get reverse. Data gets jumbled from point A to point B. Machine time to test software is non-existance. Big ticket, multi-million dollar fab equipment has to work to earn its keep. And, then there is the everyday business of suiting up, with humblizing hair nets, going through air and other showers with your favorite or not so favorite co-worker just to get into the clean room. And make sure not to do anything that will scatch a wafer with a lot of Intel Pentiums on them. It is totally amazing that the product does get out the door.

<<less
Download (0.10MB)
Added: 2007-01-15 License: Perl Artistic License Price:
1014 downloads
Maxemum TV-Guide 7.3.2

Maxemum TV-Guide 7.3.2


Maxemum TV-Guide is a KDE TV guide. more>>
Maxemum TV-Guide is a KDE TV-guide. Maxemum TV-Guide is developed in C++, based on QT/KDE and uses XMLTV as its back end to grab listings.
At present there are backends grabbing TV listings for Canada, the USA, the UK, Germany, Austria, Finland, Spain, the Netherlands, Hungary, Denmark, Japan, Sweden, France, Norway and Romania.
Main features:
- easy-to-use user interface
- quick channel(s)-only selection
- descriptions
- hidden in tray while not used
- favourite show highlighting
- realtime updates with colour encoded time
- automatic grabbing of TV-listings
- a popup window alerting the user when favourite show starts
- execution of an external command upon user alerts
- favourite overview with quick removal
- realtime progress
- and more..
Enhancements:
- new translation: Slovak, by Jozef Riha
- new translation: Italian, by Matteo Azzali
- norwegian translation has been improved, by Leif Mathis Gaup
- french translation has been improved, by Starcrasher
- german translation has been improved, by Philipp Matthias Hahn
- episode Title-patch by nhjm449 applied
- bug-fix in parser (MTVG crashed if an icon-tag was located in a programme-tag)
<<less
Download (0.20MB)
Added: 2007-03-04 License: GPL (GNU General Public License) Price:
978 downloads
Moodle 1.7

Moodle 1.7


Moodle is a course management system for distance education. more>>
Moodle is a course management system (CMS) - a software package designed to help educators create quality online courses. Such e-learning systems are sometimes also called Learning Management Systems (LMS) or Virtual Learning Environments (VLE). One of the main advantages of Moodle over other systems is a strong grounding in social constructionist pedagogy.
Moodle is Open Source software, which means you are free to download it, use it, modify it and even distribute it (under the terms of the GNU General Public License). Moodle runs without modification on Unix, Linux, Windows, Mac OS X, Netware and any other system that supports PHP, including most webhost providers. Data is stored in a single database: MySQL and PostgreSQL are best supported, but it can also be used with Oracle, Access, Interbase, ODBC and others.
Moodle has 50 language packs, including: Arabic, Catalan, Chinese (simplified and traditional), Czech, Danish, Dutch, English (UK and US versions), Finnish, French (France and Canada versions), German, Greek, Hungarian, Indonesian, Italian, Japanese, Maori, Norwegian, Polish, Portuguese (Portugal and Brazil), Romanian, Russian, Slovak, Spanish, Swedish, Thai and Turkish.
Main features:
- Overall design of Moodle
- Site management
- User management
- Course management
- Auto-linking
- Mathematics notation
- Media plugins
- Multi-language content
- An "Upload File" assignment
- An "Offline" assignment
- A "Repeating" chat with public session logs
- A "Open" chat event
- A Choice with anonymous results
- A Choice with non-anonymous results
- A Choice that allows you to update anytime
- A Standard forum for general use
- Each person posts one discussion
- A single discussion
- Teacher-Defined Glossary
- Learner-Defined Glossary
- A glossary of common terms
- A graded journal
Enhancements:
- The four big headline features are Roles (a complete new architecture for assigning people permissions), the XML database schema (which now supports a wider range of databases), a new admin interface (designed to make it much easier to find settings and configure Moodle properly), and the Unit testing framework (which allows developers to write unit tests that can be run as part of a system check to make sure Moodle code is performing as expected).
<<less
Download (9.1MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1088 downloads
EciAdsl 0.12

EciAdsl 0.12


EciAdsl provides a Globespan-based USB ADSL modems driver. more>>
EciAdsl provides a Globespan-based USB ADSL modems driver.

This is a free Linux driver for USB ADSL modems with Globespan chipsets (ECI modems in France and many other modems in the world).

Please note: this version still requires patch for any kernel between 2.6.0 and 2.6.6.

<<less
Download (0.20MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
811 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2