Main > Free Download Search >

Free 2k software for linux

2k

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 31
conTEXT 2k

conTEXT 2k


conTEXT is an amaroK script that looks for text or html files in the playing directory and inserts them in a new manageable box. more>>
conTEXT is an amaroK script that looks for text or html files in the playing directory and inserts them in a new manageable box into the context browser.
I hope you dont expect too much of a script thats named almost like a tab in amaroK but there already are some ideas to extend its functionality...
Usage:
Scrolling: Left-click an arrow to speed up. Right-click to jump a page up/down. You can also use standard konqueror controls: Shift+ArrowKeys for scrolling, Alt+Mousewheel for horizontal scrolling, Ctrl+Mousewheel for zooming.
Drag the lower box border to resize the box, drag the box header to change its position.
Enhancements:
- fixed fast scrolling for new khtml versions; fixed playlouder.com; fixed rollingstone display; fixed plattentests.de referenzen
<<less
Download (0.057MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
1496 downloads
Encode::JIS2K 0.02

Encode::JIS2K 0.02


Encode::JIS2K is aJIS X 0212 (aka JIS 2000) Encodings. more>>
Encode::JIS2K is a Perl module forJIS X 0212 (aka JIS 2000) Encodings.

SYNOPSIS

use Encode::JIS2K;
use Encode qw/encode decode/;
$euc_2k = encode("euc-jisx0213", $utf8);
$utf8 = decode("euc-jisx0213", $euc_jp);

ABSTRACT

This module implements encodings that covers JIS X 0213 charset (AKA JIS 2000, hence the module name). Encodings supported are as follows.

Canonical Alias Description
--------------------------------------------------------------------
euc-jisx0213 qr/beuc.*jp[ -]?(?:2000|2k)$/i EUC-JISX0213
qr/bjp.*euc[ -]?(2000|2k)$/i
qr/bujis[ -]?(?:2000|2k)$/i
shiftjisx0123 qr/bshift.*jis(?:2000|2k)$/i Shift_JISX0213
qr/bsjisp -]?(?:2000|2k)$/i

iso-2022-jp-3
jis0213-1-raw JIS X 0213 plane 1, raw format
jis0213-2-raw JIS X 0213 plane 2, raw format
--------------------------------------------------------------------

<<less
Download (0.39MB)
Added: 2006-07-31 License: Perl Artistic License Price:
1180 downloads
Prima 1.22

Prima 1.22


Prima is a Perl GUI toolkit. more>>
Prima is an extensible Perl toolkit for multi-platform GUI development. Platforms supported include Linux, Windows NT/9x/2K, OS/2 and UNIX/X11 workstations (FreeBSD, IRIX, SunOS, Solaris and others).

The toolkit contains a rich set of standard widgets and has emphasis on 2D image processing tasks. A Perl program using PRIMA looks and behaves identically on X, Win32 and OS/2 PM.

Prima project includes a visual builder and a graphic POD viewer.

Building:

A Unpack it somewhere. Use

$ tar xzf Prima.tar.gz

on systems with GNU tar, and

$ gzip -cd Prima.tar.gz | tar xf -

on other systems.

cd to Prima directory.

Type perl Makefile.PL

If everything goes well, type make

If everything goes well (previous step is likely to take several minutes), you can, if you wish, type make test and make install. You can also try PRIMA without making install; in this case it is required to set your PERL5LIB environment variable to point to Prima directory.

Try to run samples provided with the package. They are located in the examples subdirectory. Run them as perl examples/filename.pl.

Explore, enjoy and share!

<<less
Download (1.3MB)
Added: 2007-08-06 License: BSD License Price:
812 downloads
XMail 1.24

XMail 1.24


