Showing 824 open source projects for "using"

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
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1
    SQLancer

    SQLancer

    Automated testing to find logic and performance bugs

    ...Then, data is inserted into these tables, along with creating various other kinds of database states such as indexes, views, or database-specific options. Finally, queries are generated, which can be validated using one of the multiple result validators (also called test oracles) that SQLancer provides.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    JQuickBase

    JQuickBase

    elementary database files for Java, B+ tree index files, ISAM

    ...Includes scalable database files w/ space recovery and variable record length, scalable B+Tree index files. Supports file backup and restore. Two package types: one with and one without strong file encryption using Twofish algorithm and state-of-the-art encryption technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Datatables.AspNet

    Datatables.AspNet

    Microsoft AspNet bindings and automatic parsing for jQuery DataTables

    ...Unit-testing is a priority to avoid breaking your app and every stable release should provide better and wider test cases. Datatables.AspNet is a server-side integration library for using DataTables with ASP.NET, enabling efficient handling of large data sets in web applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Sift.js

    Sift.js

    Use Mongodb queries in JavaScript

    Sift is a tiny library for using MongoDB queries in Javascript. Supported operators: $in, $nin, $exists, $gte, $gt, $lte, $lt, $eq, $ne, $mod, $all, $and, $or, $nor, $not, $size, $type, $regex, $where, $elemMatch. Creates a filter function without built-in MongoDB query operations. This is useful if you're looking to omit certain operations from application bundles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    M2SQL

    M2SQL

    Replicate your Mumps Globals into Relational Data Base

    ...Once mapping is completed you will able to replicate all the Mumps data into Target Relation database such as SQLITE or MYSQL. Normally you will do the replication process once a day while system is silent. This will give you a Relational Replication for Reporting or Business Analysis using industry standard tools. If you have a huge amount of data on your Mumps Globals you can choose an alternative mechanism in which only changes will be replicated to the target relational database and reflected almost immediately . The tool is a set of Mumps Routines and globals written on top of Intersystem IRIS , but using only pure Ansi standard Mumps .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Customer Records

    Basic GUI For Recording Your Clients Essential Data

    Basic GUI for recording your clients essential data using SQL database. Rapidly pull up recorded data when required by utilizing the clients telephone number. Program uses an internal SQL system which can only be used locally. Update: - In the upcoming version (v2.0), remote SQL servers will be supported Requirements: - Python 3.9 How To Run: - Windows: Just Run Customer Records.py file - Mac / Linux. - Open Terminal & Navigate To The Program Files & Type "python3 Customer\ Records.py" without the quotes If having issues the file can be renamed, but needs to have the .py extension Config.ini In this file you can provide the database file location if you moved it from the programs current working dir
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NoSQLi

    NoSQLi

    NoSql Injection CLI tool, for finding vulnerable websites

    NoSQLi is a penetration testing tool designed for detecting and exploiting NoSQL injection vulnerabilities. It allows security researchers and ethical hackers to assess the security of NoSQL databases by identifying injection flaws in applications using MongoDB and similar technologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SqlPlusScript

    General purpose scripts for use in Oracle SQLPlus

    ...Project goal: to provide a comfortable environment to work in Oracle SQLPlus, comparable in functionality and more efficient with constant use is different than the GUI-applications to work with the database. To work effectively, you also need to configure SQL*Plus (command history, autocompletion, etc.). This can be done using the SqlPlusConfig project (home page: https://sourceforge.net/projects/sqlpc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Thesa

    Thesa

    It is a Platform to connect to tryton (json-rpc) and is based on qt

    ...Requires designing the interface of each Tab without having to touch the core. Tabs are created with qml files and can be loaded locally from a folder or from trytond using thesamodule (https://github.com/numaelis/thesamodule). Thesa's goal is to be able to combine tryton with Qt / Qml, for special cases such as using the opengl performance of qml2 Requirements: pyside2 5.12 or higher: https://download.qt.io/official_releases/QtForPython/pyside2/ Run: python3 main.py you can find source code in: https://github.com/numaelis/thesa
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10
    Showtime

    Showtime

    A Minor Project made in Python using OMDb API and Tkinter for Frontend

    A Minor Project made in Python using Tkinter for frontend which fetches Data about Movies/TV-Series from an Online Database and uses the OMDB REST API and pyImdb to show Information about movies. Github : https://github.com/Cyborg117/Showtime
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Allows you the flexibility of applying your own tagging scheme to any media collection of your choice using a simple XML format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    levelup

    levelup

    A wrapper for abstract-leveldown compliant stores, for Node.js

    ...LevelDB supports arbitrary byte arrays as both keys and values, singular get, put and delete operations, batched put and delete, bi-directional iterators and simple compression using the very fast Snappy algorithm. LevelDB stores entries sorted lexicographically by keys. This makes the streaming interface of levelup - which exposes LevelDB iterators as Readable Streams, a very powerful query mechanism. The most common store is leveldown which provides a pure C++ binding to LevelDB. Many alternative stores are available such as level.js in the browser or memdown for an in-memory store. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    gobang

    gobang

    A cross-platform TUI database management tool written in Rust

    ...Multiple Database support (MySQL, PostgreSQL, SQLite). Intuitive keyboard-only control. gobang means a Japanese game played on goban, a go board. The appearance of goban looks like table structure. If you’re using Homebrew or Linuxbrew, install the gobang formula. If you want to add connections, you need to edit your config file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    mop

    mop

    ( WEBSITE VERSION ) MOP is a php query handling and manipulation LIB.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    dadbod.vim

    dadbod.vim

    dadbod.vim: Modern database interface for Vim

    vim-dadbod (by tpope) is a modern database interface plugin for Vim and Neovim designed to let you run queries and manage database connections directly from your editor. Unlike older database plugins which required many commands or separate UI components, dadbod uses a simple model: you connect using a single connection URL and issue queries with a unified :DB command. It supports a wide array of backends — from PostgreSQL, MySQL, SQLite, Redis, MongoDB, BigQuery, Snowflake and more — via adapters. Results of queries are displayed in preview windows or splits inside Vim, allowing you to stay in your editing context rather than switching to a separate tool. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Analyses Database is a collection of software to archive and to track rawdata files from analytical instruments. The system is set up using freely accessible tools - MySQL, apache, PHP, Linux. Several utilities for MS Windows are provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Redis Client for Crystal

    Redis Client for Crystal

    Full featured Redis client for Crystal

    A Redis client for the Crystal programming language. This Redis instance can be shared across fibers and accepts the same Redis commands as the Redis class. It automatically allocates and frees connections from/to the pool, per command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Sohag Developer

    Sohag Developer

    Build a powerful database applications following few steps using Sohag

    Build a powerful database applications following few steps using Sohag Developer . The SQL tool represents a powerful tool to run many SQL statements, Also can be used to generate SELECT, INSERT, UPDATE, DELETE and DROP SQL Statements. Sohag Developer currently supports PostgreSQL, MariaDB, MySQL and SQLite database servers and has a set of generators that generates CURD code and Forms (Qt/C++ code and ui forms - PHP web applications uses web forms and bootstrap framework ) to manipulate the data in the database tables or views. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Starcounter

    Starcounter

    Starcounter is an in-memory database application engine

    Starcounter is a fused ACID memory-centric database engine and C# VM that makes it easy to create fast line-of-business applications by merging primary and secondary memory and using server-side view-models. Applications are written in regular C#, LINQ and SQL. Even the ACID transactions are written in regular C# code. Starcounter applications let you achieve 50 to 1000 times better performance without adding complexity. Full Visual Studio support including IntelliSense, debugger and performance profiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    4WS.Platform

    4WS.Platform

    Development Platform for Web and Mobile Applications

    ...There is no limit in the complexity of the applications to create, since there is always the chance to include custom scripts made by a developer. The platform supports multiple databases and operating systems, since it has been developed using Java and it provides a rich user interface based on Sencha ExtJS.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    pg-listen

    pg-listen

    PostgreSQL LISTEN & NOTIFY for node.js that finally works

    pg-listen is a Node.js library that simplifies listening to PostgreSQL notifications via the LISTEN/NOTIFY mechanism. It enables real-time event handling by subscribing to PostgreSQL channels and reacting to database changes. pg-listen is ideal for applications needing real-time updates or inter-process communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    pg_statsinfo

    Pg_statsinfo is a utility that monitor statistics and the activity.

    ...pg_statsinfo : https://github.com/ossc-db/pg_statsinfo pg_stats_reporter : https://github.com/ossc-db/pg_stats_reporter ------- pg_statsinfo is a utility that monitors statistics and activities of PostgreSQL. pg_statsinfo is easily installed then periodically stores snapshots, which consists of activity information of PostgreSQL server and some information about system resources, into repository. These snapshots are visually examined using pg_stats_reporter, dedicated web-based visualization tool for pg_statsinfo. The tools make health checking or activity analysis of server easier for PostgreSQL DBAs. ------- pg_statsinfo project has been moved here from pg_foundry.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    NoisePage

    NoisePage

    Self-Driving Database Management System

    NoisePage is a relational database management system (DBMS) designed from the ground up for autonomous deployment. It uses integrated machine learning components to control its configuration, optimization, and tuning. The system will support automated physical database design (e.g., indexes, materialized views, sharding), knob configuration tuning, SQL tuning, and hardware capacity/scaling. Our research focuses on building the system components that support such self-driving operations with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    iPL/SQL Developer
    iPL/SQL Developer is a reference PL/SQL Developer version of the WEB, according to the pattern all PL/SQL Developer format, can be achieved without the client's database development using JAVA to develop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    covid-chestxray-dataset

    covid-chestxray-dataset

    We are building an open database of COVID-19 cases with chest X-ray

    ...This project is approved by the University of Montreal's Ethics Committee #CERSES-20-058-D. We can extract images from publications. Help identify publications that are not already included using a GitHub issue (DOIs we have are listed in the metadata file). There is a searchable database of COVID-19 papers. We want to improve prognostic predictions to triage and manage patient care. Data is the first step to developing any diagnostic/prognostic tool. Our goal is to use these images to develop AI-based approaches to predict and understand the infection.
    Downloads: 0 This Week
    Last Update:
    See Project