Content parsers for open-document files (mimetypes "application/vnd.oasis.opendocument.*").
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
GroupDocs.Assembly for Java is a class library that enables you to generate documents in popular office file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom Java types, and more. Supports Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Open Document, Email, and other file formats.
WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.
The parent module of the Revolution Systems Open Library.
WebDAV mapping for Spring Boot - Use an API like a network drive, open files, edit and save them.
BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Unit Test Architect is an open source gradle plugin that helps you to automate generation of test cases of kotlin/java files using jUnit + Mockito.
This is an open source library that allows generating performance indicators easily for java based application. This library is configurable through an xml file (similar to log4j) in order to define the performance object types, dimensions, counters, the output format and statistics generation periodicity. Those statistics can be saved as a file (xml/json) or injected directly in a database. Then they can be correlated and analyzed through any Business Intelligence solution in order to check the application performance and quality: number of transactions, ratio of successful and failure ...
open source project for generating file thumbnail images with the JVM
Swiftly add ocr layers to scanned pdf files. Unfortunately existing open source ocr solutions (tesseract) pale in comparison with the ones commercially available. The azure read api provides particularly good results. It is also easy to set up, but while it can annotate text in images, there is no easy way to upload and ocr a full pdf document. That is, until now. aocr provides an easy way to ocr full pdf documents.
Open any file, right-click on a selection of text and choose Translate. Whatever target-language is selected in the toolbar will be used.The default implementation interacts with Google translation service on-line,hence you need to be on-line.
This plugin provides support for textlint. <h3>What’s the textlint?</h3> <p>See <a href="https://github.com/textlint/textlint">https://github.com/textlint/textlint</a></p> <h3>Usage</h3> <h4>Install textlint and rules</h4> <p>Of course, it assumes that nodejs and npm are installed.</p> <p>e.g.</p> <pre><code>$ mkdir txtlint $ cd txtlint $ npm init $ npm install textlint --save-dev $ npm install textlint-rule-max-ten textlint-rule-spellcheck-tech-word textlint-rule-no-mix-dearu-desumasu --save-dev </code></pre> <h4>Create .textlintrc</h4> <pre><code>$ touch .textlintrc </code></pre> <pre><code class="json">{ "rules": { "max-ten": { "max": 3 }, "spellcheck-tech-word": true, "no-mix-dearu-desumasu": true } } </code></pre> <p>You can also set parameters to Options (see below).</p> <h4>Set textlint and .textlintrc paths</h4> <p>Set paths to the Options (see below).</p> <p>e.g.</p> <ul> <li>textlint Path: /path/to/txtlint/node_modules/.bin/textlint (textlint.cmd in Windows)</li> <li>.textlintrc Path: /path/to/textlint/.textlintrc</li> </ul> <h4>Open Action Items window</h4> <ul> <li>Click Window > Action Items.</li> <li>Click “Show action items for currently edited file only” icon.</li> <li>Open your markdown or text file.</li> </ul> <h3>Options</h3> <p>Tools > Options > Editor > textlint</p> <ul> <li>textlint Path: Absolute path to textlint</li> <li>.textlintrc Path: Absolute path to .textlintrc</li> <li>Options : You can set options for the textlint command</li> <li>Enable in HTML files: To use the html plugin, you can check this</li> <li>Refresh on Save: To scan the document on save, you can check this (Checked by default)</li> <li>Show Annotations: To show annotations in the glyph gutter, you can check this (Checked by default)</li> </ul> <h3>Actions</h3> <h4>Fix</h4> <p>You have to save your file before you run this action.<br/> If there is a fixable rule’s error, you can fix it. Right-click an item > Click <code>Fix</code>.<br/> To refresh items, your document is saved once.</p> <h4>Fix All</h4> <p>You have to save your file before you run this action.<br/> If there are fixable rule’s errors, you can fix them. Right-click an item > Click <code>Fix All</code>.<br/> This action runs <code>textlint --fix</code> command.</p> <h4>Refresh</h4> <p>You can refresh results forcibly by the following action: Right-click your editor > Click "textlint Refresh".</p> <p>You can also set the shortcut key(Tools > Options > Keymap). </p> <h3>NOTE</h3> <ul> <li>The plugin scans only current file.</li> <li>The plugin does not refresh results automatically. Please save your file or run the refresh action.</li> <li>Use <code>UTF-8</code> as file encoding and <code>LF</code> as line endings.</li> <li>This plugin may not work properly in Windows. (Please try to check above.)</li> <li>If you cannot get expected results, just try to run the <code>textlint</code> commands once in your CLI.</li> </ul>
Adds a menu item to NetBeans IDE for opening the System's own file explorer
You put IntegrationPreference into your preference XML file and it checks the given intent to it. If it cannot find the application to handle that Intent, it opens Play Store on click to install the required application.
You put IntegrationPreference into your preference XML file and it checks the given intent to it. If it cannot find the application to handle that Intent, it opens Play Store on click to install the required application.
An Open Source library for creating PDF files
PinLog is an easy-to-use android Logging Library which support storing logs on device. PinLog supports storing logs for later retrieval, saving logs in a file, saving logs in a zip file and more. PinLog is Open-source i.e. source code can be found on github.com/AdityaBavadekar/PinLog
Provides the support for <a href="https://tagmycode.com">TagMyCode</a>. This plugin allows you to manage your own snippets.<br/> <br/> Features:<br/> * Add snippets: you can save your code snippets including description, language, and tags<br/> * List snippets (CRUD): snippets are stored locally and you can filter, sort, create, modify, edit or delete them directly from the IDE<br/> * Quick search: you can search your snippets and insert them directly into the document<br/> <br/> CHANGELOG:<br/> <br/> 2.3.0 (released 2020-07-26)<br/> * published plugin into Apache NetBeans Plugin Portal<br/> * filter snippets by languages<br/> <br/> 2.2.1 (released 2018-01-10)<br/> * Quick Search dialog is now resizable</br> * fixed syntax highlight for PHP and HTML</br> * if refresh token is not valid user will be automatically logged out</br> </br> 2.2.0 (released 2017-11-06)<br/> * snippets management works in offline mode<br/> * autodetect language on new snippet<br/> * added settings dialog with editor theme and font size option<br/> * added title and description to snippet view<br/> * changed open browser class<br/> * text can be dragged into table to create a new snippet<br/> * snippets can be dragged directly into editor and the code are copied<br/> * added "save as file" feature<br/> * added "clone snippet" feature<br/> * added "snippet properties" dialog<br/> * detect binary file<br/> <br/> 2.1.0 (released 2017-04-24)<br/> * moved error messages from dialog to Netbeans Notification Log<br/> * added welcome panel<br/> * about dialog shows plugin version and framework version<br/> * moved storage from JSON to SQL<br/> <br/> 2.0 (released 2016-07-11)<br/> * new user interface<br/> * list of snippets stored locally<br/> * syntax highlight powered by <a href="http://bobbylight.github.io/RSyntaxTextArea/">RSyntaxTextArea</a><br/> * snippets are synchronized with server<br/> * filter snippets<br/> * quick search feature<br/> * insert selected snippet at cursor in document<br/> <br/> 1.1.3 (released 2015-12-18)<br/> * Fix for NetBeans 8.1<br/> <br/> 1.1.2 (released 2014-10-03)<br/> * Switched authentication from OAuth 1.0a to OAuth 2<br/> * Console write also snippet title when new snippet is created (thanks to bejoy)<br/> <br/> 1.1 (released 2014-08-19)<br/> * Added "Search snippets" feature<br/> * Fixed some minor bugs<br/> <br/> 1.0 (released 2014-04-14)<br/> * First release with feature "Create snippet"<br/>
Open source Android library for files writing on SD card.
Lib to support operating system specific element like application home folder, open files, execute command, access registry db, ...
An abstract framework and concrete Swing implementation that encapsulates a Java GUI applications typical save-state operations such as save, saveAs, open, new, checking for unsaved changes, and maintaining a list of recent files.
OpenCms-Module 'org.opencms.workplace.handler'. <p>This module contains the OpenCms Workplace handler files.</p> <p>It includes the 404 and 500 error handlers that are showed in case of an error of a frontend application.</p> <p><i>© 2013 by Alkacon Software GmbH (http://www.alkacon.com).</i></p> OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
ServiceMix is an open source ESB based on the Java Business Integration framework - JSR-208
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
OpenCms-Module 'org.opencms.workplace.tools.content'. <p>This module contains the OpenCms administration tools for managing the content of resources.</p> <p>Install this module if you want to modify file properties or content elements.</p> <p><i>(c) 2013 by Alkacon Software GmbH (http://www.alkacon.com).</i></p> OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
This is the pom file that defines the build process for the WSO2 Balana Samples. Balana is XACML open source project which is based on the sunxacml http://sunxacml.sourceforge.net/ under the license http://sunxacml.sourceforge.net/license.txt. But future development is released under Apache2 license http://www.apache.org/licenses/LICENSE-2.0
DataCleaner is the premier open source data quality solution. Use it to discover, analyze, profile, diagnose and monitor the state of your data. DataCleaner works with almost any kind of data, eg. CSV files, databases, Excel spreadsheets, NoSQL databases and more.
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
The parent POM file for all Radboud University Java open source projects.
jDTAUS provides an open-source implementation of german payment file formats.
The OW2 Consortium is an open source community committed to making available to everyone the best and most reliable middleware technology. OW2 mission is to develop open source code middleware and to foster a vibrant community and business ecosystem.
DataCleaner is the premier open source data quality solution. Use it to discover, analyze, profile, diagnose and monitor the state of your data. DataCleaner works with almost any kind of data, eg. CSV files, databases, Excel spreadsheets, NoSQL databases and more.
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.
Sonatype helps open source projects to set up maven repositories on http://oss.sonatype.org.
DataCleaner is the premier open source data quality solution. Use it to discover, analyze, profile, diagnose and monitor the state of your data. DataCleaner works with almost any kind of data, eg. CSV files, databases, Excel spreadsheets, NoSQL databases and more.
This is the pom file that defines the build process for the WSO2 Balana Samples. Balana is XACML open source project which is based on the sunxacml http://sunxacml.sourceforge.net/ under the license http://sunxacml.sourceforge.net/license.txt. But future development is released under Apache2 license http://www.apache.org/licenses/LICENSE-2.0
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
This is the pom file that defines the build process for the WSO2 Balana Samples. Balana is XACML open source project which is based on the sunxacml http://sunxacml.sourceforge.net/ under the license http://sunxacml.sourceforge.net/license.txt. But future development is released under Apache2 license http://www.apache.org/licenses/LICENSE-2.0
This is the pom file that defines the build process for the WSO2 Balana Samples. Balana is XACML open source project which is based on the sunxacml http://sunxacml.sourceforge.net/ under the license http://sunxacml.sourceforge.net/license.txt. But future development is released under Apache2 license http://www.apache.org/licenses/LICENSE-2.0
DataCleaner is the premier open source data quality solution. Use it to discover, analyze, profile, diagnose and monitor the state of your data. DataCleaner works with almost any kind of data, eg. CSV files, databases, Excel spreadsheets, NoSQL databases and more.
This is the pom file that defines the build process for the WSO2 Balana Distribution Pack. Balana is XACML open source project which is based on the sunxacml http://sunxacml.sourceforge.net/ under the license http://sunxacml.sourceforge.net/license.txt. But future development is released under Apache2 license http://www.apache.org/licenses/LICENSE-2.0
An abstract framework and concrete Swing implementation that encapsulates a Java GUI applications typical save-state operations such as save, saveAs, open, new, checking for unsaved changes, and maintaining a list of recent files.
DataCleaner is the premier open source data quality solution. Use it to discover, analyze, profile, diagnose and monitor the state of your data. DataCleaner works with almost any kind of data, eg. CSV files, databases, Excel spreadsheets, NoSQL databases and more.
This plugin provides a registered action, toolbar button and menu actions which can clear the REUSE flag <b>preventing a file from being replaced</b>. <br/><br/> The toolbar button, which looks like a "push pin", provides a visual indication that the currently active editor is REUSEable; the button is only enabled when the active editor is REUSEable. <br/><br/> In some situations the IDE/platform opens a file with the REUSE flag (see NetBeans API doc Line.ShowOpenType); files opened like this can be automatically replaced in an editor window by other files. <br/><br/> IDE REUSE examples: single stepping into a file, clicking on a stacktrace for goto source, jVi tag-stack operations.
ServiceMix is an open source ESB based on the Java Business Integration framework - JSR-208
DataCleaner is the premier open source data quality solution. Use it to discover, analyze, profile, diagnose and monitor the state of your data. DataCleaner works with almost any kind of data, eg. CSV files, databases, Excel spreadsheets, NoSQL databases and more.
PLSA.R is an Open Source Java Server + API for high demand, low latency requirements. There are no static references, no file reads, access to static fields per request. Everything is either cached and or instantiated on the fly. PLSA.R runs via one command so there are no .war files to deploy, no additional plugins to install it is a simple yet powerful alternative to container deployment environments. PLSA.R even boasts a little dependency injection for data logic. www.plsar.net