Main > Free Download Search >

Free 1.12 maphack software for linux

1.12 maphack

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 70
Ayam 1.12

Ayam 1.12


Ayam is a free 3D modelling environment for the RenderMan interface. more>> <<less
Download (3.0MB)
Added: 2007-01-03 License: BSD License Price:
1030 downloads
sixbs 1.12

sixbs 1.12


sixbs is a library capable of writing and reading beans to and from XML using their public properties. more>>
sixbs is a library capable of writing and reading beans to and from XML using their public properties. sixbs is especially suited for writing configuration data or sending data over the network.

Contrary to normal Java serialization it is readable (i.e., you can easily edit it with your favourite text editor), and it is independent from class versions.
<<less
Download (0.30MB)
Added: 2006-09-01 License: LGPL (GNU Lesser General Public License) Price:
1148 downloads
dbacl 1.12

dbacl 1.12


dbacl is a digramic Bayesian text classifier. more>>
dbacl is a digramic Bayesian text classifier. Given some text, it calculates the posterior probabilities that the input resembles one of any number of previously learned document collections.
dbacl project can be used to sort incoming email into arbitrary categories such as spam, work, and play, or simply to distinguish an English text from a French text.
It fully supports international character sets, and uses sophisticated statistical models based on the Maximum Entropy Principle.
The dbacl project includes a tutorial or two, and a mathematical design paper (.ps.gz). Alternatively, browse the online manual pages for dbacl, bayesol, mailcross, mailtoe, mailfoot, mailinspect.
I have found two uses for dbacl so far:
- As an automated Bayesian email classification tool, it can recognize spam, and more generally sort incoming email into any number of categories such as work, play, etc.
- As a noise filter, it is useful during the indexing of personal document collections.
Both dbacl and its companion programs are written in C and run on UNIX/POSIX.
Enhancements:
- This is a hodge-podge of fixes and improvements.
- A new hypex command, the TREC 2005 options files, and an essay on chess are now in the tarball.
- Several improvements to the parsing engine were made, including a new -e char option and bugfixes.
- Compilation problems on various architectures were fixed, and libslang2 support was added.
<<less
Download (0.75MB)
Added: 2006-03-26 License: GPL (GNU General Public License) Price:
1307 downloads
gmuck 1.12

gmuck 1.12


gmuck assists you in producing valid (X)HTML by checking CGI scripts, XSL stylesheets, templates. more>>
gmuck assists you in producing valid (X)HTML by checking CGI scripts, XSL stylesheets, templates, normal HTML files or [you name it] and reporting errors that it finds. The project is not a replacement for real validation tools, but is handy in quick checks and in situations where validation of the actual markup is troublesome.

gmuck assists you in producing valid (X)HTML by checking CGI scripts, XSL stylesheets, templates, normal HTML files or [you name it] and reporting errors that it finds.

It is not a replacement for real validation tools, but is handy in quick checks and in situations where validation of the actual generated markup is troublesome.

gmuck is a line-oriented tool. Because of that, its structural checking capabilities are limited, but it makes an attempt to report syntactical errors as well as provides some lint-like features.

There gmuck distribution consists of the "HTML::GMUCK" module and the "gmuck" command line interface to it.

See the gmuck(1) and HTML::GMUCK(3) manual pages (or before installation, "perldoc bin/gmuck.pod" and "perldoc lib/HTML/GMUCK.pod" in the dir where you unpacked gmuck), and ChangeLog, TODO and BUGS files for more information.

gmuck is short for Generated MarkUp ChecKer, or Generated MUCK if you like. Hmph, thats actually ambiguous, see above for a better explanation. But gmuck sounds cool

