One platform to build, fine-tune, and deploy ML models. No MLOps team required.
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Try Free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
The project moved to github. A small project to manage the mass amounts of PDFs that may accumulate. Written in Python with wx widgets. I'll work on it as time permits.
An easy to use graphical interface for configuring user settings for the Linux wacom drivers (http://linuxwacom.sourceforge.net/) - Note the author no longer has much time to work on wacom-config anymore so this project is only going to receive critical fixes (if that) going forward, It's suggested you look at alternative tools; which now have most of the features wacom-config lists (such as the kde wacom config tool - https://projects.kde.org/projects/extragear/base/wacomtablet)
Quantus will be a heavily teambased, tactical multiplayer shooter. It will incorporate elements from rts and fps genres to create a game in which you must work closely with your teammates, performing diverse roles under the orders of your commander.
...The purpose of this project is to make a python WebDAV client library that is easy and convenient to use, while remaining flexible enough for developers who may want a finer grain of control.
UPDATE: The test suite passes using Python 3.1 so we will now be supporting Python3 issues. The library will try to continue to work on both Python 2 and Python 3 until such a time that we find something that is not backwards compatible between the Python releases.
Collaborative editor, requirements management tool and much more
ARREA (A Reasonable Requirements Engineering Application) is a simple yet powerful requirements management tool that uses arbitrary files to store information and Subversion to allow team collaboration.
Its simple conventions make it suitable for much other purposes. In fact, for any document-oriented tasks focused on collaborative work and exhaustive change and traceability management.
At its heart, ARREA provides a thin layer on top of SVN that allows it to be used as a powerful time-aware NoSQL database, accessible through an easy REST API.
Programs to download and work with satellite measurements, calculate solar wind (SW) propagation time and compare data to other satellites. It uses and compares different modern techniques to determine the SW planar structures orientation.
Nowiam's job is to ask you, every 15 minutes, what you've done with your time. Helpful for those who need automated nudges to keep their work on track.
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Dynamic wallpaper is based on weather-wallpaper and generates svg wallpaper based on current weather, season, time of day and others. It supports themes. The intended use is for GNOME desktop and will probably work on KDE.
Advanced stylisable and polimorphic multi task chronometer, use on usb, keep tasks between two starting, defer, precision second management : control of worktime ... XML structur + csv, xml export http://www.sablures.net
N-Ctrl Work Log Manager tracks time invested in your projects, producing daily, weekly or custom reports. Supports standard as well as 9/80 ("split-Friday") work weeks. Intuitive, flexible GUI and command line clients with Nokia 770 support.
Overtime meter is a small wxPython program which stays in your tray and counts the minutes your spend at work. Then by the end of the month you can tell your boss exactly how much extra money he should pay you.
SciGraphica is a scientific data visualization and analysis application, supplying many of the basic plotting features for 2D and 3D charts. It features opening several worksheets and plots to work with at the same time and PS output.
Eddyspeak is an orrigional translation content management system. It allows you to translate GNU GetText PO files using a browser. This allows a comunity to work on the same file at the same time and speeds up development. Uses: PHP, MySQL and Python.
Yerushalem is a massive multiplayer 3D game set in Jerusalem Israel where Jews, Christians and Moslems fight for control of the city by political or military means. It will use Crystal Space. After a very long hiatus, as of February 2006, work on this pr
Web based task management software, written with django. Its based on trac/redmine and aims to manage projects, tasks, hours of work, documentation and code of a company or any kind of group.
An attempt to create an open source clone of the Total War series. View the wiki for this project: http://scratchpad.wikia.com/wiki/Dark_Ages:_Conquest Special thanks to Peter Arbor for his work on the Freeland Graphic Tilesets 2.0 for FreeCiv
A module for arithmetic with mixed radix numbers like time
A module for arithmetic with mixed radix numbers like time.
Ex: 1:20 + 2 hours & 41 mins = 4:01 or how it's represented in the code, [1, 20] + [2, 41] = [4, 1]
This module can handle digits of given numbers that are greater than the given bases
Ex: 9,000 minutes + 1 hour & 20 minutes = 6 days, 7 hours, & 20 minutes. 9,000 is beyond base 60, but [9000] + [1, 20] will still give the correct result, [6, 7, 20].