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.
Try it Free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
This project enables you to easily build a custom HTML whitelist filter that you can use to sanitize user-submitted HTML so that it can be safely displayed in various browsers.
Cca-forum unifies the Common Component Architecture tools and tutorial. It includes the CCA specifications, the Ccaffeine framework for HPC, and related tools. These support multilanguage scientific and parallel computing.
VR Juggler is a virtual platform for virtual reality application development created at the Virtual Reality Applications Center at Iowa State University. Applications developed in VR Juggler can transparently move between a wide range of VR systems.
Sales CRM and Pipeline Management Software | Pipedrive
The easy and effective CRM for closing deals
Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
At the Moment: Simple script to read and handle data in the RIS file format. The script converts data in RIS format to bibliographic records. Currently it supports only the RIS types 'BOOK', 'CHAP' and 'JOUR'. It's more of a demonstrator.
ChemAzTech is a Web chemistry software (for Linux server) connected to a MySQL database (L.A.M.P. software) which is storing molecules. Manage your chemical database, with product's properties. Draw, edit molecules and record it !
Secure remote access solution to your private network, in the cloud or on-prem.
Deliver secure remote access with OpenVPN.
OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
Audiere is a portable audio library which supports playing MP3, Ogg Vorbis, FLAC, WAV, IT, XM, S3M, and MOD files. You can use it from C, C++, Python, Java, Delphi, and any language that supports XPCOM (JavaScript in Mozilla, for example).
A collection of open source libraries and tools that provide solutions for common problems in processing Arabic text, especially in web applications. text normalization, phrase segmentation, text indexing, stop word lists, common spelling mistakes.
Picxml is a tool for xml files management. Used as command: Picxml is a shell friendly, xpath like query tool. Used as library: picxml, is a full featured xml Parser, wich allows you to navigate, find/create/update/delete/print nodes.
Liegkat-Archiv delivers ALK converters for spatial data formats (EDBS, BGRUND, SQD, DFK, HK) and coordinate systems used in German cadastral agencies before ALKIS into KML and JML. It delivers Python packages and XSL files.
It deals with converting mpeg videos to avi format. This is useful for devices running on Android. The code is written in Python and currently will run on Linux. I am not sure how it will react in Windows environment. Pre-requisite:ffmpeg library.
This library extends the functionality of numpy and scipy to enable rich simulation and analysis of a variety of dynamical systems. The hope is to enrich the set of scientific tools available in Python. NOTE: PRE-ALPHA VERSION
The project moved to GitHub, https://github.com/aevdokimenko/tsqlunit
TSQLUnit is a framework to write tests for applications written in Transact-SQL. It follows the tradition of the "xUnit" framework that is available for almost all programming languages.
QuickFlash is a C++-based analysis library for data files generated by the Flash hydrodynamics code. It provides high-performance access to large datasets in low memory situations and other restrictive environments.
This is a lightweight and fast library for reading and writing any PNM file - PBM, PGM and PPM, up to 16 bits per sample, in ascii/binary format. Library contains also a Python bindings - module pixfiles with PixFile class.
PyAnnotation is a PythonLibrary to access and manipulate linguistically annotated corpus files. Supported file formats are Kura XML, Elan XML and Toolbox files. A Corpus Reader API is provided to support statistical analysis within the NLTK.
"JSBSim Python Bindings" is a Python wrapper around the open source flight dynamics model JSBSim (http://jsbsim.sourceforge.net/). It allows to use most of the JSBSim C++ API from the Python programming language.
Simple module which should allow python 2 to execute files written for python 3 (not vice versa), but with a few restrictions. Written in response to the question "why doesn't something like this exist in the standard library?". Currently in Alpha