Showing 26 open source projects for "json-lib"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI Studio. Switch between models without switching platforms.
    Start Free
  • 1
    PlantUML

    PlantUML

    Generate diagrams from textual description

    Generate UML diagram from textual description. PlantUML is not affected by the log4j vulnerability. The easiest way to test PlantUML is in an online solution that has PlantUML embedded, such as our online server. After testing, you may want to install PlantUML locally. Run (or have your software call) PlantUML, using sequenceDiagram.txt as input. The output is an image, which either appears in the other software, or is written to an image file on disk. Diagrams are defined using a simple and...
    Downloads: 44 This Week
    Last Update:
    See Project
  • 2
    Zipkin

    Zipkin

    Distributed tracing system to gather timing data

    Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data. If you have a trace ID in a log file, you can jump directly to it. Otherwise, you can query based on attributes such as service, operation name, tags and duration. Some interesting data will be summarized for you, such as the percentage of time spent in a service, and whether or not operations...
    Downloads: 38 This Week
    Last Update:
    See Project
  • 3
    Lottie

    Lottie

    Render After Effects animations natively on Mobile, Web & React Native

    Lottie is a wonderful library for Android, iOS, Web, and Windows that works by parsing Adobe After Effects animations that have been exported as json with Bodymovin, and then rendering these natively on mobile and on the web! Now you can have beautiful animations without engineers having to recreate everything by hand. Building animations by hand is time consuming, and other animation alternatives like Gifs and Png sequences don’t offer the same flexibility and varied features that Lottie offers. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    M. Vezelis Draw

    M. Vezelis Draw

    Project productivity & cost estimations tool which creates Gantt Chart

    That's project development productivity and cost estimations tool which reflects it in the form of multiple custom diagrams, including the Gantt Chart. The tool provides succinct project metrics related information, and on demand information under each diagram. It allows a user to calculate Function Points, and estimate cost based on COCOMO Basic and Intermediate models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 5
    M. Vezelis Bits Visualiser

    M. Vezelis Bits Visualiser

    It helps you track your personal budget and visualises income/expenses

    The application helps you track your personal budget income and expenses, and visualises the in and out flows. The visualiser lets you set the targets that you expect to reach in the budget, and the asynchronous transactions scheduler keeps a track of such budget changes in the background. The observations summary panel gives you information on the current status of the budget. The data gets seamlessly highly encrypted underneath the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Amazon Kinesis Video Streams Parser Lib

    Amazon Kinesis Video Streams Parser Lib

    Easy to work with the output of video streams

    Amazon Kinesis Video Streams parser library is for developers to include in their applications that makes it easy to work with the output of video streams such as retrieving frame-level objects, metadata for fragments, and more. The Amazon Kinesis Video Streams Parser Library for Java enables Java developers to parse the streams returned by GetMedia calls to Amazon Kinesis Video. A streaming Mkv Parser called StreamingMkvReader that provides an iterative interface to read the MkvElements in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LTI-Lib is an object oriented computer vision library written in C++ for Windows/MS-VC++ and Linux/gcc. It provides lots of functionality to solve mathematical problems, many image processing algorithms, some classification tools and much more...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Java Games and Graphics is meant to be a fun project. The goal here is to have fun with JAVA graphics and JAVA games. There is no specific goal as to what kind of graphics or games.This project features an RPG Role Playing, MUD, and Turn Based Combat gam
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    jmodsyn

    Java Audio DSP sandbox

    ...Consists of 3 parts: 1) ModSyn-core: library that can be compiled for desktop and Android. This contains the core DSP functions. 2) ModSyn-j2se: includes desktop-specific components and a GUI to interactively create your own patches. 3) lib-abnormal: A small JNI library to enable floating point 'flush-to-zero' mode to avoid denormal floats for improved performance (currently Windows-only). On desktop, it supports MIDI, JavaSound and ASIO. ASIO is highly recommended for low-latency audio (install the great ASIO4ALL driver!). Includes a number of good-sounding example patches for various synthesizer sounds and audio effects to get you started.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Your Data Warehouse Bill by 54% Icon
    Cut Your Data Warehouse Bill by 54%

    Migrate from Snowflake, Redshift, or Databricks with free tools. No SQL rewrites.

    BigQuery delivers 54% lower TCO with serverless scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 10
    ...The files you will need to copy from Mavericks to Yosemite are: /System/Library/QuickTimeJava to the same location /System/Library/Java/Extensions/QTJava.zip to /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext Also download the latest version, the only change of which is to ask for Java 1.6.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    android-common-lib

    android-common-lib

    Android common lib, ImageCache, HttpCache, DropDownListView, etc.

    ...Includes cache (picture cache, prefetch cache, network cache), public View (drop down and load more ListView at the bottom, load more ScrollView at the bottom, slide a page Gallery) and common Android tools (network, download, Android resources) Operation, shell, file, Json, random number, Collection, etc.). You can choose a variety of cache algorithms (FIFO, LIFO, LRU, MRU, LFU, 13 types such as MFU) or custom caching algorithms. Cache can be initialized according to system configuration. Applicable to applications that get more pictures and frequently use pictures, including secondary cache, such as Sina Weibo, twitter, WeChat avatar, Meili Talk, Mogujie, Petal, Taobao, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    cartdroonize

    cartdroonize

    A free open source lib to cartoonize pics on Android

    A free open source lib to cartoonize pics on Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ...ShotCut Keys: ALT+1 : Theme1 ALT+2 : Theme2 ALT+3 : Theme3 ALT+4 : Theme4 ALT+A : Adding Selected Song To Playlist ALT+R : Removing Selected Song From The Playlist ALT+Enter : Play The Selected Song ALT+P : Pause The Current Song ALT+Q : Stop The Current Song Requirement: j2se6.0v jmf2.1 To run apps first extract Jxt4PlayerJ.rar to directory and click on Jxt4PlayerJ.jar Before Running download jmf2.1.jar api and copy the jar to Lib folder. Rename to jmf.jar OR To run apps, Instal jmf2.1 api ==================================================================================== NOTE: I'm not responsible for unrelated content sites linking with this project or project name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Jxt4PlayerJ: MP3 Player

    Player Exclusively For MP3 File Formates Only

    ...ShotCut Keys: ALT+1 : Theme1 ALT+2 : Theme2 ALT+3 : Theme3 ALT+4 : Theme4 ALT+5 : Theme5 ALT+A : Adding Selected Song To Playlist ALT+R : Removing Selected Song From The Playlist ALT+Enter : Play The Selected Song ALT+P : Pause The Current Song ALT+Q : Stop The Current Song Requirement: j2se6.0v jl1.0.1.jar [JLayer API of JavaZoom] To run apps first extract Jxt4PlayerJ.rar to directory and click on Jxt4PlayerJ.jar Before Running download jl1.0.1.jar api and copy the jar to Lib folder. Rename to jl1.0.1.jar NOTE: I'm not responsible for unrelated content sites linking with this proj
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Wireless Music Sync for BlackBerry
    Wireless Music Sync for BlackBerry® keeps the music on your BlackBerry® devices in sync with your Desktop music library wirelessly. It presently works with iTunes on Windows. It is fast and easy to setup and use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Smart Id3 Tag from filename. Rename file from Tag. Full Regex Search & Replace. Intuitive parsing. Smart file numbering. Artist Album report. Split compilation album. Configurable text processing. mp3, flac, ogg, mp4, m4a, mp4p + more. Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jfile is a java library that can be used to detect a file's mime type using globs and/or magic files as specified at http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JSONator is a java based product that allows the serialization and de-serialization of java objects to and from JSON. The website http://json.sourceforge.net/ has detailed information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JFreedbClient is a project devoted to implementing the Freedb client protocol in the Java programming language. (Min JRE 1.4)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Yajil is a java lib to read, delete and edit the tag of a mp3 (v1.1 and v2.4.0). The basic idea is to provide a very simple class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    .../Exp. ASCII, XML, SQL, PS, Tex/LaTex, RTF GUI: X-Windows, MS-Windows Interface to C++, DBs, Perl, PHP, Java, TCP/IP LISP-like interpreter written in C++ using C-LIB
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Set of Java classes that makes possible to use the GFL-SDK imaging library, provided by www.xnview.com. The methods implemented are the same as the functions available from the GFL-SDK library and allows you to read and manipulate over 360 image formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OLAFS is an Open Local Area File Sharing tool. It is written in Java and consists of a peer to peer lib for local area networks and a music player gui. The gui plays shared files from OLAFS users in the LAN no matter where they are physically located.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The jTkinter module is a complete java/JNI implementation of the builtin python module _tkinter for use with the JPython-1.1 environment. The jTkinter module allows the original lib-tk\*.py files from CPython, to run under JPython.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Free java library and configuration generator for OMR Recognition
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB