15617 projects tagged "Linux"
Quinico is a Web application designed to help you easily improve your Web site's performance, reduce errors, and optimize for search engines. It can constantly monitor your sites and alert you when there is a problem that requires attention. Using Quinico, you can automate the continual tracking, reporting, and alerting of the following: Google search engine rankings of all of your important keywords (supports all Google domains and languages); Google Pagespeed metrics including suggestions for improvement (mobile and desktop strategies); page weight breakdown (mobile and desktop strategies); SEO URL metrics (utilizing SEOMoz); Web page test performance metrics (including first and repeat views); and Google Webmaster metrics (keyword impressions/clicks, crawl errors, and top search queries).
lihata is a compact textual language which can represent a tree of lists, hashes, and tables. The syntax tries to be minimal and flexible to allow formatting a lihata file to fit the context it represents. The source release contains an event and DoM parser and helper functions for maintaining lihata trees. lihata is a convenient language for both simple and complex configuration files and text representation of data files.
Xtreme Download Manager is a advanced and powerful tool to increase download speed up to 500%, resume broken/dead downloads, capture FLV videos from any site, and schedule downloads. It uses a sophisticated dynamic segmentation algorithm, data compression, and connection reuse to speed up the download process. It supports HTTP, HTTPS, and FTP protocols, firewalls, proxy servers, file redirects, cookies, authorization, etc. It seamlessly integrates with Firefox on any operating system. It also integrates with any other browser to handle downloads automatically using advanced browser integration. It is entirely written in Java, so it runs on any operating system without even being installed.
Storing binary (boolean) matrices where each element is a byte (or worse, a 32 or 64 bit integer) is incredibly inefficient and wasteful, both in time and space. For example, a 10k square matrix requires 400Mb of RAM if stored as 32 bit int values. Binmat is a library that bit-packs these matrices so that this 10k square matrix requires just 12.5Mb (the minimum space possible). More than that, binmat takes advantage of extremely fast bit-operations when multiplying matrices. The usual series of multiplications and additions required to compute each element are replaced by bitwise AND and OR operations. Furthermore, on 64-bit hardware each bitwise operation can replace up to 64 multiplications or additions, reducing operations that can take hundreds of clock cycles down to just a single cycle. This gives rise to some very considerable performance increases, especially when taking the power of a matrix. Binary exponentiation is implemented to further improve the performance of higher matrix powers.
Plgen (Playlist Generator) is a tool that sorts files for MP3 players in a user defined order. Cheap MP3 players often come with no playlist capabilities. In addition these players often make use of the FAT16/32 file system, leading to confusion when the playing order is not alphabetical on the device even though it is shown as alphabetical in the file explorer.
EZDM (ezdungeonmaster) is a simple set of tools for dungeon managers, targeting AD&D 2nd edition rules. It's not an RPG game, but some helper tools for people DM-ing real games, and is designed not to get in the way of roleplay and storytelling, but simply help do the math during encounters and leveling. Dice rolling can be done by the computer, or the tools can be set for manual dice, in which case you simply enter the results of the roll. All game data, charts, and character sheets are stored in JSON format. The EZDM kit defaults to using a simple dialog-based GUI which requires easygui, but a console interface is also available.