Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.143.823 Times

Simple Intranet freeware
Filter: All | Freeware | Demo
 

Simple Intranet

< 1 2 3 4 5 > 
Added: April 15, 2010 | Visits: 943

LockFile::Simple LockFile::Simple is a simple file locking scheme. SYNOPSIS use LockFile::Simple qw(lock trylock unlock); # Simple locking using default settings lock("/some/file") || die "cant lock /some/filen"; warn "already lockedn" unless trylock("/some/file"); unlock("/some/file"); # Build...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (150): LockFile::Simple Download

Added: September 03, 2010 | Visits: 1.382

Simple Metronome Simple Metronome (simetro) is a console program that provides basic metronome functions and supports accent patterns. If all you want is a 100 bpm metronome, do this: ../simetro 100 9 | ecasound -f:s16,2,44100,i -i:stdin A sightly fancier example would use simetro like this: ./simetro 240...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (149): Simple Metronome Download

Added: August 02, 2008 | Visits: 1.346

Simple Sodoku This is a simple Soduku game for Windows CE 2003 (PDA). It was a programming exercise for the emBedded Visual C++ platform, although is completely usable and playable. The interface is simple, and I have tried to keep the experience as similar as possible to a game printed in a magazine. The...


Platforms: Windows

License: Freeware Size: 32 KB Download (145): Simple Sodoku Download

Added: August 26, 2010 | Visits: 1.522

Simple Alarm Clock Simple Alarm Clock is a simple alarm clock SuperKaramba theme. I made this because I couldnt find one. To set the alarm scroll up for minutes and down for hours. The clock is set to update every minute so that means it can be off by a minute. Make sure to test your alarm command with the top...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (143): Simple Alarm Clock Download

Added: March 06, 2010 | Visits: 1.206

Net::IMAP::Simple The Net::IMAP::Simple library provides a simple-to-use, yet feature-rich Perl to IMAP API. Whats New in This Release: - Fixed error in sample code within the POD documentation identified by Matthew S. Hallacy.


Platforms: *nix

License: Freeware Size: 8.19 KB Download (141): Net::IMAP::Simple Download

Added: August 12, 2008 | Visits: 1.187

Simple Media In spite of the amount of sophisticated and spectacular multimedia players available, many users prefer to enjoy their videos wihout skins or things that distract them. If this is your case, the program you want is called Simple Media.It is a multimedia player that, as its name indicates, is very...


Platforms: Windows

License: Freeware Size: 4 KB Download (141): Simple Media Download

Added: May 10, 2013 | Visits: 1.136

Simple Invoices Simple Invoices is a free, open source, web based invoicing system that you can install on your server/pc or have hosted by one of our services providers. Simple Invoices focuses on the basic needs of invoicing yet gives users advanced flexibility without compromising simplicity.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (137): Simple Invoices Download

Added: June 08, 2010 | Visits: 1.463

Simple Logging Facade for Java 1.1.0 Simple Logging Facade for Java also know as SLF4J is intended to serve as a simple facade for various logging APIs, allowing to the end-user to plug in the desired implementation at deployment time. Logging API implementations can either choose to implement the the SLF4J interfaces directly,...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (136): Simple Logging Facade for Java 1.1.0 Download

Added: April 01, 2010 | Visits: 1.290

DFA::Simple DFA::Simple is a Perl module to implement simple Discrete Finite Automata. SYNOPSIS my $Obj = new DFA::Simple or my $Obj = new DFA::Simple $Transitions; or my $Obj = new DFA::Simple $Actions, $StateRules; $Obj->Actions = [...]; my $Trans = $LP->Actions; $Obj->StateRules = [...]; my...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (136): DFA::Simple Download

Added: March 27, 2010 | Visits: 1.296

Simple RSS Service The Simple RSS Service (SRSSS) generates and serves RSS feeds through a common interface via CGI-enabled webservers. It uses modules to extract items for feeds from various sources, and has a virtual filesystem where feeds can be read by CGI-clients. The package contains everything needed to...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (133): Simple RSS Service Download

