47 projects tagged "Other/Nonlisted Topic"
user_info is a class to retrieve information about the browser the user is using to access the current site script. It can analyze the user agent string sent by the browser in the current HTTP request and extracts the type of browser, user machine operating system, user machine IP address, accepted character set encoding, language name, and whether the user is a spider/bot.
Babase is a baboon data management system. It is designed to facilitate the retrieval, storage, maintenance, and analysis of the following broad data categories: group membership, social status (dominance rank), life events, sexual cycle events (including progeny), sexual cycle day-to-day status, dyadic social interactions, focal animal samples, and multi-party social interactions. Integration of other data is supported. Babase is designed for Web access.
Multi-thread Simulation is a PHP class that can emulate the execution of program threads using separate HTTP requests to the same script. It establishes an HTTP connection to the same Web server to execute the same PHP script. It sends a request that passes the name a function to execute and an argument to be passed to that function. The requested script executes some code that detects the thread execution request and calls the specified function. When the thread request script ends, the return values of the called function are returned as a serialized string.