Search Results for "fuzzy logic with java" - Page 5

Showing 530 open source projects for "fuzzy logic with java"

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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    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
  • 1
    eGERLYVER  x64  - Cornish Dictionary

    eGERLYVER x64 - Cornish Dictionary

    NEW AND UPDATED - check out e.GERLYVER x32 and e.GERLYVER FOR THE MAC

    A Cornish - English Dictionary with more than 13,500 records. Search, Add, Edit and Customise to your own orthography. The included word list i n the SWF is offered as a 'base' for you to expand, edit and develop to preferred spelling system. User name is 'Admin' and no password required. Tested and virus free! Please ignore the Windows caution and install anyway. This is FREE software and it is very expensive to register the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Open Source Data Quality and Profiling

    Open Source Data Quality and Profiling

    World's first open source data quality & data preparation project

    This project is dedicated to open source data quality and data preparation solutions. Data Quality includes profiling, filtering, governance, similarity check, data enrichment alteration, real time alerting, basket analysis, bubble chart Warehouse validation, single customer view etc. defined by Strategy. This tool is developing high performance integrated data management platform which will seamlessly do Data Integration, Data Profiling, Data Quality, Data Preparation, Dummy Data...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    ARouter

    ARouter

    Framework for assisting in the renovation of Android componentization

    Supports direct parsing of standard URLs for jumps and automatic injection of parameters into target pages. Support for multi-module. Support for interceptor. Support for dependency injection. InstantRun support. MultiDex support. Mappings are grouped by group, multi-level management, on-demand initialization. Supports users to specify global demotion and local demotion strategies. Activity, interceptor and service can be automatically registered to the framework. Support multiple ways to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Logisim
    An educational tool for designing and simulating digital logic circuits, featuring a simple-to-learn interface, hierarchical circuits, wire bundles, and a large component library. As a Java application, it can run on many platforms. Fork of Logisim with some improvements and new components. This version is compatible with the original version 2.7.* *** IMPORTANT *** It is necessary to add the new components library if loaded files from the early version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    exchange-core java

    exchange-core java

    Ultra-fast matching engine written in Java based on LMAX Disruptor

    Exchange-core is an open source market exchange core based on LMAX Disruptor, Eclipse Collections (ex. Goldman Sachs GS Collections), Real Logic Agrona, OpenHFT Chronicle-Wire, LZ4 Java, and Adaptive Radix Trees. HFT optimized. Priority is a limit-order-move operation mean latency (currently ~0.5µs). Cancel operation takes ~0.7µs, placing new order ~1.0µs. Pipelined multi-core processing (based on LMAX Disruptor): each CPU core is responsible for certain processing stage, user accounts shard, or symbol order books shard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    exchange-core

    exchange-core

    Ultra-fast matching engine written in Java based on LMAX Disruptor

    Exchange-core is an open-source market exchange core based on LMAX Disruptor, Eclipse Collections (ex. Goldman Sachs GS Collections), Real Logic Agrona, OpenHFT Chronicle-Wire, LZ4 Java, and Adaptive Radix Trees. Designed for high scalability and pauseless 24/7 operation under high-load conditions and providing low-latency responses. Single order book configuration is capable to process 5M operations per second on 10-years old hardware (Intel® Xeon® X5690) with moderate latency degradation. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Mojito

    Mojito

    An automation platform that enables continuous localization

    Mojito is a continuous localization platform. Rely on continuous integration to collect all of your software strings in one place. Check what products need localization in real-time. Create and import translation packages with a single click. Search and edit translations across all products and languages! And if you have a small dedicated translation team, they can work directly in Mojito.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WebRTC Android

    WebRTC Android

    webrtc VideoCall VideoConference

    WebRTC Android is a sample project that showcases how to implement real-time peer-to-peer communication (audio, video, and data) on Android using WebRTC. It demonstrates a complete pipeline—from signaling and connection setup to media capture and transmission—making it an excellent reference for developers looking to integrate WebRTC into their mobile apps. The project includes UI components and handles network state changes, codec configuration, and ICE negotiation to provide a robust base...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Picross is a logic game in which you have to fill squares in a grid to reveal a picture. Licensed under CeCILL, it's a free software written in Java. It can be run as a stand-alone application, as an applet, or as an Android application (WIP).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    ThirtyInch

    ThirtyInch

    A MVP library for Android favoring a stateful Presenter

    This library adds Presenters to Activities and Fragments. It favors the stateful Presenter pattern, where the Presenter survives configuration changes and the dumb View pattern, where the View only sends user events and receives information from the Presenter but never actively asks for data. This makes testing very easy because no logic lives in the View (Activity, Fragment) except for fancy animations which anyway aren't testable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ObjectVolume

    ObjectVolume

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

    The ObjectVolume program calculates the volume, surface area and centroid of a closed triangular mesh represented in an object file (.obj). 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...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Anaphraseus
    Anaphraseus is a CAT (Computer Aided Translation) tool, OpenOffice.org 2-3 macro set for OpenOffice/LibreOffice Writer similar to famous Wordfast. It works with the Wordfast Translation Memory format (*.TXT), and supports text segmentation.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13
    vlayout

    vlayout

    LayoutManager extension for RecyclerView

    vlayout customizes a VirtualLayoutManager, which inherits from LinearLayoutManager and introduces LayoutHelper Virtual layout manager manages a series of layouthelpers, and gives the specific layout ability to LayoutHelper. Each LayoutHelper provides a layout method. The framework provides several common layout types, including grid layout, linear layout, waterfall flow layout, suspended layout, suction side layout, etc. In this way, the ability of mixed layout is realized, and the extension...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    FreeMarker template engine

    Generates text that depends on changing data (like dynamic HTML).

    FreeMarker is a template engine. That is, it provides an easy way to generate text (HTML, source code, configuration files, emails, etc.) that depends on changing data. It's designed to separate the rendering/formatting logic (like visual design, HTML issues, etc.) from the backing application logic and technical complexity. It has a flexible API so you can integrate it into your application the way that best fits it.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 15
    Mahuta

    Mahuta

    IPFS Storage service with search capability

    Mahuta (formerly known as IPFS-Store) is a library to aggregate and consolidate files or documents stored by your application on the IPFS network. It provides a solution to collect, store, index, cache and search IPFS data handled by your system in a convenient way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java library to build an application server and to design business logic by xml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Material DateTime Picker

    Material DateTime Picker

    Pick a date or time on Android in style

    Material DateTime Picker tries to offer you the date and time pickers as shown in the Material Design spec, with an easy themable API. The library uses the code from the Android frameworks as a base and tweaked it to be as close as possible to Material Design example. (Android 4.0 was supported until 3.6.4). The easiest way to add the Material DateTime Picker library to your project is by adding it as a dependency to your build.gradle. You may also add the library as an Android Library to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Adaptor Logic Sequence Consumer

    Client library to asynchronously receive data updates

    Open source Java client library to work with Adaptor Logic (tm) DaaS servers and retrieve data asynchronously from the time series database (TSDB). This project is part of the Data as a Service platform implemented by Adaptor Logic. Adaptor Logic (tm) is a product of Interact Computer Services Ltd.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Pocket Application Maker. Combination of a rapid GUI generator and a flexible "text generator/commander" to handle both design and logic of an application simply from a text file. All with SQL capability (sqlite integrated).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Adaptor Logic TSDB Client

    Adaptor Logic TSDB Client

    Client library to work with Adaptor Logic TSDB's

    Open source Java client library to work with Adaptor Logic (tm) servers and fetch data from Time Series Databases (TSDB). This project supports the Open Data and general access to TSDB data for UK local authorities using the Adaptor Logic web portal for their integration requirements. Adaptor Logic (tm) is a product of Interact Computer Services Ltd.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Moqui Ecosystem
    The Moqui Ecosystem is a series of open source components for enterprise applications all built on a common framework (Moqui Framework) written in Java and Groovy. The components include tools that plug in to the framework, business artifacts, and applications. Some of the popular tool plug ins include ElasticSearch, Apache FOP, Apache Camel, OrientDB, and Hazelcast. The business artifacts later includes a universal data model (mantle-udm), service library (mantle-usl), reusable...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 22

    NXT Line Track. w. Fuzzy Logic

    NXT Robot: Line Tracking with Fuzzy Logic

    A NXT Robot performs Line Tracking and is controlled by Fuzzy Logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ImmersiveEngineering

    ImmersiveEngineering

    Wires, transformers, high voltage

    A Minecraft mod that introduces a range of machines and tools inspired by industrial technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HOBBIT Java SDK Example

    HOBBIT Java SDK Example

    Integrate your benchmarks and systems into the HOBBIT platform

    ...The repository may be cloned and used as a HOBBIT-compatible basis for the future project (benchmark or system). The tests allow developers to debug components either as pure java codes or packaged into docker containers. Fully tested docker images may be uploaded and executed in the online platform without any modifications. Please find the basic benchmark component implementations in the sources folder. You may extend the components with logic of your benchmark and debug the components as pure java codes by running the make test-benchmark command or execute checkHealth() method from ExampleBenchmarkTest) in IDE. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EasyPermissions

    EasyPermissions

    Simplify Android M system permissions

    EasyPermissions is a wrapper library to simplify basic system permissions logic when targeting Android M or higher. If your app is written in Kotlin consider the easypermissions-ktx library which adds Kotlin extensions to the core EasyPermissions library. To begin using EasyPermissions, have your Activity (or Fragment) override the onRequestPermissionsResult method. If all of the permissions in a given request are granted, all methods annotated with the proper request code will be...
    Downloads: 0 This Week
    Last Update:
    See Project