Main > Free Download Search >

Free use to software for linux

use to

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 238
Ethloop

Ethloop


Ethloop is very simple and versatile packet generator and measurer which I use to test HTB qdisc. more>>
Ethloop is very simple and versatile packet generator and measurer which I use to test HTB qdisc. It is developement tool and you take it as such. It accepts controling program at stdin, executing it and producing flow rate table at stdout.

The generated rate is output on interface(s) selected in program and data are recieved on all interfaces in a system. You sometimes need to set promisc flag on recieving interfaces.
Generated packets are ethernet frames with protocol set to ETH_P_CUST so that you can safely inject them into existing LANs. MAC addresses are set to MACs of sending/recieving interface (may be the same).

The controling program is line based text file. Each line has fixed format and comment lines behins with #. The format of a line is:
5000 R 2 4500000

Number of spaces is optional and tabs can be used. Input is parsed by sscanf "%u %c %u %n". The first number is time in miliseconds from program start. The second character determines operation to do. Third number is flow id (see below) and remainder of line is operation dependent. However the remainder can be text or number and numbers are allowed in decimal or hex (if starting with 0x). Number can end with k to multiply it by 1024.

The line above means: at time 5sec set rate of flow 2 to 4.5 MBps. Lines are first read into struct progdata in memory (performance reasons) and should be in increasing time order. Ethloop performs no sorting by time so be carefull about it. Each line is executed at its time and can change ongoing traffic generators.
<<less
Download (0.004MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1179 downloads
Speed 0.2

Speed 0.2


Speed is a simple program to add a transfer meter to any console or terminal based copy program. more>>
Speed is a simple program to add a transfer meter to any console or terminal based copy program.
Speed allows you to easily report Kilobytes or Megabytes per second when using programs that do not report file transfer speeds (such as cp or ftp).
Usage:
./speed [ -u interval ] -f filename
./speed [ -u interval ] -- < copy_program > [args] /path/to/file /destination/file
< copy_program > is the program we should use to copy the file
[args] options arguments to < copy_program >
Enhancements:
- A progress bar has been added.
- The last argument to cp can be either a file or directory.
<<less
Download (0.010MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1165 downloads
SafeHistory 0.8

SafeHistory 0.8


SafeHistory is an extension that protects your privacy by silently defending against visited-link-based tracking techniques. more>>
SafeHistory is an extension that protects your privacy by silently defending against visited-link-based tracking techniques.

Restricts the marking of visited links on the basis of the originating document, defending against web privacy attacks that remote sites can use to determine your browser history at other sites.

A link on a.com pointing at b.com will only be marked visited if you previously visited the b.com page with a referrer in the domain of a.com.

On-site links work normally.

Checks cookie settings (allow, originating site only, deny) to determine your desired privacy level (segmented by origin, dont mark links visited in offsite frames, or never mark links visited).

<<less
Download (0.019MB)
Added: 2007-04-18 License: MPL (Mozilla Public License) Price:
922 downloads
SegyPY 0.3

SegyPY 0.3


SegyPY includes M-files to read and write SEG-Y files from Python. more>>
SegyPY is a set of Python files for reading and writing SEG-Y files from Python.
SegyPY aims at being both simple to use to read SEG-Y files, and extensive enough to aid in writing complex seismic data.
SegyPy is based on the SegyMAT, a Matlab implementation of a SEG-Y library for reading/writing SEG-Y formatted files.
Enhancements:
- This release adds supprt for writing all variants of SEGY (revision 0 and 1), except for IBM floats, in data sample format.
<<less
Download (0.016MB)
Added: 2005-10-05 License: GPL (GNU General Public License) Price:
1480 downloads
Used Textbook Database 1.0

Used Textbook Database 1.0


Used Textbook Database provides a database for listing used textbooks. more>>
Used Textbook Database provides a database for listing used textbooks.

Used Textbook Database is a Web-based textbook database that lets users to create an account and list their used textbooks or books.

It is very modular and customizable and allows for easy integration into an existing Web site.

<<less
Download (0.013MB)
Added: 2007-02-06 License: GPL (GNU General Public License) Price:
589 downloads
Test::use::ok 0.02

Test::use::ok 0.02


Test::use::ok is an alternative to Test::More::use_ok. more>>
Test::use::ok is an alternative to Test::More::use_ok.

SYNOPSIS

use ok( Some::Module );

According to the Test::More documentation, it is recommended to run use_ok() inside a BEGIN block, so functions are exported at compile-time and prototypes are properly honored.

That is, instead of writing this:

use_ok( Some::Module );
use_ok( Other::Module );

One should write this:

BEGIN { use_ok( Some::Module ); }
BEGIN { use_ok( Other::Module ); }

However, people often either forget to add BEGIN, or mistakenly group use_ok with other tests in a single BEGIN block, which can create subtle differences in execution order.

With this module, simply change all use_ok in test scripts to use ok, and they will be executed at BEGIN time. The explicit space after use makes it clear that this is a single compile-time action.

<<less
Download (0.013MB)
Added: 2007-02-14 License: MIT/X Consortium License Price:
982 downloads
SegyMAT 1.08

SegyMAT 1.08


SegyMAT is a set of m-files that allows matlab programs to easily read and write segy data. more>>
SegyMAT is a set of Matlab files for reading and writing SEG-Y files from Matlab.
SegyMAT aims at being both simple to use to read SEG-Y files, and extensive enough to aid in writing complex seismic data.
A Python port of the library has initiated under the name : SegyPY.
Enhancements:
- Urs Boeniger contributed a patch that allows arbitrary SegyTraceHeaders to be specified for WriteSegy.m
<<less
Download (0.12MB)
Added: 2007-03-28 License: LGPL (GNU Lesser General Public License) Price:
564 downloads
SQL::Generator 0.02

SQL::Generator 0.02


SQL::Generator is a Perl module to generate SQL-statements with oo-perl. more>>
SQL::Generator is a Perl module to generate SQL-statements with oo-perl.

SYNOPSIS

use SQL::Generator;

With this module you can easily (and very flexible) generate/construct sql-statements. As a rookie, you are used to write a lot of sprintf`s every time i needed a statement (i.e.for DBI).

Later you start writing your own functions for every statement and every sql-dialect (RDBMS use to have their own dialect extending the general SQL standard). This SQL::Generator module is an approach to have a flexible abstraction above the statement generation, which makes it easy to implement in your perl code. Its main purpose is to directly use perl variables/objects with SQL-like code.

<<less
Download (0.013MB)
Added: 2007-04-05 License: Perl Artistic License Price:
932 downloads
SafeCache 0.9

SafeCache 0.9


SafeCache is an extension which segments the cache on the basis of the document origin, defending against web-privacy attacks. more>>
SafeCache is an extension which segments the cache on the basis of the document origin, defending against web-privacy attacks.

Segments the cache on the basis of the originating document, defending against web privacy attacks that remote sites can use to determine your browser history at other sites.

For example, a b.com image appearing on an a.com page would have a separate cache entry from the same image appearing on a b.com page, so a.com cannot use timing techniques to determine if you have visited b.com before.

Checks cookie settings (allow, originating site only, deny) to determine your desired privacy level (segmented cache, cache originating site only, or never cache).

<<less
Download (0.013MB)
Added: 2007-04-18 License: MPL (Mozilla Public License) Price:
924 downloads
Libdnsres 0.1a

Libdnsres 0.1a


Libdnsres provides a non-blocking, thread-safe API for resolving DNS names. more>>
Libdnsres provides a non-blocking, thread-safe API for resolving DNS names. Libdnsres requires that your main application is built on top of libevent. The API essentially mirrors the traditional gethostbyname and getaddrinfo interfaces.

All return values have been replaced by callbacks instead. The code borrows heavily from the BSD resolver library. In fact, it is an extremely ugly hack to make the BSD resolver library non-blocking and thread-safe without changing the API too much.

Although it has not been tested heavily, it should compile on BSD systems and Linux. The library comes with a simple test program that can be use to verify if it works correctly.

<<less
Download (0.35MB)
Added: 2006-05-24 License: BSD License Price:
1249 downloads
Memo 2.0

Memo 2.0


Memo is a small utility which you can use to store appointments and TODO items. more>>
Memo is a small utility which you can use to store appointments and TODO items. Memo displays the next few entries in a small window, and can also be instructed to bring up alert windows at set times.

If you have a D-BUS notification service available then it will use that to display alerts. Otherwise, it will use a built-in dialog box.

<<less
Download (0.032MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1026 downloads
XNum 1.2

XNum 1.2


XNum project is a integer arithmetic library written in C++. more>>
XNum project is a integer arithmetic library written in C++.
The difference between XNum and other libraries such as GMP is the the former tries to imitate the practical method that humans use to do the arithmetic themselves.
xnum implements the four basic operations (+, -, *, /) using the type of arithmetic we learned at school.
For example, to add two numbers
120
+14
---
134
This makes the code quite easy to read and understand.
C++ overloading techniques have been used so that the new data type, "XNumber", can be used naturally as the internal integer data types.
Enhancements:
- Updated to compile with less warning on gcc 3.x
<<less
Download (0.017MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1092 downloads
DCSquares 2.0.1

DCSquares 2.0.1


DCSquares is an addictive, fast-paced game for Linux. more>>
DCSquares is an addictive, fast-paced game for Linux.

Using your mouse or analog stick, move your player around to collect points and avoid enemys!

How to play:

Basics

Player - This is what you use to interact with the various other objects in the game. Use your mouse or analog control stick to move it around the board.
Score - Collecting these gives you points! The amount of points you get per square depends on how long youve been playing the current round.
Enemy - Touching one of these will end your game!

Powerups

Invincibility - Makes you invincible for a short amount of time. While invinible, touching enemys will have no affect.
Slow motion - Temporarily decreases the speed of the squares.
+1000 Points - Gives you 1000 points!
Mini square - Shrinks the size of your player.

Powerdowns

Evil squares - Changes every square into an emey for a short amount of time.
Speed - Temporarily increases the speed of the squares.
-1000 points - Takes away 1000 points.
Big square - Increases the size of your player.

<<less
Download (10.1MB)
Added: 2005-12-12 License: Freeware Price:
1412 downloads
Neos 2.4

Neos 2.4


Neos is a port of the original theme for Gnome. more>>
Neos is a port of the original theme for Gnome.
BVCs "Alien" theme was used for modifications. Window decorations code was compiled in Alien. And toolbar icons from Alien theme of BVC. Thanx to good working of BVC ;).
You may wonder why is not exactly the same as the orginal one even though, this is neos theme port. The answer is simple: When you look at Gnome/Gtk as whole screen, some of the graphics looks disjointed. According to my personal taste i customized some of graphics.
Enhancements:
- Neos Improved Series Has been added.
- Improved Blue Gtk style 24x and 48x (sized panel presets), Neos 1 Style Win decoration , Neos 2 Win decoration has been added.
- Improved Lime Gtk style 24x and 48x (sized panel presets), Neos 1 Style Win decoration , Neos 2 Win decoration has been added.
- Improved White Gtk styles 24x and 48x (sized panel presets), Neos 1 Style Win decoration , Neos 2 Win decoration
- Please use 24x or 48x size panel. And choose to 24x or 48x Gtk Style preset depend on your using size panel. Dont use to any Panel Background texture. Gtk styles includes to default looking textures. On the next versions will be add other sizes (32,64,76...) presets.
- Improved style is indepent version of orginal Neos.
- Improved styles includes Gradient Graphics: Gradient Notebook border, Small sized 4 color menubackground, imrpoved tab styles etc... (in my opinion it looks very good).
- Improved to Orginal Neos ports graphics. But it hasnt gradient Notebook borders.
- Neos 1 and Neos 2 Window Decoration problems has been resolved and improved its graphics.From now not need to Gnome Configurator Os X like window decoration settings. Because windows buttons and titles positions changed to right side. So, dont use to Os X like windows placement with Gnome Configurator!
- Some of gtk-stock and toolbars icons has been added. Blue, Lime and White style...
- It may seems no different between improved theme and original theme.
- One of the reasons of this Original Neos theme is also taken, almost every property of the improved theme.it has not only gradient notebook borders. Actually improved versions are consisting of my personal edition. And these are the sets that will be effected by the changes in the future. Original neos wouldnt be effected by these developments. Actually there is detailed worked in Gtk Graphics and window decoration graphics. For understand about difference you can download it.
<<less
Download (MB)
Added: 2007-03-02 License: Other/Proprietary License Price:
972 downloads
camE 1.9

camE 1.9


camE is an imlib2 webcam grabber, annotator, and uploader. more>>
camE is a Webcam grabber designed for video4linux devices. It is based on the xawtv webcam app, but extended to use imlib2 for applying antialised, blended truetype fonts to the image before upload.
A large number of new options have been added including scp support (in addition to ftp), image archiving, and much more. It runs as a daemon and needs no X connection to operate.
Main features:
- ttf fonts
- blended transparent text
- title text
- options in ~/.camErc
- message read from separate file (eg echo "eating my dinner" > ~/.caminfo)
- color the text as you like
- text background any color/alpha value
- scp support for uploading
- ftp support for uploading using libcurl, reconnect for each upload or reuse one connection
- proper logging to file
- user defined actions to be run before and after shots, and after upload (use to play sounds, beep, run scripts, copy files, whatever)
- file for stopping uploads temporarily (touch ~/BLOCKCAM to stop shooting, remove it to resume)
- now a proper daemon that can run without X forever if wanted
- control of brightness, contrast, gamma, hue, colour, etc
- control of framerate and use of snapshot mode for Philips cams
- image archiving (timestamped into a directory of your choice after upload), every frame or every n frames
- lag reduction (for some cams, when mmaped, the image grabbed lags behind the cam by up to 20 seconds. I use lag_reduce 5 in my ~/.camErc for example. This takes 5 shots in a row, which clears the mmap buffers, and then keeps the last shot, lag-free)
<<less
Download (0.038MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1643 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5