CACKey provides a standard interface (PKCS#11) for smartcards connected to a PC/SC compliant reader. It performs a similar function to "CoolKey", but only supports Government Smartcards. It supports all Government Smartcards that implement the Government Smartcard Interoperability Specification (GSC-IS) v2.1 or newer.
HTTP Time Protocol is a time synchronization tool that uses Web server responses (HTTP headers) instead of the NTP protocol. If you are behind a corporate firewall, NAT device, or proxy server, HTP will still be able to synchronize the time. For high precision time synchronization, use ntpd.
KitCreator is a simple build system for creating a Tclkit. It was created to ease creation of Tclkits. A Tclkit is, briefly, a single-file executable that contains Tcl (both the interpreter and all the resources it requires to operate) and other Tcl-related packages (such as Tk or Incr Tcl).
Libopennet allows developers to open_net() files or URLs alike, and get a file descriptor back that they can use to read data from. It supports HTTP (read-only) and FTP (read or write). It also comes with read_net() to do a forceful read(), and lseek_net() for calling lseek on the socket/file.
Libconfig is a configuration file processing library that saves you from having to write your own configuration parsers and routines. It supports callback functions, automatic variable assignment, and many different configuration file types such as Apache-like, Windows INI-like, and whitespace separated. Configuration is processed in a logical manner: global configuration files, local configuration files, environment variables, and finally command line options.
Requirements Although it's not stated anywhere PHP5 is required for this project.
Re: Bugs 3. Another issue is that "Administrators" and "Special Managers" cannot create tickets, this is fixed by: a. header.php: Deleting: fragment_delete("new_ticket&...
Bugs I've found several bugs, but no way to contact the author about them. 1. tpl/ticket_show.tpl:DelTicket() (javascript) uses: document.getElementById('tid').value; B...
Re: Nice idea! > But using this snippet works fine, too > ;-) > > date -s "`lynx -dump -head > http://www.kernel.org |grep 'Date:'|awk > -F': ...