Showing 1685 open source projects for "java file manager"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 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
  • 1
    TER implements the CCSDS Recommendation for Image Data Compression (CCSDS 122.0-B-1). TER also adds new features to the Recommendation. TER is designed and programmed with the aim to provide a good basis to test and develop the CCSDS Recommendation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    IP2LocationLookupTool

    Allow you to lookup IP address with geo-location information

    Allow you to embed this Java component into your project for IP geolocation lookup. This component will displays the below geolocation information for an IP address lookup. * Country * Region * City * Latitude & Longitude * ZIP Code * Time Zone It supports both the IPv4 and IPv6 address. Please take note that this component requires the “IP2Location DB11 BIN” data file and “IP2Location Java Component” to function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    APK Dissector

    APK Dissector

    ApkDissector is a Java Based Android APK Decompiler

    How to decompile an APK file ? Once you click decompile it will create a folder called extract and inside that you will find a folder having same name as the file where you will get all the extracted contents of the apk Select APK/DEX - Click this button to browse and select the APK file. Decompile APK/DEX - Click this button to decompile and extracts the contents on the APK file. All the extracted files will be with in extracts directory within the folder name .apk How to decompile...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    There are many websites that allow you to combine multiple pdf's. However, what if the pdf's are bulky and many in number? That is what drove me to write a pdfmerger that can combine multiple pdf's offline. The file "newpdfmerger.jar" is the executable and is all you need to try the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight Icon
    Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight

    Lock Down Any Resource, Anywhere, Anytime

    CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
    Learn More
  • 5
    ML Manager 1.X

    ML Manager 1.X

    A modern, easy and customizable app manager for Android with Material

    A modern, easy and customizable APK extractor & app manager for Android that allows you to extract any installed and system app, mark them as favorite, share .apk files easily and much more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    VAT Software

    Kerala VAT Form 8, 8B, 8C Software, Billing Software,Other VATsoftware

    Kerala VAT Form Software for Form 8, 8B, 8C, etc or customer specified VAT forms are also available.. It is also a billing software. Software has ADD Bill, EDIT Bill, VIEW Bill, DELETE Bill and PRINT Bill menus. Bills are saved in encrypted database. You can create login users. Print Preview is created for bills before printing. PDF file is also generated automatically for every bill while printing. Backup, Auto Backup and Restore the database are also provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    G4LTL-ST

    G4LTL-ST

    Generating PLC programs from formal specifications

    G4LTL-ST is a standalone tool and a Java library for automatically generating industrial control software (supporting IEC-61131-3 Structure Text) from LTL or extended logic specifications. See Tutorial.txt inside the package for step-by-step instructions. For technical demails, see CAV'14 paper "G4LTL-ST: Automatic Generation of PLC Programs". The old version (G4LTL; under BSD license) is available under file\arxiv.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    GenomeWiki (GWiki)

    Embeddable/J2E/Desktop Java Wiki CMS

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FileProtocol

    FileProtocol

    File Access from your Browser

    Bottom-line File Access using your browser File explorer, File download, File upload, Direct Links
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Learn More
  • 10
    Roman Life Manager

    Roman Life Manager

    Personal information manager. Free, opensource. Powerful and simple.

    Personal information management application. Powerful and simple. Free and opensoure. Inspired by todos.txt and markdown.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    JOrtho - Java Orthography Checker
    JOrtho is a spell checker for Java. The library works with any JTextComponent from the swing framework. The dictionary is based on the free Wiktionary.org and applicable for multiple languages. You can select the spellchecking language via context menu.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12
    tmt-workflow

    tmt-workflow

    A web developer workflow used by WeChat team based on Gulp

    ...Thank you for your continued support.Based, efficient, cross-platform (macOS & Win), customizable front-end workflow. A GUI desktop tool is now available: WeFlow , which can be used without installing any environmental dependencies, official website download. The configuration file is a hidden file located in the root directory of the workflow, which can store configuration information or enable related functions, see WiK for details. It is recommended to use it with the Gulp task manager of editors such as WebStorm for a better experience. It can also be used with the desktop tool: [WeFlow], no need to install environment dependencies, and obtain a visual operating experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Lilac - a Java assembler

    Lilac - a Java assembler

    An assembler and disassembler for the JVM (Java Virtual Machine)

    Lilac is a tool suite, which contains an assembler and a disassembler for the JVM (Java Virtual Machine) bytecode. The assembler takes textual representations of Java classes, written in an assembler-like syntax, and converts them to binary Java class files, which can be loaded into JVM. The disassembler takes binary Java class files and creates out of them assembler files suitable for the assembler. In general (except for some very rare cases) Lilac tools allow a perfect round-trip, that is, if you disassemble a class file and then assemble it again, without making any changes, you'll get the original file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    COOL C# framework

    COOL C# framework

    This framework is translation of COOL Java framework for Compilers course by Prof. Alex Aiken on Coursera platform: https://www.coursera.org/course/compilers Note: the framework is unofficial, but Honor Code still applies! Please download framework file and refer to README for further information how to use this framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Monotone Browser

    Monotone Browser

    Monotone GUI

    A graphical browser for examining Monotone VCS repositories without the need for a workspace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sesame

    Sesame

    Java RDF Framework

    This project is no longer actively maintained. It is succeeded by the Eclipse RDF4J project, which can be found at GitHub and at http://www.rdf4j.org/. Sesame is a de-facto standard framework for processing RDF data. This includes parsing, scalable storage, reasoning and full SPARQL 1.1 query/update support. Sesame offers a fully modular toolkit and an easy-to-use Java API that can be connected to all leading RDF storage solutions.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    JTurboExplorer

    JTurboExplorer

    Database explorer to MySQL, Oracle, Sybase & others. Source maker JSF.

    It is a tool to help programmers to check your databases and generate code so easily. Lists the tables and views of databases, MySQL, Oracle and Sybase. Load Data from Excel 97-2003 files, exports the data from the table to Excel 97-2003 file. Generate Stored Procedures from table to insert, update, delete, query and paging. Generates code JSF2.0 (Action) and PrimeFaces (xhtml) from the table, code for Struts 1.3, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    sqlitedbmanager

    SQLite database manager

    SQLiteDBManager is a simple and powerful GUI interface for SQLite database. It is a tool to creates,edit,designs and administrate database structure.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    Compojure-api

    Compojure-api

    Sweet web apis with Compojure & Swagger

    Stuff on top of Compojure for making sweet web apis. Schema & clojure.spec (2.0.0) for input & output data coercion. Swagger for api documentation, via ring-swagger & spec-tools. Async with async-ring, manifold and core.async (2.0.0). Client negotiable formats: JSON, EDN & Transit, optionally YAML and MessagePack. Data-driven resources. Bi-directional routing. Bundled middleware for common api behavior (exception handling, parameters & formats). Extendable route DSL via metadata handlers....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EasyMda

    EasyMda

    An Eclipse plugin that generates source-code, from a Java based model

    ...The advantage over Uml and Dsl is that the combined power of Java reflection (to parse the model classes) Interfaces (to provide the generator with whatever information) Annotation's (for all kinds of fine-grained information) plus the incredible Jet engine make it so flexible and powerful. Please download the easymda-reactive.zip file, follow the steps in the user's guide and generate a fully functional Reactive application. >> See the Wiki pages for more How-to instructions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project is a simple framework for java-swing application (managing Actions, application state, internationalization ...) In addition, it proposes useful swing components like: advanced layout manager, sorting table, object editor ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LunaRCP provides very useful plug-ins to ease the development of Eclipse Rich Client Platform (RCP) applications. It covers a broad range of RCP topics, e.g. application startup, file operations, jobs API, SWT/JFace, database integration using Hibern
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JNode is a Java New Operating system Design Effort. JNode is a simple to use and install Java operating system for personal use on modern devices. Any java application runs on it, fast and safe. See our homepage for additional information.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 24
    CSV Transformer

    CSV Transformer

    transforms xml to csv

    The CSV Transformer is a data processing tool which transforms .xml-Files to comma separated values. The CSV Transformer was created in a load and performance testing project, the use case was to be able to transform 2800 configuration files of a big banking application to a single .csv-File. With this single file it was possible to compare the whole configuration between two releases with the already available tool CSV Comparator. This enabled the team to verify if there were any...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    A Thread and Task Manager. Execute Tasks in a Thread Pool.
    Downloads: 0 This Week
    Last Update:
    See Project