Showing 70 open source projects for "java project with source code"

View related business solutions
  • Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
    Your top-rated shield against malware and online scams | Avast Free Antivirus

    Browse and email in peace, supported by clever AI

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • Simplify IT and security with a single endpoint management platform Icon
    Simplify IT and security with a single endpoint management platform

    Automate the hardest parts of IT

    NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
    Learn More
  • 1
    This project contains code which is shared (or potentially shared) between my projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ULS

    A lexical analyzer generator that makes the class source code.

    ULS is a class library for creating lexical analyzer from language specification file. It's provided as C/C++/C# and Java (class) libraries with a few of tools on Linux/Windows platform.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 3
    AL-IV

    AL-IV

    ALFOUR Programming language. Simple, safe, power, multi-platform.

    A programming language AL-IV (ALFOUR) is a high-level imperative object oriented programming language with minimal introduction level, easy porting to any platform claiming a very high level of safety and stability, with a controllable level of code protection, high efficiency of an executable code, full independence from a target platform, minimal enter level.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Depeche

    Depeche

    Java database mapper

    Depeche enables you to work with databases using data structures. It strives to be very simple and easy to use, avoiding both the tediousness of using JDBC directly and the heaviness of a full-blown ORM. It currently supports PostgreSQL, MySQL, H2, SQLite, MS SQL Server and FileMaker; support for other databases can be added easily. A simple ORM based on Depeche is also under development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Competent Audio

    Competent Audio

    Machine graph audio engine for computer games

    .... Stereo and mono sound output is supported via a slightly customized version of libsoundio 2.0. Audio clips can have arbitrary channel counts, and can be queued for streaming or dynamic music. CA contains a very simple embedded VM for running custom signal processors, allowing you to add custom DSP code (currently assembly language only) without compiling native code. Errors are reported using well-documented negative return codes, and CA attempts to handle expected errors gracefully.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    zibaldone

    zibaldone

    c++/java library for thread support and other useful stuff

    ... facilities With zibaldone you can easily: developing a c++ or java multithread application connecting a thread to a socket connecting a thread to a serial port triggering an event to a timeout on a thread Note: zibaldone offers an identical interface both for linux and windows. This way, source code that uses zibaldone can be recompiled with no modify for both systems. Moreover, the java version has almost an identical interface to the c++ one (apart few differences language dependant)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Java Marine API

    Java Marine API

    NMEA 0183 library for Java

    Java Marine API is an NMEA 0183 library for Java. For furher info and latest source code, see project's Github pages. http://github.com/ktuukkan/marine-api/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    A-JLib

    A simple java lib with Swing widgets and other stuff.

    A simple java library with Swing widgets and other stuff. This library tries to simplify the development of Swing applications ... which is sometime a nightmare ! It contains the classes I developed during the Yapbam project in order to deal with the problems I encountered. This work is still under progress and some things may be changed in the future (especially some class names). The classes available here are quite stable and used in the Yapbam project. AJlib is also available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This project provides utilities to convert a JavaFX Scene to Swing Graphics2D orders. It it then simple to use it to convert to any format which takes a Graphics2D as input. The project comes with a PowerPoint, a SVG, and an EPS converter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    Java utility classes that I've developed and want to carry from project to project without encumbrance. Others may find them useful. Releases are available from Maven Central: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.sf.kdgcommons%22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PDS Project - Libraries in Java

    PDS Project - Libraries in Java

    PDS Project Libraries es una biblioteca para el procesamiento digital

    Este projeto é uma versao em java de http://pdsplib.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Boss Engine

    8-bit Graphical API for Java

    Boss Engine is a graphical API for writing low-resolution 8-bit color applications. It offers easy to use functions for handling graphics, basic i/o and more. Screen access is performed through virtual framebuffers that allow direct read/write access to indexed color screen data. API is coded entirely with native libraries. No third party libraries required.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    Erlang Resource Pool

    Resource Pool manages reusable resources among multiple processes.

    Resource pool project is written in Erlang as a tiny library. The goal of the tool is reduce the overhead of creating new resources by reusing of the same resources among multiple processes. Achieving result is better performance and throughput. The resource pool was inspired by Java Apache's commons pool and adopts API and main principals from this project. Database connection is most popular example for pooling resource.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    javaLightConsole

    Easy fine console input/output for java

    Input : non blocking keyboard handling. Output : clean console, print at x,y coordinates, echo on/off, cursor on/off. Developed for learning game programming and MVC. Uses native code through JNI. Provides windows and linux versions. Includes code:blocks and eclipse projects for native and java code. You can use the classes InputProxy and OutpoutProxy in your projects. For usage examples, see their main() methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Optimized Storage for temporal Data

    open Optimized Storage of time series data

    Beta version. Base class for optimized storage of time series data. Uses any kind of relational database. Cross plateform with multiple languages (C++, C#, Java). Conditional storage based on value variation : DeltaValue and DeltaTime params. Get back data without losts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    iText®, a JAVA PDF library

    iText®, a JAVA PDF library

    PDF Library for Developers

    ... of iText build on the success of previous versions and feature an improved document engine, high and low-level programming capabilities, and a more efficient modular structure. iText represents the next level for developers looking to leverage PDF in document workflows. The main project page for iText is now on GitHub, and all the latest releases, code samples, open source add-ons and tools, etc. can be found at https://github.com/itext/.
    Leader badge
    Downloads: 395 This Week
    Last Update:
    See Project
  • 17

    JavaGimmicks

    Utility classes, APIs and tools for Java

    A set of helper and utility classes, APIs and tools for the Java Programming Language. For more details - pleas visit the project homepage.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    CobolToXml

    Convert Cobol Data Files to/From Xml

    This project will convert Cobol Data Files to/From Xml files using a Cobol Copybook. It provides both a Batch and Java/JVM for conversion
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    DMX Library for Arduino

    DMX Library for Arduino

    DMX Library and usage examples for Arduino

    This Library includes a DMX Master, DMX Slave and various examples on how to use its implementation. This projects has been started to support the use of our Shielded DMX / RDM Shield for Arduino. The library is made available under the GNU Lesser General Public License If you would like to make contributions to the source code feel free to contact the project admin
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 20

    Waterloo

    Java-based scientific graphics

    Java-based scientific graphics with support for Java, Groovy, MATLAB, Python, the R statistical environment, Scala and SciLab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Este projeto implementa lógicas de Controle entre componentes visuais (jxSwing) e a camada de persistência (jxDao). This project implements logical Control of visual components (jxSwing) and persistence layer (jxDao).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Este projeto implementa o Designer Partner DAO. Neste projeto existem classes que facilitam a conexão com os SGDB Derby, Firebird, MySQL, Oracle, PostgreSQL, SQLite e SQLServer. This project implements the DAO Designer Partner. In this project there are classes that facilitate the connection to the DBMS Derby, Firebird, MySQL, Oracle, PostgreSQL, SQLite and SQLServer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    cdsaext

    C DSA extensions

    cdsaext is a library of implementations of data structures and algorithms, such as lists, maps, trees, binary search functions, and similar dsa's. See also my javadsaext project, which implements similar functions in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    SilverTunnel-NG

    Java library for easy accessing Tor network.

    .... YourKit is kindly supporting this open source project with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: http://www.yourkit.com/ . Automatic Builds and Tests are done with DEV@CloudBees : https://silvertunnel-ng.ci.cloudbees.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    nmea4j

    NMEA libary for java (protocol of GPS devices)

    The aim of this project is to create a full utility suite for NMEA protocols (best known from GPS devices). First goal is a full implemenation of the NMEA 0183 protocol 3.0 (without proprietary extensions). The library provides parsers for NMEA sentences, gpsd-like network daemons and data generators for simulation and testing. This allows advanced sensor handling from cellphones/tablets/laptops with GPS up to vehicles/ships with NMEA sensors on board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
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.