Main > Free Download Search >

Free must be software for linux

must be

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 698
Stripped

Stripped


Stripped is a GNOME theme that is a reprise of milk with a lot of bugfixes and a graphite color. more>>
Stripped is a GNOME theme that is a reprise of milk with a lot of bugfixes and a graphite color.
A Port of a Mac OS X theme originally made by Max Rudberg - http://www.maxthemes.com Thank you the permission and original pixmaps!
- If you wish to redistribute this theme, you must recieve permission from me, via email.
- You must include a file inside your redistribution that gives me and Max Rudberg (the original designer)
credit.
- If you wish to create a derivative work from these resources, you must recieve permission from me via email.
- Any derivative works must also include credit to me and Max Rudberg.
- Any redistribution or derivative work of this theme must be free of charge.
<<less
Download (0.047MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
967 downloads
jUPS 0.2

jUPS 0.2


jUPS project is a Java class that implements MetaSystems Uninterruptible Power Supplies management protocol v1.12d. more>>
jUPS project is a Java class that implements MetaSystems Uninterruptible Power Supplies management protocol v1.12d.
It was successfully tested against:
Metasystem Megaline rack 2500
MetaSystem UPSes must be connected via a 3-wires serial cable to a PC where a serial-to-TCP tool must be installed
jUPS was written using Corey Minyards ser2net acting as a bridge between the serial port and a TCP socket.
The UPS-PC serial cable pinout is:
UPS PC
9 pin 9 pin 25 pin
male female female
2 --------------------------- 2 ----------- 3
3 --------------------------- 3 ----------- 2
5 --------------------------- 5 ----------- 7
ser2net needs to be configured to bridge the serial port with 2400,8N1 parameters to a TCP socket.
A working ser2net.conf file is:
9999:raw:600:/dev/ttyS0:2400 NONE 1STOPBIT 8DATABITS -XONXOFF -RTSCTS -LOCAL
This setup forwards serial port /dev/ttyS0 (COM1) as 2400,8N1 to local TCP port 9999
Quickstart
For a quickstart download the tarball and have a look at jUPStest.java.
Enhancements:
- The creation of a jUPSCommand for an empty jUPSPacket was fixed.
<<less
Download (0.043MB)
Added: 2006-12-20 License: LGPL (GNU Lesser General Public License) Price:
1038 downloads
RankQuest SEO Tools 1.3

RankQuest SEO Tools 1.3


RankQuest SEO Tools aims to help Web masters in search engine optimization. more>>
RankQuest SEO Tools aims to help Web masters in search engine optimization. RankQuest SEO Tools is Keyword Finder and Meta Tag Analyzer are among the most important tools for SEO. Keyword Finder lists the keywords in the meta keyword tag of a site.

Meta Tag Analyzer examines the meta information of a site and tells you if the content is search engine friendly or not. Many search engines uses the details in the meta tag for ranking purpose, so this tag must be effectively analyzed for improvement in ranking.

<<less
Download (0.028MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
976 downloads
Anonymouser 0.3.1

Anonymouser 0.3.1


Anonymouser is a Firefox extension that can open links anonymously with anonymouse.org more>>
Anonymouser is a Firefox extension that can open links anonymously with anonymouse.org

Usage: Install, Restart Browser

Right click a link (Must be "http://" type link) and select "Open with Anonymouser" or "Open with Anonymouser in New Tab"

Will open... unfortunately with an advertisement. You can use greasemonkey and one of my scripts found here: http://adremover.blogspot.com/

This will be the last update for this extension.

If anybody would like to continue to develop this extension then please feel free to. All I ask is that I am kept on the main developer list in the "About" and given credits on the new homepage.

<<less
Download (0.006MB)
Added: 2007-07-30 License: MPL (Mozilla Public License) Price:
1147 downloads
AESCrypt 0.7

AESCrypt 0.7


AESCrypt is a program for encrypting/decrypting streams of data using Rijndael and Cipher Block Feedback mode (CFB-128). more>>
AESCrypt is a program for encrypting/decrypting streams of data using Rijndael and Cipher Block Feedback mode (CFB-128).
Encrypt/decrypt stdin using the Advanced Encryption Standard winner "Rijndael" encryption algorithm in Cipher Block Feedback (stream) mode. Uses /dev/urandom to create a salt. Prepends the output stream with salt when encrypting, strips it off when decrypting.
Keyfile format:
kk=hexdits
where hexdits is:
32 chars for 128 bit
48 chars for 196 bits.
64 chars for 256 bits
Note that there may be other text in the file. The key must be at start of a line, and must start with kk=, and must be hex.
If the key file is "-", it instead reads the hex-coded key bytes off stdin and treats them as a null-terminated hex key. Care must be taken when reading the key from stdin, as you must supply exactly 33 bytes for 128 bit keys, 49 bytes for 192 bit keys, and 65 bytes for 256 bit keys. The stdin functionality is useful in those cases where having the unencrypted key in a file is undesirable, but it is less forgiving in terms of key format.
Version restrictions:
- 1. The keyfile is *NOT* encrypted.
- 2. Now supports 192 and 256 bit keys! 128 bits is the default, so it is backward compatible with aescrypt versions not endowed with the -s option.
- 3. Need a key generator! ( This should be a simple shell script -- use dd to grab some data, then md5sum to create a hex mix of that data, then awk to grab the hex part of the output of md5sum ).
- 4. Relies upon having /dev/urandom. See the Ocotillo PRNG if you dont have a /dev/urandom.
- 5. This program was deliberately kept extremely simple. It is not intended to be a full encryption solution, it is intended to be used within scripts as part of a complete solution. Keychain management, public key signatures, etc. are all expected to be done external to this program.
<<less
Download (0.061MB)
Added: 2006-07-13 License: BSD License Price:
1203 downloads
phpScribe 0.9

phpScribe 0.9


phpScribe is a documentation generator to parse source codes comment lines. more>>
phpScribe is a documentation generator to parse source codes comment lines.

phpScribe generates documentation files for projects by parsing the comment lines inserted in the source code.

The comments must be written in the code in a way they can be later interpreted by the parser.

Therefore, there is a pattern that may be respected by the developers who want to use phpScribe features.

<<less
Download (0.35MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1116 downloads
Scriptix 0.31

Scriptix 0.31


Scriptix is a light-weight extension language. more>>
Scriptix has but several goals for its existance. First, it must be easy to program in. I originally decided that, for this purpose, a BASIC-like syntax would be best. However, it appears that people find familiarity to be more important - so versions of Scriptix from 0.19 onward will have a C/C++-like syntax. Scriptix parser can be quite easily re-written to handle almost any syntax desired, however.
Second, Scriptix must be threadable, allowing semi-syncronous execution of threads within a single OS process. Both pre-emptive and cooperative multi-tasking should be available. Both have their advantages and disadvantages, and the embedding application should be able to decide on the best method for the task. While pre-emptive multi-tasking is currently supported, it is still rudimentary, and basic thread control types (mutexes, etc.) are not yet implemented.
Third, it must support a decent subset of high-level language features, such as arrays, classes, and user-definable data types. The language itself does not provide for a large amount of definable functionality - the user scripts are somewhat limited in the scope of effect they can have on the language (in regards to defining functions/classes, etc.) This limits the negative effects a poorly written or malicious script can have on the host application.
Fourth, Scriptix must be of decent speed. As Scriptix is designed for interactive entertainment software (a.k.a. games), speed is very important. Ive no benchmarks yet to display hard-data on Scriptix speed - simple tests have shown it to easily outperform more popular scripting languages, however.
Scriptix makes use of a garbage collection scheme for memory management. Lots of people think this means it will be very slow. On the contrary, a clever garbage management system can result in a more responsive application, since memory deallocation can be controlled to a large degree. However, Scriptix does not (yet) have a clever scheme. It is planned to be greatly improved before 1.0, however.
Enhancements:
- Minor API and languages changes.
- Last independent release of Scriptix.
- Future releases will be part of the AweMUD package.
<<less
Download (0.38MB)
Added: 2005-11-30 License: MIT/X Consortium License Price:
1425 downloads
GhostKit 0.1.6

GhostKit 0.1.6


GhostKit allows you to build a live CD from a Slackware installation. more>>
GhostKit allows you to build a live CD from a Slackware installation. The project includes several build and development scripts, documentation, example files of what must be altered in /etc/rc.d, and much more.
Instead of shipping with a particular kernel version, the scripts build it from whatever version you have. It requires at least kernel version 2.6.9 with patches for SquashFS and UnionFS.
Enhancements:
- This release adds example.txt, which describes how a live CD is built from GhostKit.
- It explains, hopefully, most of what isnt obvious in the earlier docs.
<<less
Download (0.21MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
1063 downloads
EmbedCover 0.7

EmbedCover 0.7


EmbedCover is a script for embedding album cover images in MP3 files. more>>
EmbedCover is a script for embedding album cover images in MP3 files. EmbedCover script will automatically look up the image associated to it in amaroK and embed this image in the file.

The MP3 file must have an ID3-V2 tag, otherwise the script will abort, and the file must be in your Collection.

It is recommended that you back up your MP3 file before using this script on it.

Although the script is designed not to harm your file, the operation is not reversible and should therefore be used with caution.

Future versions will also be able to remove embedded cover images from a file.

<<less
Download (0.003MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1408 downloads
SecureSkat 2.8

SecureSkat 2.8


SecureSkat project is a decentralized implementation of the German card game Skat. more>>
SecureSkat project is a decentralized implementation of the German card game Skat.

The program negotiates participating players and game sessions over an arbitrary IRC network (Internet Relay Chat).

Neither a trusted third-party (dealer) nor a centralized game server is necessary. All critical operations, e.g. shuffle of the deck, are performed using advanced cryptographic techniques (so-called Mental Poker solutions) provided by LibTMCG.

The outdated OpenSkat branch contains a graphical user interface based on XSkat 3.4. This interface can be used with most recent versions, but must be built separately.

<<less
Download (0.42MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
901 downloads
simple instant messaging 1.0

simple instant messaging 1.0


simple instant messaging (sim) is an IRC client specialized for use with bitlbee. more>>
simple instant messaging (sim) is an IRC client specialized for use with bitlbee. It is based on sic (http://suckless.org). It reads commands from standard input and prints all server output to standard output.
simple instant messaging also multiplexes all channel traffic into one output, so you dont have to switch to different channel buffers. sim must be customized by editing its source code to insert the correct username, server, password, and identification information.
Enhancements:
- The command operator was changed.
- Some code simplifications were done.
- The output format was adjusted.
<<less
Download (0.006MB)
Added: 2007-04-01 License: MIT/X Consortium License Price:
937 downloads
Scriptol Compilers 6.2

Scriptol Compilers 6.2


Scriptol is an object oriented programming language. more>>
Scriptol is an object oriented programming language designed to deliver the programmer from hardware or software constraints and let him or her concentrate only on the problem to formulate as a program.

Scriptol Compilers is universal, and allows building dynamic Web pages (with PHP as the backend), writing scripts, and building binary applications. It is compatible with Java and C++ libraries. Examples of use with PHP, Java, and GTK are included.

How to install the Java extension for Php or C++

1) Installing Java for Php
Search for the java path, example:
c:jdk1.4

Search for the php extensions path, example:
c:phpextensions

The extension directory must hold these files:
php_java.dll
php_java.jar

Set these lines into php.ini (in the Windows directory)
extension_dir = c:phpextensions
extension=php_java.dll

Search for the [java] section in php.ini - java.class.path must be assigned the path of all jar or class files including php_java.jar, separated by a semi-colon. (You can use a dot to designate the current path for yours jar or class file) - java.home

must be assigned the path of Java. - java.library
must be assigned the path of jvm.dll. - java.library.path
must be assigned the path of php extensions, that hold php_java.dll and php_java.jar and the path of any Java class you want to use.

- If these classes are inside jar files, the jar filenames are a part of the path.
- If several paths are required, they are separated by semicolons and enclosed in double quotes.

Example:
[Java]
java.class.path = "c:phpextensionsphp_java.jar;c:myclasses"
java.home = "c:jdk1.4"
java.library = "c:jdk1.4jrebinclientjvm.dll"
java.library.path = "c:phpextensions;c:jdk1.4jrelib"

2) Installing Java for Scriptol C++
- The jvm.dll must be in the path.
- The jvm.lib, jni.h, jni_md.h files must be in the directory of the source.
- The JAVA_HOME variable must be assigned the path of the JDK (ex: c:jdl1.4).
- See the README file if you encounter problems...
<<less
Download (1.6MB)
Added: 2007-03-11 License: Freeware Price:
958 downloads
Smartmenu 0.2.2

Smartmenu 0.2.2


Smartmenu is a menuing application for Lirc. more>>
Smartmenu is a menuing application for Lirc. Its purpose is to make use of an infra-red remote controller with a Linux box as easy and smart as possible.
It handles displaying and browsing menus in a way that is usable for typical user of a remote controller.
Such a user must be able to use the menus when he is a few meters away from the monitor or even with monitor turned off.
Enhancements:
- This release provided better control of lirc key repeating.
<<less
Download (0.036MB)
Added: 2005-11-10 License: GPL (GNU General Public License) Price:
808 downloads
kio_history 0.1

kio_history 0.1


kio_history is a protocol to access Konquerors browsing history. more>>
kio_history is a protocol to access Konquerors browsing history. It is mostly experimental in nature.

Known bugs:

-Cannot delete entries / clear history.
-Does not receive real-time updates, must be refreshed.
-Folder URLS (e.g. svn://anonsvn.kde.org/home/kde) do not open correctly.

Ideas for the future?

-All of the above bugs could be fixed by modifying KonqHistoryManager.
-Display favicons.
-Store previews of all history entries?
<<less
Download (0.38MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1082 downloads
Level Shmup 1.0

Level Shmup 1.0


Level Shmup is a frantic addictive shoot-em-up. more>>
Level Shmup is a frantic addictive shoot-em-up.

Level Shmup is an old-school arcade style shoot-em-up game in the style of classics such as R-Type and Gradius. Interesting features of this game include the ability to fire in eight directions, and an adaptive difficulty curve.

The game automatically gets easier or harder based on your performance, with bonuses awarded for completion on the highest difficulties.

Usage:

Level Shmup must be run from a terminal to work. Just navigate to the folder youve uncompressed the game to, and type ./levelshmup (then Enter, of course).

<<less
Download (18MB)
Added: 2006-05-30 License: Freeware Price:
1296 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5