Showing 228 open source projects for "jdk-6u45"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines on Google’s infrastructure.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
  • 1
    Simplify

    Simplify

    Android virtual machine and deobfuscator

    Simplify virtually executes an app to understand its behavior and then tries to optimize the code so that it behaves identically but is easier for a human to understand. Each optimization type is simple and generic, so it doesn't matter what specific type of obfuscation is used. Provides a virtual machine sandbox for executing Dalvik methods. After executing a method, it returns a graph containing all possible register and class values for every execution path. It works even if some values...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    mykeys

    mykeys

    a simple X509 certificate manager

    a simple X509 certificate manager (standalone application) JDK 11 or more recent is needed Github: https://github.com/notamethod/mykeys/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TornadoFX

    TornadoFX

    Lightweight JavaFX Framework for Kotlin

    Oracle is intending to decouple JavaFX from the JDK. We will wait until the decoupled JavaFX is available and stable before upgrading TornadoFX to support it. As of now there is little value and significant effort involved in updating to JDK 9/10, while there will be an enormous value in updating to the decoupled version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Linux 4 Flutter Devs

    Remaster do Zorin OS para desenvolvedores Flutter

    Trata-se de uma remasterização do Zorin OS 15.2 Lite, que é uma distribuição Linux usada em máquinas com pouco poder computacional. O objetivo deste projeto é facilitar a criação de um ambiente produtivo para pessoas de pouca familiaridade com sistemas Linux e/ou que possuam máquinas antigas ou com configuração "fraca". Nenhum aplicativo padrão do Zorin OS foi removido, mas os seguintes foram adicionados:
    Downloads: 0 This Week
    Last Update:
    See Project
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • 5

    tamacat-httpd

    Java HTTP Server / Reverse Proxy

    [Moved] https://github.com/tamacat-1-4 The tamacat-httpd is a open source Java Web Server software, powered by Apache HttpComponents. This is a customizable HTTP/HTTPS Server framework and Reverse Proxy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    EA Async

    EA Async

    EA Async implements async-await methods in the JVM

    EA Async implements Async-Await methods in the JVM. It allows programmers to write asynchronous code in a sequential fashion. EA Async should be used to write non-blocking asynchronous code that makes heavy use of CompletableFutures or CompletionStage. It improves scalability by freeing worker threads while your code awaits other processes; And improves productivity by making asynchronous code simpler and more readable. The methods look blocking but are actually transformed into asynchronous...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Materialistic for Hacker News

    Materialistic for Hacker News

    A material-design Hacker News Android reader

    Material design Hacker News client for Android, uses official HackerNews/API, Dagger for dependency injection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Scheduled-Shutdown

    Scheduled-Shutdown

    Plan and schedule the shutdown, reboot of your computer.

    Scheduled-Shutdown is a micro-program which can plan a shutdown of the (Windows only) computer with an user friendly graphic interface by executing directly a shell command in the operating system. Source code language : english. Desktop application display language : french. JRE : OpenJDK-12.0.2. Dependencies : JavaFX-12.0.1. Scheduled-Shutdown is running with a Custom JDK+JavaFX image created with jlink. https://gitlab.com/RAIIIIIN/scheduled-shutdown https://www.anthony-pillot.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Visual Basic for Android

    Visual Basic for Android

    Visual Basic for Android

    This is an attempt to create an Android IDE for VB developers. This is work in progress and will love to hear your feedback. Many things are still manual and also some are not fully functional like VB to Java translator and Layout Editor. Requires: 1. Windows XP or later 2. .Net 2.0 3. JDK 1.8 or later 4. Android SDK-tools-windows
    Downloads: 1 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 10

    detectproj

    Automated detection of the unknown early map projection

    ... for: • refinement of spatial georeference for the medium- and small-scale maps, • analysis of the knowledge about the former world, • location of the incorrectly/inaccurately drawn map regions. Sytem requirements: • 2 GHz or faster 32-bit (x86) or 64-bit (x64) processor. • 2 GB RAM (32-bit) or 4 GB RAM (64-bit) system. • 120 MB available hard disk space. • JDK 1.8 +. • Internet connection (download speed > 2Mb/s
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    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
  • 13
    Java SMSer API
    Java sms jar application with SMS API connection. SMS java jar app with java SMS API. Send SMS (single or Bulk SMS) from Mac, Windows, Linux, etc. == Java SMSer API == To run Java SMSer API APP jar file, first you need to have installed at least the Java runtime environment or Java JDK development kit. == Java SMSer API Settings == 1. Open Proovl account https://www.proovl.com 2. Copy Proovl number 3. Go to Api page and copy UserID and Token 4. Settings stored in settingsDB.sqlite Video...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    BrowserBD Firefox Portable Browser

    BrowserBD Firefox Portable Browser

    BrowserBD is a Java based portable browser app for web browsing/IM

    BrowserBD is a java based desktop portable browser app based on common web surfing capabilities. This project taken from old Mozilla 0.9.2/Gecko/20010628 browser code. BrowserBD is a complete browser/messenger in one tool. By this browser you can enjoy your online surfing information, emailing friends or chatting with family friends using Yahoo IM(tm), ICQ(tm) or AIM Messenger(tm),build right inside the browser, playing games on your PC by the internet, file sharing using old/arcane...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    jMednafen

    jMednafen

    jMednafen is a front-end for Mednafen

    jMednafen by Nikodim jMednafen is a front-end for Mednafen (http://sourceforge.net/projects/mednafen/) where the latter is a command-line-driven multi-system emulator utilizing OpenGL and SDL. jMednafen is purely written in Java 7 and it doesn't require anything, but this version of Java such as JRE or JDK, ver. 7 or newer. This is a cross-platform application that works under a graphical user interface (GUI). It is open source. To ease running video games for consoles is its goal. jMednafen...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JDKBox: execute a jar archive witouth installing JDK/JRE, JDKBoxes also include VisualVM
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jvm-mon

    jvm-mon

    Console-based JVM monitoring tool

    Console-based JVM monitoring - when you just want to SSH into a server and see what’s going on. jvm-top lets you monitor your JVM server applications from the terminal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Power Text

    Power Text

    code and program i a simple yet another intelligent text editor

    SOURCE CODE in files. Code and edit like document in Power text which is a simple yet intelligent text editor. Power Text support syntax highlighting for over 15 programming language, it is readilly extensible by creating plugins. Change the look of the editor by choosing from the theme list or create your own theme or import another user theme(XML) into Power Text. It also support auto-complete, syntax highlighting, code templates, spell check and other features. IT REQUIRE JAVA JRE/JDK to run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    AccessConverter

    A Microsoft Access database conversion tool to convert old and new Acc

    A Microsoft Access database conversion tool to convert old and new Access database formats to some other popular SQL based databases and formats. It is built with Jackess, a Java library for reading and writing MS Access databases. It supports Access 97 and all versions 2000-2013. Online Application An online application that uses AccessConverter to convert databases can be found here https://lytrax.io/blog/tools/access-converter. Dependencies JDK 1.8 Apache Commons IO 2.5 (commons-io-2.5...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Metric Collector

    A bash-Script to collect metrics from a Linux system.

    Collects server and java process information from various tools and creates charts with the data. The script was tested on GNU/Linux with gnuplot 4.4. For the script to work you have to set the variable "JAVA_HOME" to a valid JDK location. Check the documentation in the script file. The following information gets collected: >> output from vmstat >> netstat tcp states and established connections >> information from /proc/fd >> jstat -gc output >> jstat -class output >> CPU%, MEM...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SoaBox
    SoaBox lets you create a virtual version of your SOA environment. Clients (WS-Webservices,RESTful, JMS, HTTP, FTP, Filesystem, POJOs/Custom Code), servers (HTTP/Endpoints) and data (XML, SOAP, CSV, etc). It's written in Java and runs with JBoss 5.x and 6.x
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Portable Java Dev

    Portable Java Development Environment

    This is just a directory containing the Open JDK (1.7) and NetBeans (7.4) with a couple of small wrappers to allow this directory to be stored anywhere (perfect for USB sticks) and run without installing anything to the local machine. JavaFX not included in the OpenJDK. Useful for me anyway ;-) V1.1 - Small changes to increase portability and startup speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    BRTracer

    Fault localization using segmentation and stack-trace analysis

    ... evaluation. BRTracer is written in Java. We provide a runalbe jar package and its dataset. Note that jdk 1.7 or newer is required to run BRTracer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    MyOrderFrom

    Easy control for your orders from e-commerce!

    Put your orders, update his status, add items, tracking number, easy control and the most important, see how much you are you going to pay or take a best decision before to pay or see your orders that you did. Requeriments: * Java se development kit 8 (jdk). Compatible in: Linux x86 Linux x64 Mac OS X Windows x86 Windows X64 *Developed in java. Java is running in 3 billion of devices and pcs. Enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project