Showing 92 open source projects for "back"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    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.
    Start Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    pyVideoTrans

    pyVideoTrans

    Translate the video from one language to another and embed dubbing

    ...At its core it runs speech-to-text models to transcribe audio tracks, translates the resulting text into a target language using local or cloud-based translation engines, synthesizes new speech to match the translated subtitles, and then merges that speech back into the video, creating a fully localized media file. The tool supports both command-line and GUI modes, making it accessible to developers and creatives needing batch or automated processing.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    STranslate

    STranslate

    A ready-to-go translation ocr tool developed with WPF/WPF

    STranslate is a lightweight, open-source machine translation front end that lets users translate text between languages using a variety of supported back-end translation engines or APIs, offering a simple GUI for quick translation tasks without needing to write code or use complex web UIs. The application is designed to be small, cross-platform, and flexible, giving users the ability to type or paste text and receive instant translations while optionally selecting the desired language pairs or switching between multiple service providers. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    Laravel Translation Manager

    Laravel Translation Manager

    Manage Laravel translation files

    ...Instead of replacing Laravel’s built-in translation system, it imports your lang PHP/JSON files into a database so you can view, search, and edit keys and values from a browser. Once translations are updated, you can export them back to flat files so your app continues to use the standard Laravel translation loader. This workflow is especially helpful when non-technical translators, product people, or content editors need to update language strings without touching the codebase. The tool supports scanning your codebase for new translation keys, organizing them by groups, and highlighting missing or untranslated entries. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Geocode addresses to coordinates

    Geocode addresses to coordinates

    Geocode addresses to coordinates

    This package can convert any address to GPS coordinates using Google's geocoding service. Though the package works fine in non-Laravel projects we included some niceties for our fellow artisans. In Laravel 5.5 the package will autoregister itself. In older versions of Laravel you must manually install the service provider and facade.
    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
  • 5
    GPS Trip computer, used to calculate distance (3 counters), quikly clear any of them, back counting
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    System Verilog Parser IEEE 1800 LRM

    IEEE LRM compliant System Verilog Parser in Java with Python, Tcl API

    ...There are APIs to extract the design information from the database, there are APIs to elaborate every element of the design along with basic expression evaluation capabilities. It has been bundled as an executable JAR file along with a sample application which reads a RTL file(s), elaborates and dumps it back to show the users that they will be able to extract every bit of design information from the parsed database. The source code of that application can be shared upon request. You need JRE 1.6.x or above in order to use this parser. Please refer to the document for the detail of the available APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Free VHDL Parser with Java, Python and T

    IEEE VHDL-93 LRM supported parser implemented in Java, APIs Python/Tcl

    ...There are APIs to extract the design information from the database, APIs to elaborate the design along with expression evaluation capabilities. This tool has been bundled as an executable JAR file along with an application which reads a RTL file(s), dumps the design units and the reverts those back. Please refer to the document for the details of the available APIs. You need Java JRE 1.6.x or above in order to use this utility. Feel free to contact the support team for any assistance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Light console to control a remote system through serial line, telnet... Has non-blocking scroll lock, timestamp, command edit/recall, command fifo, log viewer (unlimited size), search back/forward, occurence count, easy copy/print any part of logfile
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Stanford Data Miner

    Tools for integration and analysis of heterogeneous immunological data

    ...The data exploration app is an open source business intelligence product called JasperServer (version 3.7), customized through supported configuration changes. Both apps use MySQL for back-end data persistence. Currently, the documentation contained herein is not intended to provide comprehensive instructions on installing and configuring the system. Please contact a project administrator for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    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.
    Create free account
  • 10
    Statistics101 - Resampling Statistics

    Statistics101 - Resampling Statistics

    Use simulation to perform statistical analyses.

    Statistics101 is an Integrated Development Environment (IDE) that uses a simple, powerful language called “Resampling Stats” to develop Monte Carlo programs to analyze and solve statistical problems. The original Resampling Stats language and computer program were developed by Dr. Julian Simon and Peter Bruce as a new way to teach Statistics to social science students. Of course, social science students aren't the only ones who can benefit. Anyone who wants to learn statistics will find that...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Units of measurement for Ada

    Units of measurement for Ada

    Handling dimensioned values in Ada

    ...Unit checks are made at run-time, if not optimized out by the compiler. SI and irregular measurement units are supported. Shifted units like degrees Celsius are supported too. Conversions from and back to strings are provided for all various irregular units. An extensive set of GTK widgets for dealing with dimensioned values is included, though use of GTK is not mandatory for the rest of the library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JQM Java Quine McCluskey

    JQM Java Quine McCluskey

    JQM - Java Quine McCluskey for minimization of Boolean functions.

    Java Quine McCluskey (JQM) implements the Quine-McCluskey algorithm with Petrick’s Method for minimizing Boolean functions. Designed for both education and industrial application, it handles up to 16 variables and functions. Uniquely, JQM bridges the gap between theory and practice: it visualizes the solution process with generated Karnaugh Maps for students, while supporting PLC engineers by exporting results to Structured Text (ST) and Ladder Diagram (LD). The software includes a GUI for...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Mendel’s Accountant
    Mendel’s Accountant is a biologically realistic, forward-time, parallel, numerical simulation program which models genetic change within a population, as affected by mutation and selection.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    FungiRegEx

    FungiRegEx

    FungiRegEx

    This tool is a web-based search engine for regular expressions in the proteomes, all the information is obtained from the JGI (Joint Genome Institute) database through a scraper for all the available species; therefore this tool only considers fungi organisms. In this version, we use React JS in front-end and NodeJS + Express for back-end. Full Documentation Available on: https://victormiguelterronmacias.slite.page/p/J7BJU3hXhd72EJ/FungiRegEx-Software-documentation If you want to buy me a coffee: https://www.paypal.com/donate/?hosted_button_id=63NZLT4J5JFFC
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    qaqarot

    qaqarot

    Quantum Computer Library for Everyone

    The Blueqat project has been renamed the Qaqarot Project because of the branding strategy of blueqat inc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    CSI-Math-Notation-PostfixInfix

    CSI-Math-Notation-PostfixInfix

    Perl Lib Math Notation

    ... * NOTE: - Before any implementation, we recommend details in WIKI (https://sourceforge.net/p/csi-math-notation-postfixinfix/wiki/) or the CPAN Perl Modules, see: https://metacpan.org/pod/Math::Notation::PostfixInfix * Support: The Support Service is FREE. Do you need support? Open a ticket and I will get back to you as soon as possible. * Professional Services: Do you need any FREE professional services to use? Open a ticket as "FAQ request" and I will get back to you as soon as possible. i.e: subject:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ProjectQ

    ProjectQ

    An open source software framework for quantum computing

    ProjectQ is an open-source effort for quantum computing. It features a compilation framework capable of targeting various types of hardware, a high-performance quantum computer simulator with emulation capabilities, and various compiler plug-ins.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    QtJSBSim

    QtJSBSim

    A distributed flight sim and front end for JSBSim

    This Qt5 app can send controls data to an instance of JSBSim standalone, and can read and display data from JSBSim. You can think of QtJSBSim as a simulator, with JSBSim as the flight dynamics model back end. For out-the-window visuals you can send data to FlightGear.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SKYSCRAPERSIM (2018 project ABANDONED)
    We do not know the reasons of being abandoned by Ryan in 2018. Fortunately, we have a record which can be traced back to 2017 after figuring out how to obtain in bazaar way COMPLETELY, I translate the revision to git , we might have a chance to ignite again. IF successful, we can do whatever we like. I DO NOT FULLY TRUST AN ENTITY EVEN THAT ENTITY IS OK. SO PLEASE FORK THIS ONE AS SOON AS POSSIBLE ONCE YOU SEE , THE MORE FORKING THE BETTER.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 20
    This project will be a project that will be used by Speleologist (cavers) to help aid in the mapping of the underground world. It will be simple at first.. only allowing the entry of survey (dist/azmith/V-angle) and give back a line plot..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ObjectVolume

    ObjectVolume

    Calculates Volume, Surface Area & Centroid of a Closed Triangular Mesh

    ...The process goes through the list of triangles that make up the surface and, for each triangle, forms a tetrahedron with an external point. The program uses the origin (0,0,0). The volume of the tetrahedron is then calculated. Tetrahedrons with back facing triangles are added and those with forward facing triangles are subtracted yielding the object volume. A detailed description of the process is presented in the ObjectVolumeTutorial.doc document as well as program logic and results. A key component in the program is a subroutine that calculates the volume of a tetrahedron. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    AlienPupOS

    LucidPup & SlackoPup 5.x.x with Wine & Bionc pre-installed

    One persons quest to keep outdated hardware out of our landfills by putting them back in use with a modern lightweight Operating System. Linux LucidPup 5.2.8 and SlackoPup 5.3.3 have been used as the base OS for this project for two reasons, compact and portable. Both versions come in two flavors: "MeatyBones" basic barebones get the job done with Wine and Boinc pre-installed "BaconBits" which is the Flagship of this project and will come with "BoincTasks", "SetiMapView" and "SETIsprint" pre-installed atop of Wine and Boinc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    UnsupervisedMT

    UnsupervisedMT

    Phrase-Based & Neural Unsupervised Machine Translation

    ...The neural component supports multiple architectures—seq2seq, biLSTM with attention, and Transformer—and allows extensive parameter sharing across languages to improve data efficiency. Training relies on denoising auto-encoding and back-translation, with on-the-fly, multithreaded generation of synthetic parallel data to continually refresh supervision signals. The project also provides scripts to fetch and preprocess monolingual data, learn BPE codes, and train cross-lingual embeddings that bootstrap unsupervised alignment between languages. Beyond the core EMNLP 2018 setup, the codebase exposes additional, optional capabilities such as multi-language training, language model pretraining with shared parameters, and adversarial training.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    megatest

    Run tasks/tests, get trustworthy pass/fail info rolled up

    Distributed test running system. build for running simulations, quality assurance or similar where you need to run a large number of tests. Supports dependencies, iteration, disk space management and log file analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Viwks

    Viwks

    An application to download information on websites periodically.

    ...First you create a new 'task', then you select the URL and click on the 'load page' button, after you close the new window you can rename the task, choose the interval, choose the tag and so on, after that you click 'save'. Back at the main menu you can select the 'task' you want, select an output folder and hit 'run'. It's that simple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB