5 projects tagged "PHP"
The CDAY Calendar Almanac displays historical anniversaries such as birthdays and general events. It displays the equivalent date in multiple calendar systems, including Hebrew, Julian, JDNs, Great Underground Empire (Zork), Shire (Lord of the Rings), and Star dates. Separate GUI, command line, and Web-based versions are available, along with free libraries of thousands of events.
Kallimachos is a simple Web-based digital book-catalog intended for personal use. Books are indexed by title, author, translator, edition, genre, page number, and ISBN. You can insert a new book, enter the library, and search by any item. It also provides a system-info viewer. The installation is quick and simple, and the program has a user-friendly interface.
MailListStat is a tool that generates useful statistics for email archives stored in the mbox format. It will show the top 10 authors, most successful subjects, and more. It also prints graphs showing the number of messages written during different hours of the day, days of the month, and days of the week. The output is in text format suitable for mailing. It also produces output in plain text or HTML format, includes a PHP wrapper, and supports cache files. It is mainly useful for mailing list archives, producing tables and graphs, and supporting different output languages.
basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on 0-byte blocks. This makes basE91 very useful for transferring larger files over binary insecure connections like e-mail or terminal lines.