2462 projects tagged "BSD"
Lightning Fast CMS (LFC) is a content management system that is easy to use, easy to customize, and fast. It provides easy mass upload of images and files, variable templates for displaying content, variable portlets, a flexible workflow engine, a role based permission system, multilingual content, and much more. Developers can easily plug in their own applications with templates, content types, and portlets, and provide their own themes.
The STX ExecPipe library provides a convenient C++ interface to execute child programs connected via pipes. It is a front-end to the system calls fork(), pipe(), select(), and execv() and hides all the complexity of these low-level functions. It allows a program to build a sequence of connected children programs with the input and output of the pipe sequence redirected to a file, string, or file descriptor. The library also allows custom asynchronous data processing classes to be inserted into the pipe or placed at the source or sink of the sequence.
Simple Login Class is a PHP class that can be used to prevent unauthorized access of Web pages. A simple user management system can be implemented with this class very quickly. It does not use databases or database queries to store the user details. Instead of a database, it uses a text file to store the details. An access encoding technique (Base64), two hashing techniques (SHA1 and MD5), an a built-in PHP function (StrRev) are used here to store passwords more securely in the text file. Simple Login Class can be used in any PHP page just by embedding a snippet at the top of a the page to be protected. Any number of user logins can be stored more securely in a single file. The sessions are handled more safely in this system than some other login systems. The user registration system applied here is simplified. In certain cases, no configuration is needed to use this class.
PHFTP (PHP HTTP FTP) is a simple and fast Web FTP application. You can upload, download and administer files on FTP servers without a local FTP client, even if you are behind firewalls and proxies. The only thing you need is a Web browser HTTP(S) connection. If you can browse the Internet at your workplace, you can now also establish a FTP connection to any FTP server your PHFTP installation server can connect to.