Showing 1617 open source projects for "java 7"

View related business solutions
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 1

    7Bee

    A scripting anguage interpretor mostly for building projects

    7Bee is a scripting program with main purpose to execute project building scripts. However it isn't limited to the purpose yet and can be used for any other tasks where a scripting language makes sense. 7Bee scripting language is an XML language syntax based, so a learning curve should be a reasonably short. Read more about 7Bee scripting language under doc directory for the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Java JWT

    Java JWT

    Java implementation of JSON Web Token (JWT)

    A Java implementation of JSON Web Token (JWT) - RFC 7519. This library requires Java 8 or higher. The last version that supported Java 7 was 3.11.0. The library implements JWT Verification and Signing using several algorithms. The Algorithm defines how a token is signed and verified. It can be instantiated with the raw value of the secret in the case of HMAC algorithms, or the key pairs or KeyProvider in the case of RSA and ECDSA algorithms. Once created, the instance is reusable for token...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Java JWT JSON

    Java JWT JSON

    Java JWT: JSON Web Token for Java and Android

    JJWT aims to be the easiest-to-use and understand library for creating and verifying JSON Web Tokens (JWTs) and JSON Web Keys (JWKs) on the JVM and Android. JJWT is a pure Java implementation based exclusively on the JOSE Working Group RFC specifications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Toolbox for Java/JTOpen
    This project has been moved to github: https://github.com/IBM/JTOpen. The IBM Toolbox for Java / JTOpen is a library of Java classes supporting the client/server and internet programming models to a system running OS/400, i5/OS, or IBM i. JTOpenLite is a set of lightweight Java classes suitable for use on mobile devices. It provides Java application access to IBM i: DDM access, basic JDBC access, command call, program call access, etc. Packages are delivered by following PTF on IBM i...
    Leader badge
    Downloads: 1,378 This Week
    Last Update:
    See Project
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 5
    7-Zip-JBinding

    7-Zip-JBinding

    Java wrapper for 7z archiver engine

    Native (JNI) cross-platform library to extract (password protected, multi-part) 7z Zip Rar Tar Split Lzma Iso HFS GZip Cpio BZip2 Z Arj Chm Lhz Cab Nsis Deb Rpm Wim Udf archives and create 7z, Zip, Tar, GZip & BZip2 from Java.
    Leader badge
    Downloads: 65 This Week
    Last Update:
    See Project
  • 6
    Bytecode Viewer

    Bytecode Viewer

    A reverse engineering suite (decompiler, editor, debugger and more)

    Some of Bytecode Viewer features are that it provides Java Decompiling with Six different decompilers (DJ-GUI/Core, Procyon, CFR, Fernflower, Krakatau, and JADX-Core). Bytecode Decompiling with CFIDE. Android APK integrated with Dex2Jar. Securely launch Java applications and insert hooks via EZ-Injection. Scan for malicious code with the Malicious Code Scanner plugin. Export as DEX, Jar, Class, Zip or Java Source File. Open Android APKs, Android DEX, Java Class Files and Java Jars. (WAR & JSP...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 7
    Flyway

    Flyway

    Database migrations made easy

    ... XML formats, no lock-in. Java-based migrations for advanced data transformations and handling with LOBs. All you need is Java 7+ and your Jdbc driver and you're good to go! Full support for Amazon RDS, Microsoft SQL Azure, Google Cloud SQL, Heroku, and more. Filesystem and classpath scanning to automatically discover SQL and Java migrations. Ship migrations together with the application and run them automatically on startup using the API.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    dvisvgm

    dvisvgm

    A fast DVI, EPS, and PDF to SVG converter

    The command-line utility dvisvgm is a tool for TEX/LATEX users. It converts DVI, EPS, and PDF files to the XML-based vector graphics format SVG. In contrast to bitmap graphics, vector graphics are arbitrarily scalable without loss of quality. All modern web browsers support a large amount of the current SVG standard 1.1. Furthermore, SVG files can also be displayed with the Java-based Squiggle SVG browser which is part of the Apache Batik project, and the free vector graphics editor Inkscape.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Pixeval

    Pixeval

    Wow. Yet another Pixiv client!

    Pixeval is a third-party proxy-free P station client developed by me as an amateur. The UI is implemented using Windows Presentation Foundation , based on .NET Core 3.0 , and supports Windows 7-10 (planning to cancel support other than Win10), and implements most of the The browsing function and many enhancements have been made. It has been open sourced on Github based on the AGPL protocol . The project was conceived in 2018. At that time, the api of the P station was written in Java...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • 10
    checkstyle

    checkstyle

    Development tool to help programmers write standard Java code

    Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard. Checkstyle is highly configurable and can be made to support almost any coding standard. An example configuration files are supplied supporting the Sun Code Conventions, Google Java Style. Checkstyle can check many aspects...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Auto

    Auto

    A collection of source code generators for Java

    ...-configuration files for ServiceLoader, AutoValue, immutable value-type code generation for Java 7+, and Common, helper utilities for writing annotation processors. Auto is licensed under the Apache License, Version 2.0.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Vaadin Framework

    Vaadin Framework

    Vaadin 6, 7, 8 is a Java framework for modern Java web applications

    Vaadin is a web app development framework for Java that includes a large library of UI components. It helps you build reliable web apps and a great UX faster than before. Building an enterprise web app involves a lot of moving pieces. Vaadin simplifies the process with an integrated web app development platform for Java backends. Vaadin comes with all the UI components, frameworks, and tools you need to build a reliable, secure, app with great UX. Research shows that good user experience (UX...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ZJsonPatch

    ZJsonPatch

    This is an implementation of RFC 6902 JSON Patch written in Java

    This is an implementation of RFC 6902 JSON Patch written in Java. It can be used to avoid sending a whole document when only a part has changed, thus reducing network bandwidth requirements if data (in JSON format) is required to send across multiple systems over network or in case of multi DC transfer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    tika-python

    tika-python

    Python binding to the Apache Tika™ REST services

    A Python port of the Apache Tika library that makes Tika available using the Tika REST Server. This makes Apache Tika available as a Python library, installable via Setuptools, Pip and easy to install. To use this library, you need to have Java 7+ installed on your system as tika-python starts up the Tika REST server in the background. To get this working in a disconnected environment, download a tika server file (both tika-server.jar and tika-server.jar.md5, which can be found here) and set...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Lots of small projects: games, VST plugins, experimental IRC server, ROM hacking tools, net tools, font tools, html tools, etc. Browse CVS!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Gitblit

    Gitblit

    pure java git solution

    Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories. It's designed primarily as a tool for small workgroups who want to host centralized repositories. Gitblit GO is an integrated, single-stack solution based on Jetty. You do not need Apache httpd, Perl, Git, or Gitweb. Should you want to use some or all of those, you still can; Gitblit plays nice with the other kids on the block. This is what you should download if you want to go from zero to Git...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Roblox anti-AFK

    Roblox anti-AFK

    Never get AFK kicked from Roblox again!

    Never get AFK-kicked again! With Roblox anti-AFK you can easily: grind, farm, chill and whatever you want! It's very easy to use. Just press "Start!", and good luck being AFK! You don't even need to have the Roblox window open. Roblox anti-AFK allows you to AFK in Roblox while you can still use your device. I hope you'll make lots of progress in your favourite simulators! Feel free to add suggestions! =====Version: 2.9.1===== Requires Java to be installed to run. You can download it here...
    Leader badge
    Downloads: 1,413 This Week
    Last Update:
    See Project
  • 18
    FrostWire

    FrostWire

    Search, Download, Play, Share on Bittorrent and the cloud

    FrostWire http://www.frostwire.com/ is a media player and Peer to Peer (P2P) information sharing client for the BitTorrent network. This project is not affiliated with LimeWire LLC. FrostWires' source code is Licensed under the GNU GPL and Apache Open Source licenses. System Requirements Any of the following operating systems: ● Windows 10, 8, 7, Vista for Intel processors (64-bit only) ● Mac OS X 10.11 (El Capitan) or later (64-bit) ● Linux, Unix such as Solaris (64-bit) ● Android...
    Leader badge
    Downloads: 928 This Week
    Last Update:
    See Project
  • 19
    uniCenta POS

    uniCenta POS

    uniCenta oPOS - dynamically evolving POS project

    Keep up-to-date with the latest news - Visit uniCenta's main site https://unicenta.com/about-unicenta-opos/unicenta-news/ uniCenta oPOS v5.0 is the latest community release. Get the latest uniCenta oPOS 5.2 if you would like to make a contribution and support the project or need business support help. uniCenta oPOS 5.2 has API integration and numerous improvements. Please see the changelog here: https://unicenta.com/support/changelog-unicenta-opos/ uniCenta oPOS is a multi-lingual - 17...
    Leader badge
    Downloads: 564 This Week
    Last Update:
    See Project
  • 20
    Chromis POS

    Chromis POS

    Chromis POS, the new evolving face for your point of sale needs

    Are you looking for POS software for your outlet? Chromis Pos is a feature rich Point of Sale software. Which will run a variety of hardware, the only requirement is that it must be capable of running Java 11 Chromis Pos seperates the till and backoffice functions into individual applications. The latest version includes a number of new features Chromis pos has a small team of people who are always willing to assist with any issues Features
    Leader badge
    Downloads: 398 This Week
    Last Update:
    See Project
  • 21
    OpenClinic GA

    OpenClinic GA

    Open Source Integrated Hospital Information Management System

    OpenClinic GA is an open source integrated hospital information management system covering management of administrative, financial, clinical, lab, x-ray, pharmacy, meals distribution and other data. Extensive statistical and reporting capabilities.
    Leader badge
    Downloads: 240 This Week
    Last Update:
    See Project
  • 22
    Digital Logic Design

    Digital Logic Design

    Digital Circuits Design and Simulation

    ... Combinational, Synchronous and Asynchronous Sequential Circuits. The circuit working can be analyzed by using output parts like LEDs, Seven Segment Display as well as CRT and digital Oscilloscope all provided in the software. This Software may be used by professionals, hobbyists and students alike. The teachers may incorporate this software in their courses like Digital Logic and Computer Design, Computer Architecture, Computer Organization and Embedded Systems.
    Leader badge
    Downloads: 73 This Week
    Last Update:
    See Project
  • 23
    CoffeeMud

    CoffeeMud

    Full featured MUD server with all the trimmings.

    CoffeeMud is a text-based virtual reality game engine (a MUD). It is a mature, full-featured Java codebase. It includes web (HTTP) and email (SMTP) servers, chat (IMC2 and I3) and web clients, and supports ANSI, MXP, and MSP.
    Leader badge
    Downloads: 132 This Week
    Last Update:
    See Project
  • 24
    Xiaomi PC Tools

    Xiaomi PC Tools

    Xiaomi PC Tools

    ... or 64Bit) Connection: 512 KBPS or faster Internet connection. Java JRE Runtime
    Leader badge
    Downloads: 199 This Week
    Last Update:
    See Project
  • 25
    MSI Downloader

    MSI Downloader

    MSI installers for a wide range of software and utilities

    MSI Downloader has been created for IT professionals who want a quick and easy method of downloading the latest MSI installers for various software. MSI installers are much easier to use for deployment using systems like Group Policy, Microsoft Deployment Toolkit (MDT) and Microsoft System Center Configuration Manager (SCCM). Some publishers happily supply MSI installers for their software, however, some are very hard to find. So this new tool will not only be providing the easy to find...
    Leader badge
    Downloads: 111 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next