Showing 43735 open source projects for "base64.java"

View related business solutions
  • 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
  • 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
  • 1
    fast-serialization

    fast-serialization

    FST: fast java serialization drop in-replacement

    Up to 10 times faster 100% JDK Serialization compatible drop-in replacement (Ok, might be 99% ..). As an example: Lambda Serialization which came with 1.8 worked instantly. Android compatible since version 2.17 (use FSTConfiguration.createAndroidDefaultConfiguration() both on the server and client side. The configuration object has to be passed into FSTObjectIn/Output constructors) FSTStructs is very similar to IBM's packed objects. The difference is you can run it with Oracle JDK today....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Hystrix

    Hystrix

    Latency and Fault Tolerance for Distributed Systems

    Defend your app with Hystrix, a latency and fault tolerance library developed by the Netflix API team. It works by isolating points of access to remote systems, services and 3rd party libraries, thereby stopping cascading failure and providing fallback options, and making complex distributed systems more resilient in cases where failure is inevitable. In a distributed environment, failure is simply inevitable for some service dependencies. With Hystrix you can control the interactions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Strong Java Chess Engines Game

    Strong Java Chess Engines Game

    SJCE - free portable cross-platform graphical chess game, 100% Java.

    SJCE - Strong Java Chess Engines, free portable cross-platform graphical chess game, 100%-pure Java. Support with including many best free/open-source java xboard/uci chess engines. It is possible to play both White and Black. It is possible to play Human to Human, Human vs Engine, Engine vs Engine. Simple and intuitive GUI - Graphical User Interface. Tested on Windows/Linux. Need jre1.8 - https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html. Source - https...
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    tournament

    tournament

    Gestion de tournoi / Tournament management

    Tournament est une gestion de tournois écrit en java/SWT. Le but est de proposer une interface simple de gestion de poules et/ou d'éliminations. Tournament is a tournament management written in Java / SWT. The aim is to provide a simple interface for managing round robins and / or eliminations. Installation/Install https://sourceforge.net/p/swttournament/installation/Installation/ Si un graphiste passe sur cette page, un petit coup de main pour mon splash screen. Merci !! need help...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    SCRIBA eBook Maker

    SCRIBA eBook Maker

    "Scriba eBook Maker" is an "ebook maker"

    "SCRIBA eBook Maker" is a Java engine which builds eBooks (in ePub, ZIP, and other formats in the future), capturing data from Internet, File System and other sources. It has been developed with extensibility in mind with a "plugin" mechanism.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Stampede

    Stampede

    The ToroDB solution to provide better analytics on top of MongoDB

    Stampede is a high-performance cache stampede prevention library designed to mitigate excessive cache misses in distributed caching systems. It helps avoid the "thundering herd" problem, where multiple requests simultaneously trigger expensive computations when a cache entry expires. Stampede manages cache expiration intelligently, ensuring that only one request regenerates a missing cache entry while others wait for the updated value.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    Web Book Downloader

    Web Book Downloader

    Download websites as e-book: pdf, txt, epub.

    This application allows user to download chapters from website in 3 ways: - from table of contents; - from range: first chapter address, last chapter address; - by crawling from first chapter to n; In settings you can customize language, input(website encoding) for simplicity output is in the same encoding. If you want your language add new class into strings package, and new fields into Settings class and GUI menu(initialize method).
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    JavaFileCheckSum

    JavaFileCheckSum

    Check the file's checksum with this Java app that doesn't need install

    Check the file's checksum with this Java app that doesn't need install
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A complete rewrite of the mobile java irc-client WLIrc. (http://wirelessirc.sourceforge.net) Aims to be more responsive and use less memory maintaining the current gui and looks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10
    ThudNG2

    ThudNG2

    Updated client for Battletech MUX game servers

    This is a nice GUI client for the Battletech MUX. It works on most platforms as it is written in Java. Makes combat much more enjoyable than plain text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MeNUS

    MeNUS

    The Revoluntionary Restaurant Management System

    Improves the management and its efficiency of your restaurants in NUS. This is a desktop menu application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface) which is oriented for typist users. The target user group is F&B owners who operate one or more restaurants in NUS. This application aims to improve the effectiveness and efficiency of managing their restaurants. Essentially, MeNUS is the one and only restaurant management system they will ever...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OMapper

    OMapper

    Automate your bean mappings seamlessly

    OMapper is a simple library to ease the process of mapping objects or beans from one design layer to another design layer, using annotations. One can specify mappings both in source class (Sink Annotation) and target class(Source Annotation). Supports mapping composed user class objects and array fields. It is NOT an ORM Framework like Hibernate, but it facilitates object to object mapping between different design layers. So, say if hibernate or axis generates DTO's and you want to map...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Open-LATES

    オープンソースERPパッケージ

    オープンソースERPパッケージであるiDempiereおよびJPiere 4.1をベースとして カスタマイズを加えたERPパッケージ(統合業務パッケージ)ソフトウェアです。 iDempiereおよびJPiereに加え、日本企業向けの利便性向上を目指した改修が施されています。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Quasar

    Quasar

    Fibers, channels and actors for the JVM

    Quasar is a library that provides high-performance lightweight threads, Go-like channels, Erlang-like actors, and other asynchronous programming tools for Java and Kotlin. Quasar is developed by Parallel Universe and released as free software, dual-licensed under the Eclipse Public License and the GNU Lesser General Public License. Quasar fibers rely on bytecode instrumentation. This can be done at classloading time via a Java Agent, or at compilation time with an Ant task. Quasar’s lightweight...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    react-native-fcm

    react-native-fcm

    react native module for firebase cloud messaging

    React native module for firebase cloud messaging and local notification. react-native-firebase now can do what react-native-fcm can so it is a waste of effort to build the same thing in parallel. To allow android to respond to click_action, you need to define Activities and filter on specific intent. Since all javascript is running in MainActivity, you can have MainActivity to handle actions. If you are using RN < 0.30.0 and react-native-fcm < 1.0.16, pass intent into package, edit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Game Bot

    Game Bot

    Auto Presser for Games

    Auto Presser for games. Oyunlar için oto tuş yazılımıdır. OpenJDK ve OpenJFX kullanılmıştır. Windows versiyonu için SFX paketi içerisinde gerekli kütüphaneler ve geliştirme paketleri bulunmaktadır. Linux versiyonu için lütfen blogumu ziyaret edin ve gerekli adımları uygulayarak, Java 12 ve JavaFX 12 nin kurulumlarının doğru yapıldığına emin olun. -Gerekli Java Sürümü 12.0.1 veya daha yeni.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    ConcatPDF

    PDF Concatenation Tool

    ConcatPDF is the tool to concatenate PDF files. It can concatenate, extract, encrypt, decrypt, configure PDF files, convert image files to PDF. GUI version and CUI version are both available. iText.NET is iText porting on .NET Framework by J#. This library allows you to generate PDF, (X)HTML, XML, RTF files on Microsoft.NET Framework including ASP.NET.
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • 18
    JavadocToolUI

    JavadocToolUI

    JavadocToolUI helps you to create customized API documentation.

    JavadocToolUI helps you to create customized API documentation for your Java projects. This tool allows you to specify standard and advanced documentation generation options through its user interface. JavadocToolUI can be used by any version of the Oracle Javadoc utility. Specially formatted Javadoc comments created by you can also be merged into the resulting documentation files. This tool uses most of the available options specified under the Oracle JDK Javadoc utility. For more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BearDB

    BearDB

    BearDB Database

    BearDB is a database provider for modern web applications and javascript frameworks. BearDB is our Relational Database System which runs on most platforms and supports multiple programming languages. A REST server allows web applications to go directly to the database. BigBear is our Large Scale Database System which supports SQL. BigBear is similar to modern distributed NoSQL database systems, with the addition of support for SQL and a REST server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Attendance Marker Solution

    Attendance Marker Solution

    Fast and Secure way to use Attendance Software for your Organization!

    Attendance Marker Solution is the attendance marking software connected with local-based or server-based MySQL Server Engine. The connectivity and installation is very easy for use.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 21
    Audovia

    Audovia

    Database application for making music using JFugue MusicStrings

    Make music on your laptop or PC with Audovia. Songs can have up to 15 instrumental voices and a percussion track with instruments chosen from either the default soundbank of 128 instruments or other soundbanks of your choice. Songs can be developed, tested and edited very quickly and easily by virtue of the database structure and the JFugue MusicString notation. Notes within a MusicString are specified by their name and octave or by their MIDI value and their durations are specified...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Notasi Angka

    Number Music Notation

    In Indonesia and other countries, number ("angka") music notation is used mainly for vocal music. This project will create number music notator, similar to Musescore to help inputting and playing number notation. Programmers, musicians, and graphics designers are welcomed to join this project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Chart component based on SWT. - project has been migrated to https://github.com/eclipse/swtchart - please file issues at https://github.com/eclipse/swtchart/issues
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Säuremienen_Tycoon

    Säuremienen_Tycoon

    Ein Spiel was sich um den Aufbau einer Säuremiene dreht

    In dem Spiel schlüpfst du in die Rolle eines Youtubers, der nach Artikel 13 vollzeit an seiner Säuremiene arbeitet. Unterstützt wirst du von Rick und Steve. Die Definition von Säuremiene basiert größtenteils auf Witzen der Space Frogs. Es wird das Framework LibGDX mit Java verwendet. Außerdem wird die Star-Soldier-Ui(https://ray3k.wordpress.com/artwork/star-soldier-ui-skin-for-libgdx/) von RAY3K unter der http://creativecommons.org/licenses/by/4.0/ Lizenz verwendet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Silicolife delivers applications such as an Excel to database loader, tools, and utilities such as effective exception handling. New techniques and technologies can be tried out in a real world context by developers and advanced end users.
    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.