Added: May 14, 2010 | Visits: 1.684

SIR - Simple Image Resizer SIR - Simple Image Resizer is a simple application for resizeing images. SIR - Simple Image Resizer is inspired by GTPY - ImageResizer. But I used C++/QT anda QImage class to convert the images. SIR - Simple Image Resizer can convert into and from the following formats: - JPEG - PNG - BMP...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (132): SIR - Simple Image Resizer Download

Added: January 01, 2010 | Visits: 1.099

Simple Sockets Library Simple Sockets Library provides a simple C programming interface to sockets. The Simple Sockets Library makes sockets easy to use and comes as public domain source code. It resembles Cs file I/O, uses whatever port is available, has named servers and port reuse, streaming/blocking sockets used,...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (128): Simple Sockets Library Download

Added: August 14, 2008 | Visits: 1.107

LogzMon Log viewer and simple log monitor over the Internet / Intranet, runs on the server, client-side output can be viewed in a standard browser. Features include: rule based highlighting, monitor / auto-refresh mode, alerting (EMail, SYSLOG, SMS) in monitor mode. Plain text files as well as ZIP and GZ...


Platforms: *nix, Windows

License: Freeware Size: 1.2 MB Download (126): LogzMon Download

Added: September 02, 2010 | Visits: 2.431

Simple PHP Calendar Simple PHP Calendar is a a simple, extensible PHP calendar class. The project focuses exclusively on generating an HTML representation for a given month. It is meant to be easily extended for use in other applications, such as input widgets for forms, or full event calendaring applications. Its...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (124): Simple PHP Calendar Download

Added: August 06, 2010 | Visits: 1.357

Simple Blue Simple Blue is a modified Sunergos Blue theme with user list. Lightweight (SVG), elegant, works with all languages and widescreen..


Platforms: *nix

License: Freeware Size: 30.72 KB Download (123): Simple Blue Download

Added: April 08, 2010 | Visits: 1.191

PCL::Simple PCL::Simple is a Perl module to create PCL for printing plain text files. SYNOPSIS use PCL::Simple qw( PCL_pre PCL_post ); open PLAIN,.


Platforms: *nix

License: Freeware Size: 5.12 KB Download (122): PCL::Simple Download

Added: May 07, 2010 | Visits: 1.634

Very Simple Network Monitor Very Simple Network Monitor is a complete rewrite of project PHP Monitoring. Its by default capable of monitoring via ping, UDP and TCP checks. Has builtin plugin system so customized scripts can be used to monitor whatever you like eg. oracle tablespaces, diskspace whatever; Alarms are also...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (119): Very Simple Network Monitor Download

Added: April 08, 2010 | Visits: 1.581

Simple C++ ODBC Database API Simple C++ ODBC Database API is designed to encapsulate the ODBC API functionality in an object oriented manner. The API was created due to an absence of any other such API that was database independent. The database independence is achieved using the ODBC (Open DataBase Connectivity) API....


Platforms: *nix

License: Freeware Size: 84.99 KB Download (117): Simple C++ ODBC Database API Download

Added: August 15, 2008 | Visits: 1.576

Windows NTP Time Server Client TimeTools Windows NTP Time Server Client atomic clock NTP time client software is a simple Windows SNTP client that synchronises time on any Windows XP/2000/NT/95/98/Me computer with a specified intranet or internet NTP time server.


Platforms: Windows

License: Freeware Size: 60 KB Download (117): Windows NTP Time Server Client Download

Added: July 02, 2010 | Visits: 1.429

Simple Wiimote Library for Linux Simple Wiimote Library for Linux (Libwiimote) is a simple C library for communicating with the Nintendo Wii Remote on a Linux system. Even though the API strives to be minimal, it provides complete control over most features of the wiimote and nunchuk controllers. Installation Make sure you...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (115): Simple Wiimote Library for Linux Download

< 1 2 3 4 5 >