6 projects tagged "English (US)"
phpMyGPX is a Web application based on PHP, MySQL, and OpenLayers to manage photos and GPX files with a browser, on your local machine or online, to share your tracks and images. GPX is an XML file format containing track points and routes collected by GPS receivers, and is very popular with navigation, geocaching, and OpenStreetMap.
LIME is a dynamic programming language with a LISP-like syntax. It features partial function application, eager and lazy evaluation, call-by-value and call-by-reference, macros, reading/writing LIME code as data, a standard library including infinite streams, and an interactive mode with auto-indentation.
Rejasca is a modern and extensible RPC server for RIAs. It’s written in Python, and it aims to support a large number of programming languages on the client side, with Python and Javascript bindings already available. It comes complete with its own IDL, a flexible security system, and tools for automatic service discovery.
ULS is an library for general purpose lexical analysis, with support for UTF-8. It comes with C/C++ libraries and a couple of tools for Linux and Windows. It's a intuitive, practical, flexible, and optimized tokenizer. ULS can instantiate multiple objects for lexical analyses. The objects can process multiple (nested) inputs of different languages. The language specification is specified in configuration file suffixed by *.ulc. ULS can tokenize the input file, which encoded by UTF-8. The input files may contain the words in a localized language as identifiers. ULS can stream the tokens from many input files to another output (files).The stream can be stored in a *.uls file and replayed from it whenever necessary.
Splunk Hogs is a quick Perl script that was written to find what systems are sending too many events to Splunk and using up all the licenses. This is good for several reasons: developers will turn debugging on and use up all the licenses, which will help catch it early; INFO messages get turned on and useless events will be sent, filling up the licenses; issues will be detected that were being ignored by others. The advantage over Splunk's SaveSearch is that it outputs the raw data, so you can import it into Nagios or other tools. It collects raw data from Splunk that consists of the host, Splunk server, and the count of events that took place.
A fast C++ matrix library with optional interfaces to LAPACK and ATLAS.