Showing 35 open source projects for "so"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1
    neutriNote

    neutriNote

    The original extensible Markdown + Math note app

    Let's say plain text is the most basic unit of written information. Then the boundaries between written thoughts in formatted / unformatted text, math (LaTeX), rich markdown, ASCII drawings, and so on, are artificially imposed. neutriNote reclaims the paradigm by preserving all contents in a text-centric searchable repository. Unlike the emphasis on traditional text editing functions found in most mainline writing apps, neutriNote focuses instead on the long-term searchability of information so...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Problems for Spring MVC

    Problems for Spring MVC

    A library for handling Problems in Spring Web MVC

    Problem Spring Web is a set of libraries that makes it easy to produce application/problem+json responses from a Spring application. It fills a niche, in that it connects the Problem library and either Spring Web MVC's exception handling or Spring WebFlux's exception handling so that they work seamlessly together, while requiring minimal additional developer effort. In doing so, it aims to perform a small but repetitive task — once and for all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    EnvFile

    EnvFile

    EnvFile 3.x is a plugin for JetBrains IDEs

    Env File is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files. Not all run configurations available in IDEA-based IDEs are implemented similarly. Some of them differ significantly. In certain cases (so far, only Gradle has been confirmed) the implementation exposes interfaces to integrate the EnvFile UI but doesn't provide interfaces for it to actually make its work. Luckily, it was possible to make few assumptions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    jPicEdt

    jPicEdt

    Another drawing editor for LaTeX with PSTricks & TikZ

    jPicEdt is an extensible internationalized vector-based drawing editor for LaTeX and related packages (TikZ, PsTricks,...), written in Java. It is also a library of reusable high-level graphic primitives.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Sage Intacct Cloud Accounting and Financial Management Software Icon
    Sage Intacct Cloud Accounting and Financial Management Software

    Cloud accounting, payroll, and HR that grows with you

    Drive your organization forward with the right solution at the right price. AI-powered continuous accounting and ERP to support your growth now and into the future.
  • 5
    TeXtidote

    TeXtidote

    Spelling, grammar and style checking on LaTeX documents

    If so, you probably know that the process is far from simple. Since LaTeX documents contain special commands and keywords (the so-called "markup") that are not part of the "real" text, you cannot run a grammar checker directly on these files: it cannot tell the difference between markup and text. The other option is to remove all this markup, leaving only the "clear" text; however, when a grammar tool points to a problem at a specific line in this clear text, it becomes hard to retrace...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TempleApp

    TempleApp

    Android App which handles the information about temple

    This app is a cost-efficient way of maintaining records of poojas, donations made by people and also all the financial records in temples. Using this app, people in the temple counter will be able to enter all the details regarding the poojas they want or some donations they want to do for the temple. This app is connected to a printer so that it will print the details of pooja registrations of users. The app has a login interface and only some people like General secretary, president...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XSLT syntax highlighting

    XSLT syntax highlighting

    Java based XSLT Processor extension for syntax highlighting

    Please note that project moved to GitHub: https://github.com/xmlark/xslthl This is an implementation of syntax highlighting as an extension module for XSLT processors (Xalan, Saxon), so if you have e.g. article about programming written in DocBook, code examples can be automatically syntax highlighted during the XSLT processing phase.
    Leader badge
    Downloads: 79 This Week
    Last Update:
    See Project
  • 8
    DSL-JSON library

    DSL-JSON library

    High performance JVM JSON library

    Fastest JVM (Java/Android/Scala/Kotlin) JSON library with advanced compile-time data binding support. Java JSON library designed for performance. Originally built for invasive software composition with DSL Platform compiler. v1 core library was targeting Java6, while v2 targets Java8. So there is no need anymore for dsl-json-java8 project and instead, just dsl-json project should be referenced. From v2 only a single annotation processor is supported, which was previously in the java8 project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Xml2Json Converter

    Xml2Json Converter

    Simple tool for converting large XML-files to JSON or JSON to XML

    Simple converter tool with GUI (written on JavaFX) for converting large XML-files to JSON and JSON to XML with indicating progress and uses small amount of memory for converting. Starting from 1.2.0 application supports batch converting files from directory by pattern. Uses Java 1.8+ (http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html). Distributions for Mac, Linux and Windows already have embedded JRE, so just download appropriate distribution and start...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 10

    CSVboard

    CSV editor to open CSV files with minimum effort

    ... and filtering engine CSVboard was written in Java and JavaFX and actually it is a result of some recycled code collections. I experimentally developed during my time as a hobby programmer. So if you find any dysfunctionalities, errors, bugs, or the like do not hesitate to contact me. I'm further going to publish my code at Github in the near future so that everybody has the chance to improve my code.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 11
    FlexibleRichTextView

    FlexibleRichTextView

    A view showing LaTeX, images, codes

    This library is used for showing various rich text, including LaTeX, images, codes, tables, and normal styles such as center, bold, italic, and so on. An interesting feature is, that you can customize most tags as whatever you want. It uses CodeView to support code highlight, and JLaTeXMath to support LaTeX. The method to parse rich text is something like recursively descending. I'm open to PR that could improve performance, fix bugs and do anything to make this library better.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    XML2CSV-Generic-Converter

    XML2CSV-Generic-Converter

    Flatten XML into CSV to suit your mood

    ... execution but might as well be interfaced directly by a Java class as part of a broader [yet non commercial] software. It handles attributes, repeated elements, and so on, and produces results which level up with what spreadsheets generate when they import native XML (at least in its most extensive execution mode). Please refer to the documentation for further details (PDF doc, Open Office Writer doc, and API doc). This free software is released under the GNU GENERAL PUBLIC LICENSE Version 3.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    mcf2pdf

    mcf2pdf converts files of the "My CEWE Photobook" software to PDF

    mcf2pdf converts .mcf files of the "My CEWE Photobook" software (see http://www.cewe-photobook.co.uk/ or http://www.cewe-fotobuch.de (german)) to PDF files, so you can better preview the results and even send them to others by e-mail. This project has moved to GitHub. Please visit https://github.com/albrechtf/mcf2pdf/releases for download of latest version.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 14

    xorlisp

    Bit level lambda continuations and nothing else - Queue automata

    ... of stack and queue. The stack is a linked list of pair of true or false and object pushed on the stack. The queue is also such a linked list but is paired oppositely so previous queue state goes on the left and next object queued on the right of the new pair, so when the queue is navigated in sequence of that astronomically long bitstring (thats exponential of reusing objects in the acyclicNet), the Nav32 (using linearForward and treeForward for random access) first sees the oldest object queued
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AhnConvert

    AhnConvert

    Converts .ahn files into comma-separated .txt and GEDCOM 5.5.1 files

    This converter bridges from the .ahn file format into GEDCOM 5.5.1, It's a command-line tool written in Java. AhnConvert allows family data, laboriously grabbed decades ago surviving into state-of-the art genealogy software products. The software "Familien Chronik" by Reiner W. Dudde was a genealogy software published by Data Becker as part of the "Goldene Serie" series, back in the 1990's. Especially in Germany this tool penetrated the market to some extent. Generating a project and...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16

    IMG2GSLIB

    Converts images to GSLIB grids -NEW: 3D support.

    IMG2GSLIB is a small command line tool that converts images to grids into GEO-EAS format readable by geoscientific software such as GSLIB, SGeMS, Isatis, Gocad, Petrel, etc. It now can output 3D volumes from image stacking. The ASCII result is sent to stdout, so you can redirect it using the > operator if you want to save it to a file. Run java -jar IMG2GSLIB.jar without arguments to get help on usage. Requirements: -Java 1.7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Modabi

    Modabi is a Modular Data Binding system for Java

    Modabi is a Modular Data Binding library for Java, which aims to provide users with the most flexible and comprehensive feature set possible. Modabi can be used to provide mappings between Java objects in memory and a number of formats, including Yaml and XML, without any modification to existing business objects. Check out the wiki for a more in depth examination of the features of Modabi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    iwnbtjl

    A Java NBT library with freedom.

    The Ian Watters Named Binary Tag Java Library (IWNBTJL for short) is a Java library that allows work with the Named Binary Tag format created by Notch with any project of your's (please note, no one owns NBT). Written off of the JNBT library (http://jnbt.sourceforge.net/), this contains usage improvements, however is not too different from the original library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    BACnet Web Services Simulator (ampii)

    A Simulator/Tester for the BACnet/WS 2 protocol.

    ... that will go into public review in spring 2014. It is currently a committee draft. If you would like a copy, please join the BACnet Data Modeling Working Group by contacting its convener. See www.bacnet.org for info. The primary purpose for writing this was to spur development of prototypes to test the protocol. However, it has a BSD license, so you can do whatever you want with it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    java2JIBXBinding

    Convert Object model to Xml binding for JIBX

    One day im really unoccupade and so think a solution of one of my knoweledge and implements this engine to solve my life and my lazy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    monoMIG
    Ever wanted to use a Wii Remote, pheraps a Multitouch surface or the Microsoft Kinect to control your application/game even if web based? If so, then MonoMIG (Multi Input Gateway) is what you are looking for!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    XMLtoRDF

    Program to transform any XML document to a RDF one.

    Some scenarios for neuroinformatics experiments are saved in standard XML document. This program should be able to parse almost any scenario so far to make a full-valuable RDF file, where every pieces of scenario has their own URI. This project is from University of West Bohemia in Czech republic, required to Fundamentals of Software Engineering (KIV/ZSWI).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Info Transformer is a powerful utility to maintain the information in spite of data format and storage. There are lots of high speed functions for common and special data processings. Extract, transfer, load, convert, update, match, remove and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A project to make a simple, but complete, bibtex parser using regexes in Java. It is meant as a library for a larger program, and so is not interactive. Testers, contributors, comments and suggestions are more than welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The k5nJournal application is a journal/diary application that stores data in iCalendar (RFC 2445) format. This application will evolve into a weblog client application so that journal entries can be posted to blogs like WordPress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next