Main > Free Download Search >

Free modula 2 software for linux

modula 2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6355
mod_but 2.2

mod_but 2.2


mod_but is an Apache 2.x module designed to operate as reverse-proxy enhancement component. more>>
mod_but is an Apache 2.x module designed to operate as reverse-proxy enhancement component. mod_but integrates with mod_rewrite, mod_replace, mod_proxy, mod_security, mod_headers and other standard modules.
Main features:
- Pre-Authentication (Login)
- Cookie based session handling between the client and the reverse-proxy. This session is referred "mod_but session"
- Cookie hiding of backend application cookies (shared memory store). This session is referred as "Backend Session"
- Session store
- Session termination (Logout)
- HttpOnly support
- FREE cookies support (which are not handled by mod_but)
- URL Authorization: Check if user is authorized requesting the desired URLs
- Restrict authentication=ok messages to backend login services
<<less
Download (0.68MB)
Added: 2006-03-31 License: Other/Proprietary License Price:
1302 downloads
mod_publisher 0.2.2

mod_publisher 0.2.2


mod_publisher is an universal markup processing filter. more>> <<less
Download (0.31MB)
Added: 2006-04-28 License: The Apache License Price:
727 downloads
mod_view 2.2

mod_view 2.2


mod_view Apache 2.0 module allows for the display in plain text of the head, tail, or entire contents of a file with egrep. more>>
mod_view Apache 2.0 module allows for the display in plain text of the head, tail, or entire contents of a file with egrep like pattern matching.

Ideal for the remote viewing of log files when used in conjunction with the Alias, AliasMatch, or Rewrite directives. (Yes, this could have been done as a CGI script, but that wouldnt have been any fun.)

<<less
Download (MB)
Added: 2006-04-06 License: Free To Use But Restricted Price:
1299 downloads
mod_auth_nufw 2.2

mod_auth_nufw 2.2


