Showing 290 open source projects for "java jdk 11"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Basic Java Swing Game Engine
    BJSGE(BasicJavaSwingGameEngine) is a basic game engine to develope a 2D game with java swing. Author: cyberdos Difficulty: easy Create a gameloop with one command: new Graph() //init Game { public void instance(Graphics g) //Game loop { //game code here } }); Image Sources: Example1-Dead_Screen: http://readersrecommend.files.wordpress.com/2013/01/splat.jpg Example2-Dead_Screen: http://wolkenwetter.files.wordpress.com/2011/08/blitz-052.gif Example-Icon: http://www.johncabot.edu/student_life/community-service/blood%20drive.jpg Example2-TV: http://1.bp.blogspot.com/-HsDf5m1S7EA/UaKVkFiD0XI/AAAAAAAAAUM/y4zX2YQ8Dhk/s1600/old-television.jpg Example2-Background: http://walldie.com/wp-content/uploads/2013/11/Wood-Textures-For-Desktop-Wallpaper.jpg
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    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 classical implementations
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A Java 2 (JDK 1.3/1.4) compatible virtual machine. joeq is unique in that it is almost entirely implemented in Java, making it reliable and efficient. It is also language-independent, so code from any language can be seamlessly and dynamically compiled.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    RapidJDBC

    RapidJDBC - Java library for easier JDBC and SQL development

    A JDBC wrapper build on AspectJ interceptors. Annotation based solution. Also provides a simple ORM for entities. For information please visit homepage or read readme.md file from source and release.
    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
    This is the first attempt that I know of to put BlueJ, the easy to use and learn Java programming interface, into the PortableApps.com platform. Every single version will be available as they are made. All versions prior to 3.0.8 Dev Test 5 have the OpenJDK bundled. All versions from 3.0.8 Dev Test 6 onward rely upon gluxon's OpenJDK Portable build (http://portableapps.com/node/35441). Separate builds will no longer be created. 2012-11-30 Update: People never cease to amaze me. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6

    Time and Date Calculator

    Simple calculator that can handle dates and time.

    Goal of this project is, creating a calculator that can handle all date and time operations that a user may need. You can operate with milliseconds as months, years or dates. Examples: 2013-11-25 + 3d => 2013-11-28 2013-11-25 - 2013-10-20 => 36d 1h 5h + 6h => 11h 1382220000t => 2013-10-20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    kamkode

    kamkode

    Multi-Format 1D/2D Barcode Creation and Detection using WebCam

    Platform independent multi-format 1D/2D barcode creation and detection. Detects barcode from images and using webcam.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This project provide implementations of spellcheckers in java language. Spellchecker implementations for TinyMCE based on Jazzy and google-spellchecker-service Authors: Rich Irwin, Andrey Chorniy You may see integration details here https://achorniy.wordpress.com/2009/08/11/tinymce-spellchecker-in-java/ and here https://achorniy.wordpress.com/tag/spellchecker/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JScreenRecorder

    JScreenRecorder

    a java based desktop screen recorder

    ...Create custom textual watermark 6. Watermark alpha(transparency) settings 7. WYSIWYG (What You See Is What You Get) type of Watermark location selector 8. Frame rate setting 9. Runs on all major Java supported platforms 10. Uses jcodec, TransPanel and JTextChooser components 11. Encodes video in MP4 format 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
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10

    CxxDisruptor

    Implementation of the LMAX Disruptor pattern in C++

    Implementation of the LMAX Disruptor pattern in C++. A Disruptor is a high performance inter-thread messaging system. The original pattern was written in Java, and this project is a porting of the original pattern to C++. Note: The code is mostly written C++ 11 The original Java code can be found here: http://lmax-exchange.github.io/disruptor/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fastjson is a JSON processor (JSON parser + JSON generator) written in Java.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12

    SQL Mapper

    SQL Mapper is a simple Java library which helps in dealing with JDBC.

    Using this library you can focus on how you want to map results of your SQL query to your domain objects. You don't need to use any xml configuration (like, for example in MyBatis/iBatis). You also don't need to use any annotations to run SQL Mapper. The SQL Mapper is similar to Spring JDBC Framework, but it has some of its features simplified and some changed. It runs on JDK 7 or higher. The zip archive contains the library jar, sources and javadocs, and also a demo which shows how to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    BeanEqualsChecker

    Java library can be used in JUnit testcases for beans coverage

    ...Also can be used for instantiate beans and fill fields with random values, look at class "ObjectGenerator". Compiled under JDK 1.6 Codebase is small, please look sources for details. Separate validators also can be used, for ex. GetterSetterValidator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Project to be used in Brazil to write file in accordance to local regulations. Este projeto é um mapeamento de classes Java para formatação e gravação do arquivo texto no layout definido para o SPED Fiscal. Documentação técnica e layout: http://www.fazenda.gov.br/confaz/confaz/Atos/Atos_Cotepe/2008/ac009_08.htm Utilizando JDK 1.7 Dependência: coffeepot-bean-wr - https://sourceforge.net/projects/coffeepotbeanwr/ Source: https://github.com/jom76/coffeepot-br-sped-fiscal
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Project to be used in Brazil to write file in accordance to local regulations. Este projeto é um mapeamento de classes Java para formatação e gravação do arquivo texto no layout definido para o SINTEGRA. Projeto baseado em Maven. Utilizando JDK 1.7 Dependência: coffeepot-bean-wr - https://sourceforge.net/projects/coffeepotbeanwr/ Documentação técnica e layout: http://www.sefaz.es.gov.br/LegislacaoOnline/lpext.dll/InfobaseLegislacaoOnline/ricms%20-%20dec%201090-r/08%20-%20anexos/090-anexo%20xxxvi.htm?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PACS VM

    PACS VM

    ISO - Customized version of dcm4chee 2.17.3 for MySQL.

    1. Add JBoss Application Server 4.2.3.GA for JDK 6. 2. Cleanup for Windows and deprecated files. 3. Off CONSOLE records - http://forums.dcm4che.org/jiveforums/thread.jspa?messageID=4787
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This project is a (platform independent) tool to repair the iTunes library, if files have been moved or renamed. tested with iTunes 8 (8.1) and iTunes 10 (10.7). As noting changed in the library format, it is intended to work with iTunes 11 as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Webdevelopment Helper

    Reduces data usage for websites and increases browser support for CSS3

    Helps easily remove spaces from HTML/CSS and adds appropriate CSS3 extensions. The whole point of this program is to minimize the amount of data you will need to upload to your website. However, with CSS3, a lot of important usage part need important prefixes like (IE: -ms-, Chrome/Safari:-webkit-, Firefox:-moz-, and Opera:-o-;-xv-). This is up-to-date as of 11/2/2012. Also remember, this program has certain syntax you must have, for example, if a line has any sort of comment in it, it will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MoonPlanner

    MoonPlanner

    Moon calendar: shows moon's phase, signs and relatives plant's part

    MoonPlanner is a Java calendar that allow to view moon's phases, moon's signs (constellations in which the moon is), and show the part of the plant corresponding to each sign (flower, fruit, leaf or root). For every calendar's day the user can attach notes (that are stored in a persistent database). At the startup the program will remind you if there will be notes for current day.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    iOSUI

    iOS like UI in Swing

    Swing based component suite for creating iOS (iPhone, iPad) like UI. Smooth animations, list views, switches, animated scroll controls, etc. Please NOTE: this project is not for developing iOS application in Java, it is for developing applications for desktop systems, which looks similar to iOS apps. Implemented in pure Java (however it requires Oracle (Sun) JRE, Open JDK has poor implementation of transparent frames) and tested on Windows, OSX and Linux (Ubuntu with GNOME) It is an almost complete component suite to let developers to create iOS like applications for desktop systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    persian-calendar

    Java Persian Calendar library

    NOTICE: for the time bieng we are at http://code.google.com/p/persian-calendar/ a light-weight and easy to use Persian Calendar system (known as jalali or shamsi) for JDK. algorithms for converting Julian days to the Persian calendar, and vice versa are adopted from "casema.nl/couprie/calmath/persian/index.html" written entirely in VB. The algorithms is not exactly the same as the original. I've done some minor changes in the sake of performances and corrected some bugs. By...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    BETA Xbox (360) Windows : 64x and 34x; Rage Lost World is a 3rd person/1st person/ 2nd person shooter games; idea coming off of gta and doom 3; Game Engines being use Extreme/Killer/Doom 3/GTA san andreas; This game takes place in the year of 12/20/12, you are just coming back from a biz trip till you meet death himself face to face; XNA 4.0/Direct x 9 c/ 10 / 11/ Java importers version 2.0, 3.0; C++/ A++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Java library for access to Moodle's web services via the REST protocol (09/11/2013) Development of this project has been resurrected and the current code may be downloaded from https://github.com/bantonia/MoodleRest A compiled .jar will be available here once the code has been finalized. (30/03/2012 A newer version (V0.1.5) to work with Moodle 2.2 has been uploaded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jpathwatch
    A file watching facility for Java. Uses native platform support to avoid polling on selected platforms (currently supports win32, Mac OS X, Linux and FreeBSD on x86 platforms). Implements JDK 7's WatchService, but also runs on Java 5 and 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OpenSignX is a document and form signing Java applet for PKI X.509 certificates. It is based on www.openOCES.org and provides generation XAdES enveloping signature of one or multiple documents supporting PKCS#11 Java keystores.
    Downloads: 1 This Week
    Last Update:
    See Project