netjail 1.0.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 331
netjail 1.0.0
netjail provides an user-space solution for prohibiting a process from accessing the network. more>>
netjail provides an user-space solution for prohibiting a process from accessing the network.
Netjail is a user-space mechanism for restricting the socket connection attempts that a process makes. This makes it very useful for studying and/or foiling spyware and other software that has covert "home-calling" features.
It is implemented as a shared library which is preloaded when launching the suspect program (via the LD_PRELOAD mechanism available in most moderm Unix systems). This library intercepts socket() and connect() calls to the standard socket library and logs the attempts.
Based on environment variables, detailed rules can be put in place about which addresses will be allowed to connect. Connections that are disallowed will return the ECONNREFUSED (Connection Refused) error, which is most likely to be gracefully handled by hidden spyware functionality.
<<lessNetjail is a user-space mechanism for restricting the socket connection attempts that a process makes. This makes it very useful for studying and/or foiling spyware and other software that has covert "home-calling" features.
It is implemented as a shared library which is preloaded when launching the suspect program (via the LD_PRELOAD mechanism available in most moderm Unix systems). This library intercepts socket() and connect() calls to the standard socket library and logs the attempts.
Based on environment variables, detailed rules can be put in place about which addresses will be allowed to connect. Connections that are disallowed will return the ECONNREFUSED (Connection Refused) error, which is most likely to be gracefully handled by hidden spyware functionality.
Download (0.009MB)
Added: 2007-04-23 License: GPL (GNU General Public License) Price:
918 downloads
neurALC 1.0.0
neurALC project is an open-source cross-platform software for the analysis of multi-electrode recordings. more>>
neurALC project is an open-source cross-platform software for the analysis of multi-electrode recordings.
In the current version it supports experimental data files in the Neural Event Format (NEV 1.x, 2.0, 2.1), and offers functionality to reveal and analyze some of the information contained in such recordings.
It is further intended as a kind of "catalyst" for the development of a free available cross-platform program for the analysis of electrophysiological recordings.
<<lessIn the current version it supports experimental data files in the Neural Event Format (NEV 1.x, 2.0, 2.1), and offers functionality to reveal and analyze some of the information contained in such recordings.
It is further intended as a kind of "catalyst" for the development of a free available cross-platform program for the analysis of electrophysiological recordings.
Download (1.0MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1153 downloads
Wtcl 1.0.0
Wtcl is a Tcl module for Apache. more>>
Wtcl is a Tcl module for Apache. It provides an embedded, persistent Tcl interpreter and a set of commands for developing dynamic Tcl-based web pages. mod_wtcl currently works with Tcl >= 8.1 and Apache 1.3.
Wtcl Commands
Web Request
params, queryParams, postParams, cookies, uploadSettings, uploads, upload, requestHeaders
Web Response
status, contentType, headers, cookie, responseCookies, sendHeaders, redirect, successHeaders
Session
session, procSession, dbSession
Page
include, includeString, loader, loaderInfo, pageIndex, pageStack
Server
serverVars, events, atEnd, virtual, serverLog, logLevel, printContext, workerInfo, taskInfo, requestTime, elapsedTime, sleep, wtVersion
Web Utilities
htmlEncode, urlEncode, urlDecode
Table Collection Utilities
table, appTable, ciTable
Application Data Source Utilities
registerDataSource, isDataSourceRegistered, openDataSource, closeDataSource, dbDriver
Hash Utilities
md5Encode
<<lessWtcl Commands
Web Request
params, queryParams, postParams, cookies, uploadSettings, uploads, upload, requestHeaders
Web Response
status, contentType, headers, cookie, responseCookies, sendHeaders, redirect, successHeaders
Session
session, procSession, dbSession
Page
include, includeString, loader, loaderInfo, pageIndex, pageStack
Server
serverVars, events, atEnd, virtual, serverLog, logLevel, printContext, workerInfo, taskInfo, requestTime, elapsedTime, sleep, wtVersion
Web Utilities
htmlEncode, urlEncode, urlDecode
Table Collection Utilities
table, appTable, ciTable
Application Data Source Utilities
registerDataSource, isDataSourceRegistered, openDataSource, closeDataSource, dbDriver
Hash Utilities
md5Encode
Download (0.18MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
890 downloads
Jawflow 1.0.0
JawFlow is a Workflow Engine partially conformal to WfMC directives. more>>
JawFlow is a Workflow Engine partially conformal to WfMC (www.wfmc.org) directives, completely written in Java using JMX technology. It understands XML Process Definition Language (XPDL) and can be customized using activities written in Java or in any scripting language supported by BSF.
JawFlow is composed by many interacting modules. Many of these modules are JMX Mbeans and so they need a JMX Agent to run. To develop, test and run JawFlow we used Jboss AS but since there are no strict dependencies in the code related to Jboss it should be installed in any application server supporting the JMX technology.
<<lessJawFlow is composed by many interacting modules. Many of these modules are JMX Mbeans and so they need a JMX Agent to run. To develop, test and run JawFlow we used Jboss AS but since there are no strict dependencies in the code related to Jboss it should be installed in any application server supporting the JMX technology.
Download (12.5MB)
Added: 2006-10-19 License: LGPL (GNU Lesser General Public License) Price:
1100 downloads
CSE-Tool 1.0.0
CSE-Tool allows you to easily deploy a Google Custom Search Engine. more>>
CSE-Tool allows you to easily deploy a Google Custom Search Engine by copying and pasting a few lines of code provided to you by Google.
CSE-Tool doesnt require a database.
<<lessCSE-Tool doesnt require a database.
Download (0.003MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1067 downloads
AspectJS 1.0.0
AspectJS is a Javascript AOP framework. more>>
AspectJS is a Javascript AOP framework.
Using:
Import
You MUST include the following aspect.js Javascript file :
< script src="aspectjs.js" >< /script >
Weaving
In order to weave the aspects, you SHOULD use this method :
Weaver.addAdvice ( aspect_name, aspect_method, joinpoint_type, pointcut_name, pointcut_method);
Todo
improve compatibility with more browser
complete documentation
<<lessUsing:
Import
You MUST include the following aspect.js Javascript file :
< script src="aspectjs.js" >< /script >
Weaving
In order to weave the aspects, you SHOULD use this method :
Weaver.addAdvice ( aspect_name, aspect_method, joinpoint_type, pointcut_name, pointcut_method);
Todo
improve compatibility with more browser
complete documentation
Download (0.004MB)
Added: 2006-02-22 License: LGPL (GNU Lesser General Public License) Price:
1339 downloads
Mailvisa 1.0.0
Mailvisa is a spam filter along the lines of Paul Grahams A Plan for Spam. more>>
mailvisa is a bayesian spam filter, inspired by Paul Grahams A Plan For Spam. It is mainly intended for my own expirimentation, but provided here for those who are interested.
It is competitive with other bayesian filters in terms of accuracy and speed. The system is written in Ruby.
You can use, modify, and distribute mailvisa under the terms of the MIT License.
Enhancements:
- A man page has been added.
<<lessIt is competitive with other bayesian filters in terms of accuracy and speed. The system is written in Ruby.
You can use, modify, and distribute mailvisa under the terms of the MIT License.
Enhancements:
- A man page has been added.
Download (0.009MB)
Added: 2005-10-24 License: MIT/X Consortium License Price:
1460 downloads
Annif 1.0.0
Annif is a minimalistic birthday (calendar) monitoring tool. more>>
Annif is a minimalistic birthday (calendar) monitoring tool.
Users can add/remove birthday dates. No other calendar usual features will ever be included, this tool have to be simple and to run a basic webserver.
This program can be translated (currently in English and French). It uses PHP (frontend), perl (backend), gettext and MySQL. Its very similar to another software called "Calvin", but I was not able to use this one as I want and improving the codebase of this software required to heavy changes.
<<lessUsers can add/remove birthday dates. No other calendar usual features will ever be included, this tool have to be simple and to run a basic webserver.
This program can be translated (currently in English and French). It uses PHP (frontend), perl (backend), gettext and MySQL. Its very similar to another software called "Calvin", but I was not able to use this one as I want and improving the codebase of this software required to heavy changes.
Download (0.019MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1219 downloads
gfontsel 1.0.0
gfontsel program is a simple wrapper around the GTK+ 2 font selection dialog. more>>
gfontsel program is a simple wrapper around the GTK+ 2 font selection dialog. It allows you to select a font.
The font name is written to the standard output in the GTK+ 2 font naming scheme.
Building and installing the program:
- Read the makefile. Change the install locations if you want.
- To build the program invoke make.
- To install the program, invoke make install *as root*.
If you dont like it, login as root, change to the source directory and run make uninstall. After that you can remove the source tree.
<<lessThe font name is written to the standard output in the GTK+ 2 font naming scheme.
Building and installing the program:
- Read the makefile. Change the install locations if you want.
- To build the program invoke make.
- To install the program, invoke make install *as root*.
If you dont like it, login as root, change to the source directory and run make uninstall. After that you can remove the source tree.
Download (0.011MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1234 downloads
Gewels 1.0.0
Gewels project consists of the Gnome version of Jewels. more>>
Gewels project consists of the Gnome version of Jewels.
Main features:
- smooth playing
- simultaneous game of two players
- deadmatch mode for two players
- deadmatch against computer
<<lessMain features:
- smooth playing
- simultaneous game of two players
- deadmatch mode for two players
- deadmatch against computer
Download (0.27MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1040 downloads
libscl 1.0.0
libscl (SCL) is a library that provides hash tables, list, queue, stack, symbol, balanced binary tree. more>>
libscl (SCL) is a library that provides hash tables, list, queue, stack, symbol, balanced binary tree, and a vector as abstract data types.
Multiple independent instances of the same abstract type can be used, each with its own arbitrary contents.
Enhancements:
- Added a little more documentation and some test code.
- SCL should build on Windows with MS Visual C/C++ 6.0, Linux and Solaris with GCC and GNU make.
<<lessMultiple independent instances of the same abstract type can be used, each with its own arbitrary contents.
Enhancements:
- Added a little more documentation and some test code.
- SCL should build on Windows with MS Visual C/C++ 6.0, Linux and Solaris with GCC and GNU make.
Download (0.13MB)
Added: 2005-07-14 License: LGPL (GNU Lesser General Public License) Price:
1562 downloads
icqlib 1.0.0
icqlib is the most feature complete, open source, library implementation of Mirabilis ICQ protocol available on the Internet. more>>
icqlib is the most feature complete, open source, library implementation of Mirabilis ICQ protocol available on the Internet. icqlib currently is supporting approximately 90% of the ICQ UDP v5 protocol and 80% of the ICQ TCP v2 protocol, including new UIN registration, chat, and file transfer.
Main features:
- written in C for portability - compiles on most Unices
- supports multiple simultaneous connections to ICQ servers - more than one UIN can log in and receive events
- SOCKS5 firewall support for both UDP and TCP protocols
- event driven, non-blocking interface
- supports Russian language - automatically performs conversion from Windows 1251 encoding to unix koi8 encoding
Enhancements:
- ChangeLog, icqlib-0.2.0.lsm, icqlib-1.0.0.lsm, README, TODO,
- VERSION, Win32.zip:
- Updated version for 1.0.0 release.
<<lessMain features:
- written in C for portability - compiles on most Unices
- supports multiple simultaneous connections to ICQ servers - more than one UIN can log in and receive events
- SOCKS5 firewall support for both UDP and TCP protocols
- event driven, non-blocking interface
- supports Russian language - automatically performs conversion from Windows 1251 encoding to unix koi8 encoding
Enhancements:
- ChangeLog, icqlib-0.2.0.lsm, icqlib-1.0.0.lsm, README, TODO,
- VERSION, Win32.zip:
- Updated version for 1.0.0 release.
Download (0.024MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1201 downloads
ERFAN WIKI 1.0.0
ERFAN WIKI is powerful wiki engine without database supporting smart search, smart backup, wikipedia syntax, template. more>>
ERFAN WIKI is powerful wiki engine without database supporting smart search, smart backup, wikipedia syntax, template, nice printable version, language and multiuser. Plus an easy and secure installer.
Main features:
- Multi Language
- Template Support ( full CSS )
- WikiPedia Syntax Support
- Auto Thumbnail Generator
- Smart Search
- Smart Backup
- Printable Output
- User Management
- Database Free
- Easy Installer
<<lessMain features:
- Multi Language
- Template Support ( full CSS )
- WikiPedia Syntax Support
- Auto Thumbnail Generator
- Smart Search
- Smart Backup
- Printable Output
- User Management
- Database Free
- Easy Installer
Download (0.16MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1181 downloads
sEngine 1.0.0
sEngine is an universal tiny server for your C application. more>>
sEngine is an universal tiny server for your C application.
You can use it as the base for your own server application or you can integrate it into an existing program that requires network support.
The source code is well documentated in English, and it is shipped with English and German documentation.
Without modification it is a TCP-server which listens to a port, accepts connection, and then closes the connection.
<<lessYou can use it as the base for your own server application or you can integrate it into an existing program that requires network support.
The source code is well documentated in English, and it is shipped with English and German documentation.
Without modification it is a TCP-server which listens to a port, accepts connection, and then closes the connection.
Download (0.013MB)
Added: 2006-10-04 License: LGPL (GNU Lesser General Public License) Price:
1115 downloads
WildCAT 1.0.0
WildCAT project is a Java toolkit/framework which can be used to build context-aware applications. more>>
WildCAT project is a Java toolkit/framework which can be used to build context-aware applications, of which self-adaptive applications are a special case.
From the client applications point of view, it provides a simple and dynamic data-model to represent the execution context of the application, and offers a simple API for the programmers to access this information both synchronously and synchronously (pull and push).
Internally, it is a framework designed to facilitate the acquisition and aggregation of contextual data and to create reusable ontologies to represent aspects of the execution context relevant to many applications.
<<lessFrom the client applications point of view, it provides a simple and dynamic data-model to represent the execution context of the application, and offers a simple API for the programmers to access this information both synchronously and synchronously (pull and push).
Internally, it is a framework designed to facilitate the acquisition and aggregation of contextual data and to create reusable ontologies to represent aspects of the execution context relevant to many applications.
Download (0.75MB)
Added: 2007-01-04 License: LGPL (GNU Lesser General Public License) Price:
1025 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above netjail 1.0.0 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed