Showing 358 open source projects for "python user interface"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Compiere MFG+SCM Manufacturing Extended System (MES). Include Shop Floor Control, Supply chain management, Quality management, modbus interface, iReport barcode extension etc. Support batch and on demand manufacturing. Works alone or connected to ERP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This project has moved to https://github.com/hoesterholt/JRichTextEditor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Jupidator is a library/tool in Java for automatic updating of applications with minimum user interaction and small developer effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Bounce, a set of Java and Swing extensions, including ... layout managers like a FormLayout and CenterLayout, image filters, a comprehensive messaging mechanism, a XMLEditorKit with syntax highlighting and automatic indentation and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    WS-JDBC is a client/server JDBC Driver, where the server part is implemented as Web services. This means the custom client JDBC Driver can call the service remotely, from anywhere on the Internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JClaim
    Java Instant Message (IM) Library, Client and Tools. Flexible framework to design your own. AIM, ICQ, Yahoo, MSN, Jabber, SMS, Nate, GoogleTalk. GUI, spell checking and more. Includes a web interface for remote/cell access. Mac, Win, Linux friendly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    WIComponents

    WIComponents

    UI components for apache wicket

    ...Referring to classic component libraries for desktop applications ( like Microsoft Foundation Classes, QT Library or wxWindows) the wicket components provide graphical user interface components for wicket web-applications. Based upon this library it'll be easy to create complex user interfaces for data processing applications and it is a perfect start to migrate old desktop applications to modern web-applications. The project is getting bigger and bigger. Your help is greatly appreciated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GEPETTO - Gene Prioritization in Java

    GEPETTO - Gene Prioritization in Java

    GEPETTO (GEne Prioritization ExTended TOol)

    ...It currently incorporates six prioritization modules, based on gene sequence, protein-protein interactions, gene expression, disease-causing probabilities, genomic context). GEPETTO is written in Java/Python and supported by an advanced modular architecture, which means that it can easily be modified and extended by the user, in order to include alternative scoring methods and new data sources. We intend to extend the system from gene-level to variant-level prioritization, by exploiting the variant data in the MSV3D database. Contact: bmhoan@gmail.com or walter.vincent.fr@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Generic Java framework to build Java applications. Include tools, swing extension, business object, gui managed by pattern MVC, and more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Resolve Support Tickets 2x Faster​ with ServoDesk Icon
    Resolve Support Tickets 2x Faster​ 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
  • 10

    Java Dynamic Component Framework

    This is a lightweight java dynamic component framework

    This lightweight dynamic component framework, implemented in Java in a first time uses no code generation at all but uses only contracts. Contracts are expressed using simple software mechanism as interfaces and/or reflection (from middleware to application). A single small jar hosts the code dedicated to data, event and services management over the network, using contracts, reflection and generics. The main goal of the Java Dynamic Component Framework (jdcf) is to simplify the writing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    The AJAX JSP Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages. Development moved to Mercurial
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    The castafiore J2EE Platform consists of an advanced Web Framework built upon JQuery and a persistence framework built upon hibernate. All together glued with spring 3. We also provide some exciting web tools like a DMS and a Portal designer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    yafra

    yafra

    Apache Cayenne, Wicket, CXF, GWT, EJB examples as a framework

    Yet another (different) framework. Examples around Apache Cayenne. Using different technologies like Apache CXF Google Web Toolkit EJB Apache Wicket Eclipse RCP Java ANSI C Perl Python Bash WE MOVED TO GITHUB.COM !! All sources are now in git on github.com - search for yafra project. Thanks sf.net for the very good service in the past - but now it was time to move on!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    You know the component scanning feature of Spring? You'll love this: component scanning as easy as select(javaClasses()).from("your.package").returning(allAnnotatedWith(YourAnnotation.class)). Can support any language running on the JVM. ---------- eXtcos is now also available from Maven Central. To include it into your Maven project just add this dependency: groupId: net.sf.extcos artifactId: extcos version: 0.4b Unfortunately Sourceforge doesn't support XML snippets in the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ipmems

    ipmems

    Real-time data acquisition and visualization software

    Cross-platform data acquisition and visualization software with an embedded HTTP-server, binary protocol parsing library, protocol emulation server, remote secure administration server, embedded Groovy scripting facilities and HMI (SCADA) visualization module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    WaveMaker - Web Development Made Easy
    Easy-to-use, open source web development platform. Visual, drag and drop tools allow anyone to create web apps with minimal learning curve. Java architecture: Spring, Hibernate, Ajax Dojo toolkit, MySQL, PostgreSQL, HSQLDB (bundles w HSQLDB)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Blocking Map for Java

    Map based synchronizer

    Blocking map is a Map that additionally supports operations that wait for a key to be available when retrieving an element. Blocking map acts as a synchronizer between producers and consumers in concurrent environment. Note: The project is now hosted on GitHub (https://github.com/sarveswaran-m/blockingMap/wiki)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Jami, Java Asterisk Mananger Interface is a libary for java cliens to connet to the asterisk PBX via mananger interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TRMSim-WSN
    TRMSim-WSN (Trust and Reputation Models Simulator for Wireless Sensor Networks) is a Java-based simulator aimed to test Trust and Reputation models for WSNs. It provides several Trust and Reputation models and new ones can be easily added.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Bamja is a Rich Client Platform for data acquisition programs and provides a fast and flexible software development based on a service oriented architecture. This project is dead!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A software toolkit that implements the CoSy Architecture Schema for developing integrated intelligent robotic systems. The toolkit focuses on supporting on a space of information-processing architectures based on shared working memories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Realeyes IDS captures and analyzes full sessions. The graphical user interface will display both halves of captured sessions to determine what occurred. The GUI also provides management of application users, sensors, and the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RAD platform for of Ajax applications in java / j2ee. Main features : creation of Ext J.S (extjs) master-detail forms and grids( filter-paging-grouping) without javascript, integration with Spring for the services layer, a Generic Hibernate DAO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    preui

    Simple Java GUI library for games

    Prehistoric UI (PreUI) is a Slick2D based Java library for the rapid creation of graphical user interface for games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Ocean Sync

    Hadoop Management System

    OceanSync is an Hadoop Management System that allows users to control a variety of aspects of Hadoop. This includes a Graphical User Interface that allows a user to perform HDFS maintenance tasks and submit new jobs to the cluster. The OceanSync product sits on top of any Hadoop Architecture.
    Downloads: 0 This Week
    Last Update:
    See Project