mod_auth_nufw is a Single Sign On Apache module which performs secure user identification and authentication. more>>
mod_auth_nufw is a Single Sign On Apache module which performs secure user identification and authentication, based on the Nufw firewalling suite. Nufw marks all connections of a network with a unique UserID.
This module takes advantage of that mark and uses it to transparently identify and authenticate users requiring access to an Apache server.
Main features:
- SSL encryption of SQL connections
- Support of the v2 SSO protocol, which is much lighter, as it avoids all LDAP connections to the module.
- Apache 2 support.
- Finer control on SQL requests.
- Control of server tokens, on Apache2.
<<less
Download (0.042MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1257 downloads
ModSecurity 2.1.2

ModSecurity 2.1.2


ModSecurity is an intrusion detection and prevention module for the Apache Web server. more>>
ModSecurity is an FREE and GPL lincesed software for intrusion detection and prevention engine for web applications.
Operating as an Apache Web server module, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks.
Enhancements:
- This version fixes the issue with subrequests, a problem with full-width Unicode encoding, and a few other small issues.
- It also bundles the most recent version of the Core Rules (which contains many improvements over the previous version) along with the updated documentation.
<<less
Download (0.62MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
818 downloads
mod_fcgid 2.2

mod_fcgid 2.2


mod_fcgid has a new process management strategy, which concentrates on reducing the number of fastcgi server. more>>
mod_fcgid is an Apache module that has a new process management strategy, which concentrates on reducing the number of fastcgi server, and kick out the corrupt fastcgi server as soon as possible.

Binary compatibility to mod_fastcgi
You dont need to recompile your existing fastcgi programs, what you need to do is install the module and make it work.

Strict control on process spawn
Every request handler of Apache (It may be a process, or a thread, depending on the MPM) knows about how many existing fastcgi servers are running (with the help of share memory) , and the request handlers collaborate with each other to make sure over-spawning is not going to happen.

Simple spawning-speed control strategy
Its a score-based strategy, the score increases while a process is spawned or terminated, and decreases as time progresses;while the score is higher than the score maximum,the spawning will be held. Thus it can make a prompt response to the requests especially when the system starts up: on the other hand, prevent the failure resulted from the immediate termination of the applications.

Fastcgi server error detection
The fastcgi server does not share the same UNIX domain socket (or named pipe, in Windows), every fastcgi server has a unique path listening on. That makes it easy to kick out the corrupt fastcgi server.

Portable
Use the Apache APR library as much as possible, and split the portable and un-portable source code. All un-portable code are organized in arch directory. Now the module is tested on Linux, FreeBSD( included in FreeBSD port now), Windows 2000 and Solaris.

PHP supported
PHP is NOT recommended to work with multithreaded Apache2(worker MPM and WinNT MPM, for example), because some PHP extensions( or 3rd party library they are using) are not guaranteed thread-safe. PHP running with FastCGI mode is a solution to this problem.

<<less
Download (0.050MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
816 downloads
mod_backhand 1.2.2

mod_backhand 1.2.2


mod_backhand is project that allows seamless redirection of HTTP requests from one web server to another. more>>
mod_backhand is an Apache module that allows seamless redirection of HTTP requests from one web server to another. This redirection can be used to target machines with under-utilized resources, thus providing fine-grained, per-request load balancing of web requests.
Backhand is a project that was initiated in class at The Johns Hopkins University in The Department of Computer Science. After a simple proof of concept, written in C++, the project was pursued as a graduate qualifier project.
A proof of concept was realized, but a deployable product was needed. In order for public use, testing and, ultimately, acceptance, we wished to provide drop-in functionality in the most popular web server on the net.
mod_backhand was born. This drop-in module for the Apache Web Server provides a turnkey solution for intra-cluster redirection of HTTP on a per-request basis. The redirection is based on various system resources available within the cluster. This service is provided seamlessly, preserving remote host information for access/authentication purposes.
As with the methodology of Apache, the redirection mechanism can be enabled or disable for individual directories.
System resources are announced by the module to the cluster via ethernet broadcasts and/or IP multicasts. These resources are made available to the decision making algorithms that drive mod_backhand.
Supporting the following platforms:
- Linux (since release 0.5)
- Solaris (since release 1.0)
- BSDI (since release 1.0.5)
- (Net|Free|Open)BSD (since release 1.0.5)
- Linux (alpha fix) (since release 1.0.7)
- FreeBSD (since release 1.0.8)
- FreeBSD-4.x (since release 1.2.0)
- Windows NT through ntbhb (see related links) (since release 1.2.1)
Enhancements:
- Fixed brown-paper-bag problem with byBusyChildren. It was internally calling byLoad.
- Add diagnostics for erroneous MulticastStats entries -- Ben Laurie
- Setting no MulticastStats is fatal -- Ben Laurie
- Mac OS X resource acquisition fix -- Marquis Logan
- Use apache notes to prevent infinite recursion in the event that failure causes local handling and local handling is backhand_redirection.
- Allow the first argument in the two argument MulticastStats form to be a hostname (rather than IP).
- Various CRLF fixes from Kevin Walters.
<<less
Download (0.25MB)
Added: 2006-05-23 License: The Apache License Price:
1251 downloads
WMPop3LB 2.4.2

WMPop3LB 2.4.2


WMPop3LB is a multi POP3 accounts mailbox checker. more>>
WMPop3LB is a multi POP3 accounts mailbox checker. It can connect to up to 6 POP3 accounts to check if you have mail, get the "From:" and "Subject:" header fields of each mail and display them in a 7 lines window.
Messages can be deleted directly off the servers by selecting the mails to delete and clicking the "delete" button.
Main features:
- up to 6 different pop servers / accounts.
- displays "From:" and "Subject:" fields for each mail.
- displays number of unread messages or total number of messages, per account
- different autochecking intervals for each pop account
- can delete mail directly off the server
- can launch a command for each new mail received, for each selected message or for each server.
- very verbose interface
Enhancements:
- fixed a bug in pop3WriteOneMail: the first line of a received buffer was always removed, so the received mail was incomplete and corrupted.
<<less
Download (0.037MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1478 downloads
XMLBeans 2.2.0

XMLBeans 2.2.0


XMLBeans project is a technology for accessing XML by binding it to Java types. more>>
XMLBeans project is a technology for accessing XML by binding it to Java types. XMLBeans provides several ways to get at the XML, including:
- Through XML schema that has been compiled to generate Java types that represent schema types. In this way, you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo".
- The XMLBeans API also allows you to reflect into the XML schema itself through an XML Schema Object model.
- A cursor model through which you can traverse the full XML infoset.
- Support for XML DOM.
Start off with your own stuff:
If you want to get right to it with your own XML schema and instance, follow these basic steps:
Install XMLBeans.
Compile your schema. Use scomp to compile the schema, generating and jarring Java types. For example, to create a employeeschema.jar from an employeesschema.xsd file:
scomp -out employeeschema.jar employeeschema.xsd
Write code. With the generated JAR on your classpath, write code to bind an XML instance to the Java types representing your schema. Heres an example that would use types generated from an employees schema:
File xmlFile = new File("c:employees.xml");
// Bind the instance to the generated XMLBeans types.
EmployeesDocument empDoc =
EmployeesDocument.Factory.parse(xmlFile);
// Get and print pieces of the XML instance.
Employees emps = empDoc.getEmployees();
Employee[] empArray = emps.getEmployeeArray();
for (int i = 0; i < empArray.length; i++)
{
System.out.println(empArray[i]);
}
Enhancements:
- Updated to the latest XMLSchema.xsd - January 25, 2006
- Updated XmlBeans to work with SaxonB-8.6.1 in place of SaxonB8.1
- XQuery external variable binding support
<<less
Download (MB)
Added: 2007-05-07 License: The Apache License 2.0 Price:
907 downloads
MySource 2.16.2

MySource 2.16.2


MySource is a website content management system. more>> <<less
Download (2.7MB)
Added: 2006-09-28 License: Freely Distributable Price:
1121 downloads
mod_auth_shadow2 2.2

mod_auth_shadow2 2.2


mod_auth_shadow is an Apache module for authentication using /etc/shadow. more>>
mod_auth_shadow is an Apache module for authentication using /etc/shadow.

When performing this task one encounters one fundamental difficulty: The /etc/shadow file is supposed to be read/writeable only by root. However, the webserver is supposed to run under a non-root user, such as "nobody".

mod_auth_shadow addresses this difficulty by opening a pipe to an suid root program, validate, which does the actual validation. When there is a failure, validate writes an error message to the system log, and waits three seconds before exiting.

<<less
Download (0.009MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
935 downloads
pingmon 2.2

pingmon 2.2


pingmon is a small PING monitor, it just pings a server 5 times and displays the results. more>>
pingmon is a small PING monitor, it just pings a server 5 times and displays the results.

Dont really know how usefull it will be to anyone, but here it is!

Change the .theme file to change the labels and the servers... ill try to do some sort of "click to change" thing later.

<<less
Download (0.003MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
891 downloads
Wmufo 1.2.2

Wmufo 1.2.2


Wmufo is a dockable application which monitors your seti@home client statistics. more>>
Wmufo is a dockable application which monitors your seti@home client statistics.

Installation:

Root Installation:

1) su -
2) cd /current/directory/of/wmufo
3) ./configure

Either

4A) make install-strip

or

4B) make
4B) strip src/wmseti
4B) cp src/wmseti /usr/local/bin/