<<less
Download (0.023MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
935 downloads
asmem 1.12

asmem 1.12


asmem is a memory utilization monitor. more>>
asmem is a memory utilization monitor.
This is an AfterStep look & feel memory utilization monitor for X Windows.
I used this asmem tool written by alinden netcologne.de for quite a while. It served the purpose but I was very unsatisfied with its appearance. I wanted something that would fit nicely between all other applets on my desktop. I tried to contact the author a few times but got no answer. So I decided to rewrite it from scratch and give it the look and options that I personally like. I hope the author of
the original asmem will not be too angry with me.
The display consists of two areas. The one above shows utilization of the memory, the one below - the utilization of the swap space. Each area contains a graphical bar that represents the percentage of the available space. For the memory utilization
there are three bars: user/system memory used, buffer memory and cache memory. For the swap space only one bar showing the used space. Above each bar is the total amount of space, below the bar - the available space in kbytes and percents. If the
memory amount is above 999999 kbytes the displays switches to Mbytes instead of kbytes.
The program may be used directly or in the Afterstep "wharf". It also supports the WindowMaker docker (-withdrawn option). It may be used in all other window managers as well. It runs well as an icon.
You may want to have a look in the CHANGES file for the history of updates.
Enhancements:
- The last release was missing a return type for one of the functions, basically making the whole update worthless.
- Now it is fixed properly.
- There are a couple of small changes here and there.
<<less
Download (0.047MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
923 downloads
bsnmp 1.12

bsnmp 1.12


bsnmp is a miniSNMP daemon. more>>
bsnmp is a miniSNMP daemon. For a couple of projects that involved controlling software on a couple of machines from a single controlling machine I decided to use SNMP. After looking at several available SNMP implementations I started to implement my own SNMP stuff, because what was available was not really what I needed (for several reasons). The result of this work is bsnmp.

bsnmp consists of the following pieces:
a library libbsnmp that includes ASN.1 handling, the SNMP protocol version V1 and V2C and a number of helper stuff to simplify writing of SNMP agents and clients.
the gensnmptree tool that generates the C- and H-files from an object hierarchy description (.def file).
the gensnmpdef tool that generates an initial .def file from a MIB. This requires the libsmi library.
bsnmpd - the SNMP daemon.
snmp_mibII - an implementation of the standard MIB-II sub-tree.
snmp_ntp - a partial implementation of the experimental NTP MIB.

The bsnmpd daemon implements just the bare minimum that is needed for such a daemon: the system group, parts of the SNMP group and a private tree that does the following:

handling of loadable modules. This allows loading/unloading parts of the tree at runtime or configuration time.
handling of communities. A table that allows loaded modules to create new communities at run-time (ILMI is a consumer of this). This table can be disabled for obvious reasons.
handling trap destinations for V1.
several configuration parameters like the protocol versions to handle, buffer sizes and so on.
tables that manage the UDP and local unix ports the daemon is listening on.
statistics and debugging
All real functionality is implemented via loadable modules and hence the daemon can be used for remote-control functions that have nothing to do with network management.
<<less
Download (0.40MB)
Added: 2006-08-04 License: BSD License Price:
1177 downloads
cvschk 1.12

cvschk 1.12


cvschk - fast offline check for new files and modifications of files. more>>
cvschk - fast offline check for new files and modifications of files.

cvschk is a Perl program which checks the status of the CVS controlled files and gives an ASCII table sorted after the status of files.

If you have used CVS, then you know that it is hard to get a good overview the CVS-status of the files in you directories. Any new files? Any files changes? cvschk will help the programmer get the overview in the situation, where we do not have access to the CVS repository.

Note that the program does only local checks of the files. If you have fast access to the CVS repositiory, then consider the cvsstat-program - which additionally can tell if other people have made newer versions of the files.

Sample output:

The directory ./mytempdir is not under CVS control

Changed files

./cvs2html
./cvschk
./cvsstat

New files

./.#cvschk
./XX
./cvs2html.ok

<<less
Download (0.017MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
822 downloads
Xoscope 1.12

Xoscope 1.12


Xoscope (or oscope) is a digital oscilloscope using input from a sound card or EsounD and/or a ProbeScope/osziFOX. more>>
Xoscope (or oscope) is a digital oscilloscope using input from a sound card or EsounD and/or a ProbeScope/osziFOX.

Xoscopes features include 8 simultaneous signal displays, 1 us/div to 2 s/div time scale, built-in and external math functions including inverse, sum, diff, avg, xy, and FFT, 23 memory buffers, 5 automatic measurements, and file save/load.

<<less
Download (0.16MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
986 downloads
SableVM 1.12

SableVM 1.12


SableVM is a portable Java virtual machine. more>>
SableVM is a robust, extremely portable, efficient, and specifications-compliant Java virtual machine that aims to be easy to maintain and to extend.
It features a state-of-the-art and efficient interpreter engine. Its source code is very accessible and easy to understand. It also has many robustness features that have been the object of careful design.
SableVM is a clean-room implementation of the publicly available specifications.
Main features:
- Clean code, with minimal duplication, thanks to a set of easy-to-use indent-friendly m4 macros.
- Modularity, making it ideal for research into different implementations of VM components.
- Standards compliance (C, POSIX, JVM, JNI, JLS).
- Three different interpreter engines, of which the basic switch interpreter is perfect for debugging, and the inlined-threaded interpreter is competitively fast. See [Execution Engines]?.
- A nice development environment, thanks to the above features. New contributors can start grokking it easily.
- Use of the latest GNU Classpath. We frequently synchronize with the GNU Classpath CVS.
- Portability (record time is 1 hour for a new port).
- Permissive LGPL license.
- A retargettable just-in-time compiler, SableJIT, which currently runs on ppc, x86, and sparc. The initial implementation is almost ready.
- Proper implementation of the invocation interface, which makes it possible to execute Java code from an application written in a different language. SableVM was designed so that extending it to follow the full specifications is straightforward, and allows for many virtual machines to be created, run, and destroyed within a single process (still not fully complete). This is something that the official Sun implementation does not provide.
<<less
Download (0.69MB)
Added: 2005-07-07 License: LGPL (GNU Lesser General Public License) Price:
1575 downloads
qmqtool 1.12

qmqtool 1.12


qmqtool is a qmail queue manipulation program geared towards the viewing and safe modification of the contents in a qmail queue. more>>
qmqtool is a qmail queue manipulation program geared towards the viewing and safe modification of the contents in a qmail queue.
qmqtool may be copied and distributed under the terms found in the Perl "Artistic License". A copy of this license may be found in the standard Perl distribution, or in the file "Artistic".
qmqtool was designed with Michele Beltrames "qmHandle" in mind, however no source code from qmHandle was used within qmqtool.
qmqtool is significantly faster than qmHandle 1.2.0 on my system, even though it has more work to do (such as examining the todo queue):
> time qmqtool -s
Messages in local queue: 0
Messages in remote queue: 0
Messages in todo queue: 0
real 0m0.777s
user 0m0.650s
sys 0m0.110s
> time qmHandle -s
Messages in local queue: 0
Messages in remote queue: 0
real 0m3.746s
user 0m3.110s
sys 0m0.360s
Notes:
This program makes use of several shell utilities, such as "ps" and "grep". Please ensure the syntax to these utilities are correct for your operating system (i.e. ps -ef vs ps auxc). Also note that GNUs grep is much faster than Solariss grep, so you should consider telling qmqtool to use it, as your searches (with -f) will be about five times faster. GNU grep can also use a pipe as a logical OR (i.e. qmqtool -f this|that).
qmqtool supports many arguments, each which must be used separately unless specifically allowed. All syntax is described with qmqtool -h.
Enhancements:
- This release adds -S support for seeing bytes queued per IP (similar to -i).
<<less
Download (0.018MB)
Added: 2005-12-28 License: Artistic License Price:
1403 downloads
gqlplus 1.12

gqlplus 1.12


gqlplus is a drop-in replacement for sqlplus, an Oracle SQL client, for UNIX and UNIX-like platforms. more>>
gqlplus is a drop-in replacement for sqlplus, an Oracle SQL client, for UNIX and UNIX-like platforms.
The difference between gqlplus and sqlplus is command-line editing and history, plus table-name and column-name completion. As you know if you have used sqlplus, it is notoriously difficult to correct typing errors and other mistakes in your SQL statements.
sqlplus does give you ability to use external editor to edit a statement, but only the last statement you typed. gqlplus solves this problem by providing the familiar command-line editing and history as in tcsh or bash shells, and table/column-name completion, while otherwise retaining compatibility with sqlplus.
Thus, no user training is needed - simply use gqlplus instead of sqlplus. In addition, configuration/installation is trivial: gqlplus is a single binary compiled executable (written in C), so all you need to do is download it and put it anywhere in your PATH. After that, youll be ready to use it.
There are a number of other sqlplus front-end programs which include this functionality. They, however, require some user training, and may not be as easy to install (requiring particular version of Perl, and/or particular set of Perl modules, and/or configuration files).
In contrast, the design goal of gqlplus was to remain as close as possible to sqlplus, with the addition of command-line editing and table and column name completion. The command-line editing will be familiar to UNIX users since it works as in command-line shells. Additionally, there are no installation issues since the program is a single binary executable.
Enhancements:
- A SIGSEGV that occurred when using SQLPATH was fixed.
- An ACCEPT command was implemented.
- The DYLD_LIBRARY_PATH environment variable (the Mac OS X version of LD_LIBRARY_PATH) was added along with an NLS_DATE_FORMAT environment variable.
- A -p command-line switch that displays a progress report and elapsed time information was added.
- SIGTERM is now used to kill sqlplus.
- ORACLE_PATH was added to the environment.
<<less
Download (1.7MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1060 downloads
Rats! 1.12.0

Rats! 1.12.0


Rats! is an easily extensible parser generator for C-like languages. more>>
Rats! is an easily extensible parser generator for C-like languages; though currently it only generates parsers in Java. Rats! project has been explicitly designed so that grammars are concise and easily modifiable. To this end, Rats!
- organizes grammars into modules,
- builds on parsing expression grammars instead of context-free grammars and vintegrates lexing with parsing, i.e., is scannerless,
- supports the automatic generation of abstract syntax trees,
- and provides a well-defined interface for extending parsers to recognize context-sensitive languages and formats.
Parsers generated by Rats! memoize intermediate results, which ensures linear time performance in the presence of unlimited lookahead and backtracking. As a result, they are essentially functional (even though they are implemented in an imperative language) and also called "packrat parsers."
Main features:
- Rats! relies on a module system to structure grammars and their extensions. In particular, it relies on modules to group related productions into separate units. Next, module modifications concisely express extensions to other modules and can add, change, or remove individual alternatives in productions. Finally, module parameters are used to compose modules and their extensions with each other.
- Rats! grammars build on parsing expression grammars (PEGs). While PEGs share many constructs with the familiar EBNF notation, a key difference is that they utilize ordered choices instead of the unordered choices used by context-free grammars (CFGs) and other parser generators, such as Yacc or ANTLR. As a result, Rats! grammars avoid ambiguities and support localized changes. Additional flexibility is offered through syntactic predicates, which match expressions but do not consume the input, thus providing unlimited lookahead, and through the integration of lexing with parsing, which greatly simplifies the addition of new tokens to a grammar. PEGs have the additional benefit that they are not only closed under composition (unlike the LR or LL grammars used by Yacc and ANTLR), but also intersection and complement (unlike CFGs in general).
- To eliminate the need for explicit semantic actions, Rats! can automatically generate abstract syntax trees. In particular, it supports productions that return no semantic values (such as those recognizing spaces or comments), string values (such as those recognizing literals or identifiers), and generic tree nodes (potentially all other productions).
- Since some computer-readable formats are inherently context-sensitive and cannot be expressed as PEGs (or CFGs), Rats! supports two techniques for managing parser context or state, thus providing a well-defined interface for extending parsers. First, Rats! provides parser actions to recognize expressions that depend on local context, i.e., expressions that depend on immediately preceding expressions within the same production. An example for such local context is an explicit length preceding as many instances of some expression. Second, Rats! supports a global state object to recognize expressions that depend on possibly global context. State modifications are performed within lightweight transactions, which preserve the basically functional nature of Rats!-generated parsers. An example for a global context is the symbol table used for disambiguating variable and typedef names when parsing C.
Enhancements:
- Release highlights are support for formatting-preserving source refactorings through parse trees, support for parsing and pretty printing Java 5, (an improved abstract syntax tree for Java, and improved support for type checking C and Java ASTs.
<<less
Download (0.83MB)
Added: 2007-07-19 License: LGPL (GNU Lesser General Public License) Price:
830 downloads
Jetty 5.1.12

Jetty 5.1.12


Jetty is an HTTP/1.1 server and J2EE servlet container. more>>
Jetty is a 100% Java HTTP Server and Servlet Container. This means that you do not need to configure and run a separate web server (like Apache) in order to use java, servlets and JSPs to generate dynamic content.
Jetty is a fully featured web server for static and dynamic content. Unlike separate server/container solutions, this means that your web server and web application run in the same process, without interconnection overheads and complications.
Furthermore, as a pure java component, Jetty can be simply included in your application for demonstration, distribution or deployment. Jetty is available on all Java supported platforms.
Jetty is devloped under the guidance of Mort Bay Consulting and released under the Apache 2.0 License . Full source code is included in all releases. The License puts few restrictions on usage of Jetty, which is free for commercial use and distribution.
The developers of Jetty ask users to inform themselves of the issues, political, legal or otherwise that motivate and threaten the development of Open Source and Free Software. The Jetty user and development community is active and welcomes new contributors.
Jetty has been widely used in commercial and open source projects and applications, ranging across the full spectrum of runtime environments from hand helds to main frames. To illustrate this diversity, we have put together a (far from exhaustive) list of Jetty Powered products. Here are just a few highlights:
- Integrated with J2EE application servers such as Geronimo, JBoss, and JOnAS.
- Bundled with the JXTA, Tapestry, Cocoon and numerous other Open Source projects.
- Integrated with projects such as Jelly executable XML, Avalon Phoenix micro kernel and Maven project managment.
- Included in many products including IBM Tivoli, Sonic MQ and Cisco SESM.
Jetty has been optimized by commercial and experimental use since 1995 and a small and efficient server is the result:
- A HTTP/1.1 server can be configured in a jar file under 350KB.
- Jetty consistently benchmarks as one of the fastest servlet servers.
- Jetty servers scale well to thousands of simultaneous connections
- Server performance degrades gracefully under stress.
For many applications, HTTP is just another interface protocol. Jetty can easily be embedded in such applications and products without adopting a WWW centric application architecture. Examples of embedded Jetty usage include:
- Integrated with J2EE application servers such as Geronimo, JBoss, and JOnAS.
- Bundled with the JXTA project as the basis for its HTTP transport.
- Included in many products products including IBM tivolli, Sonic MQ and Cisco SESM.
- Used for the CD demo disk in several books on XML and Servlets.
- Run on embedded systems and handheld devices.
Enhancements:
- Added support for TLS_DHE_RSA_WITH_AES_256_CBC_SHA
- Upgraded session ID generation to use SecureRandom
- Quote single quotes in cookies
- AJP protected against bad requests from mod_jk
- JETTY-154 Cookies ignore single quotes
<<less
Download (0.60MB)
Added: 2006-11-23 License: Artistic License Price:
633 downloads
libusb 0.1.12

libusb 0.1.12


libusb is a library to provide userspace access to USB devices. more>>
libusb is a library to provide userspace access to USB devices. libusb project supports Linux 2.6/2.4/2.2, FreeBSD/OpenBSD/NetBSD, and Darwin/MacOS X.
Operating System support
- Linux
- FreeBSD
- NetBSD
- OpenBSD
- Darwin
- MacOS X
Building:
It should be as simple as running these two commands:
./configure
make
<<less
Download (0.38MB)
Added: 2006-03-09 License: LGPL (GNU Lesser General Public License) Price:
1407 downloads
Devidify 1.12

Devidify 1.12


Devidify application can help you to extract audio tracks from DVDs. more>>
Devidify application can help you to extract audio tracks from DVDs.

I wrote it because I had a few concert DVDs laying around, and wanted to get their audio tracks into my portable music player. At the time, existing Linux-based tools meant ripping the video first, then extracting the audio. They made none of this easy. Who has time for such nonsense? Devidify makes things easy. Feed it a shiny disc and it spits out WAV, MP3, or Ogg Vorbis files.

<<less
Download (0.018MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
514 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5