Showing 155 open source projects for "want"

View related business solutions
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    TRIP

    TRIP

    Minimalist POI Map Tracker and Trip Planner

    ...It is designed to be easy to deploy via Docker, which makes it realistic to run on a homelab or private server, and it provides documentation for configuration including OIDC-based authentication for those who want a more integrated sign-in experience.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    FlyByWire Simulations A32NX

    FlyByWire Simulations A32NX

    The A32NX & A380X Project are community driven open source projects

    A community-built and maintained project aiming to provide high-quality and detailed aircraft for Microsoft Flight Simulator. Our custom-built, open-source installer is where we keep our projects for you to easily install. Pick which branch you want to install, and the installer will automatically download it into the proper folder.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Gonum

    Gonum

    Set of numeric libraries for the Go programming language

    ...We encourage you to get started with Go and Gonum if you are tired of sluggish performance, and fighting C and vectorization, and also if you are struggling with managing programs as they grow larger. Get Gonum if you want code to be fully transparent, and want the ability to read the source code you use. It is useful if you’d like a compiler to catch mistakes early, but hate fighting linker and unintelligible compile errors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CADAM

    CADAM

    CADAM is the open source text-to-CAD web application

    CADAM is an open-source “text-to-CAD” web application that turns natural-language prompts into parametric 3D models, targeting a workflow where you describe what you want and the system produces editable geometry. It is designed around a browser-first experience, so users can iterate quickly without installing a heavyweight desktop CAD suite for every experiment. A key idea is that the generated output is parametric and scriptable, enabling repeatable edits and variations rather than a one-off mesh result. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 5
    Amazon Braket Default Simulator

    Amazon Braket Default Simulator

    An implementation of a quantum simulator that you can run locally

    ...You can use the simulator to test quantum tasks that you construct for the Amazon Braket SDK before you submit them to the Amazon Braket service for execution. You must have the Amazon Braket SDK installed to use the local simulator. Follow the instructions in the README for setup. If you want to contribute to the project, be sure to run unit tests and get a successful result before you submit a pull request. The execution times for the performance tests are affected by the other processes running on the system. In order to get stable results, stop other applications when running these tests.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    go-i18n

    go-i18n

    Translate your Go program into multiple languages

    ...Use goi18n extract to extract all i18n.Message struct literals in Go source files to a message file for translation. Create an empty message file for the language that you want to add (e.g. translate.es.toml). Run goi18n merge active.en.toml translate.es.toml to populate translate.es.toml with the messages to be translated. The goi18n command manages message files used by the i18n package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Missing Semester

    The Missing Semester

    The Missing Semester of Your CS Education

    ...Lessons dig into practical topics such as environment management, job control, shell pipelines, profiling, and reproducibility, with an emphasis on habits that save time and prevent errors. The materials are designed to be approachable for beginners yet still valuable to advanced users who want to sharpen their tooling. By the end, learners can work faster and more reliably because they understand the mechanics of their everyday tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    export_fig

    export_fig

    A MATLAB toolbox for exporting publication quality figures

    export_fig is a MATLAB toolbox designed to simplify high-quality figure export from MATLAB, faithfully preserving visual appearance as seen on-screen—including size, colours, fonts, and layout—while offering precise control over output formats such as PNG, PDF, EPS, and more. Exporting a figure from MATLAB the way you want it (hopefully the way it looks on screen), can be a real headache for the unitiated, thanks to all the settings that are required, and also due to some eccentricities (a.k.a. features and bugs) of functions such as print. The first goal of export_fig is to make transferring a plot from screen to document, just the way you expect (again, assuming that's as it appears on screen), a doddle. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    elasticsearc-php

    elasticsearc-php

    PHP low-level client for Elasticsearch

    ...This agnostic package is a lightweight wrapper on top of the Elasticsearch PHP client. Its main goal is to allow for easier structuring of queries and indices in your application. It does not want to hide or replace the functionality of the Elasticsearch PHP client. Feature complete, object oriented, composable, extendable Elasticsearch query DSL builder for PHP. Deliberately built to be as simple as possible, easily usable and with explicit naming. Elasticsearch Bundle was created in order to serve the need for professional Elasticsearch integration with enterprise level Symfony 2 systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    seaborn

    seaborn

    Statistical data visualization in Python

    ...Behind the scenes, seaborn uses matplotlib to draw its plots. For interactive work, it’s recommended to use a Jupyter/IPython interface in matplotlib mode, or else you’ll have to call matplotlib.pyplot.show() when you want to see the plot.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    NumeRe

    NumeRe

    Framework for numerical computations, data analysis and visualisation

    Curve fitting | Data analysis | Plotting | Matrix operations | FFT | Extensible framework | Multiple file formats | Programmable | Open source | Free for everyone NumeRe: Framework for Numerical Computation is a numerical framework written for Microsoft Windows(R) and released under the GNU GPL v3 for solving and visualizing mathematical and physical problems numerically. Keep simple things simple: You want to plot a sine function? Just enter 'plot sin(x)'. You want to load some data? Enter 'load "path/to/your/file"' or drag the file into the terminal. You need to fit a function to the data? Enter 'fit data() -with=YOURFUNCTION(x)' Need assistance? Enter 'help topic' into the terminal or simply press [F1]. Find us on Discord: https://discord.gg/s5tSjwU Follow us on Mastodon: https://fosstodon.org/@numeredevs Visit our page: https://www.numere.org Buy us a coffee: https://ko-fi.com/numere We've moved to GitHub: https://github.com/numere-org
    Leader badge
    Downloads: 67 This Week
    Last Update:
    See Project
  • 12
    OpenJUMP (The JUMP Pilot Project)
    ...The name gives credit to the original JUMP development, and at the same time describes the objectives of this project to be fully open to anyone wanting to contribute. These days OpenJUMP is developed and maintained by (some few) volunteers around the globe. If you need functionality or even better want to contribute you are very welcome to contact us at our mailing list.
    Leader badge
    Downloads: 154 This Week
    Last Update:
    See Project
  • 13
    PlenFrem

    PlenFrem

    Linear static structural analysis of 2D / plane frame and truss

    ...Even if you have access to commercial software 💿, PlenFrem can be used to cross check 🔎 results against other similar applications. PlenFrem is useful for occasional users who do not want subscription based 💸 commercial software.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    OD-Lens (Lite)

    OD-Lens (Lite)

    Optical Mini Calculator

    ...It provides an intuitive graphical interface for optical engineers, photographers, and students to explore the relationships between focal length, field of view, sensor size, and aperture. The user selects which parameter they want to calculate, and the program automatically computes it using the provided values. Parameters are recalculated instantly as you type, providing immediate feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    matcik svg editor

    matcik svg editor

    svg editor: Easily create documents for math, physics, chemistry...

    ...Book, exam and activity preparation program Easily import application vectors such as geogebra, chart, mathlive, ckeditor, desmos, into your document, or import vectors from pdf files into your document, save and rearrange your file. if you want You can use the documents you have prepared on your website or convert them to pdf. Matcik advanced online svg editor. Matematik, fizik, kimya, biyoloji ve diğer bilimler için belgeleri kolayca oluşturun... Kitap,sınav,etkinlik hazırlama programı Geogebra,chart, mathlive,ckeditor ,desmos,permaclipart gibi uygulama vektörlerini kolayca belgenize aktarın veya pdf dosyalarındaki vektörleri belgenize aktarın, kaydedin ve dosyanızı yeniden düzenleyin. isterseniz Hazırladığınız dokümanları web sitenizde kullanabilir veya pdf'ye dönüştürebilirsiniz. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    3dprintops

    Community Windows app for managing 3D printers, jobs, and inventory

    ...The software is distributed as a community edition, free for personal and internal business use, and is provided as a prebuilt Windows installer. This project is intended for: 3D printing hobbyists and makers Small workshops and print farms Users who want simple
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ImplicitCAD

    ImplicitCAD

    A math-inspired CAD program in haskell. CSG, bevels, and shells

    ...With the explosion of 3D printing, designing 3D objects has become an even more important problem. And it's a complicated one. We need to design complicated objects that precisely interface with each other. And often we don't want to just design a single object, but classes of objects, parameterized by variables. And we need to do this in collaboration. Generally, objects in programmatic CAD are built with Constructive Solid Geometry or CSG. Unions, intersections and differences of simpler shapes slowly build the object. ImplicitCAD supports all this and much more! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GrammarChecker

    GrammarChecker

    Grammar checker for any text field via keyboard shortcut using LLM

    ...Grammar Checker utilizes the OpenAI API, supporting both OpenAI and Google Gemini models (It is possible to add other custom models via config), and requires an API key to function. Simply select the text you want to check and trigger the assigned shortcut. Grammar Checker can be automatically launched on startup and run in the system tray. The main window provides a user-friendly interface where you can assign any specific keyboard shortcut for triggering grammar checks or adjust the prompt requirements to align with your specific writing needs, such as translating text into different language or something else.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Biogenesis Color Mod

    Mod for evolution simulation and artificial life program Biogenesis

    You can download the Color Mod at the Biogenesis main site too (included in the main download now). You also find the sourcecode there. If you want to post a review, remember that this is only a modification, so comment on my changes, not on the simulation. Original project by Joan Queralt Molina: https://sourceforge.net/projects/biogenesis/ Includes Tyler Colemans "Features Mod": https://sourceforge.net/projects/biogenesisfeatu/ Biogenesis discussion forum: https://sourceforge.net/p/biogenesis/discussion/ Biogenesis runs faster (at least for myself) if you open a Google Chrome window (don´t know why :D)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Popppy

    Population Propogation in Python. Simulate births, marriages, deaths

    ...It runs from the command line and should run on any (MS WIndows, Linux/Unix/Mac OSX) platform running Python 3. A non-Python MS Windows pre-compiled Popppy executable/binary is included for those who just want to run it without having the bother of installing Python 3.x or not wanting to change the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Statistics101 - Resampling Statistics

    Statistics101 - Resampling Statistics

    Use simulation to perform statistical analyses.

    ...Anyone who wants to learn statistics will find that the resampling approach helps in understanding statistical concepts from the simplest to the most difficult. In addition, professionals who want to use resampling, bootstrapping, or Monte Carlo simulations will find Statistics101 helpful. More information at https://statistics101.sourceforge.io/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Open Visual Traceroute

    Open Visual Traceroute

    Open source cross-platform Java Visual Traceroute

    ...http://en.wikipedia.org/wiki/Traceroute If you need some help, please first check http://visualtraceroute.net/ Feel free to drop by and leave a comment on the Facebook page https://www.facebook.com/openvisualtraceroute Enjoy and share! If you want to support the development of this project, you can make a Paypal contribution at leo.lewis.software@gmail.com
    Leader badge
    Downloads: 662 This Week
    Last Update:
    See Project
  • 23
    JPL Open Source Rover Project

    JPL Open Source Rover Project

    A build-it-yourself, 6-wheel rover based on the rovers on Mars

    ...The Open Source Rover is designed almost entirely out of consumer off the shelf (COTS) parts. This project is intended to be a teaching and learning experience for those who want to get involved in mechanical engineering, software, electronics, or robotics. JPL is always looking to inspire the next generation of scientists, engineers, and roboticists to help us explore and learn about our solar system (and beyond!). We release the plans for this rover as a way to try and give budding enthusiasts a fun robotics project that will help teach them and get them involved in robotics sooner and at a lower cost. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NuPIC

    NuPIC

    Numenta platform for intelligent computing

    ...NuPIC is suited to a variety of problems, particularly anomaly detection and prediction of streaming data sources. For more information, see numenta.org or the NuPIC Forum. If you want to build the dependent nupic.bindings from source, you should build and install from nupic.core prior to installing nupic (since a PyPI release will be installed if nupic.bindings isn't yet installed). To install from local source code, run from the repository root. We plan to do minor releases only, and limit changes in NuPIC and NuPIC Core to features needed to support ongoing research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MathSteps

    MathSteps

    Step by step math solutions for everyone

    ...It is distributed via npm and requires Node.js greater than version 6, with a straightforward API that fits neatly into web or server environments. The repository includes tests and contribution guidelines, making it approachable for developers who want to extend or adapt the behavior for their own applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB