Search Results for "aplikasi program java"

Showing 3359 open source projects for "aplikasi program java"

View related business solutions
  • Use the language you already love to prototype ideas, develop production-ready communications applications, and run serverless applications on one API-powered platform. Icon
    Build on trusted, global infrastructure, with APIs for any channel, serverless developer tools, and powerful services—backed by a community of 9+ million developers.
  • 1
    google-java-format

    google-java-format

    Reformats Java source code to comply with Google Java Style

    google-java-format is a program that reformats Java source code to comply with Google Java Style. The formatter can act on whole files, on limited lines, on specific offsets, passing through to standard-out (default) or altered in-place. There is no configurability as to the formatter's algorithm for formatting. This is a deliberate design decision to unify our code formatting on a single format. The formatter can be used in software that generates java to output more legible java code. Just...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Universal Media Server

    Universal Media Server

    A DLNA, UPnP and HTTP(S) Media Server

    Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file compatibility. Universal Media Server supports all major operating systems, with versions for Windows, Linux and macOS. The program streams or transcodes many different media formats with little or no configuration. It is powered by FFmpeg, MediaInfo...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 3
    Gooey

    Gooey

    Turn Python command line programs into a full GUI application

    Gooey is a tool for transforming command line interfaces into beautiful desktop applications. It can be used as the frontend client for any language or program. Whether you've built your application in Java, Node, or Haskell, or you just want to put a pretty interface on an existing tool like FFMPEG, Gooey can be used to create a fast, practically free UI with just a little bit of Python (about 20 lines!). To show how this all fits together, and that it really works for anything, we're going...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    AndroidUtilCode

    AndroidUtilCode

    Android developers should collect the following utils(updating)

    AndroidUtilCode is a powerful & easy to use library for Android. This library encapsulates the functions that are commonly used in Android development which have complete demo and unit tests. By using its encapsulated APIs, you can greatly improve development efficiency. The program mainly consists of two modules which is util code, which is commonly used in development, and sub until which is rarely used in the development, but the utils can be beneficial to simplify the main module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Filestack: The All-In-One File Handling Service Icon
    Filestack: The All-In-One File Handling Service

    Upload. Transform. Deliver. Filestack can do it all, with speed and security.

    With Filestack, we handle every part of your file pipeline. Need fast, reliable uploads? The Filestack uploader can improve your upload speeds by a factor of 3.6. Looking for powerful image transformations? You can apply image filters and effects with simple URL parameters. Does your app require reliable file delivery? Filestack’s custom CDN is designed to provide fast and secure delivery to your users anywhere around the world.
  • 5
    MyBatis Pagination

    MyBatis Pagination

    A pagination plugin

    ... and the best practice program in the use process are introduced. Provides a wealth of examples for MyBatis advanced mapping, stored procedures, and type processors. At the same time, a detailed configuration introduction is provided for the code generator of MyBatis. To use PageHelper, you just need to include the pagehelper-x.y.z.jar and jsqlparser-x.y.z.jar file in the classpath.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Toolbox for Java/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 platform: V7R2M0 SI77126 V7R3M0 SI77125 V7R4M0 SI77124 The latest version...
    Leader badge
    Downloads: 2,085 This Week
    Last Update:
    See Project
  • 7
    JavaCPC Desktop - Java CPC Emulator
    Amstrad CPC-Emulator in JAVA, based on JEMU by R. Wilson. I am searching for good JAVA-coders who are also knowledgable in emulating 8bit homecomputers.
    Leader badge
    Downloads: 154 This Week
    Last Update:
    See Project
  • 8

    tgo-java

    Java go program that allows for unusual board shapes and topologies.

    Allows boards with holes, torroidal and cylindrical boards, a diamond board. etc. working on a server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    java-sigfpe-emulator

    java-sigfpe-emulator

    Track down floating point divisions by zero in large Java applications

    This program lets you modify Java bytecode so that it throws an ArithmeticException on floating point division by zero (32- & 64-bit). It allows you to trace down code that generates undesirable Infinities and NaNs in your Java application without wasting enormous amounts of time on blind debugging. Instructions: 1. Make sure Java 1.7 or greater and Python 2.7 are installed. 2. Get the Krakatau code from https://github.com/Storyyeller/Krakatau 3. Edit the variables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Couchbase Capella: Database-as-a-Service Icon
    Couchbase Capella: Database-as-a-Service

    Sub-millisecond response in a JSON database

    Capella gives you enterprise-grade performance & scalability with built-in access via K/V, SQL, & full-text search. Flexible JSON docs align to your applications & workloads. Build faster with blazing fast in-memory performance & automated replication & scaling. Try it today for free & be up and running in 3 minutes—no credit card required.
  • 10
    Universal Media Server

    Universal Media Server

    Streams many media formats with minimal configuration

    Universal Media Server is a DLNA-compliant UPnP Media Server Universal Media Server supports all major operating systems, with versions for Windows, Linux and Mac OS X. The program streams or transcodes many different media formats with little or no configuration. UMS is powered by MEncoder, FFmpeg, tsMuxeR, AviSynth, MediaInfo and more, which combine to offer support for a wide range of media formats Check out the list of media renderers here: http://www.universalmediaserver.com/about/
    Leader badge
    Downloads: 3,251 This Week
    Last Update:
    See Project
  • 11
    JAGS is Just Another Gibbs Sampler. It is a program for the statistical analysis of Bayesian hierarchical models by Markov Chain Monte Carlo.
    Leader badge
    Downloads: 1,643 This Week
    Last Update:
    See Project
  • 12
    Launch4j Executable Wrapper
    Cross-platform Java executable wrapper for creating lightweight Windows native EXEs. Provides advanced JRE search, application startup configuration and better user experience.
    Leader badge
    Downloads: 2,258 This Week
    Last Update:
    See Project
  • 13
    checkstyle

    checkstyle

    static code analysis tool for Java

    Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
    Leader badge
    Downloads: 620 This Week
    Last Update:
    See Project
  • 14
    Jmol

    Jmol

    An interactive viewer for three-dimensional chemical structures.

    Over 10,000,000 page views! Jmol/JSmol is a molecular viewer for 3D chemical structures that runs in four independent modes: an HTML5-only web application utilizing jQuery, a Java applet, a stand-alone Java program (Jmol.jar), and a "headless" server-side component (JmolData.jar). Jmol can read many file types, including PDB, CIF, SDF, MOL, PyMOL PSE files, and Spartan files, as well as output from Gaussian, GAMESS, MOPAC, VASP, CRYSTAL, CASTEP, QuantumEspresso, VMD, and many other quantum...
    Leader badge
    Downloads: 1,240 This Week
    Last Update:
    See Project
  • The smartest online training software for your modern workforce. Icon
    SkyPrep supports businesses and knowledge-based providers who are looking for a reliable online training platform that will help them train, test, and manage their employees.
  • 15
    Plot Digitizer
    An easy to use Java program that allows you to digitize data points off of scanned plots, scaled drawings, or orthographic photographs. Includes an automatic digitization feature that can automatically digitize many types of functional data.
    Leader badge
    Downloads: 806 This Week
    Last Update:
    See Project
  • 16
    Mobile Atlas Creator
    This application creates off-line atlases of raster maps for various cell phone apps on Android, iPhone and WindowsCE as well as GPS devices (Garmin, Magellan and others)
    Leader badge
    Downloads: 652 This Week
    Last Update:
    See Project
  • 17

    unluac

    A decompiler for Lua 5.x

    unluac is a decompiler for Lua 5.0 through 5.4. It runs on Lua chunks that have been compiled with the standard Lua compiler. It requires that debugging information has not been stripped from the chunk. (By default, the Lua compiler includes this debugging information.) This program is written in Java. A JAR package is available in the downloads section so you don't have to compile it. It runs from the command line and accepts a single argument: the file name of a Lua chunk...
    Leader badge
    Downloads: 393 This Week
    Last Update:
    See Project
  • 18
    SQL DAL Maker
    SQL DAL Maker is a generator of DTO and DAO classes to access relational databases. Target programming languages: PHP, Java, C++, Python, Ruby, and Go. To generate the class, you declare it in XML meta-program. At the stage of code generation, the target database must exist and be available for JDBC connection. Code generator uses "live" JDBC metadata to make generated code relevant to the current database schema. Implemented as plug-ins for Eclipse IDE, IntelliJ Platform, and NetBeans...
    Leader badge
    Downloads: 434 This Week
    Last Update:
    See Project
  • 19
    LaTeXDraw

    LaTeXDraw

    Vector drawing program for LaTeX using PSTricks

    LaTeXDraw is a graphical drawing editor for LaTeX. LaTeXDraw can be used to 1) generate PSTricks code; 2) directly create PDF or PS pictures.
    Leader badge
    Downloads: 221 This Week
    Last Update:
    See Project
  • 20
    ExTiX - The Ultimate Linux System

    ExTiX - The Ultimate Linux System

    Based on Ubuntu with LXQt/Deepin/KDE/Anbox and kernel 5.16.0-exton

    Version 22.1, 21.11, 21.10, 21.7 (five versions - Build 220114, 211030, 211007, 210710 and 161203) of ExTiX 64 bit are based on Ubuntu. In ExTiX I have installed Deepin Desktop 20.3, Budgie 10.4, LXQt 0.17 respectively KDE Plasma Desktop together with Anbox ("Android in a Box"). PROGRAM content etc Among many other programs GParted, Brasero, SMPlayer, Gimp and Kodi. In addition Java and all necessary additions in order to install programs from source. PASSWORDS The password for root...
    Leader badge
    Downloads: 256 This Week
    Last Update:
    See Project
  • 21
    hus Struktogrammer

    hus Struktogrammer

    Nassi-Shneiderman Diagramm-Editor

    Dies ist ein Editor zum Erstellen von Nassi-Shneiderman Diagrammen / {This is an editor for creating Nassi-Shneiderman diagrams} Die ursprüngliche Delphi-Version wurde inzwischen durch eine neu in Java entwickelten Version abgelöst / {The original Delphi version has now replaced by a new version developed in Java} Für die Ausbildung und private Zwecke kann das Programm gratis benutzt werden / {For educational and private purposes, the program can be used free of charge}
    Leader badge
    Downloads: 183 This Week
    Last Update:
    See Project
  • 22
    Xiaomi PC Tools

    Xiaomi PC Tools

    Xiaomi PC Tools

    Xiaomi PC Tools has been developed for Xiaomi users. The aim of the program is to consolidate and facilitate many processes under a single program. **INFORMATION** Don’t be afraid if your browser or Windows complains about the file being “unsafe”, you can trust us. NOTE: Do not forget to run the program as an administrator. Report in-app errors/bugs Send mail>> xfdevapps@gmail.com SYSTEM REQUIREMENTS CPU: 1GHZ any CPU. RAM:512MB or higher. OS: Windows 7 or newer operating system. (32Bit...
    Leader badge
    Downloads: 175 This Week
    Last Update:
    See Project
  • 23
    Jason is a fully-fledged interpreter for an extended version of AgentSpeak, a BDI agent-oriented logic programming language, and is implemented in Java. Using JADE a multi-agent system can be distributed over a network effortlessly.
    Leader badge
    Downloads: 154 This Week
    Last Update:
    See Project
  • 24
    Arduino Simulator 1.7 Windows

    Arduino Simulator 1.7 Windows

    The simulator you've been looking for!

    This Arduino Simulator is designed to simulate your (IO) projects with the aim of making everything as simple as possible. If you don’t have components like sensors, Leds..., then this program will simulate the components for you. You need a real Arduino board for testing your programs with your computer. In order to let the Simulator understand the code, we changed the libraries to be compatible with ouer simulator. To maintain the usability, we have decided to keep all the instructions...
    Leader badge
    Downloads: 151 This Week
    Last Update:
    See Project
  • 25
    kmttg

    kmttg

    TiVo To Go and advanced Remote Control

    NOTE: Check Wiki for abandoned project notes. kmttg is a Java based program I wrote to facilitate TivoToGo (TTG) transfers that can download, create pyTivo metadata, decrypt, run comskip & comcut (commercial detection and removal), create closed captions files and re-encode multiple shows you select from your Tivos all automatically. The program also has the capability to transfer and process shows automatically from your Tivos based on titles and keywords you setup. kmttg also has...
    Downloads: 93 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Oh no! Some styles failed to load. 😵 Please try reloading this page