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.480.005 Times

User Signup Status freeware
Filter: All | Freeware | Demo
 

User Signup Status

< 1 2 3 4 5 > 
Added: July 27, 2010 | Visits: 871

XMMS status plugin xmms-status-plugin is a general plugin for the xmms mp3 player. It provides a docklet for the GNOME Status applet and the KDE panel. Under GNOME 2.0 XMMS Status Plugin uses the freedesktop.org Notification Area specification. To use this you must add the Notification Area applet to your panel.... Platforms: *nix

License: Freeware Size: 51.2 KB Download (96): XMMS status plugin Download

Added: March 15, 2010 | Visits: 1.188

Group User Folder Group User Folder provides a Zope Product that manages Groups of Users. GroupUserFolder is a kind of user folder that provides a special kind of user management. Some users are "flagged" as GROUP and then normal users will be able to belong to one or serveral groups. Whats New in This... Platforms: *nix

License: Freeware Size: 512 KB Download (98): Group User Folder Download

Added: October 27, 2010 | Visits: 1.727

Fast User Switch Applet Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows for MacOS X-style menu-based user-switching. It integrates with GDM to switch between existing X11 sessions or create new ones as needed, and will show the same users as the GDM face browser. The applet can display... Platforms: *nix

License: Freeware Size: 522.24 KB Download (125): Fast User Switch Applet Download

Added: February 15, 2010 | Visits: 1.265

Cache Status Cache Status displays cache status and allows easy management from status bar. This utility extension monitors your cache statistics for both memory and disk devices, pulling the numbers straight from the same place that about:cache does. You can also clear your cache by right-clicking on the... Platforms: *nix

License: Freeware Size: 18.43 KB Download (106): Cache Status Download

Added: March 27, 2010 | Visits: 2.396

LDAP User Management System LDAP User Management System (LUMS) provides a set of basic LDAP API functions for PHP and a strong configuration language. The project can then be used to create Web services or can be used in any PHP script. The language allows the administrator to define LDAP object types along with their... Platforms: *nix

License: Freeware Size: 122.88 KB Download (109): LDAP User Management System Download

Added: March 25, 2010 | Visits: 853