User installation

1) ./configure
2) make
3) strip src/wmseti
4) cp src/wmseti ~/bin
<<less
Download (0.22MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
bonddb 2.2.6

bonddb 2.2.6


bonddb is a data abstration layer for SQL. more>>
Bonddb is a object oriented wrapper for postgresql SQL. bonddb project is a fast data abstraction layer written in C for C/C++ applications to allow easy access to class objects.
Bonddb is not a stand alone object orientated database, but works on top of SQL so you still get a solid proven backend with the benefits of things like prescient objects.
At the moment only postgresql is supported, though we are working with gnome-db to support a more complete range of databases.
One of the real advantages of bonddb is how easy it is to modify rows in database fields without you having to construct sql statements or worry about refreshing existing datasets. It also lets you easy map your tables together in object to object relationships.
Method calls arent supported yet but they are on the way. Direct binding into individual langauges is still been worked on.
Installation and Requierments:
In order to install bonddb you need the postgresql client development libraries installed, specifically libpq-fe.
Postgresql 7.0 or higher is required, as bonddb uses functions specific to this version. Also glib development libaries 1.2 or higher is needed.
For bonddb 0.3.0 and higher you will need bison, Ive come across some problems under older versions of bison and I recommend you have version 1.3 or higher installed.
Enhancements:
- Bugs concerning saving records and jumpto searches were fixed.
- Problems with using PostgreSQL 8.2 and OIDs were fixed.
- Improvements were made for the build process for Windows.
<<less
Download (0.72MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
Objective Modula-2 1.00 (Language Definition)

Objective Modula-2 1.00 (Language Definition)


Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2. more>>
Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2 based on the object model and runtime of Objective-C.

The design is an example how native Cocoa/GNUstep support can be added to static imperative programming languages without implementing a bridge.

The projects scope encompasses the design of the Objective Modula-2 programming language and the implementation of a compiler to implement it. The initial compiler will generate Objective-C source code.
<<less
Download (0.23MB)
Added: 2007-07-21 License: (FDL) GNU Free Documentation License Price:
516 downloads
 
Other version of Objective Modula-2
Objective Modula-2 1.00 (Reference Implementation)Objective Modula-2 1.00 (Reference Implementation)Objective Modula-2 1.00 (Reference Implementation) Objective Modula-2 programming language is a hybrid between Smalltalk and Modula
License:(FDL) GNU Free Documentation License
Download (0.019MB)
825 downloads
Added: 2007-07-21
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5