Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Enterprise-grade ITSM, for every business
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.
pyLPCTools is a replacement for the Flash Programming Tools use with the Philips(tm)/NXP(tm) LPC2xxx series of ARM based microcontrollers. pyLPCTools is a script together with some ARM assembly language and a Python user interface. Please Donate !!
pystim is an open source electrical stimulation device driver and development framework. It features a parallel/sequential block paradigm and supports event-base programming. It also provides a device simulator.
A Rich Internet Business Application Framework that uses XML to describe a GUI for the web or standalone application. Java Swing components are managed by the framework so that a GUI can be built quickly and easily with no Java programming required.
Framework in Python for platform-independent file management with a console based toolkit (zigo) and a GUI platform (zago). Use existing handlers and your own handlers together to walk through directory trees, select files, and process them.
DDnsEditor will be a GUI dynamic DNS (rfc2136) zone editor, similar in functionality to nsupdate. DDnsEditor uses TSIG authentication for all communication with the DNS server. It does not edit on-disk zone files.
This library allows you to control a PMS (Particle Measuring Systems) Lasair II air particles counter. You can either use a COM component from several programming languages (Visual Basic, ...) or directly use its underlying Python class.
A Console-based BitTorrent Client with built-in scheduler for handling multiple sessions. It is designed to manage sessions in queue easily without heavy-weight GUI. External module can search for new torrents in trackers and submit it automatically.
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.
Anemasys is a network managemet system for small networks of Linux clients. It provides functions like state control and class based remote administration facilities. It consits of a collection of python scripts and an admin gui frontend.
BTManager is a download manager for BitTorrent. It features both a Web interface and a GUI currently using wxPython (a FLTK-based GUI is on the way). Works under Linux and Windows, probably MacOS too.
MPY is an MPI implementation for Python using MPICH (or any other MPI implementation). MPY also provides helper functions for ease of programming, and a simple plug-in interface.
Retic is a free EAI Server written in Jython (Java).
It permits to execute adaptors composed of sources, pipes (transformations) and sinks.
Connectivity with : JMS,HTTP,SOAP,UDDI,FTP,Xindice,JDBC,Jabber,SMTP...
XML Support : XSLT, Xpath.
Has GUI for
GUI Utility to Change file names in a directory with a search and replace function.
It was made to rename files in a directory where a part where in \"firstname lastname -title format\" and others in \"lastname, firstname, title\"
Bad experence with re
ApacheConsole is a Python application that aims at providing a GUI ŕ la MMC for IIS to manage the Apache web server on both Linux/Unix and Windows platforms.
Additional features include configuration of remote hosts via specific agents.
NHMON is a GUI tool geared towards visual monitoring of a large number (hundreds) of hosts in one interface. Supports may backends, such as "Eddie", HTTP, SMTP, etc.
PyFile is a Pygame (Python+SDL) based file manager/browser which provides the usual functions expected by such a tool in a graphically intensive way instead of a usual boring and simple GUI. PyFile is also highly customizable!
Phasault is a EMail Tool-Client, which provides some features you can't see in other E-mail Clients. Coded in Python using Tk as GUI. Works in Win32 and Unix/Linux (with python interpreter installed), and also planning to create stand-alone distribution o
The GNUton project is a re-implementation of the (defunct) Apple Newton platform.
It consists of the virtual machine, storage architecture and templates for GUI and general OS features. It aims to support execution of existing pure NewtonScript packages
This is a XML RPC server that could be used to manage your server, provide website hosting, manage your accounts and do various other tasks. XML RPC can be accessed from web interfaces, jscript and CLI/GUI Applications in a multitude of programming langs
This is a general purpose tool optimized for managing, programming and automating machines, services and apps or just loose parts of code snippets.
It comes with a visual block language and a visual GUI designer which lets you inter connect and automate all sorts of devices.
It has built-in support for TCP, UDP, Serial, MQTT, SSH, Arduino/Raspberry-PI or access to your custom API via HTTP.
Public Homepage: http://pearls-media.com/control-freak/
On Github: https://github.com/net...
A human-readable ISC-Licensed implementation of the LZO1X algorithm.
LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable.
People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed.
So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C...