Showing 7607 open source projects for "api"

View related business solutions
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    jBIBLIOTEKA

    jBIBLIOTEKA

    Java program za vodjenje biblioteke Prirodno-Matematickog fakulteta

    Java program za vodjenje biblioteke Prirodno-Matematickog fakulteta Pristina sa privremenim sedistem u Kosovskoj Mitrovici. Program je kompajliran u .class fajlove unutar jednog JAR fajla, a zatim je enkriptovan 256-bitnim AES kljucem i smesten je u EXE fajl.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Amix is lightweight business software written as a web application using Java Servlets. It includes customer relationship management, order management, invoicing, time recording and financial accounting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    rolsac
    == MOGUT A GITHUB: https://github.com/GovernIB/rolsac == Gestor de continguts administratius
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PINBAL

    PINBAL

    Plataforma d'Interoperabilitat de les Balears

    == MOGUT A GITHUB: https://github.com/GovernIB/pinbal == La Plataforma d'Interoperabilitat de les Illes Balears (PINBAL) és una solució tecnològica desenvolupada pel Govern de les Illes Balears que fa possible la interoperabilitat entre les administracions balears i la resta de l'Estat. PINBAL permet realitzar consultes (ja sigui a través d'una aplicació web o mitjançant serveis web) al serveis disponibles a través de la Plataforma d'Intermediació de l'Estat i als serveis propis definits...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MyQ Print Management Software Icon
    MyQ Print Management Software

    SAVE TIME WITH PERSONALIZED PRINT SOLUTIONS

    Boost your digital or traditional workplace with MyQ’s secure print and scan solutions that respect your time and help you focus on what you do best.
    Learn More
  • 5
    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: 10 This Week
    Last Update:
    See Project
  • 6
    Waarp

    Waarp

    Open Source Managed File Transfer

    Waarp is the new home for the former GoldenGate projects, the first one beeing Waarp R66, an open source file transfer monitor available for production with support of security, resilience, integration, portability, performance, adaptability. It is totally open source and free, without any restriction of usage. This site hosts the binary distributions. Official Website for documentation: http://waarp.github.io/Waarp/index.html Commercial support available through: http://www.waarp.it
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Gusite

    Gusite

    És una eina de creació ràpida i simple de petites webs

    1) == MOGUT A GITHUB: https://github.com/GovernIB/gusite == GUSITE és una eina de creació ràpida i simple de petites webs informatives. Està pensada per a que tan el disseny de les planes com la gestió del seu contingut es pugui realitzar per personal no tècnic. L'eina ofereix un conjunt d'ajudes que faciliten la definició i estructuració de continguts com són agendes, formularis de contactes, notícies, menús, etc... També proporciona altres eines de suport bàsiques a la gestió dels...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Scrinch is a stand-alone Swing application that helps managing your projects the Agile way (mostly Scrum). Easy to configure: not based on Web technology, no database to manage: just launch it and start working on your desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OpenYMSG
    OpenYMSG is an open source Yahoo Messenger API implementation. It began as a fork of jYMSG, primarily to upgrade the API. It is intended to get you up and running with a simple Yahoo Messenger client in very little time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    JFreeChart
    JFreeChart is a free (LGPL) chart library for the Java(tm) platform. It supports bar charts, pie charts, line charts, time series charts, scatter plots, histograms, simple Gantt charts, Pareto charts, bubble plots, dials, thermometers and more. *** JFreeChart has moved to GitHub: https://github.com/jfree/jfreechart ***
    Leader badge
    Downloads: 413 This Week
    Last Update:
    See Project
  • 11
    Java Agents Multiple System

    Java Agents Multiple System

    a Java API & Interpreter for AgentSpeak + Prolog

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Supermarkt

    Supermarkt

    Where do you want to shop today? Deluxe Manager for Shoppinglists.

    A computer without Supermarkt is worthless. Supermarkt is a Java real-life shopping simulator and best used before rushing through the supermarket. Sometimes it might be necessary to check up the costs before shopping, so keep your data uptodate.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    dex2jar

    Tools to work with android .dex and java .class files

    Mirrors: * https://bitbucket.org/pxb1988/dex2jar * https://github.com/pxb1988/dex2jar dex2jar contains following compment * dex-reader is designed to read the Dalvik Executable (.dex/.odex) format. It has a light weight API similar with ASM. * dex-translator is designed to do the convert job. It reads the dex instruction to dex-ir format, after some optimize, convert to ASM format. * dex-ir used by dex-translator, is designed to represent the dex instruction dex-tools tools to work with .class files. * d2j-smali disassemble dex to smali files and assemble dex from smali files. different implementation to smali/baksmali, same syntax, but we support escape in type desc "Lcom/dex2jar\t\u1234;" * dex-writer write dex same way as dex-reader.
    Leader badge
    Downloads: 578 This Week
    Last Update:
    See Project
  • 14

    RJDump

    Sample Mysql dump viewer

    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Transumanza

    Transumanza

    Simple data migration tool

    Simple data migration tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    TurNexTurn

    TurNexTurn

    Endless maze game. Reach a maximum score.

    Take a ball and help him to find a right way through a labyrinth. Collect crystals to open additional game content - new balls and worlds. Stay on and beat a highscore! How long can you survive in this game? Come on, now it's Your turn!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    As of 03/2017, this project is moved to GitHub: https://github.com/cyberborean/rdfbeans ---- A simple Java-to-RDF databinding framework for transparent mapping JavaBean-like objects to RDF resources and vice versa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Generic Model Organism Database Project
    GMOD is a set of interoperable open source software components for visualizing, annotating, and managing biological data. See http://gmod.org for more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Moved to https://github.com/CymricNPG/Kicker
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    THIS PROJECT HAS MOVED TO GITHUB: https://github.com/janrieke/contractmanager ContractManager is a contract management software for the Jameica platform (http://willuhn.de/products/jameica/). It allows you to enter details of your contracts, e.g., financial information, runtime, or cancellation deadlines. It notifies you about upcoming cancellation deadlines. For installation instruction, see http://janrieke.de/contractmanager/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The FXL Project Eclipse Plugin leverages the integration of DSLs, (meta-) modeling approaches, code generation and the development of software configuration tools (sw-component-configuration).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Tolven platform and ePHR and eCHR applications enable interoperability across electronic health records for consumers and clinicians. Using Java, EJB3, Faces, Facelets, AJAX, relational database, and LDAP for security.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    XR3FoodAnalyser

    XR3FoodAnalyser

    Analyze food ingredients!

    Comments: Confirm that the food you eat is health with this app.Including over 5000 ingredients!!! System Requirements: Java 1.8.0_45++ required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Kaldin | Online examination software

    Kaldin | Online examination software

    Kaldin | Open Source Web-based online examination software

    Open source examination software for conducting any type of exam including online exam, pre-screening for colleges, universities and companies. Exciting features: * Readymade Questions: Thousands of ready to use questions. * Multiple/single choice, true/false, yes/no type questions. * Manage questions, Exams and quick result reports. * Scalable platform to handle thousands of simultaneous exams. Support and help: support@kaldin.com
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium.
    Downloads: 4 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB