Showing 1642 open source projects for "query"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    AlMutarjim

    AlMutarjim

    Set of arabic-french islamic translation tools

    This software is specifically intended to french islamic translators. However, it can, and maybe would, be adapted to other languages in a near future. It gather a set of tools that can be usefull for arabic-french islamic translators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Laravel.io

    Laravel.io

    The Laravel Community Portal

    ...Laravel.io features forums, articles, various community communication channels and more to keep you up to date on the latest Laravel developments and get you connected to like-minded Laravel users. It also has a thread search feature to easily find a relevant thread for your query, and you can also create a new thread. The code of this repository is completely open source, and offers optional Github authentication and Algolia search to run locally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Verbes

    Verbes

    French Conjugation

    This software help you find the french conjugation of 7000 verbs. It is based on the XML files compiled by Pierre Sarrazin and distributed under the GNU General Public License (version 2 or later). All credits go to him. See the about and help files inside the project for more informations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    simple_patient_ping

    Simple Patient Ping

    ...Basically PHI (patient data from a hospital) is in one table called patient ping and Mirth query's the database and writes the output to a local drive. This interface is more of a way to show how to query a database and get the data. Once it's outbound of the DB, you can use Mirth to send to a HIS or application. Its for you to decide what you want to build the data around.
    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

    SimpleJPAQuery

    Simpler querying in JPA with this handy library

    Now instead of creating named queries, or writing down your queries in JPA, all you need is to fill a bean of the JPA class you want to query and call the "findByExample" method, and it will filter accordingly. You can also customize how the query is built by some annotations that can be added to the JPA class (@Exact for exact string instead of using like, @Exclude to exclude fields or a value for this field, @From and @To for date ranges... and more). Check this url for a blog describing how it works http://engmohamedafifi.wordpress.com/2015/03/08/simple-jpa-query/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Java Query Library
    JaQLib is a compact Java library that supports programmers in querying all sorts of collections, DBs and XML files in a compact and intuitive manner. Example: List<MyItem> result = Jaqlib.List.selectFrom(myCollection) .where(myCondition).asList()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SequenceMatcher

    Match query sequences against reference sequences

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ...The task of understanding the challenges in achieving a sustainability objective is very difficult when non-experts have to browse through several pages of document standards to find relevant information. The NOVIS tool provides a means for people to interactively visualize, browse, and query these standards. Disclaimer: http://www.nist.gov/public_affairs/disclaimer.cfm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Z4 Phreak Tools 2.3

    Z4 Phreak Tools 2.3

    Modify Request and Response Header

    Version 2.3 Pro Edition is available (Mar/01/2015) What's new in version 2.3? - Fixed bugs Traffic - Fixed bugs Dialer - Fixed bugs Set Proxy IDM - Change Proxy Server (with listview) - Fixed bugs Query (add use query mode only) - Add New User-Agent to Query (SonyEriccson, NOKIA, Opera Mini, and Custom) - SMS (Create, Inbox, Outbox, Draft, Kontak) - Diagnostics Modem (Operator, Speed, RSSI, MCC, MNC, LAC, Cell ID, QoS, Sent, Recieved) - Set Network Type modem (3G Only, 3G Preferred, Edge Only, Edge Preferred) - Move Apps to main menu file (Tools > Apps External) - Move +Header to Header (in Manual mode configuration header) - Fixed bugs Lock GUI - Change main menu MDMA to PING - Fixed bugs GUI Header Log - New Icon for Change icon button - Add Updater - Fixed location tor.exe - Fixed Redial/ Reconnect (with count dial attemps) - Fixed Properties Modem (add number dial, use dns, disable netbios) Regards, Author : zaya razta (z4y4@bugs4u)
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    qtmib

    SNMP MIB Browser for Linux platforms

    qtmib is an easy-to-use SNMP MIB Browser based on QT4 library. It is build as a front-end for net-snmp tools, and it allows the user to query any SNMP enabled device. It supports SNMPv1 and SNMPv2c. qtmib is released under GPL v2 license.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 11
    koru

    koru

    a Java ORM framework focusing on simple and rapid development

    Koru project is a small but smart and efficient ORM(Object Relational Mapping) framework focusing on simple and rapid development. For 'ORM' easily,please download Koru! It supports most of popular databases like MYSQL, MS SQLServer,Oracle and so on. It supports all kinds of cascaded query with easy annotations perfectly! including 'one to one','one to many','many to one' and 'many to many'. Its lazy-load rules works well on cascade and any table column. Cached query is available in the Koru,which base on ehcache. It has many excellent features: 1.small and rapid. 2.easy to learn. 3.minimum configuration.but if necessary,you can configure it flexibly too. 4.including easy file uploading and rapid paged query basing on database dialect. 5.easy to put the web form data to database. 6.supporting all kinds of cascaded query. 7.supporting cached query basing on ehcache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Search-Spider

    A controllable search engine written in Perl

    ...Perhaps you want to find out how a search engine works; You may be curious and want to estimate the efficiency of your searches; Maybe you have a particular kind of research you want to complete; You might need a particular boolean query for an efficient search; You may want complete control of where your spider searches; You may want to avoid, as far as possible, searches routed through proprietary sites. If any of the above reasons strike a chord, SSpider may be what you are searching for.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    keymaster.js

    keymaster.js

    A simple micro-library for defining and dispatching keyboard shortcuts

    ...You can run make to have UglifyJS (if you have it installed) create a keymaster.min.js file for you. At any point in time (even in code other than key shortcut handlers), you can query the key object for the state of any keys. This allows easy implementation of things like shift+click handlers. For example, key.shift is true if the shift key is currently pressed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    QueryObjectFactory (QOF) is a lightweight runtime JDBC byte-code generator providing support for CRUD (create, retrieve, update and delete) operations and stored procedure calls. It uses Java annotations to define mappings and is fully OSGi ready.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TS3 Extended Info Plugin

    TS3 Extended Info Plugin

    This plugin lets you see what skins wont show you at all.

    ...It shows you for the Server InfoFrame: Actual Date & Time Ping with 4 decimal places Server Icon ID Given IP (IP used to connect) Resolved IP (IP resolved by the client) Machine ID Virtualserver ID Server UID Server created Date and Time (UnixTime) Monthly Traffic: Up / Down Total Traffic: Up / Down Packet Loss in percent with 4 decimal places: Total | Keepalive | Control | Speech And for the Client InfoFrame: Actual Date & Time The Client Type (Client / Query / Unkown) The phonetic name The clients Icon ID The clients unread messages The clients Talk Power The clients needed ServerQuery View Power The clients server group IDs The clients channel group ID Monthly Traffic: Up / Down Total Traffic: Up / Down And for the channel InfoFrame: The channels Icon ID
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SwingSane

    SwingSane

    SwingSane is a graphical scanning front-end for SANE.

    SwingSane is a powerful, cross platform, open source Java front-end for using Scanner Access Now Easy (SANE) back-ends. The most powerful feature is its ability to query back-ends for scanner specific options which can be set by the user as a scanner profile. It also has support for authentication, mutlicast DNS discovery, simultaneous scan jobs, image transformation jobs (deskew, binarize, crop, etc), PDF and PNG output. It can also be integrated with your own Java application.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    Appliance Usage Model Manager

    Appliance Usage Model Manager

    A tool to extract and handle appliance usage models

    The appliance usage model manager is a tool that can be used to model device demand by means of machine learning and data mining techniques. We propose a general purpose interface to handle such kind of models, which is used to query various types of models which can be learned from energy consumption datasets. The tool provides a hub where models can be loaded and used in the HEMS market simulator. Please check the documentation in the file section if you want to get further information concerning the usage of the tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SITools2
    SITools2 is a new CNES generic tool performed by a joint effort between CNES and scientific laboratories. The aim of SITools is to provide a self-manageable data access layer deployed on already existing scientific laboratory databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ThinkJava

    ThinkJava

    a Java ORM framework focusing on simple and rapid development

    Now the project is renamed to 'Koru' and the files has been moved to koru project. To get the latest files please visit: https://sourceforge.net/projects/koru/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    S-Match

    S-Match

    S-Match is a semantic matching framework.

    ...S-Match applies as a solution in many fields, including: information integration, ontology evolution and alignment, peer-to-peer information sharing, digital libraries integration, web service composition, agent communication, and query answering on the web. S-Match is extendable to host new algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    WPF MSQL Workbench

    MSQL Workbench

    To make your connection to Msql server easy this application will help you. Easy connection to sql server and create databases execute any query.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    [fleXive] is a next-generation Java EE 5 content repository that provides enterprise-level persistence with security, SQL-like query language, a JSF-based web administration and reusable JSF components for integration into existing and new applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Civi Data Integration

    Civi Data Integration

    This is a Pentaho Data Integration plugin for CiviCRM.

    This is a Pentaho Data Integration plugin for CiviCRM. It allows you to take advantage of the power of Pentaho Data Integration tools and use it with your CiviCRM instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JLWR

    JLWR

    Java Locally weighted regression (JLWR)

    Locally weighted regression (LWR) is a variation of the standard linear regression technique in which training points close to the query point have more influence over the fitted regression surface. Given a set of training points, linear regression ts the linear model that minimizes squared prediction error over the whole training set. source on git :https://github.com/ahrnazemi/jlwr This implicitly assumes that we know the global form of the underlying function that generated the data.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo