Search Results for "finite element in java" - Page 2

Showing 155 open source projects for "finite element in java"

View related business solutions
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • 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
  • 1
    vision2

    vision2

    Binocular vision examination using shutter glasses

    Vision2 serves as tool for ophthalmologists and other vision testing professionals. It's useful for a variety of ophthalmology testing applications related to stereo vision. It implements many of classical tests but also new types of vectographic and random dot exams. Program was created as part of diploma thesis in Wroclaw University of Technology in Poland.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Android Sliding Up Panel

    Android Sliding Up Panel

    A simple way to add a draggable sliding up panel to Android apps

    This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. As seen in Umano Android App (now acquired by Dropbox). If you are using the library and you would like to have your app listed, simply let us know. Simply add the following dependency to your build.gradle file to use the latest version. Include com.sothree.slidinguppanel.SlidingUpPanelLayout as the root element in your activity layout. The layout...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Lite Weight Reporter

    Lite Weight Reporter

    Easy, Lite weight, real time, web based, reporting & analytic tool

    ****Refer to the improved version of the same application @ https://sourceforge.net/projects/query2report/ **** Light weight reporter, LWR, is a simple web based reporting building and publishing application. LWR transforms bunch SQL queries to charts and displays in a report. Each report has one or more elements arranged in rows and columns. Each element has title, SQL Query, database connection pointing to database from where data is retrieved and type of graph/table renderer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Finite-Automata

    Finite-Automata

    convert finite automata

    This software can convert epsilon-NFA to NFA to DFA or NFA to DFA and minimization of DFA It works in the windows linux and mac.
    Downloads: 0 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
    Impact Finite Element Program
    Impact is an explicit Finite Element Program Suite which simulates dynamic impact events. It has a range of elements, contact handling and different material laws. Models can be created, solved and analyzed with the included pre- and postprocessor. Impact is based on an Explicit Time stepping algorithm. These kind of codes are used to simulate dynamic phenomena such as car crashes and similar, usually involving large deformations.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    StateChum
    This is a set of regular grammar inference libraries. It contains tools to visualise the resulting grammar as a finite state machine and to actively contribute to the inference process. The repository has now moved to https://github.com/kirilluk/statechum
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Korat2015

    Enhanced Korat supports GUI, FSM, JUNG and JSON.

    Korat is a tool for constraint-based generation of structurally complex test inputs for Java programs. Please see http://korat.sourceforge.net/index.html for more information on the Korat application. Korat 2015 includes the below enhancements to Korat: - Graphical User Interface using Java Swing - Graph Output Format using JUNG (Java Universal Network/Graph Framework) - Finite State Machine Domain - Graph Archival using JSON (JavaScript Object Notation) The Wiki page has...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    TE-locate

    a tool for calling transposons

    TE-locate is a tool to locate all copies of sequences in a reference sequence using read-pairs. TE = Transposable Element Input is NGS-data. Please download all files first (including the demo data) and make your first run then.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    turing machine simulation

    turing machine simulation

    turing machine simulation with gui

    A turing machine simulation. With infinite tape, and finite states of instructions, finite symbols language. Full operational, complete. Coded with reference to http://en.wikipedia.org/wiki/Turing_machine. Have fun!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    A Java WEB application framework featuring: Flows (ie. components designed as finite state-machines usable as subflows, modal dialogs and components), a rendering engine able to refresh only changed parts of a web page via Ajax, and much much more ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FREEML

    FREEML

    Your own fantasy script to xml

    This is a parser and writer to convert free script to xml. The script is defined in a package where each class describes one element. There are certainly other projects of this type. But this project is created to keep this transformation as simple as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Mobster

    Mobster: a robust tool for Mobile Element Insertion detection in NGS

    Mobster is used to detect novel (non-reference) Mobile Element Insertion (MEI) events in BAM files and uses both a discordant read pair method and a split-read method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Java ThreadPool

    Simple java threadpool

    Java ThreadPool is a java framework which gives the user the possibility to execute a divided problem into a finite number of subproblems, execute each subproblems in an asynchronous way and combine the result of each subproblem in a final result for the initial problem. The division of the problem into subproblems and the combining the subproblems' results into a result for the initial problem, is the user responsability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Java FiniteStateMachine

    Simple Finite State Machine in Java

    Implementation of a few Finite Automata in Java. The project is mainly of academic interest but can also be used to describe state transition diagrams in a business application. Check out the project wiki for a quick introduction: https://sourceforge.net/p/javafsm/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    AlgART Java Libraries

    Open source library for processing arrays and matrices

    AlgART Java libraries for processing arrays and matrices are open-source product, distributed under MIT license. So, anyone can use them for free without any restrictions. Main features: 63-bit addressing of array elements (64-bit long int indexes), memory model concept (allowing storing data in different schemes from RAM to mapped disk files), wide usage of lazy evaluations, built-in multithreading optimization for multi-core processors, wide set of image processing algorithms over matrices...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    FPA-CAD

    Function Point Analysis-Computer Aided Design

    FPA-CAD is an application developed to support the measurement of the functional size of the code according to the FPA method of IFPUG. FPA-CAD draws each of the elements of the FPA method. FPA-CAD calculate automatically FPs of each element drawn. FPA-CAD built a report with the results of the project that has been measured
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    GWT-AppNavigation-Project

    GWT-AppNavigation-Project

    Example GWT Project showing how to navigate between different views.

    One of the main features of a GWT application is, that you can write all your code in Java and do not need to care about HTML, CSS and JavaScript. All content can be loaded into the same div-element in one HTML-Standardpage. Sounds perfectly alright, but how do you navigate between different views, if for example you need a loginpage and don´t want the user to have access to your application before entering the right logindata? Of course there is the possibility to have more than one HTML...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    CrowdDoc for Eclipse

    CrowdDoc provides a context-driven documentation from the web

    CrowdDoc is an Eclipse plugin aiming to provide most relevant information for the currently selected code element. The behaviour is similar to JavaDoc view, but is not limited to single language, and uses crowd-sourced documentation resources, such as StackOverflow. The project is inspired by a work from Ninlabs Research (http://blog.ninlabs.com/2012/05/crowd-documentation/) Eclipse p2 update site: http://crowddoc.sourceforge.net/updates
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    We are making the Lucene Korean Analyzer. The Korean Language dictionary is most important element in Lucene Korean Analyzer. We are making the Korean Dictionary for lucene korean analyzer also.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TICO

    TICO

    Interactive communication boards for people with severe disabilities.

    TICO is currently a part of ARASUITE!!!! Please, look for ARASUITE in Sourceforge!!!! https://sourceforge.net/projects/arasuite/ TICO is a tool for the design and execution of interactive communication boards. Communication boards are highly used in augmentative and alternative communication (AAC) environments.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    My ZZZ Knowledge Micro Web Base

    This is a base which stores knowledge in the form of nested sets

    Hi, we are introducing you something new - ZZZ Knowledge Base. This is a base which stores knowledge in the form of nested sets, each set can contain a virtually unlimited number of elements and, in turn, each element can contain multiple elements. The access time from multiple ELEMENT NOT DEPEND ON THE NUMBER OF ITEMS IN IT AND PRACTICAL instantaneous! The access to knowledge base is realized through a "server" to which you can connect an unlimited number of "clients" as one computer can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Stand-alone Java library implementing parser/formatter/comparator/validator for JSON/XML-like text formats oriented on JSON-like object model (list,map,scalar + reflection). Library is designed to maximize adaptivity via set of extendable modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CHSM is a language system for specifying concurrent, hierarchical, finite state machines (an implementation of "statecharts") to model and control reactive systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Chemistry Helper

    A simple easy to use chemistry helper!

    This application is intended to help students with the basics of chemistry. It can solve basic gas laws equations, and find the molar mass of a compound or element. These tasks allow students to cut the repetition out of basic chemistry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    improved jmeter xpath plugins

    xpath plugin for jmeter with local namespace prefixes

    This is a clone of the "normal" xpath asserter and extractor for jmeter. The improvment, which, at least, is essential to me, is that you can define the namespace prefixes locally in the test element (asserter or extractor).
    Downloads: 0 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.