gajim-status gajim-status is a simple Amarok script to update your Gajim status with the current played song. Available keywords: %album, %artist, %bitrate, %title, %genre, %track, %year /* Rename the file to gajim-status.amarokscript.tar before trying to install it.. Download KDE-Apps.org Community... Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): gajim-status Download

Added: September 03, 2010 | Visits: 1.050

RKOL Status RKOL Status is an extension which can be used to monitor the song, artist and number of users on a ShoutCast server. This extension can be used to monitor the song, artist and number of users on a ShoutCast server. It was written specifically for Radio-KOL but will work for other ShoutCast... Platforms: *nix

License: Freeware Size: 44.03 KB Download (106): RKOL Status Download

Added: June 11, 2010 | Visits: 1.109

KDE PureFTPd User Manager Kpum is a user manager for the pureftpd server. You can add, modify and delete users of the pureftpd server. Currently only the pureftpd.pdb database is supported. Kpum is a application for the KDE environment. Installation: make -f admin/Makefile.common ./configure make su make install... Platforms: *nix

License: Freeware Size: 460.8 KB Download (100): KDE PureFTPd User Manager Download

Added: November 25, 2010 | Visits: 1.539

Plan 9 From User Space Plan 9 From User Space is a port of the bulk of the Plan 9 software build environment to Unix. While the libraries make an attempt to play nice with the rest of the system (by using the Unix rules for printf verbs and Unix system headers, for example), this port tries to reproduce the Plan 9... Platforms: *nix

License: Freeware Size: 21.5 MB Download (94): Plan 9 From User Space Download

Added: October 11, 2010 | Visits: 879

RealizationEngine Desktop Status Checker rcheck is a tool that will allow you to check the status of one or more accounts on one or more RealizationEngines. rcheck is written in Perl, requires LWP::Simple and Digest::MD5 and Tk. rcheck is intended to be a demonstration for creating clients that can check for and report new messages.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (91): RealizationEngine Desktop Status Checker Download

Added: May 14, 2010 | Visits: 1.478

Simple Multi User Out-Of-Office-Responder Simple Multi User Out-Of-Office-Responder project is a vacation email responder that can be easily plugged into simple SMTP servers with procmail. We have a small e-mail server running on Debian GNU/Linux. All users are local (in /etc/passwd), have mail delivered via procmail to mailboxes in... Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Simple Multi User Out-Of-Office-Responder Download

Added: May 20, 2010 | Visits: 1.772

mpt-status mpt-status is a query tool for accessing the running configuration and status of LSI SCSI HBAs. mpt-status is a heavily modified version of the original mpt-status-1.0 tool written by Matt Braithwaite. It allows you to monitor the health and status of your RAID setup. Currently supported and... Platforms: *nix

License: Freeware Size: 32.77 KB Download (149): mpt-status Download

Added: July 25, 2010 | Visits: 1.381

Gaim-Gajim Update Status Gaim-Gajim Update Status is a Amarok scripts allows to change the status message on gaim/gajim based to Listening: Artist - Album - Song. It supports locales. It depends on gaim-remote and gajim-remote.. Platforms: *nix

License: Freeware Download (97): Gaim-Gajim Update Status Download

Added: October 05, 2010 | Visits: 2.339

Gimp User Manual GIMP User Manual project is a user manual for the GIMP. It is written for the GIMP Help Browser, but can produce help pages for other formats as well. Whats New in This Release: - New content (incl. spelling and grammar fixes) for German, French, Italian, Norwegian, Russian, Spanish and... Platforms: *nix

License: Freeware Size: 40 MB Download (410): Gimp User Manual Download

Added: August 27, 2010 | Visits: 776

User::grent User::grent is an interface to Perls built-in getgr*() functions. SYNOPSIS use User::grent; $gr = getgrgid(0) or die "No group zero"; if ( $gr->name eq wheel && @{$gr->members} > 1 ) { print "gid zero name wheel, with other members"; } use User::grent qw(:FIELDS); getgrgid(0) or die... Platforms: *nix

License: Freeware Size: 12.2 MB Download (89): User::grent Download

Added: November 17, 2010 | Visits: 650

User::pwent User::pwent is a Perl interface getpw*() functions. SYNOPSIS use User::pwent; $pw = getpwnam(daemon) || die "No daemon user"; if ( $pw->uid == 1 && $pw->dir =~ m#^/(bin|tmp)?z#s ) { print "gid 1 on root dir"; } $real_shell = $pw->shell || /bin/sh; for (($fullname, $office, $workphone,... Platforms: *nix

License: Freeware Size: 12.2 MB Download (102): User::pwent Download

Added: May 08, 2010 | Visits: 1.335

Distributed Multi-User Compilation System Distributed Multi-User Compilation System is a system that allows a group of users to share a compilation farm. Each compilation request from each user will be sent to the fastest available machine, every time.. Platforms: *nix

License: Freeware Size: 358.4 KB Download (93): Distributed Multi-User Compilation System Download

Released: June 19, 2012  |  Added: June 19, 2012 | Visits: 1.269

Windows Server 2008 R2 SP1 Multilingual User Interface Language Packs Multilingual User Interface (MUI) Language Packs (Windows Server Language Packs) will allow you to enable a multilingual user interface in a Windows Server 2008 R2 environment. Adding one or more language packs to a Windows Server 2008 R2 image enables one or more languages in the installed... Platforms: Windows


Released: June 24, 2012  |  Added: June 24, 2012 | Visits: 735

Professional User Interface Suite (Prof- Prof-UIS is an easy-to-use MFC extension library that enables you to deliver Windows applications with a professional and user-friendly interface. It will help you take the time and complexity out of incorporating rich and up-to-date UI facilities in your projects: customizable menus, toolbars... Platforms: Windows

License: Freeware Size: 14.09 MB Download (461): Professional User Interface Suite (Prof- Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 674

Ultimate Status Bar Ultimate Status Bar is a handy Safari extension that offers a multi-skin status bar right in the corner of your browser. The extension will be completely hidden until you hover a link. It can easily show the file type or size and it will show the real destination. Platforms: Windows

License: Freeware Download (46): Ultimate Status Bar Download

< 1 2 3 4 5 >