Search Results for "sql parser java" - Page 17

Showing 2772 open source projects for "sql parser java"

View related business solutions
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 1

    fp4xml

    Feed Parser for XML

    A feed parser allows the user to control fully the parsing process, in a streaming way: The user enters a buffer of raw, incomplete XML data and gets in turn a collection of parsed XML events. This iteration is repeated at the user's request. So, he decides when to stop. This allows the user to parse a small part of the XML (without reaching the end), or pre-process it before delivering it to a full validating parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CalclipseMath

    CalclipseMath

    Java math expression parser and script interpreter

    CalclipseMath – CalM for short – is a math parser written in Java. With a few lines of code CalM enables your application to evaluate user-supplied mathematical expressions, such as "e^(sin .25pi)" and "(sqrt e)^(sqrt 2)". The standard configuration of the parser has a wide variety of mathematical operations, ranging from basic arithmetic, trigonometry, combinatorics, linear algebra and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    xinco - Document Management System, DMS
    xinco [eXtensibe INformation COre] is a powerful Web-Service based Information and Document Management System (DMS) for files, text, URLs and contacts, featuring ACLs, versioning, full text search, an FTP-like client (easy install, J2EE+MySQL/PostgreSQL)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Better SQL in java! Offering a seamless java class mapping and SQL-like domain-specific language implemented for number of commercial and open-source DBMS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Args

    Args

    A java configuration file and command line parser

    Powerful rule-based command line parser and cofiguration reader. Options can be created using annotations or manually using a powerful API. Options are grouped into hierarchical namespace, allowing sophisticated inclusion, exclusion and grouping based on rules. Supports multiple dialects and automatic document creator such as typical usage and UNIX manpages. POSSIX, GNU, MSDOS command line parser dialects. XML, INI, PROPERTIES configuration file types. Database and general persistance or...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Asheninka (a Syllable Parser)

    Asheninka (a Syllable Parser)

    Parse syllables tool

    Tool to explore using several different algorithms for parsing orthographic words into syllables. It can also insert discretionary hyphens in words.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Adele

    Adhoc Data Exploration - Live & Easy

    Adele was developed to simplify the daily work with data. Use it as a swiss knife to fill the gap between your work with spreadsheet application like MS Excel and enterprise servers like SAP ERP. Specialized tools like Rapid Miner, KNIME or similiary stuff should not be replaced. But Adele is designed for business people working with spreadsheet applications to analyse their data. There are many technical concepts in an easier way included. For example realtime OLAP, transformations,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    jClap

    jClap

    Java Command Line Argument Parser

    This is a library for parsing command line arguments passed into the java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 1 This Week
    Last Update:
    See Project
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 10

    SQLExecutor: A Simple JDBC framework

    Tiny and easy to use JDBC framework, simplifies usage of JDBC driver

    A simple JDBC framework (JAR) by Jeff Smith. Employs database independent, unchecked exception code. Supports Oracle, mySQL, HSQL, and PostgreSQL--can be easily extended to new databases. See article (originally published on Developer.com ) here: http://softtechdesign.com/products/SQLExecutor/SQLExecutor.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    企业应用开发平台(Hippo)

    面向业务模式的企业应用快速开发平台及运行引擎

    主要功能有:表单开发(Form Development)、工作流(Workflow & BPM)、后台任务(Job);面向业务模式(Business Pattern Oriented)的开发思想,使用可扩展的元数据(Metadata)描述用户界面及业务逻辑;全面开放的可扩展的开发平台。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jTDS - SQL Server and Sybase JDBC driver
    Open source JDBC 3.0 type 4 driver for Microsoft SQL Server (6.5 up to 2012) and Sybase ASE. jTDS is a complete implementation of the JDBC 3.0 spec and the fastest JDBC driver for MS SQL Server. For more information see http://jtds.sourceforge.net/
    Leader badge
    Downloads: 460 This Week
    Last Update:
    See Project
  • 13

    LazySloth

    A tool to quickly generate SQL create table query and Java Bean

    This class contains the whole treatment. The main class parses partially command line arguments and call appropriate methods to parse the command line arguments and the generation methods. Usage : java -jar LazySolth.jar [-java|-sql|-both] Table_Name Column1 Column2... The accepted options : -java : to generate only java -sql : to generate only sql -both : to generate both java and sql. The column starts with a letter to specify the data type and the rest is the column name. Accepted data types are : i for Integer, n for Double, s for String, d for Date, We'll try to add more data types in next versions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mapper
    Tool for working with map fragments. For all Haven and Hearth fans. http://www.havenandhearth.com/portal/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Marid

    Marid

    Free data acquisition and data visualization cross-platform software

    Marid is a cross-platform data acquisition and visualization software intended to build complex and hierarchical data acquisition systems. The base concepts of its architecture include: * Graphical deploy configuration builders * Powerful Groovy scripting language * Embedded database ( H2 , HSQLDB) to store data * Cross-platform design (write once, run anywhere) * Embedded GUI-configurable binary/ascii device protocol parser/generator * Deploy manager to deploy firmwares to remote...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    jFQL

    Java implementation of FQL

    A Java implementation of FQL. The Form Query Language (FQL) is a language based on forms as SQL is a language based on tables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    json4java

    Very Compact Java Reader / Writer ( 12kb)

    I was i need of a json writer / parser which is - Compact. Libraries around there are way too big given the json spec and my usual need for a project. -Simply integrated as a simple jar. Dont want to force Maven dependency on projects. Could not find it so i wrote it. I dont claim its perfect , but should save some time for small / medium projecs. Json types are intuitively mapped to their Java counterparts : Map , List.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    SmartRoot

    SmartRoot

    Semi-automated root image analysis software

    ...The software supports a sampling-based analysis of root system images, in which detailed information is collected on a limited number of roots selected by the user according to specific research requirements. SmartRoot is an operating system independent freeware based on ImageJ and uses cross-platform standards (XML, SQL, Java) for communication with data analysis softwares. To cite us: Guillaume Lobet, Loïc Pagès and Xavier Draye. A Novel Image Analysis Toolbox Enabling Quantitative Analysis of Root System Architecture. 2011 Plant Physiology, Vol. 157
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HAPI
    The HAPI HL7v2 project has moved to the following home: https://hapifhir.github.io/hapi-hl7v2/
    Leader badge
    Downloads: 94 This Week
    Last Update:
    See Project
  • 20
    msgparser is a small open source Java library that parses Outlook .msg files and provides their content using Java objects. NOTE: this project is no longer maintained and superseded by https://github.com/bbottema/outlook-message-parser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VideoMer

    VideoMer

    Use & manage easily your media files

    02/01/2017 !! If you have a version older or equal to 1.0.2, please re install the software completely by downloading the installer !! !! Si vous avez une version égale ou plus ancienne à la 1.0.2, veuillez réinstaller les logiciels en téléchargeant l'installeur !! A complete video library, easy to use. Here is the installer http://sourceforge.net/projects/videomer/files/VideoMer_installer.zip/download
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    In the Oracle database there are two PL/SQL APIs to send mails: UTL_SMTP and UTL_MAIL. But there is no package which is able to retrieve messages from a mailbox on a server. The here provided package MAIL_CLIENT closes this gap.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Java Batch Job Framework. The JBJF uses an XML definition file to abstract many of your common batch job parameters. The JBJF programming framework uses a task list concept as a divide and conquer strategy to simplify your batch job development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Genparse is a command line parser generator. Based on a simple description of the command line options you want in your program, genparse creates the necessary C, C++ or Java code for their processing.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 25
    Opti-Movies

    Opti-Movies

    Android developer nanodegree, Projects 1 & 2 : Popular Movies app

    Here is a fully functional and user friendly android app which I made from scratch for Android Developer Nanodegree program. This app helps users to discover various categorised Movies and TV Shows. It reveals the power of adaptive UI both for phone and tablet devices.It includes various new Lollipop+ features. The app was highly evaluated by certified Udacity code reviewer and was graded as "Exceeds Specifications".
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB