Main > Free Download Search >

Free 1.3.3 software for linux

1.3.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 39
GIT 1.3.3

GIT 1.3.3


GIT is the stupid content tracker. more>>
GIT is the stupid content tracker.
Main features:
- Documentation is in much better shape. Thanks everybody.
- Two grave bugs in git fetch were caught and fixed. One is "Fix fetching of tags", the other is "Fix pulling into the same branch.".
- We have archimport (unfortunately undocumented yet), and cvsimport is being improved.
- Revert, rebase and cherry-pick are done using three-way merge, not a straight patch application.
- git commit should be a bit easier to use than before in initial commits and merge commits.
- git applymbox is a bit more accomodating and it should be easier to handle MIME patches than before.
- As usual, comes with more recent gitk.
- Better merge algorithms and the infrastructure are being worked on by Daniel and Fredrik; they are not in this release yet.
Enhancements:
- This release adds numerous minor bugfixes and enhancements.
<<less
Download (0.003MB)
Added: 2006-05-27 License: GPL (GNU General Public License) Price:
1245 downloads
Munin 1.3.3

Munin 1.3.3


Munin is a tool for graphing all sorts of information about one or more servers and displaying it in a web interface. more>>
Munin is a tool for graphing all sorts of information about one or more servers and displaying it in a web interface. Munin uses the execellent RRDTool (written by Tobi Oetiker) and is written in Perl. Munin has a master/node architecture.
The master connects to all the nodes at regular intervals, and asks them for data. It then stores the data in RRD-files, and (if needed) updates the graphs. One of the main goals has been ease of creating own "plugins" (graphs).
Installation:
edit Makefile.config
- create the user "munin"
- make install-main
- create a cron-entry to run "munin-cron" as the user "munin" every 5 minutes
- if you want to use the dynamic graphs, configure the cgi directory (an example for apache can be found in README-apache-cgi).
<<less
Download (0.30MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1097 downloads
qadsl 1.3.3

qadsl 1.3.3


qadsl is a small utility to login on the Telia AB ADSL service. more>>
qadsl is a small utility to login on the Telia AB ADSL service. It also works good with COMHEM Cable Internet and Tiscali Internet services.
It should be pointed out, however, that Alive is not limited to only Orbyte-based login servers. It is quite generic, see the alive.conf file for helpful hints and pointers. The --debug and --verbose options to alive is also very useful.
See the download section for the latest .tar.gz and .deb packages.
RedHat/Fedora developer? The source packages include a home brew .spec file that we could use some help with to complete. It would be so much easier to supply pre-built .rpms as well.
GNU Alive is tested before each release on the following currently supported platforms:
Slackware 9.1 (i386)
Mandrake 9.2 (i386)
Debian GNU/Linux (i386/Sarge)
Debian GNU/Hurd (i386/Sid)
FreeBSD 5.1 (alpha)
NetBSD 1.6 (i386)
OpenBSD 3.6 (i386)
CygWin (win32)
Enhancements:
- NEWS: Cleanup.
- TODO: Note on how --debug should imply --verbose.
- src/process.c (process): Cleanup and add more logging, all in favour of new logging scheme.
- src/main.c (main): New command line option, -d, --debug. In favour of this and the new logging stuff verbose level adjusted accordingly.
<<less
Download (0.047MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1207 downloads
h3270 1.3.3

h3270 1.3.3


h3270 is a program that allows you to use IBM 3270 hosts from within a web browser. more>>
h3270 is a program that allows you to use IBM 3270 hosts from within a web browser.
h3270 is different from other, similar systems because of its highly configurable layout engine that is based on regular expressions.
Classical mainframe applications are still part of the IT infrastructure of most large enterprises. The challenge is often to integrate them with more recent, browser-based systems. h3270 allows you to do that in two steps:
- It renders 3270 host screens in HTML and makes them operable from within a web browser. This process works out of the box in a simple, character-based layout that resembles the original terminal screen. Optionally, the layout can be enhanced using a configurable engine so that it looks and feels like a real web application.
- The HTML adapter is available both as a servlet and a portlet, so that it can be used either as a stand-alone web application, or inside a portal server, which allows for seamless integration with other applications at the user interface level.
h3270 is a server-side Java application that is compliant with the J2EE standard and the Portlet API (JSR-168). To access the 3270 data stream, it uses the s3270 program written by Paul Mattes, which in turn relies on the TN3270 format to access the host via Telnet (TCP/IP).
Enhancements:
- h3270 version 1.3.3 improves the keyboard handling again. The change in the previous release, where we attached keyboard handlers to individual input fields, has shown not to be sufficient for many people. You could no longer input anything on screens with no input fields.
- In version 1.3.3, keyboard handlers are again global, on a per-page basis. To support multiple sessions within the same browser (or on the same portal page), keyboard handlers are now installed dynamically. When the mouse moves into a terminal window, a global, page-scoped keyboard handler is installed for that window. You can also force installation of a keyboard handler by clicking somewhere within the terminal window.
- We hope this method proves practical for everybody, please let us know if not. Another change in this release is improved error reporting in case of unknown (mis-spelled) or unreachable hosts.
<<less
Download (3.3MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
971 downloads
Sanos 1.3.3

Sanos 1.3.3


Sanos is a minimalistic 32-bit x86 OS kernel for network server appliances running on standard PC hardware. more>>
Sanos is a minimalistic 32-bit x86 OS kernel for Java based server appliances running on standard PC hardware.
This enables you to run java server applications without the need to install a traditional host operating system like Windows or Linux. Only a standard Java HotSpot VM and the sanos kernel are needed.
The kernel was developed as part of an experiment on investigating the feasibility of running java server applications without a traditional operating system only using a simple kernel.
The kernel implements basic operating system services like booting, memory management, thread scheduling, local and remote file systems, TCP/IP networking and DLL loading and linking.
A win32 layer allows the Windows version of the standard HotSpot JVM to run under sanos, essentially providing a JavaOS platform for server applications. This enables you to run java based server applications, like tomcat and jboss, under sanos.
Alternatively, you can use sanos as a small kernel for embedded server applications written in C. Sanos has a fairly standard POSIX based API and an ANSI Standard C library. In this case you dont need the JVM and the win32 wrappers.
Sanos is open source under a BSD style license. Please see the COPYING file for details.
Click on the topics below for further information, or send me an e-mail if you have any questions, comments or problems regarding sanos. Please include the word sanos in the mail to prevent it from being intercepted by my spam filter.
Sanos can be downloaded as either binary or source. All the files in the binary version can be built from the source version, so you do not need the binary version, if you are building sanos from source.
The binary version contains the compiled version of sanos, with files and utilities for making a boot disk.
The source version contains all the source code and build files for building sanos from source. You will need a Microsoft Visual C compiler to build sanos from source.
Enhancements:
- GetLogicalDrives() in kernel32 implemented.
- A bug in cmd_ipconfig() in sh.c prevented proper display of network configuration if no DNS servers was configured. This problem has been fixed. (FGA)
- New -a option added to mkdfs to support file lists with alternative files names. This simplifies configurations with both debug and release builds.
- The Visual Studio wizard can now generate a floppy disk boot image configured for the application.
- Shell prompt can be configured by setting the prompt property in the [shell] section of the os.ini file.
- If command line arguments are given to the shell it now executes the built-in command and exits the shell.
- The floppy motor timeout routine now acquires the floppy mutex before turning off the motor in order to prevent race conditions.
- Advanced Power Management (APM) support implemented. The computer can now be powered off after os shutdown. The mode parameter for exitos() can be used to specify the shutdown mode (halt, reboot, poweroff, debug). A shutdown command has been added to the shell. The power status can be retrieved using /proc/apm.
- Added /proc/cpu for CPU information.
- The raise() function now returns an error if the signal number is invalid.
- Breakpoint traps are now sent to the user mode signal handler. This allows breakpoints to be handled by user mode code.
- Signals now exits the currently executing job with the signal number as exit code. However, if the debug flag in the PEB is set the debugger is entered if an unhandled signal is encountered. The debug flag can be set using the debug command in the shell. The debug flag can be configured using the debug property in the [os] section of os.ini. The default value of the debug flag is 0, unless the system is build in debug configuration.
- readv() and writev() implemented in vfs.
- The kernel log is now implemented by the device driver /dev/klog. The kernel log now support ioctl for waiting for new log entries in the kernel log. The kprintf has been extended to support different log levels.
- The syslog interface has been redesigned in to comply with POSIX. The syslog now supports logging to a syslog server by setting the loghost property in the [os] section of os.ini.
- New klog daemon to read entries from the kernel log (/dev/klog) and add them to the system log.
- The sockaddr and sockaddr_in structures has been change to conform to winsock definitions.
- The sleep() function has been renamed to msleep(). A new POSIX conformant sleep function has been added to unistd.h.
- Added sys/time.h header file. Also added tzp parameter to gettimeofday() for POSIX compliance.
- New simple text editor utility (edit.exe) added.
- The syserror() function has been moved from libc.lib to the os.dll as an exported os api call.
- readline() now uses stdin and stdout for input and output.
- Bug in iomux fixed. Now a monitored event signals the iomux and not the associated object.
- Implemented popen() and pclose(). Also added a P_SUSPEND parameter to spawn() to allow new jobs to be started suspended.
- The kernel version information is now kept in a version resource in krnl.dll. The version information is retrieved using the new module version information functions in verinfo.c.
- The build type can now be controlled by compile time switches. The kernel version can be displayed in the Windows Explorer by viewing Properties for krnl.dll and selecting the Version tab.
- User management added to kernel. Each thread is now assigned to a user and a group. A thread has both a real and an effective user and group owner. The {get|set}[e]{uid|gid}() functions can be used to change the effective and real user and group for a thread. When a new thread is created the effective user and group are inherited from the creator thread.
- Added functions to query /etc/passwd and /etc/group files.
- New whoami, id, chmod, and chown commands added to shell. The format of the output from ls has been changed to display the file permission info.
- New file system version for DFS. The new version supports user and group owner for files and directories as well as permission bits. The new DFS version also supports files larger than 2GB. The fchown() and chown() functions has been added to vfs.
- DES-based crypt() implementation added.
- The spawn() function now computes the pgm parameter from the cmdline parameter if the pgm parameter is NULL. The initpgm and initargs properties in the [os] section of /etc/os.ini has been replaced with a single property named init. The default for init has been changed to /bin/sh.
- The behavour of the initial application has been changed. Previously the os shut down after the initial application exited. Now the initial application is executed again if it exits.
- Telnet daemon moved from the shell to separate server (telnetd.exe). The new telnet daemon has a more robust handling of the telnet protocol. The telnet daemon invokes the new login utlity in order to log on user.
- FTP daemon implemented.
<<less
Download (0.38MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1466 downloads
Hermes 1.3.3

Hermes 1.3.3


Hermes is a graphics library designed to do a very limited number of things and do them very well. more>>
Hermes is a graphics library designed to do a very limited number of things and do them very well. It is also very easy to incorporate Hermes into existing code. Hermes is intended for use either directly in an application program or inside another graphics library.

Released under the Library GNU Public License (LGPL), it is open source and under continual improvement.

The long feature list includes things like:

Palette handling
Clearing surfaces to a specific color

Highlights are:

Conversion of images from one format to another
Converting to/from many common formats using special, optimized conversion routines
Automatic fallback to generic conversion routines if there is no specialized routine
Stretching images between conversion when possible
Automatic dithering if requested

All features are implemented using an internal caching system, drastically improving the performance of common operations such as table lookups. In addition, on MMX systems, Hermes can use optimized MMX assembler to further improve performance.

Its portable across many systems:

Linux/FreeBSD: Uses assembler routines on Intel/Intel-compatible architectures
Other UNIX systems: Doesnt use assembler, though it is compatible with big-endian systems
DOS and Watcom C or DJGPP: Uses assembler routines
Windows and Visual C++: Uses assembler routines
<<less
Download (0.44MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1483 downloads
BibORB 1.3.3

BibORB 1.3.3


BibORB project is a Bibtex on-line reference browser. more>> <<less
Download (0.15MB)
Added: 2007-02-07 License: GPL (GNU General Public License) Price:
989 downloads
libfget 1.3.3

libfget 1.3.3


fget is a commandline tool for mirroring remote files via FTP. more>>
fget is a commandline tool for mirroring remote files via FTP. It is based upon the included FTP client library, whose API is designed to resemble the normal Unix API for accessing files and directories.
This interface should make it very easy to integrate FTP support into other applications.
Main features:
- Small and fast.
- Remote directory caching built into the FTP client library.
- API designed to resemble the normal UNIX API for accessing files and directories, so its very easy to use.
Enhancements:
- fixed include file problem for cygwin
- misc code cleanups in fget code (added lots of comments)
- added fget "-S" option
<<less
Download (0.37MB)
Added: 2005-09-19 License: BSD License Price:
1495 downloads
wmtheme 1.3.3

wmtheme 1.3.3


wmtheme is a utility which, generally speaking, allows you to perform certain operations on themes by name. more>>
wmtheme is a utility which, generally speaking, allows you to perform certain operations on themes by name. For example, to rename do wmtheme -r oldname newname, or to activate do wmtheme name.
Furthermore, it takes great care to make installation painless, in spite of evolving formats, packaging carelessness, and incompatibility between old themes and current window managers. wmtheme -i theme-package.tar.gz will almost always result in a correct installation.
It will also take steps to clean up settings that dont belong in themes, and disable suspicious-looking shell commands (these sorts of things might occur in Window Maker or Blackbox themes). This behavior can be turned off, however.
Enhancements:
- name matching now prefers an initial substring
- change Blackbox version parser to handle 0.65.0s -version output
- use pod for manpage
- support gtk+ version 2, discontinue support for gtk+ version 1
- remove attempts to compile gtk+ engines
- updates for changes in IceWM theme handling
- remove afterstep support
<<less
Download (0.073MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1283 downloads
Free-SA 1.3.3

Free-SA 1.3.3


Free-SA is a statistic analyzer for Linux systems. more>>
Free-SA is a statistic analyzer for Linux systems. Its main advantages over SARG are much better speed, more support for reports, and W3C compliance of generated HTML/CSS reports.
It can be used to help control traffic usage, to control Internet access security policies, to investigate security incidents, to evaluate server efficiency, and to detect troubles with configuration.
Enhancements:
- Better support for different Postfix log files (still experimental, but closer to stable).
- There are also some cross-platform fixes and code improvements.
- New file extensions have been added for the downloads report.
<<less
Download (MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
824 downloads
Audacity 1.3.3

Audacity 1.3.3


Audacity is a cross-platform multitrack audio editor. more>> <<less
Download (4.0MB)
Added: 2007-05-18 License: GPL (GNU General Public License) Price:
6535 downloads
PyQLogger 1.3.3.0

PyQLogger 1.3.3.0


PyQLogger is a friendly GUI Blogger client. more>>
PyQLogger project is a friendly GUI Blogger client. It was developed by Reflog with help from Mightor, using PyQT toolkit. Currently it works on most flavors of Linux.
Main features:
- Simple and easy GUI
- Easy setup wizard
- Posts fetching from the blog for later editing and re-publishing
- Async and responsive UI
- Posts saving feature (drafts)
- On-Screen notifications of events
- Post editor with syntax highlighting (with optional QScintilla support)
- Post preview (with optional KHTML Support)
- Multiple blog support
- Post export
- Update notification (for pyqlogger itself)
- Pluggable features, like SpellChecker and others
- Unicode support
- Multiple blog providers
- Kde integration (optional)
Enhancements:
- Support for multiple accounts with different blog providers
- Allow enabling/disabling plugins
- Progress bar when uploading a picture
- Complete options dialog
- Options for each plugin separatly
- Allow plugins to store settings in main config file
- KDE Integration
- Write plugin to auto substitute keywords with preconfigured values
- Unified error/warning/info reporting mechanism, not just for Blogger status messages
- Cross-blog posting
- Plugin for pasting source code
- Support for other protocols, not just Atom Api
- Add support for stylesheets in post preview
- Ping to Weblogs.Com
- Import posts
- Add reST plugin
<<less
Download (0.19MB)
Added: 2005-06-02 License: GPL (GNU General Public License) Price:
1604 downloads
SimpleCDR-X 1.3.3

SimpleCDR-X 1.3.3


SimpleCDR-X is a GTK+ based tool for CD writing, mastering, and audio ripping/compression. more>>
SimpleCDR-X was born in mid-June of 2001. It was clear to me that SimpleCDRs interface had limitations that could only be overcome by going to a GUI interface. I then proceeded to look at the various toolkits and then I discovered Glade.
Glade is perhaps one of the best programming utilities that I have found for Linux to date. It the development of a 2200 line interface much easier than it would have been otherwise. If Glade wasnt around I still might just be playing with the various toolkits instead of having a finished product. Glade allowed me to focus on functionality rather than trying to get the interface to look right with straight C code.
SimpleCDR-X like its brother SimpleCDR is a hybrid of C and C++. Most of the external utilities are managed by C++ classes called from the hybrid callbacks.c. The reason that I didnt opt to use GTK-- instead of the hybird was because most everyone already has GTK+, however, not everyone has GTK-- and some dont want to download a 1.5 MB file to compile or dig up the installation CDs.
Main features:
- Disc-At-Once CD copying
- Audio CD copying via cdrecord and CDparanoia or cdda2wav
- Audio CD Mastering
- MP3/OGG import via MADplay, LAME, or OGG123
- Import from CD via CDparanoia or cdda2wav
- Data CD Mastering
- Multi-session CD writing
- Rip tracks to wav
- Rip tracks to MP3/OGG on the fly via Blade Encode, LAME, or oggenc
- GTK+ Interface
<<less
Download (0.40MB)
Added: 2005-06-06 License: GPL (GNU General Public License) Price:
1600 downloads
ScrapBook 1.3.3.12

ScrapBook 1.3.3.12


ScrapBook will improve your browsers capability greatly. more>> <<less
Added: 2009-07-25 License: MPL Price: FREE
136 downloads
 
Other version of ScrapBook
ScrapBook 1.3.3.11ScrapBook will improve your browsers capability greatly. It is designed as a Firefox addon that helps you save Web pages and manage the collection
Price: FREE
License:MPL
Download
136 downloads
Added: 2009-07-19
Pybliographer 1.3.3

Pybliographer 1.3.3


Pybliographer is a tool for managing bibliographic databases. more>>
Pybliographer is a tool for managing bibliographic databases. It can be used for searching, editing, reformatting, etc. In fact, its a simple framework that provides easy to use python classes and functions, and therefore can be extended to many uses (generating HTML pages according to bibliographic searches, etc).

In addition to the scripting environment, a graphical Gnome interface is available. It provides powerful editing capabilities, a nice hierarchical search mechanism, direct insertion of references into LyX and Kile, direct queries on Medline, and more.

Pybliographer currently supports the following file formats: BibTeX, ISI, Medline, Ovid, Refer. Pybliographer is licenced under the GNU GPL, and available with its source code for free. It is the resulting work of many people.

<<less
Download (0.80MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1125 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3