Showing 619 open source projects for "automatic"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    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.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    EHRflex
    EHRflex is an archetype-based clinical registry system (EHR) independent of a particular reference model. It uses clinical archetypes as guidelines for the automatic generation of web interfaces, oriented to a clinical use and data introduction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    WSCreator

    Java library for automated Soap & Rest web Services Creation

    An awesome new way of adding SOAP and REST web services to any Spring IOC based Java project in minimum time. This library takes out all the pain part of implementing Soap & Rest Web Services specific code from developer's plate and does it in a very smart way. All you need to do is add dependency of this library to your project, add some annotations to your interfaces, add a servlet entry into your web.xml. & you are all set to go. Library uses Apache CXF to create SOAP based web services &...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    UML Reverse Mapper

    UML Reverse Mapper

    Automatically generate class diagram from code

    UML Reverse Mapper is a utility that helps convert existing code structures into UML-like representations so developers can visualize and reason about their systems. It is aimed at teams that inherit codebases or work on legacy projects and need a fast way to understand classes, relationships, and dependencies. Instead of drawing UML by hand, you point the tool at the code and let it generate artifacts that resemble standard UML diagrams. This dramatically speeds up documentation and makes...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    ReFit

    ReFit

    Eclipse Plug-in for Automatic Refactoring of Fit Tests.

    The ReFit Eclipse plugin performs automatic refactoring of the Fit test specs (http://fit.c2.com) and of the relevant code when a refactoring process is invoked. NOTE: The project is still in Beta, but we think stable enough, to be used. Just try. For more information about the project, installation and use instructions see https://sourceforge.net/apps/trac/fitrefactoring/ We are pleased about the many downloads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver trusted data with dbt Icon
    Deliver trusted data with dbt

    dbt Labs empowers data teams to build reliable, governed data pipelines—accelerating analytics and AI initiatives with speed and confidence.

    Data teams use dbt to codify business logic and make it accessible to the entire organization—for use in reporting, ML modeling, and operational workflows.
    Learn More
  • 5
    Bibi - the Bibtex File Manager
    Bibi - the Bibtex File Manager. Bibi is a graphical, platform-independent editor and manager for .bib files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    EsiAisParser

    Robust Automatic Identification System Parser in Java

    This package supports the parsing of AIS messages in Java. AIS, the Automatic Identification System, is a system aiming at improving maritime safety by exchanging messages between ships, other vehicles in particular aircraft involved in search-and-rescue (SAR), and (fixed) base stations. To be precise, this package support the ITU-R M.1371-4 AIS standard. See our extensive javadoc and in particular the class AISParser for more information on how to use this package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Recycler

    Automatic recycling of IBM Domino Java objects

    With manual recycling it is absolutely impossible to write clean, secure and stable code! At least if projects reach a certain size. Imagine: You are required to code a library that will be used in various projects. Should the library functions recycle the Domino objects they use, or not? Of course they must recycle, because you don't know how many object handles the final application will use and your ones might be too much, if not recycled. On the other hand, libraries must never ever...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Auto Primer3

    Auto Primer3

    Automatically design primers to genes/coordinates using primer3.

    PLEASE NOTE: THIS PROJECT PAGE WILL NO LONGER BE UPDATED - PLEASE USE THE GITHUB PAGE (https://github.com/gantzgraf/autoprimer3) TO FIND THE LATEST RELEASE (https://github.com/gantzgraf/autoprimer3/releases/latest). AutoPrimer3 retrieves gene information, DNA sequences and SNP information from the UCSC genome browser and uses primer3 to automatically design primers to genes or genomic coordinate targets. Primers may be designed using information from any of the UCSC hosted genomes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Pioneer  University/College System

    Pioneer University/College System

    The state of art college management system

    PSRMS is a state of art, scalable,secure and mature web based college/university management system that automate the college or university core business processes. The system is used to automatic learning institutions' business processes ranging from admission(manual and online) to enrollment to registration to finance to online payment and student online-registration. Its a distributed system that allows for a number of member of staff to access it at the same time , anywhere and anytime. Pioneer is able to integrate with Moodle elearning system. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Yeastar: Business Phone System and Unified Communications Icon
    Yeastar: Business Phone System and Unified Communications

    Go beyond just a PBX with all communications integrated as one.

    User-friendly, optimized, and scalable, the Yeastar P-Series Phone System redefines business connectivity by bringing together calling, meetings, omnichannel messaging, and integrations in one simple platform—removing the limitations of distance, platforms, and systems.
    Learn More
  • 10
    LibriVox EXPLORER from CommonVox.org

    LibriVox EXPLORER from CommonVox.org

    A new way to experience LibriVox audiobooks on a Win/Mac/Linux desktop

    A new way to experience the LibriVox collection of public domain audiobooks on your Windows, Mac, or Linux desktop! Powerful browse options are complemented by automatic download and import into iTunes. Choose from over 8,000 titles in the LibriVox catalog. Self-curate by adding your favorite Authors, Readers, or individual Audiobooks to MY LIST. Want to listen right on your desktop? LibriVox EXPLORER lets you get a quick preview or listen to entire works, with bookmarking to keep your place between listening sessions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JakeWharton Hugo

    JakeWharton Hugo

    Annotation-triggered method call logging for your debug builds

    Hugo is a small Android library (and annotation processor plugin) that automatically logs method calls, parameters, return values, and execution time for methods annotated with @DebugLog. Instead of manually adding logging statements everywhere, you simply annotate a method and Hugo injects the logging at compile-time in debug builds, keeping release builds clean. This helps developers gain visibility into method flows, execution timing, and parameter passing without cluttering production...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DtDNS Updater Client

    DtDNS Updater Client

    dtdns updater client, free java application

    Automatic IP updater (it works only when the IP was changed). The client was written in java and supports Windows, Mac, Linux GUI and Linux Terminal. It is a FREEWARE. Ubuntu autostart setting: bash -c "sleep 10 && /usr/bin/java -jar /PATH/dtdns_updater.jar"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    OnAGUI - Ontology Alignment GUI

    Software to help automatic or manual realisation of ontologi alignment

    This project has moved to https://github.com/lmazuel/onagui - OnAGUI (Ontology Alignment Graphical User Interface) is a project of alignment helper and viewer. You can edit ontology (SKOS, OWL) and edit alignment between concept of these ontologies. In addition, you can make automatic discovery of alignment, using different kind of algorithm. This work was initiated by Jean Charlet (http://www.limics.fr/index.php/annuaire), designed and developped by Laurent Mazuel on a post-doctoral project. By now, this project becomes Open Source, and continues to be enhanced by J.Charlet and L.Mazuel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Super CSV

    A fast, programmer-friendly, free CSV library for Java

    Super CSV is a fast, programmer-friendly, open-source library for reading and writing CSV files with Java. PLEASE NOTE: As of January 2015 we have now moved to GitHub (https://github.com/super-csv/super-csv). This SourceForge page will remain, but with limited functionality (please go to GitHub to report issues and for project downloads). It is highly configurable, and supports reading and writing with POJOs, Maps and Lists. It also has support for deep-mapping and index-based mapping...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    VisualPerspective

    VisualPerspective

    A diagram/modeling tool.

    VisualPerspective is a modeling and diagram creation tool. It enables to create free diagrams but also semantic oriented ones (for instance UML diagrams), in order to run automatic processing (transformations, exports, parsing). There is currently no installer, so you should follow this procedure : http://enzweiler.info/visualperspective/002-installation.html You are very welcome to report any issue with VP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Uiautomator-bot

    Uiautomator-bot

    Automated Uiautomator tool.

    Uiautomator-bot is a automation tool for UIautomator. Simple intutive way to develop and execute test cases on multiple devices simultaneously.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PersonalityColorTest_app

    PersonalityColorTest_app

    PersonalityColorTest_app

    This app is based on the android platform, realizes the character color test. Users through the app provides 30 multiple-choice, app automatic statistical character color to red, yellow, blue, green parameters, thus knowing their own character bias. At the same time the app provide red, yellow, blue, green four colour corresponding character interpretation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    We extend the Eclipse IDE with tools for development in Haskell, a functional programming language, providing support for a wide range of tools (compilers, interpreters, doc tools etc.) in a coherent, convenient and configurable environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    WinRaidMonitor

    WinRaidMonitor

    Windows Software RAID Monitor

    This little utility monitors the health of your Windows software RAID. It's based on Java, but can easily be called periodically from Windows task scheduler, and/or at system startup (configuration and batch file is included). WinRaidMonitor can send emails to a specified email address (supports SSL connections to SMTP server and user/password authentication).
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    MolTPC

    MolTPC

    MolTPC provides a solution for fully automatic tautomer enumeration.

    ...The few freely available software packages limit their output to a subset of the possible configurational space by sometimes unwanted prior assumptions and complete neglection of ring-chain tautomerism. MolTPC provides an adjustable and fully automatic approach for this problem. The original publication can be found on http://onlinelibrary.wiley.com/doi/10.1002/jcc.23397/full.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JChart2D

    JChart2D

    jchart2d is a real-time charting library written in java.

    JChart2D is a easy to use component for displaying two- dimensional traces in a coordinate system written in Java. It supports real-time (animated) charting, custom trace rendering, Multithreading, viewports, automatic scaling and labels. Former UI controls (right click context menu, file menu) have been ported to the subproject jchart2d-uimenu (https://sourceforge.net/projects/jchart2d-uimenu.jchart2d.p/) for the benefit of having no dependencies to 3rd party libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    Modabi

    Modabi is a Modular Data Binding system for Java

    Modabi is a Modular Data Binding library for Java, which aims to provide users with the most flexible and comprehensive feature set possible. Modabi can be used to provide mappings between Java objects in memory and a number of formats, including Yaml and XML, without any modification to existing business objects. Check out the wiki for a more in depth examination of the features of Modabi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    argument

    Command line argument parser library for Java

    Moved to GitHub https://github.com/fedups Command-line argument compiler and parser. With just two lines of code you can start to set up a command-line interface to your Java programs. Many advanced features including "required", "positional", "multiple", and the most advanced - "group"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Wanda POS
    Wanda POS - Africa's Gift to the World
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    CUbRIK

    CUbRIK

    Human-enhanced time-aware multimedia search

    The CUbRIK project provides a modular framework and distributed system architecture for flexible design and implementation of multimedia search applications. The framework supports hybrid workflows that combines automatic computation with CROWD-enabled and GWAP-enabled human computation.
    Downloads: 0 This Week
    Last Update:
    See Project