Main > Free Download Search >

Free zshare gorillarms brazil software for linux

zshare gorillarms brazil

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 13
nautilus-share 0.6.4

nautilus-share 0.6.4


nautilus-share is a nautilus-share extension to easily share folders without root access. more>>
A nautilus-share extension to easily share folders without root access.
Nautilus-share allow you to share folders through samba without needing root access. More Infos on how it acheives this are available on the homepage.
Instructions about installing from source and Ubuntu packages are available on the homepage.
Main features:
- Easy to use: Only simple choice to make:
- A name for the share
- Read only or Read/write
- Quick and integrated in nautilus: no need to look for a separate application in a sub menu:
- Right-click on a folder
- Choose the "Share" entry
- Check the checkbutton, and you are done!
- No need to be root: you can share your own folders without asking for any root password. It uses the same technology (dbus (http://www.freedesktop.org/Software/dbus)), as many new softwares with the goals of project Utopia: NetworkManager (http://people.redhat.com/dcbw/NetworkManager/), gnome-volume-manager (http://ftp.gnome.org/pub/gnome/sources/gnome-volume-manager/), etc.
- Share with all other operating system: using samba as its backend, your shares are accessible to Windows and Mac users.
- Instant Apply: Your changes are applyed as soon as you change something (name, read/write, etc).
- Check share name as you type: If the share name that you choose is already used or forbidden, you see it immediately as you typed it.
- Know what you share: Nautilus put a nice palm on the folder that you share, no need to start a separate application to check it.
- You see if the share name is already in used by someone else : Visual indicator if the sharename is too long or not valid.
- You dont have to unshare the folder before deleting it : Automatically unshare deleted folders
- It can speak your language : Internationalization (see contributors)
- English (v0.5)
- French (v0.6)
- Polish (v0.6.x)
- German (v0.6.x)
- Finnish (v0.6.4)
- Brazil (v0.6.4)
- Italian (v0.6.4)
- contributions for other languages are welcomed!
- It looks better than ever : It tries to follow gnome HIG as close as possible.
<<less
Download (0.052MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1551 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
Network Query Tool 1.9

Network Query Tool 1.9


Network Query Tool is a one-stop solution for obtaining information about a domain name or an IP address. more>>
Network Query Tool is a one-stop solution for obtaining information about a domain name or an IP address.
Instead of manually using a variety of shell commands, or visiting numerous websites to investigate a host, just load Network Query Tool in your browser and enter the hostname or IP. NQT does the rest, as is evidenced by this sample output.
Main features:
- Reverse lookup - resolves an IP address to a hostname (if one exists) or vice versa
- DNS query - aka Dig, requires a dig binary on your system
- Whois (WWW) - gets domain registration information. Now supporting just about every known TLD, gTLD, and ccTLD.
- Whois (IP) - gets IP owner information. Supports all IP blocks maintained by ARIN (US), RIPE (Europe), JPNIC (Japan), APNIC (China/Asia-Pacific), BRNIC (Brazil), LACNIC (Latin America), AFRINIC (Africa), and KRNIC (Korea).
- Check port - Determine whether or not a port on the target host is open. Defaults to port 80.
- Ping - performs a 5-packet ping to the target, requires a ping binary.
- Traceroute - performs a traceroute to the target, requires a traceroute binary.
<<less
Download (0.015MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
961 downloads
AlteredSaver 2.3

AlteredSaver 2.3


AlteredSaver is a 3D screensaver. more>>
AlteredSaver is an OpenGL screen saver whichruns as a stand-alone application, or as a screen saver in conjunction with xscreensaver.

Our goal is to make sure youre always entertained. AlteredSaver can download new content from our web site with just one click - we have lots of award winning interactive art to choose from.

ELEVEN 3D screen savers are include!. Switch between scenes automatically. Several different camera views are included in each scene - youre able to switch between them and smoothly rotate the view using the arrow keys.

Great for youngsters! Download new 3D content from AlteredWorlds.com with one click! Play Audio CDS, MP3s and WAVs while watching cutting-edge 3D graphics. Optimized for the GeForce, but works well on most 3D cards.

AlteredSaver was awarded a 5 Star Editors pick by ZDNet and ranked among the most popular 5% of all their downloads.

AlteredSaver has featured in magazines all over the world, including the UK, Brazil, Portugal, the Netherlands and the US.
<<less
Download (10.9MB)
Added: 2005-04-25 License: Freeware Price:
1642 downloads
Conectiva 10

Conectiva 10


Conectiva Linux is a Linux distribution from Brazil. more>>
Conectiva Linux is a Linux distribution from Brazil. The distribution includes support for English, Spanish, and Portuguese.

It uses apt-get as the mechanism for updating and installing packages, with RPM as the package format.
<<less
Download (644MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1676 downloads
wxDownload Fast 0.6.0

wxDownload Fast 0.6.0


wxDownload Fast (also known as wxDFast) is an open source download manager. more>>
wxDownload Fast (also known as wxDFast) is an open source download manager.
Besides that, it is a multi-threaded download manager. This means that it can split a file into several pieces and download the pieces simultaneously.
Created in C++ using the wxWidgets(wxWindows) library.
Main features:
- Faster downloads (with Segmented/Multi-threaded/Accelerated transfers)
- Download resuming (Pause and restart where you stopped)
- Download scheduling
- Organizes files you have already downloaded
- View server messages (HTTP, FTP, file://). No HTTPS support.
- Available in multiple languages and easily translated. Now available in Portuguese [Brazil], Spanish, English and German
- Connection to FTP servers which require a password
- Calculates the MD5 checksum of downloaded files so they can be easily verified
<<less
Download (MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
1181 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
Webalizer 2.01-10

Webalizer 2.01-10


Webalizer is a fast, free web server log file analysis program. more>>
Webalizer is a fast, free web server log file analysis program. The project produces highly detailed, easily configurable usage reports in HTML format, for viewing with a standard web browser.
It was written to solve several problems that I had with currently available analysis packages. A vast majority of them were written in Perl or some other scripting language, and took forever to run. Some were not free. Some even produced wrong results, or results that were not in a format I found very useful.
In order to get the stats I wanted, in a format that I liked, I wrote The Webalizer, and have made it available here, to anyone who wants it, for any purpose. Starting as a simple Perl script with limited capabilities, it has grown into a full featured, robust and fast analysis tool, being used by thousands of systems around the globe.
Main features:
- Is written in C to be extremely fast and highly portable. On a 200Mhz pentium machine, over 10,000 records can be processed in one second, with a 40 Megabyte file taking roughly 15 seconds (over 150,000 records).
- Supports standard Common Logfile Format server logs. In addition, several variations of the Combined Logfile Format are supported, allowing statistics to be generated for referring sites and browser types as well. Now also has native support for wu-ftpd xferlog FTP and squid log formats as well.
- Generated reports can be configured from the command line, or by use of one or more configuration files. Detailed information on configuration options can be found in the README file, supplied with all distributions.
- Supports multiple languages. Currently, Catalan, Chinese (traditional and simplified), Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, Galician, German, Greek, Hungarian, Icelandic, Indonesian, Italian, Japanese, Korean, Latvian, Lithuanian, Malay, Norwegian, Polish, Portuguese (Portugal and Brazil), Romanian, Russian, Serbian, Slovak, Slovene, Spanish, Swedish, Turkish and Ukrainian are available.
- Unlimited log file sizes and partial logs are supported, allowing logs to be rotated as often as needed, and eliminating the need to keep huge monthly files on the system.
- Distributed under the GNU General Public License, complete source code is available, as well as binary distributions for some of the more popular platforms.
<<less
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
859 downloads
TocaRaul! 0.1 pre3

TocaRaul! 0.1 pre3


TocaRaul! is a playlist manager intended to be used with icecast2, and ices2 to stream ogg vorbis files over the network. more>>
TocaRaul! is a playlist manager intended to be used with icecast2, and ices2 to stream ogg vorbis files over the network.
TocaRaul! is still in a very early stage of development, but it already has the basic functions to be considered usable.
This name is a tribute to Raul Seixas. He was a Brazilian rocknroll singer who died in 1989 by a heart attack. He still has many fans. Some of these fans use to scream "Toca Raul!!!" (in english its like: "Play Raul!!!") in many rocknroll shows (and other ones too) in Brazil.
Enhancements:
- Improvements were made to the addsong script.
- An entire album can be added to the playslist.
- An entire directory can be added to the database.
- A small play history was implemented.
- Many other minors improvements were made.
<<less
Download (0.036MB)
Added: 2006-01-06 License: GPL (GNU General Public License) Price:
1387 downloads
Lua 5.1.2

Lua 5.1.2


Lua is an extensible extension language. more>>
Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. Lua is free software.
Lua language combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
A fundamental concept in the design of Lua is to provide meta-mechanisms for implementing features, instead of providing a host of features directly in the language. For example, although Lua is not a pure object-oriented language, it does provide meta-mechanisms for implementing classes and inheritance.
Luas meta-mechanisms bring an economy of concepts and keep the language small, while allowing the semantics to be extended in unconventional ways. Extensible semantics is a distinguishing feature of Lua.
Lua is a language engine that you can embed into your application. This means that, besides syntax and semantics, Lua has an API that allows the application to exchange data with Lua programs and also to extend Lua with C functions. In this sense, Lua can be regarded as a language framework for building domain-specific languages.
Lua is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. The result is a fast language engine with small footprint, making it ideal in embedded systems too.
Lua is designed and implemented by a team at Tecgraf, the Computer Graphics Technology Group of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro in Brazil). Tecgraf is a laboratory of the Department of Computer Science.
Enhancements:
- All known bugs since 5.1.1 have been fixed.
<<less
Download (0.20MB)
Added: 2007-04-04 License: Freely Distributable Price:
942 downloads
Geography::States 2.1

Geography::States 2.1


Geography::States is a Perl module with map states and provinces to their codes, and vice versa. more>>
Geography::States is a Perl module with map states and provinces to their codes, and vice versa.

SYNOPSIS

use Geography::States;

my $obj = Geography::States -> new (COUNTRY [, STRICT]);

EXAMPLES

my $canada = Geography::States -> new (Canada);

my $name = $canada -> state (NF); # Newfoundland.
my $code = $canada -> state (Ontario); # ON.
my ($code, $name) = $canada -> state (BC); # BC, British Columbia.
my @all_states = $canada -> state; # List code/name pairs.

This module lets you map states and provinces to their codes, and codes to names of provinces and states.

The Geography::States - new ()> call takes 1 or 2 arguments. The first, required, argument is the country we are interested in. Current supported countries are USA, Brazil, Canada, The Netherlands, and Australia. If a second non-false argument is given, we use strict mode. In non-strict mode, we will map territories and alternative codes as well, while we do not do that in strict mode. For example, if the country is USA, in non-strict mode, we will map GU to Guam, while in strict mode, neither GU and Guam will be found.

The state() method

All queries are done by calling the state method in the object. This method takes an optional argument. If an argument is given, then in scalar context, it will return the name of the state if a code of a state is given, and the code of a state, if the argument of the method is a name of a state. In list context, both the code and the state will be returned.

If no argument is given, then the state method in list context will return a list of all code/name pairs for that country. In scalar context, it will return the number of code/name pairs. Each code/name pair is a 2 element anonymous array.

Arguments can be given in a case insensitive way; if a name consists of multiple parts, the number of spaces does not matter, as long as there is some whitespace. (That is "NewYork" is wrong, but "new YORK" is fine.)

<<less
Download (0.006MB)
Added: 2007-02-14 License: Perl Artistic License Price:
982 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
GConjugue 0.6

GConjugue 0.6


GConjugue is a graphical user interface for conjugue, a program that conjugates Portuguese verbs as spoken in Brazil. more>>
GConjugue is a graphical user interface for conjugue, a program that conjugates Portuguese verbs as spoken in Brazil.

Gconjugue doesnt conjugate any verb. Its only a graphical front end to conjugue, a free software developed by Ricardo Ueda Karpischek that conjugates Portuguese verbs as spoken in Brazil.

Gconjugue runs conjugue and save the result in a temporary file which is, then, shown to you. Conclusion: you need conjugue installed in your computer to make gconjugue useful.

Some GNU/Linux distros include conjugue in a package called brazilian-conjugate.

<<less
Download (0.12MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1202 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1