XMail is an Internet and intranet mail server featuring an SMTP server, POP3 server, finger server. more>>
XMail is an Internet and intranet mail server featuring an SMTP server, POP3 server, finger server, multiple domains, no need for users to have a real system account, SMTP relay checking, RBL/RSS/ORBS/DUL and custom ( IP based and address based ) spam protection, SMTP authentication ( PLAIN LOGIN CRAM-MD5 POP3-before-SMTP and custom ), a POP3 account syncronizer with external POP3 accounts, account aliases, domain aliases, custom mail processing, direct mail files delivery, custom mail filters, mailing lists, remote administration, custom mail exchangers, logging, and multi-platform code.
XMail sources compile under GNU/Linux, FreeBSD, OpenBSD, NetBSD, OSX, Solaris and NT/2K/XP. Read the file README.TXT included with the distribution.
The project is distributed under GPL license, either version 2 or (at your option) any later version.
Enhancements:
- TLS support was implemented for SMTP and POP3 (both client and server) along with SMTP external authentication, the ability to leave messages on the remote server for POP3 sync, the ability to bind to a particular local IP during SMTP and POP3 client connections, and a new remote hostname-based configuration selection.
- An alias resolution bug introduced in version 1.23 was fixed.
<<less
Download (0.40MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
1034 downloads
Jace 0.0.2

Jace 0.0.2


JACE is a Convolution Engine for JACK and ALSA, using FFT-based partitioned convolution with uniform partition sizes. more>>
JACE is a Convolution Engine for JACK and ALSA, using FFT-based partitioned convolution with uniform partition sizes.
This is a prealpha release of the Jace project.
Main features:
- Any matrix of convolutions between up to 16 input and 16 outputs.
- Maximum length for each convolution is one megasample (nearly 22 seconds at 48 kHz).
- Allows the use of a period size down to 1/16 of the partition size.
- Its fast.
When used with a period size smaller than the partition size, JACE will try to spread the CPU load evenly over all process cycles that make up a partition. This works quite well if there is enough work to be distributed, and less well otherwise.
As an extreme example, if there is only one input and one output, and the convolution size is just one partition, its clearly not possible to spread the three elementary operations over 16 cycles. But in those cases the load will be small anyway, and you can use a smaller partition size.
Code to use SSE (tested) and 3DNOW (untested !) for the MAC steps is present, but disabled by default since it seems to make little difference.
Performance on 2 GHz Pentium IV with 4 convolutions of 5.5 seconds each at Fs = 48 kHz. Load is as displayed by qjackctl. Delay is input + process + output.
period partition load delay
-----------------------------------
1024 8k 12% 340ms
1024 4K 17% 170ms
512 4K 18% 170ms
256 4K 19% 170ms
128 2k 32% 85ms
64 1k 59% 43ms
<<less
Download (0.018MB)
Added: 2006-02-03 License: GPL (GNU General Public License) Price:
1359 downloads
VIPS 7.12.3

VIPS 7.12.3


VIPS is a free image processing system. more>>
VIPS is a free image processing system. It aims to be about half-way between Photoshop and Excel: it is very bad at retouching photographs, but very handy for the many other imaging tasks that programs like Photoshop get used for.
It is good with large images (images larger than the amount of RAM in your machine), and for working with colour. Here is a recent publication on VIPS.
VIPS comes in two main parts: libvips is the image-processing library and nip2 is the graphical user-interface.
Both work on Unix (with convenient packages for Gentoo, Debian, Ubuntu and FreeBSD), Windows (NT, 2k and XP only) and Macintosh (OS 10.2 and later). The VIPS library is licensed under the LGPL and and the user-interfaces are licensed under the GPL.
VIPS has been used and developed in the EU projects VASARI, MARC, VISEUM, ACOHIR, CRISATEL, ARTISTE and MUSA. The Department of Electronics and Computer Science at the University of Southampton use it as an image processing framework in research projects.
Its used at The National Gallery, London for most of their imaging research. VIPS is also used in a number of other labs, museums and galleries around the world (including MOMA, the Louvre and BStGS), mostly for infra-red reflectogram mosaic assembly. IIPimage use it to manipulate very large images.
Enhancements:
- A major new release after almost 3 years work: faster, more scaleable, image metadata support, lower memory use, more image file formats, integrated matrix and plot display, background recalculation, many new operations.
<<less
Download (4.3MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
820 downloads
aLinux 12.8

aLinux 12.8


Peanut Linux is designed to be a small distribution. more>>
With aLinux OS you only have to download alinux.iso LiveCD(burn to a 650 Mb CD-R or CD-RW and boot it). aLinux is a configured Linux OS that has a most spectacular Graphical Interface, in our words, the most astounding, versatile, usable & stable operating system today!
Especially made for those new to Linux, we believe this to be the most PROFESSIONAL, FASTEST and FUN distribution yet!. We believe our applications exceed SuSE, Red Hat, Corel, Slackware, Caldera, Mandrake, etc ...
We aim to please all user(s), expert(s) and newbie(s) alike who have already tried Windows 9x, Me, NT, 2K, XP, OS/2, BeOS even MacOS but want to gain the real experience for your PC!. aLinux OS at only 650+ Mb to download, comes jam packed with some of the most newest LINUX software available today!.
A 100% pure LINUX Glibc 3.3.4, Libc6 ELF system. The entire system when installed is less than 2 Gb! in our experience making it the fastest, convenient, operable and appealing Linux Operating System for your x86 PC.
Main features:
- Kernel 2.6.14
- PHP 5.0.5
- MySQL 5.0.15
- Xitami 2.5-c2 httpd/ftpd
- SSH 4.2p1 server/client
- Telnet 0.17 server/client
- VNC server/client
- RPC portmapper
- Xfprot 1.15 - 4.6.2 Antivirus Software
- KDE 3.4.3. KTTS - True Speech modules
- KOFFICE SUITE 1.4.2 - Simply beautiful!
- Quanta Plus for Web Development
- Aptget/Synaptic / Aptitude rpm-based pkg.mgmt.
- Xorg 6.8.3 20051120
- Firestarter Firewall
- Mozilla/Seamonkey 1.9a1
- Mplayer VideoMedia
- XMMS MultiMedia
- Games Galore
- The GIMP! 2.3 - Photoshop alternative
- Many More Gorgeous True Type Fonts!
- Addons - Gaim 2.0.0 - Webcam Edition supporting YaHOO!, MSN, AOL/AIM, ICQ, Jabber, etc.
- Gyach-Enhanced! The Ultimate YaHOO! Messenger with Voice/Webcam features.
Enhancements:
- The API was changed by updating to glibc 2.4 and GCC 4.1.1.
- Other updates include KDE 3.5.3 and KOffice 1.5.2. Xorg was removed and replaced with XFree86 4.6.0.
- The Linux kernel version is 2.6.17 with IVTV.
- A MultiMedia desktop was added for high definition users.
<<less
Download (760.6MB)
Added: 2006-07-30 License: GPL (GNU General Public License) Price:
685 downloads
JpGraph 2.2

JpGraph 2.2


JpGraph is an OO graph drawing class library for PHP. more>>
JpGraph makes it easy to draw both "quick and dirty" graphs with a minimum of code and complex professional graphs which requires a very fine grain control.
The library assigns context sensitive default values for most of the parameters which minimizes the learning curve. The features are there when you need it - they dont get in your way. The JpGraph library also comes wih very extensive documentation.
Main features:
- Web-friendly, average image size for a 300*200 image is around 2K and images are seldomly bigger than 4-5K
- Support for both GD1 and GD2 The library will autodetect which library is installed.
- Automatic generation of client side image maps to make it possible to generate drill-down graphs.
- Advanced interpolation with cubic splines to get smooth curves from just a few data points.
- Advanced support to add text to images with multi-line paragraphs and formatting support in several TTF fonts.
- Support for alpha blending
- has over 200+ built in Country flags
- Support automatic timing of images.
- Supports adding arbitrary lines and filled areas (with patterns) to plots
- Supports several plot types,spider-plots, pie-charts (both 2d and 3d) , scatter-plots, line-plots, filled line-plots, accumulated line-plots, bar plots, accumulated bar plots, grouped bar plots, error plots, line error plots, box plots, stock plots
- Supports advanced Gantt-charts (ex1, ex2)
- Flexible scales, supports text-lin, text-log, lin-lin, lin-log, log-lin and log-log
- Supports integer scale (labels are restricted to integers).
- Supports both PNG, GIF and JPG graphic formats. and can automatically choose the best available graphic format. Note that the available formats are dependent on the specific PHP installation where the library is used.
- Support various layout with a background image behind the plot
- Supports horizontal bar graphs
- Supports scientific plots
- More than 400 named colors
- Several possible axis positions
- Supports caching (with timeout) of generated graphs to lessen burden of a HTTP server.
- Intelligent autoscaling which gravitates towards aesthetical values.
- Fully supports manual scaling, with fine grain control of position of ticks
- Several different fill styles for line plots
- Supports up to two different y-scales, it is possible to have different left and right y-scale and add plots to both
- Supports unlimited number of plots in each graph, makes it easy to compose complex graph which consists of several plot types
- Designed as a flexible OO framework which makes it easy to add new types of plots
- Supports anti-aliasing of lines, more ...
- Supports color-gradient fill for bar graphs
- Supports automatic legend generation with user supplied format.
- Supports both vertical and horizontal grids (with image depth specification)
- Supports both on-the fly image generation and batch processing.
- Includes graph module to make it very easy to draw arbitrary shapes using custom scale on a canvas including Bezier-curves with full support for all the features of JpGraph (including caching and timeout).x
- Barcode generation The professional version includes a Barcode module that makes it easy to generate barcodes in all commonly used symbologies.
- Designed modularly - you dont have to include code which isnt used. JpGraph Architecture Block diagram
- extensive documentation with both a 150 pages tutorial and an extensive class reference.
- ... and many, many more features
Enhancements:
- This release follows the PHP4 version with functionality and defect fixes.
- 7x4 LED-like displays have been added.
- A long-standing issue with user-defined pie colors and legends has been fixed.
- There are various bugfixes.
<<less
Download (4.4MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
933 downloads
 
Other version of JpGraph
JpGraph 1.21Main features: - Web-friendly, average image size for a 300*200 image is around 2K and images are seldomly bigger than 4-5K - Support for both GD1 and GD2 The library will autodetect which library
License:GPL (GNU General Public License)
Download (4.3MB)
949 downloads
Added: 2007-03-29
J-Adhoc 0.21

J-Adhoc 0.21


J-Adhoc provides an AODV protocol handler in Java. more>>
J-Adhoc provides an AODV protocol handler in Java.

J-Adhoc is a Java-based implementation of the AODV protocol. It complies with RFC3561, and supports both IPv4 and IPv6. It is implemented using Java libraries for networking, graphical user interfaces, multi-threading, and operating system calls.

It also uses Jpcap, a Java-based class library for network packet capture. It has been tested on Linux, Windows (XP and 2K), and Sharp Zaurus.

For portability purposes, a restricted set of modules was implemented specifically for each supported environment.

<<less
Download (2.0MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
564 downloads
hylaPEx 2.3.2

hylaPEx 2.3.2


hylaPEx is a client for HylaFAX completely written in Python. more>>
hylaPEx is a client for HylaFAX completely written in Python. It can read and view sent and received faxes.
It supports TIFF and PS/PDF formats. hylaPEx can use redmon to create a virtual fax print. It supports shared contacts with a MySQL database.
Main features:
- Program and printer installer (on windows)
- Internal viewer
- Fax concatenate on send-fax. Then you print to virtual "fax-printer", send fax windows appear. You you print another time into "linux-fax", the second fax is concatenate to the first (multi pages fax), and so on.
- Modify the "sending" fax with internal tools, like text and pen
- Administration password
- Fax receive control (a pop up message). You have 1/N new fax
- Fax state send control (a pop up message) "Always, when ok, when no"
- Phone book (local, mysql, odbc) with a wizard for create it
- Right click on grid with all function (resend, update, modify job...)
- Filtered view (by date or by number of fax)
- Save-as. You can save fax as pdf, jpg, etc..
- Multi-user for the s.o. the enable it (win 2k, xp, *unix, mac)
- Look for a fax with the "Search" frame
<<less
Download (0.37MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
831 downloads
Pea-Peach 0.12

Pea-Peach 0.12


Pea-Peach is a graphical frontend for the PEA program. more>>
Pea (an acronym for Pack, Encrypt, Authenticate) is OS-portable archiving software that offers flexible security options (up to AES-EAX authenticated encryption), deflate based compression, and multi-volume spanning.
Pea supports its own native .pea archive format for archiving and extracting, and also supports raw file splitting and joining. Peach is a graphical frontend for the PEA program.
Enhancements:
- A bug in which CRC64 was only partially saved was fixed.
- Updating is recommended.
- Peach can now save job definition scripts as plain text.
- Saved scripts may be used as a starting point for composing Pea-Peach related scripts.
- Minor fixes and interface improvements were made.
- This version was built with Lazarus 0.9.18.
- The package for all Windows versions and the package for 2K through XP were unified in a single build for all Win32 versions.
- The Linux GTK1 build has been released as a gzipped tar archive.
<<less
Download (2.7MB)
Added: 2006-09-29 License: LGPL (GNU Lesser General Public License) Price:
1121 downloads
RegLookup 0.4.0

RegLookup 0.4.0


RegLookup is an small command line utility for reading and querying Windows NT/2K/XP registries. more>>
RegLookup project is an small command line utility for reading and querying Windows NT/2K/XP registries.
Currently the program allows one to read an entire registry and output it in a (mostly) standardized, quoted format. It also provides features for filtering of results based on registry path and data type.
Enhancements:
- This release contains some additional functionality and numerous bugfixes.
- Important changes include vastly improved interaction with the underlying registry library with a new API, improved parsing of ACLs, a fix for a possible security problem, and the elimination of many memory leaks.
<<less
Download (0.056MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
940 downloads
Markup::Perl 0.5

Markup::Perl 0.5


Markup::Perl is a brilliant Perl module that will turn your CGI inside-out. more>> Markup:Perl 0.5 is a brilliant Perl module that will turn your CGI inside-out.

For some problems, particularly in the presentation layer, thinking of the solution as a webpage that can run perl is more natural than thinking of it as a perl script that can print a webpage.

It's been done before, but this module is simple. The source code is compact: one file and less than 2k of code. Simply put: if you can do it in Perl, you can do it in Markup:Perl, only without all the print statements, heredocs and quotation marks.

Requirements:

  • Perl
<<less
Added: 2008-10-03 License: Perl Artistic License Price: FREE
1 downloads
UnrealIRCd 3.2.6

UnrealIRCd 3.2.6


UnrealIRCd is an Open Source IRC Server. more>>
UnrealIRCd is an Open Source IRC Server. Development of UnrealIRCd began in May of 1999. Unreal was created from the Dreamforge IRCd that was formerly used by the DALnet IRC Network.
Over the years, many new and exciting features have been added to Unreal. UnrealIRCd is hard to even see a resemblance between the current Unreal and Dreamforge.
Main features:
- Channel Half-ops (+h)
- Channel Owners (+q) and Channel Admins (+a)
- Channel linking (+L)
- Advanced anti-flood and anti-spam systems
- Swear filtering (+G)
- Hostname cloaking (+x)
- Color blocking and stripping (+c/+S)
- Vhosts
- WebTV Support
- DCCDeny
- Ziplinks
- SSL encrypted client and server connections
- Advanced and highly configurable configuration file
- Module support
- And Much More...
Unreal can run on several operating systems. Unreal works on most *nix OSes including Linux, BSD, MacOS X, Solaris, and HP-UX. Unreal also works on Windows (NT4/2K/XP/2003). UnrealIRCd is designed to be an advanced IRCd, so it is probably not the best choice for beginners.
Enhancements:
- This release comes with over 80 changes.
- Many small bugs have been fixed, and a couple of major bugs as well.
- No new major features were added. It is recommended for everyone to upgrade.
<<less
Download (2.4MB)
Added: 2006-12-23 License: GPL (GNU General Public License) Price:
1061 downloads
Launch4j 3.0.0-pre2

Launch4j 3.0.0-pre2


Launch4j is a cross-platform tool for wrapping Java applications distributed as jars in Windows native executables. more>>
Launch4j project is a cross-platform tool for wrapping Java applications distributed as jars in lightweight Windows native executables.
The executable can be configured to search for a certain JRE version or use a bundled one, and its possible to set runtime options, like the initial/max heap size.
The wrapper also provides better user experience through an application icon, a native pre-JRE splash screen, a custom process name, and a Java download page in case the appropriate JRE cannot be found.
Main features:
- Launch4j wraps jars in Windows native executables and allows to run them like a regular Windows program. Its possible to wrap applications on Linux!
- Doesnt extract the jar from the executable.
- Custom application icon with multiple resolutions and color depths.
- Native pre-JRE splash screen in BMP format shown until the Java application starts.
- Process name as the executable filename to easily identify your application.
- Works with a bundled JRE or searches for newest JRE / SDK in given range.
- Opens Java download page if an appropriate Java version cannot be found.
- Supports GUI and console apps.
- Passes command line arguments, also supports constant arguments.
- Allows to set the initial/max heap size.
- JVM options: set system properties, tweak the garbage collection...
- Option to change current directory to the executable location.
- Custom version information shown by Windows Explorer.
- GUI and command line interface.
- Build integration through an Ant task.
- Lightweight: 21 KB!
- Its free and may be used for commercial purposes.
- Includes a sample application and Ant script that automates the build process from Java sources to native executable.
- The wrapped program works on all Windows platforms (98/Me/NT/2K/Xp), launch4j works on NT/2K/Xp, Linux (developed and tested on FC2)
Whats New in 2.1.5 Stable Release:
- Changed the Java download site to http://java.com/download.
- Now its possible to use absolute and relative paths to specify the embedded JRE.
Enhancements:
- Enhanced GUI.
- Redesigned error reporting.
- Added custom error messages.
- Added support website feature.
- Added PWD and OLDPWD special variables and access to the registry.
- Runtime ini file extension changed to .l4j.ini, added comments (#).
- FR #1427811 Initial process priority.
- FR #1547339 Added VarFileInfo structure to Version Info (Stephan Laertz).
- FR #1584295 Updated documentation for --l4j-debug.
- Fixed and config conversion bug (found by Dafe Simonek).
- Fixed the Ant task exception reporting bug, added tmpdir and bindir attributes.
- Fixed bug #1563415 Problem with launching application when ini file exists (found by mojomax).
- Fixed bug #1527619 Console header wildcard expansion (found by erikjv).
- Fixed bug #1544167 NPE when dontwrap and only classpath given (found by Hendrik Schreiber).
- Fixed bug #1584264 Dropdown boxes get mixed up (found by Larsen).
<<less
Download (1.8MB)
Added: 2006-10-29 License: GPL (GNU General Public License) Price:
1098 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3