Search Results for "java component" - Page 9

Showing 760 open source projects for "java component"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start 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

    JFontChooser

    a font chooser component for java.

    a font chooser component for java. provide selection for: 1. font (installed and un-installed) 2. font size 3. font style 4. text 5. text color CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    JTextChooser

    a text chooser component for java.

    ---------------------- NOTE ---------------------- a better component derived from this project is at https://sourceforge.net/projects/jfontchooserx/ please use JFontChooser from now onwards as this project is shifted to JFontChooser. ------------------------------------------------------ a text chooser component for java. provide selection for: 1. font 2. text 3. text color 4. font size 5. font style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    NCP+

    Network Control Plane

    Network Control Plane is the component of the GEYSERS architecture responsible for the automatic, seamless and one-step setup of IT & networks resources through GMPLS extended protocols and engines; and the Network+IT Provisioning Service (NIPS), which includes all the specific transactions among the application layer, the NCP and the logical layer to instantiate the distributed IT service. More details: 1.User Guide -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Java File Copy Library is a software library that provides an easy and powerful API for file copy operations. You can define a batch of copy jobs with regular expressions and can use a Swing Component to show the overall copy progress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 5

    JFontViewer

    a java based font viewer

    ---------------------- NOTE ---------------------- a better component derived from this project is at https://sourceforge.net/projects/jfontchooserx/ please use JFontChooser from now onwards as this project is shifted to JFontChooser. ------------------------------------------------------ JFontViewer v0.1 ------------------------------------- a font viewer in java ------------------------------------- Dependency: this project is a derived from JTextChooser v0.1.2 ------------------------------------- Developed By : deepak pk Email : deepakpk009@yahoo.in ------------------------------------- This Project is Licensed under LGPL CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OpenPCL - Open Source PCL Viewer, Converter & Toolkit. It can be used as a backend component for developers/integrators or as a standalone desktop application for end users.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7

    JPDBC

    Design by Contract for Java

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    little sister

    little sister

    get and monitor measure points and analyze and show system status

    The lilsis core component takes measure points of various systems periodically. Analyzers evaluate indicator values and properties and change the system status accordingly. The lilis helper components persist the status, execute dependent jobs like reorganize a database, generate reports and alert the staff. A web GUI shows lilsis status and enables to browse the history.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PIN

    PIN

    Provenance in NetLogo

    This tool can trace, capture, query and visualize the dependency provenance in NetLogo. It consists of four main components: a source code analyzer used to automatically add probes to the model's source code, a NetLogo extension for capturing the provenance traces generated from probes, a non-preprocessing (NP) provenance slicing technique for computing provenance slices using provenance traces, and a visualization component for visualizing the provenance slices. It is compatible with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 10
    Swing Artist

    Swing Artist

    Mini Java IDE and Swing builder

    ...The work is focused on the layout of the components that gives the interface a clear and consistent look, conforming to specifiable interface guidelines, in an application and across applications. This interface builder provides an environment for specifying component and layout specifications for the interface of Java applets and applications. The tool enables anyone who knows the semantics of the Java Abstract Windowing Toolkit (java.awt) to build quality interfaces. This is achieved by integrating general design principles
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    JColorChanger

    Color Changer based on RGB color values

    Simple tool for displaying and selecting colors based strictly on their RGBA color values. Great for gaining a better understanding of various color effects and/or selecting RGBA values. Includes JTextField where integer [0-255] can be typed and a JSlider with listeners connected to a preview which monitor and display the selected color in conjunction with any change. Also included is a button panel which perform various functions on the RGBA values when clicked.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Content Server Adjustment

    Content Server Adjustment

    CSA module specified and implemented within ALICANTE FP7 EU project

    Adjustment of content servers enables to lower the probability of congestion and overload situations in the network as well as dealing with such situations if they occur. It brings benefits to all the parties involved in Media delivery. For the End Users it results in a higher Quality of Experience of the received media content, the Service Provider is able to ensure better service increasing clients’ satisfaction, and the Network Provider achieves reduction of overloads within the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    andDEECo

    DEECo component model implementation for Android platform.

    DEECo component model implementation for Android platform. This library will allow to develop applications using DEECo components for Android platform. The library will utilize WiFi Direct technology to form ad-hoc networks for component interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    entityRogue

    Attempt to write a roguelike using an entity-component system

    Attempt to write a roguelike in java using the entity-component framework artemis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    jTernaryPlot

    jTernaryPlot

    A free Java ternary/triangle plot/diagram for geoscientists

    A free Java Ternary plot which is the way to classify igneous or/and sedimentary rocks. The ternary diagrams are used to represent the relative percentages of any three component system as A, B, and C.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    AMOS 2013

    AMOS 2013

    RFID Inventory Management

    RFID Management - development component control
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Abuse Filter

    Abuse Filter

    Abuse Filter - Sugar!

    This is a Java based abuse filter. It can be used as a servlet filter component or as standalone component, to filter all identified abuse words (configurable).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Columns Plug-in for Eclipse defines the concept of 'column' and some functions of this editable component. Functions such as copy, paste, cut, fill, lowercase, uppercase, search and replace, columns history and others are provided.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Digital Content Component (DCC) is a self-descriptive unit to encapsulate any kind of content artifact. Designed to be reused and adapted, DCCs encapsulate data and software using a single structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    dms-project-se

    dms-project-se

    Crowdsourcing. Citizen journalism for disaster notification.

    This disaster management system is a powerfool tool that exploits the power of citizen journalism / crowdsourcing to help authorities provide a more effective disaster response. This system is a two component solution. A mobile application for reporting of all disaster instances and a web component for viewing realtime reports plotted on a map and manipulating them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Open Pandora's Box

    Open Pandora's Box

    Pandora is an artificial intelligent web based bot

    Pandora is an artificial intelligent web based bot written in Java. Pandora is a component based AI architecture including, database memory, XML, voice, voice rec, chat, IRC, HTTP, Wiktionary, Freebase, consciousness, language, GUI, applet, web, jsp, Android
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    editor E++ - freeware HTML editor, PHP editor, C++, JavaScript, ASP, HEX editor. Based on the powerful editing component Scintilla, E++ is written in VB.NET.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    This project hosts experimental extensions and applications of the Epsilon Eclipse GMT component (www.eclipse.org/gmt/epsilon).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Java Dynamic Component Framework

    This is a lightweight java dynamic component framework

    ...The main goal of the Java Dynamic Component Framework (jdcf) is to simplify the writing (and reuse) of individual Java components, parts of distributed networked application. The model of the application is described in an XML file. The components are pure Java classes file using a pure Java middleware. Each component may be packaged in a jar or several related components may be packaged together.
    Downloads: 0 This Week
    Last Update:
    See Project