Search Results for "java development kit" - Page 118

Showing 14688 open source projects for "java development kit"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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
  • 1
    Regression Suite

    Regression Suite

    Test suite with unit regrssion and execution statistics

    RegressionSuite is a software test suite that incorporates measurement of the startup lag, measurement of accurate execution times, generating execution statistics, customized input distributions, and processable regression specific details as part of the regular unit tests. Essentially, RegressionSuite provides the frame-work around which the individual unit regressors are invoked (and details and statistics collected). Unit regressors are grouped into named regressor sets (or modules),...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    kunludi

    MultiLingual Interactive Fiction

    A multi-lingual text adventure (=interactive fiction) game developing and playing system. You will be able to start playing in one language and, each in the middle of the game, switch to another language. By message translation of a game, it will be playable in that language. The code of the game itself it remains apart. It's like translate the subtitle file of an foreign film. This opens the posibility to cross-culture text games. Rather than typing, the interaction will be by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Cloud7

    Central Software Configuration by Java API and SOAP Service

    CLOUD SEVEN is API and middleware together. C7 * stores central configurations in a database * is a useful tool to configure applications which run distributed on different hardware * provides a simple user administration with rights and actions * is good for small and big companies as well. * helps developers, and admins * provides configurations which can be valid for all machines (instances) or may be exclusive for single instances * can be used by API and SOAP (JMS is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    HexLib - Java component for Hex-Editor
    A Java component which displays bytes in Hex- and ASCII-format. The component is designed as a standalone lib. A complete interface which provides the function of an HexEditor based on this lib exisits under the Fork of this project.
    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.
  • 5

    atfwk

    Automation GUI test framework

    Automation test framework based on the Page Object design pattern. Selenium 2 WebDriver (IE) implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    My News

    My News

    An Android app that lets you search websites for articles.

    My News is an Android application that lets you enter websites, and associate keywords with each website. You can then search for pages/articles on those websites all at once. You can add and delete websites and keywords. The application is still in early development, so there are a lot of features still to be implemented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    M1_PatronProject

    Projet de MIAGE M1 : Patron et Programmation

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    projectbamboo

    projectbamboo

    Applications and shared infrastructure for humanities research.

    Project Bamboo began in 2008 with support of the Andrew W. Mellon Foundation, and began technology development in October 2010 after an 18-month planning phase involving more than a hundred universities in the U.S., Europe, and Australia. The Bamboo Technology Project (BTP) involved ten campuses. The BTP adapted research environments for humanities scholars; and developed/adopted infrastructure, with a focus on federated IAM, to allow librarians and technologists to better support humanities...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ghaggis

    GHC : Glasgow Haggis Compiler

    This is a compiler for the 'pseudocode' Haggis used by the Scottish Qualifications Authority for specifying pseudo code. The compiler is implemented in Java.
    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
  • 10

    SJXML

    Simple Java wrapper for W3O XML processing

    SJXML is a simple wrapper around complex W3 DOM XML processing API. It provides simpler API to deal with relatively small XML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Jamon is a text template engine for Java, useful for generating dynamic HTML, XML, or any text-based content. In a typical Model-View-Controller architecture, Jamon clearly is aimed at the View (or presentation) layer.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12

    Simple2D

    A simple Java library to simplify menial and advanced graphics & tasks

    Simple2D is a Java library containing a plethora of tools with the aim of helping developers complete tasks from menial to advanced more easily than they could using the default Java API
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A Practical Agent Programming Language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15

    Simple Pojo/Bean Mapper

    An ANT task to generate the conversion classes to allow you to create

    The original use for this was to take data out of a set of Hibernate DAO objects and create a variety of XML DOM objects from them. In the project that instigated this work the mapping between the DAOs and the XML DOM was not one for one and encoding the conversion into the DOAs was not a good idea. While at first sight this may seem similar to dozer (http://dozer.sourceforge.net) the primary difference is that this is code generation and does not have the overhead of using introspection at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    MWE2 Derivator

    The derivator is a mwe2 workflow comp. for auto inheritance generation

    ** JUST CHECK OUT THE CODE (svn) OR DOWNLOAD THE ECLIPSE PROJECT FROM FILES - AN EXAMPLE OF HOW TO USE THE DERIVATOR IS CONTAINED IN BOTH ** This component was developed for the use in a xtext project. A possible use case is enhancing auto generated classes or interfaces with additional functionality. For example: you define your grammar within a .xtext file. The mwe2 workflow generates xtext artifacts (classes and interfaces) representing your language. If you want to add further...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    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: 0 This Week
    Last Update:
    See Project
  • 18

    gcRadar

    A library for monitoring the garbage collection of app objects

    ... enables the application to be aware of the memory constaraints that arise at runtime. The workings of the mythical Java Garbage Collector have for long eluded the common developer. Now by gcRadar enable you to record the life and death of objects at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    OtrosVfsBrowser

    OtrosVfsBrowser download page

    Since Google code is not supporting downloads, downloads can be found on sf.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ENRICH Garage Engine (EGE) is a java based tool which, by means of plug-ins, provides services for data conversion, transformation and validation. The software was initially created by PSNC and OUCS as a part of the ENRICH project funded by the EC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    TextualModelGenerator

    Generator for textual models by applying different techniques

    This is a project created and supported by: Angel Castellanos Juan Cigarrán Recuero Ana García Serrano This projects allows the modelling of textual contents by applying different techniques: TF-IDF KLD Mutual Information Chi^2 With this application the users can be able to extract the most representative terminology of a textual collection. The application is Java-based, allowing their execution in several platforms and operative systems (Windows, Linux, MacOS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Bin Packing with Genectic Algorithm

    Bin Packing with Genectic Algorithm

    Bin Packing problem solved using Genectic Algorithm

    This project contains a solution for a Bin Packing problem solved using Genectic Algorithms. The code in the project was created as a solution for a problem in a combinatorial optimization class at the Univeridade Federal do Rio Grande do Sul (UFRGS - Brasil) in 2007.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23

    jsonunicode

    Java character encoding API for JSON

    Detects the Unicode Transformation Format (UTF) encoding of JSON documents. Useful for Gson, JSON.simple and the org.json API in Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Linking AnalyzerTask for iQser GIN

    niPRO AnalyzerTask to calculate link popularity

    AnalyzerTask to calculate the link popularity (SIN LP) for ContentObjects integrated into the iQser GinServer. Developed by niPRO-Project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Moderne é uma ferramenta que a apoia a especificação e execução de processos de desenvolvimento de software que usam as abordagens MDA (Model Driven Achitecture) e TDM para a construção e teste de software. A especificação dos processos na Moderne é baseada em metamodelos que estendem os conceitos do SPEM para dar suporte a aspectos específicos de processos MDA e TDM (para mais informações sobre os metamodelos estendidos e o SPEM, ver seção SPEM). A ferramenta possui dois módulos: o...
    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.