Search Results for "java implementation of perceptron" - Page 5

Showing 2192 open source projects for "java implementation of perceptron"

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
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 1
    mendelson AS2

    mendelson AS2

    Implementation of the EDIINT AS2 protocol (RFC 4130)

    mendelson AS2 is the JAVA-based open source EDIINT AS2 solution. Monitoring- and configuration GUI, async & sync MDN, signatures, encryption, TLS, web interface, pluggable into any servlet container, partner manager, certificate manager, data compression, optional profiles: MA, FN. Localized to Spanish, Italian, Portuguese, German, English, French.
    Leader badge
    Downloads: 99 This Week
    Last Update:
    See Project
  • 2
    Jsaus - Java Simple Audio System

    Jsaus - Java Simple Audio System

    Clip-based Audio System for Java, Replaces java.applet.AudioClip

    Implements AudioClip similar to java.applet.AudioClip, which is instantiated through an InputStream pointing to a WAV file; the operations that AudioClip supports are play, loop, stop, pause, and resume.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OpenAS2

    OpenAS2

    AS2 1.1 server implementation in Java

    OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms. Supports very high traffic volume allowing parallel processing of files per partner. SUPPORT: Please use the Github issues and Discussions channels here: https://github.com/OpenAS2/OpenAs2App/ Requirements: - Java 11 or newer (tested with the LTS versions of Java up to 21...
    Leader badge
    Downloads: 50 This Week
    Last Update:
    See Project
  • 4
    StrongKey FIDO Server (SKFS)

    StrongKey FIDO Server (SKFS)

    FIDO® Certified StrongKey FIDO Server (SKFS)

    An open source implementation of the FIDO2 protocol to support passwordless strong authentication using public-key cryptography. Supports registration, authentication (all platforms), and transaction authorization (for native Android apps).
    Downloads: 41 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
    This library is being further developed by Peak Solution GmbH and now available on GitHub: https://github.com/peak-solution/openatfx The further development features a new Java API and is backward compatible to usage via CORBA as well. Open source ASAM ODS ATFX driver Java libraries.
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • 6
    BSF4ooRexx

    BSF4ooRexx

    Makes all of Java directly available to ooRexx and vice versa.

    BSF4Rexx version for ooRexx 4.1.0 and later, exploiting the new ooRexx kernel (e.g. allowing implementation of Java methods in ooRexx, callbacks from Java to ooRexx). [Camouflages Java as the dynamically typed, caseless and easy to use ooRexx.]
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 7
    mendelson OFTP2

    mendelson OFTP2

    Implementation of the OFTP2 protocol (RFC 5024)

    The mendelson OFTP2 is a JAVA-based open source OFTP2 solution. It contains a logging- and configuration GUI (SWING) and supports encryption, digital signatures, message compression, TLS, certificate exchange, message routing, mail notification
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 8
    GlobalPlatform

    GlobalPlatform

    Implementation of GlobalPlatform smart card specification

    The GlobalPlatform card specification is a standard for the management of the contents on a smart card. Mainly this comprises the installation and the removal of applications. This project offers a C library and a command line shell. Find more information on https://kaoh.github.io/globalplatform/
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 9
    An open source implementation of the High Level Architecture Run-Time Infrastructure. Focused on modularity and flexibility, Portico provides an extensible environment to support HLA simulation development and research.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    CalcTools

    CalcTools

    A library of tools for math calculation

    Java source intended to serve as a nexus for teaching both mathematics and software solutions for computation on iterative equations. Public interfaces allow a user to extend the available operator and function lists to external libraries. Currently the packaged libraries include the CERN Colt library and the Anaconda package of math libraries which include MpMath and SciPy. A user can easily extend the functionality by coding to the provided interfaces and dropping a JAR
    Downloads: 15 This Week
    Last Update:
    See Project
  • 11
    MorganaXProc-IIIse

    MorganaXProc-IIIse

    A Java implementation of XProc 3.1

    Copyright 2011-2025 by <xml-project /> Achim Berndzen MorganaXProc-IIIse is an implementation of XProc 3.1: A Pipeline Language (https://xproc.org/specifications.html). It runs on the Java Virtual Machine, either version 8.0 or 11 (and later). More informations will be added soon. Please see our website https://www.xml-project.com in the meantime.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 12
    JVM Sandbox

    JVM Sandbox

    Real-time non-invasive AOP framework container based on JVM

    ... according to the rules of a certain framework to realize AOP. Dynamic knitting allows the AOP bytecode enhancement of the specified method to be completed during the JVM operation. Most common dynamic knitting schemes use renaming the original method, and then create a new method with the same signature to do the proxy work mode to complete The function of AOP (common implementation scheme such as CgLib), but there are some application boundaries in this way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Persian Calendar is an implementation of the Iranian (Jalali) calendar based on the ICU4J calendar framework.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 14
    OpenPatrician

    OpenPatrician

    Naval trade simulation in the north and baltic sea during 1250 - 1500

    OpenPatrician is a free implementation in Java of Ascaron's classic The Patrician and The Patrician 2. The game is economic simulation located in the European North- and East-Sea in the late middle age.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 15
    Jackcess Encrypt
    Implementation of the encryption service from the Jackcess project (https://sourceforge.net/projects/jackcess/) with support for some forms of Microsoft Access file encryption.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 16
    ASAF - Another Swing App Framework

    ASAF - Another Swing App Framework

    an OSGi-based Swing Application Framework

    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    NanoH5 (tsl2nano)

    NanoH5 (tsl2nano)

    java bean / database driven zero code application framework

    NanoH5 (or FullRelation) is a fullstack UI implementation framework providing a model driven design (MDA). Build a complete html5 application through a given class- or database-model without coding (coding APIs are available).
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18

    JSCover

    JSCover - JavaScript code coverage

    JSCover is a tool that measures code coverage for JavaScript programs. It is an enhanced Java implementation of the excellent JSCoverage tool.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    JForum2

    JForum2

    Bug fixes and enhancements for JForum 2.x

    JForum is a powerful and robust discussion board system implemented in Java. It provides an attractive interface, an efficient forum engine, an easy to use administrative panel, an advanced permission control system and much more. Built from the ground up around an MVC framework , it can be deployed on any Servlet 3.1 container or application server running at least Java 8, such as Tomcat, Jetty and JBoss/WildFly. Its clean design and implementation make JForum easy to customize and extend...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    Perceptron

    Perceptron

    The birth of modern video feedback art.

    Perceptron is a video feedback engine with a variety of extraordinary graphical effects. Perceptron is an endless flow of transforming visuals. Perceptron * recursively transforms images and video streams in realtime and produces a combination of Julia fractals, IFS fractals, and chaotic patterns due to video feedback * evolves geometric patterns into the realm of infinite details and deepens the thought * records animations (movies) * saves and opens presets (state...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21

    kink-lang

    An object-based programming language

    Kink is an object-based programming language, adopting object system without inheritance, and delimited continuation as a building block of control structures. Kink is also an implementation of Kink language runtime, which runs on JVM. • Documentation: https://doc.kink-lang.org/ • Continuous Integration: https://ci.kink-lang.org/ • Maven Central: https://mvnrepository.com/artifact/org.kink-lang/kink
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    This project is devoted to provide a simple software layer for digital signature, when an hardware cryptographic token is required. The default implementation tries to comply as strictly as possible with the italian law digital signature directives.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Carte

    Carte

    Reporting/publishing software written in the Java language

    This project is about reporting/publishing technologies based on the Java(tm) programming language. ** NOTE: the Carte engine repository was moved to https://github.com/css4j/carte as of 2022/08/30 ** * Most of the Git repositories in this project were moved to Github, but two remain active. * Carte is built on top of its 'css4j' subproject (an implementation of the DOM and the CSS Object Model), which is more mature. It is available on Github: https://github.com/css4j CSS4J...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Swing ME

    Swing ME

    Java UI Framework for Desktop/iOS/Android

    A Pure Java implementation of Swing GUI, with Layouts, Borders, Renderers and lots of components including inline TextField, Buttons, Window, TabbedPane and many others. ALL visual and behavioural aspects can be fully customised of ANY component.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    OverCASE

    OverCASE

    A cross-platform integrated CASE system

    An integrated CASE system that: • Supports multiple views and stages of project development – from keeping track of reference documentation to analysis/design modelling, to project implementation, roll-out and tracking the project-related issues. • Supports distributed development of projects by multiple participants, while proactively enforcing access control rules and auditing changes. • Is available on all platforms where development takes place (Windows, Unix/Linux, MacOS...
    Downloads: 3 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.