Search Results for "java development kit" - Page 113

Showing 14688 open source projects for "java development kit"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 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.
  • 1
    Calculates Natural Product(NP)-likeness of a molecule, i.e. the similarity of the molecule to the structure space covered by known natural products. NP-likeness is a useful criterion to screen compound libraries and to design new lead compounds. Maven dependancy: <dependency> <groupId>uk.ac.ebi.cheminformatics</groupId> <artifactId>NP-Likeness</artifactId> <version>2.1</version> </dependency> Required repository: <repositories> ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    JUEL is an implementation of the Unified Expression Language (EL), specified as part of the JSP 2.1 standard (JSR-245), which has been introduced in JEE5. JUEL 2.2 implements the JSP 2.2 maintenance release specification for full JEE6 compliance.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    androidx86-openstack

    Android virtual machines running on Openstack Clouds

    This is the first ever project that ports Android OS into an image that can be used to create Android virtual machines running on Openstack clouds with full virtualisation support. Currently we only support Android 4.4 Kitkat 64bit distribution. Instructons on how to create the image yourself: http://thisismyeye.blogspot.co.uk/2014/04/enabling-virtio-drivers-on-kernel-for.html This image is not perfect yet. Contributors are welcome! This work is done by Chathura Madhusanka...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Data Factory

    Generates Random Test Data

    Java API to generate random data--useful when developing applications that require a lot of sample data. This project uses various data sources, which can be found in the README files in the src folder of the source code. I have placed an overview of the basic features here: http://thoughts.baseprogramming.com/?p=60
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5
    FlexGen is a flexible random map generation library for games and simulations. Maps are generated by randomly laying down map tiles so that their edges match. You can define map tiles however you want to determine what type of map is created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Maven plugin for continuous integration of Adobe Flex applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XML-based ISO standards for documents (OOXML, ODF, XHTML ...) have facilitated the task of report generation. The JAVA library XTP ( XML Template Processor ) fills report templates (created by designers) with raw data (in XML format).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A Java-Library, providing an easy to use interface to control a model railway via the SRCP-protocol. Please Note: development of this library is continued on https://github.com/forkch/jsrcpc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Java-based Open Source WAF (Web Application Firewall) to include inside a web application in order to protect it against attacks like Cross-Site Request Forgery (CSRF), Parameter Manipulation and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 10

    ESQL Sonar Plugin [Move to GitHub]

    Sonar plugin to analyze Broker ESQL-code

    A Sonar plugin to analyze ESQL-Code written for IBM Websphere Message Broker
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Development stage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ECharts is a state machine-based programming language for event-driven systems derived from the standardized UML Statecharts language. ECharts has a proven track-record in a large-scale commercial deployment. Take a look at what ECharts has to offer!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ExpressionOasis is a java based framework for evaluating the various type of expressions like arithmatic, logic expression etc. The framework is flexible enough to define any new grammer rules or operators.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    A group of Java-based testing tools and JUnit extensions aimed at increasing quality awareness and ease of introduction of testing tools into the development cycle. Examples are Automated documentation, class hierarchy unit testing, and code coverage.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    StarUML C++ Module

    A StarUML C++ Module supporting incremental reverse engineering.

    This StarUML module for C++ provides practical support for legacy systems. It uses the StarUML as a KDM (Knowledge Discovery MetaModel) framework for existing systems. The module provides an incremental reverse engineering for C++ code with a set of configurable options, such as using namespaces or folder as packages, create attributes for relations or handle properties as relations,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Concurrency Freaks

    A library with Scalable (and fast) Read-Write locks

    This library contains Java code for several Read-Write Locks: - ScalableRWLock: A rw-lock that scales with the number of threads doing read-lock. - ScalableRWLockS: Similar to above but different implementation. - ScalableStampedRWLock: An hybrid of the ScalableRWLock and the StampedLock provided in JDK 8, which provides good overall performance. - FAARWLock: Uses a Fetch-And-Add operation for the read-lock which means it is not so scalable as ScalableRWLock but it is still faster than...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    XMLPortletFactory
    Project aimed to: Easily generate a complete Liferay CRUD portlet from an XML file. Easily extend / modify what is being generated. Finally, to have an even greater liferay portal experience.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Groovy Monkey is a Utility for Eclipse that enables you to create scripts in Groovy, Beanshell, Python or Ruby to run directly in Eclipse. This tool can be used to Eclipse API exploration, automation scripts, and rapid plugin prototyping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Karaz

    Karaz

    KARAZ is a platform to design, produce and run business applications

    Karaz is a new generation software platform helping organizations to design, produce and run powerful business applications based on BPM and MDA. Karaz Contains 3 key components : Karaz App Store : Rich Set of business applications 'ready to use' Karaz Studio : Complete software environment, designed for business analysts to build robust and 'best fit' business applications Karaz Engine : powerful BPM engine based on JavaEE and completly compliant with BPMN 2.0
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    JUDO
    JUDO is a Java IDE for children and beginning programmers. JUDO is designed to be an educational tool to teach programming concepts and to spark excitement and interest in programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Architecture for Virtual Agents with Dynamic Embodiment - A framework for developing virtual environments equipped with virtual agents. Virtual agents are dynamically embodied; they have the ability to deliberatively change the form of their avatar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    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
  • 23

    robotide

    Eclipse plugin for writing RobotFramework tests

    Downloads: 29 This Week
    Last Update:
    See Project
  • 24
    JSystem
    IMPORTANT: JSystem sources were moved to GitHub. Fork us at Top-Q/jsystem JSystem is a framework for writing and running automated system testing projects. For questions, try the relevant forum or send a mail to jsystemtest@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Key Codes

    A quick tool that shows the key you typed and its ASCII code number.

    Type something and hold it down if its a modifier key, and you'll see the key you typed and the ASCII encoding number for that character.
    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.