Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
functions for working with geographical data in lisp
Uses opencv to create a zoom-able map, upon which you can place vectorized objects. The idea is to have these objects available in the map, in a list-view and on the REPL.
Not complete. No documentation.
Iterate (http://www.cl-user.net/asp/libs/iterate) patched to allow
(iter (:for i from 1 to 10) (:collect i))
instead of
(iter (for i from 1 to 10) (collect i))
The TUM personal robotics package is a collection of libraries that aims to offer methods for personal robotic assistants to operate successfully in indoor environments.
Lang-lisp(working title) is a project to make a lisp with efficient programs being the first goal. It has functional types(Little like templates in C++), function overloading. The latter turns out to do a subset of type inference.
Web development framework for Common Lisp, based on FastCGI with integrated WiKi. It is tested mainly on SBCL, but should work on most Common Lisp implementations.
otl is a text processor for generating markup from plain text. Much of both the input and output formats can be customized. otl supports structures such as nested ordered lists, headers and footers, and tables.
DACML stands for Digital Audio and Computer Music Language.
It is implemented as a Common Lisp library and low level C routines for efficiency.
The aim is to apply functional paradigm to Computer Music composition.
Licensed under GPL v. 3 or later.
B-Tree implemented in Common Lisp. Stores key/value pairs onto disk based data structure. Current implementation has been tested with SBCL. Project was originally at alien-consader.org but is now made available at SourceForge.
Toolbox contains a few common utilities used in other projects. Toolbox has also for example a generic non-trivial double-linked list implementation which uses SBCL's weak-pointers when referencing to previous item.
Written in ANSI Common Lisp. A public multiple-connection server which allows the playing of Solitaire through a text-based protocol. This is basically so that you can make your own graphical client and use this as the back-end.