Search Results for "java development kit" - Page 65

Showing 14683 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
  • 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

    JavaLambdaCompose

    Utility methods for composing functional lambda expressions

    Provides for composing functional lambda instances to improve run-time efficiency and flexibility. The composition avoids excessive call stacking when processing multiple Predicate or Consumer instances, and can avoid the processing overhead of Collection.stream().filter().forEach() by replacing with Collection.forEach() using a composed Consumer from a Predicate and Consumer. Includes utility methods for composing an Iterable or array of Predicate instances into a single Predicate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This framework provides an efficient and consistent solution for pagination search over large result set in J2EE.Its idea is to load only the particular page of data rather than all records that satisfy the input search criteria from database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Json

    Json

    The jBRGates is a lightweight library for serializing beans to Json.

    The jBRGates is a lightweight library for serializing beans, maps, collections, arrays and Enum to Json and back again to beans.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    esis-framework
    During the course of developping ESIS it became clear that we had developed a framework that could be used to develop other applications. So we made the decision to extract that framework to make it available to the community.
    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
    **NOTE**: As of 2017-Sep-14, this project was **moved to [github](https://github.com/15knots/cmakeed)**. Please file any issues there. ----- Eclipse plug-in for editing CMake files such as CMakeLists.txt. Provides syntax coloring, CMake command content assist, and the CMake command reference incorporated into the Eclipse help system. Requires Java 5 or higher and Eclipse 3.4 or higher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Binary Stream Editor

    A stream editor in java that can handle text/binary formats

    A stream editor that can be invoked by another java program or also the command line. It can handle binary data too. Unlike newline based programs like sed, it allows different ways of reading the stream through the traverser, buffer and commands interfaces. A traverser decides how the data is read. This data is stored in the buffer. The commands decide what to do with this data. All data is handled as characters, by specifying an encoding. For binary data, the encoding ISO-8859-1 is used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Android-Bootstrap

    Android-Bootstrap

    Bootstrap style widgets for Android, with Glyph Icons

    Android Bootstrap is an Android library which provides custom views styled according to the Twitter Bootstrap Specification. This allows you to spend more time on development rather than trying to get a consistent theme across your app, especially if you are already familiar with the Bootstrap Framework. Create buttons that support Glyph icons, and are themeable using Bootstrap Brands. BootstrapButtonGroup Allows BootstrapButtons to be grouped together and their attributes controlled en masse...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JBit
    JBit is small java application for mobile phones (MIDlet) that gives you a programmable 8-bit microcomputer. With JBit, you can edit, save, run and debug assembly (6502) programs directly on your phone.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    The Text Trix editor is an open-source, cross-platform text editor with a mind for user-friendly file and text navigation. See our new GitHub home for the latest and greatest Text Trix development: https://github.com/the4thchild/texttrix
    Leader badge
    Downloads: 4 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
  • 10

    Regex Creator

    Tool to help create regular expressions (regex)

    Regex Creator is a tool to help create regular expressions (regex). The goal is to make it as easy and as fast as possible to create regex. You paste the text to parse, specify the values to extract and generate the regex. You can also debug a regex. New v2.0 has improved UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    VCC4N

    Visual C++ Compiler For NetBeans

    VCC4N (Visual C++ Compiler For NetBeans) is a plugin used to compile C/C++ code in NetBeans IDE with Microsoft Visual C++ compiler. Visit the Wiki for more information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Android Material Intro Screen

    Android Material Intro Screen

    Inspired by Heinrich Reimer Material Intro and developed

    Material intro screen is inspired by Material Intro and developed with love from scratch. I decided to rewrite completely almost all features in order to make the Android intro screen as easy to use for everyone and as extensible as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Easy-to-use Reverse Polish Notation (RPN) Java Library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BottomSheet

    BottomSheet

    Android component which presents a dismissible view

    BottomSheet is an Android component which presents a dismissible view from the bottom of the screen. BottomSheet can be a useful replacement for dialogs and menus but can hold any view so the use cases are endless. This repository includes the BottomSheet component itself but also includes a set of common view components presented in a bottom sheet. These are located in the commons module. The IntentPickerSheetView component presents an intent chooser in the form of a BottomSheet view. Give...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    EnterAccess

    Full JAVA JDBC Interface to MS Access using Jackcess

    This JDBC interface serves as a full JAVA interface to MS Access files. It was developed to support the Software-Independent Archival of Relational Databases (SIARD) of the Swiss Federal Institute. It is based on the project Jackcess for accessing MS Access files and makes use of the project H2 for parsing SQL. It is an alternative to the JDBC interface UCanAccess, whose metadata and type support and very limited SQL for DDL and DML queries could not be adapted for the purposes of SIARD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Docker Client

    Docker Client

    A simple docker client for the JVM

    A simple docker client for the JVM. This is a Docker client written in Java. It is used in many critical production systems at Spotify.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Jillion
    Java bio-informatics library to analyze and convert genomic sequence and assembly data. This library was created and used by the J. Craig Venter Institute (JCVI)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GGPServer is a web server based on Apache Tomcat that allows to play and watch matches between registered general game glaying (http://en.wikipedia.org/wiki/General_Game_Playing) programs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Saros - Distributed Party Programming
    Saros brings multi-writer synchronous distributed editing to the Eclipse IDE, e.g. for joint code reviews, explaining code remotely, or distributed pair programming -- all also for more than 2 participants; we call this Distributed Party Programming. It includes refined awareness functionality, text chat, and a simple distributed whiteboard/sketching facility. Eclipse Update Site: https://www.saros-project.org/update-site/eclipse
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Swift

    Selenium Hybrid Automation Framework with BDD tool Cucumber

    Mastek has successfully developed a highly configurable Hybrid Automation framework: “Swift” using Selenium tool that offers quick turnaround for Automation Suite Implementation with support of Keyword & Data Driven framework approach. The Automation regression suite can be created or modified using tester friendly keywords for modules, screens, and verifications, thereby ensuring a more effective and efficient Test automation process and better ROI through the complete application life...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A framework/platform for Trade Finance business.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PrimeFaces CRUD Generator for NetBeans

    Generate PrimeFaces Pages from Entity Classes in NetBeans

    This module provides a forked version of the JSF Pages from Entity Classes wizard inside NetBeans but produces PrimeFaces JSF pages with page layout, menu and dialog boxes. The page style is inspired by Emre Simtay's blog "Simple CRUD Web Application with JSF 2.1, PrimeFaces 3.5, Maven and JPA".
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    NewFramework

    Java Framework of Solutions for Common Problems

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    JAsyncSocket

    Java asynchronous socket library

    Basic Java infrastructure for asynchronous socket service clients and servers. Inspired by asyncore Python module. See doc/TestServer.java for a server implementation example. See doc/TestClient.java for client implementation examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Artificial Intelligence techniques applied to common software tasks, using First Order Logic; N3, OWL ontologies and rules. Enables component-based application building, platform independence, user-friendliness. Leverage on Euler inference engine + GUI.
    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.