Showing 1710 open source projects for "table"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 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
  • 1

    SQLITE3 Workit Table

    SQLITE3 C/C++ And 3DGS LiteC Workit Plugin for table mananger

    Sqlite3 Workit C#/ C + +/LITEC is a plugin for easier management of tables in sqlite3 for 3d game studio, C and C++ compiling! Simplified and Optimized Functions to Insert, Modify, Remove and Select Data tables in sqlite3. It is not the purpose of this plugin the management of the database, only managing TABLES in Database. To manage your database, you can use the Browser SQLITE Mananger. It is a small software that lets you manage database in visual mode. It does not require...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Bioinformatic tools for analyzing an orfeome using translated ORFs and compares each ORF to the provided Orfeome/Proteome. Our script uses NCBI BLAST run locally and MySQL as the main engines in a new and interisting way. It is designed specifically for Poxvirus genomes, and provides the VACV-COP nomenclature and Cowpox Ortholog groups per each ORF. The BLAST stats are generated when compared to the Proteome you provide. It can be easily adapted for other genomes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Bridge to Babylon

    Object relational mapper

    Bridge To Babylon is a java object relational mapper (java ORM). It is intended to be lightweight and easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Table Processor

    ORM for accelerated development and deployment

    ...(I.e. do not generally access tables and other database objects owned by other software) Sub-goals include automating certain menial functions such as upgrading of tables, persisting desired structure of tables to the database (such as during product installation), and easing the management of table-structure related source-code. This ORM is fairly mature, in that it has been used in several of my projects over the last 5 years. The open-source release of this ORM precedes, and will pave the way for, the open-source release of several of the above-mentioned projects.
    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
  • 5
    BGP Looking-glass

    BGP Looking-glass

    Open Source BGP Looking-glass

    BigPlg allows the collection of the IPv4 Internet routing table which may be viewed by service providers and/or ISP customers to validate IP routing across autonomous systems. Routing updates may also have attributes aliased to become (graph) readable. This function exists to allow the exporting of RIB updates to Splunk, or any such data collector. A beneficial side-effect of collecting BGP routing information is the ability to track BGP updates/events local or remote(upstream). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    yieldbuddy

    yieldbuddy - an Arduino and Raspberry Pi based Environment Controller

    yieldbuddy is an open source hydroponics controller for your indoor or outdoor grow. The Arduino sends multiple serial messages a second containing information like sensor values, relay on/off states, manual/auto modes, etc. The web interface (hosted by the Raspberry Pi running Apache2 and PHP5), allows you to login to the page and from there you can see graphs of all your sensors, their current values, whether or not your equipment is on/off (relay states), your web camera, etc. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ucsql

    ucsql

    'ucsql' is a scripting/automation tool for Cisco UCS

    ... - ‘ucsql’ has the ability to show/describe the UCS managed object schema, including a list of all available classes, as well as the attributes for a given class, as in “show table”. - ‘ucsql’ provides “sessions”, similar to ‘goUCS’, so that customers can run secure scripted commands, without interactive credential prompting
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Wukong

    Wukong

    Highly customizable full-text search engine

    ...When a request to add a document to the index comes in, the main coroutine will send the text to be segmented to a word segmentation coroutine through a channel, and the coroutine will segment the text and send it to a word segmentation through another channel. Indexer coroutines. The indexer coroutine builds an inverted index from the search keyword to the document, and the inverted index table is stored in memory for quick recall. The main coroutine receives the user's request, segments the request phrase in the main coroutine, and then sends it to the indexer through the channel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Yahtzee

    Yahtzee

    A simple Yahtzee game coded in java.

    A simple Yahtzee game coded in java. This is the working source code for the final project for the course CIS 256 that my partner and I turned in. (2007). This is posted here as a portfolio project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 10
    LogicCalculus

    LogicCalculus

    A logic IDE for the sentential logic and the predicate logic.

    LogicCalculus is a logic IDE for the sentential logic and the predicate logic. Currently it can evaluate expressions and fill a truth table.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    LAMPRAD

    Rapid Application Development for LAMP Servers

    ...At the core of the design only 3 LAMPRAD PHP files are loaded onto the web server, these should be nearly set and forget. All application files are stored in a MySQL table (with version history). This design allows rapid deployment of additional web and MySQL servers, all this transparent to your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SQL CSV Editor

    Allows the editing of CSV files using SQL commands

    ...This project only supports CSV comma delimited files. Currently any other CSV files are not supported. When editing the CSV you are sending SQL statements to a H2 database with a single table named CSV. Example command: DELETE FROM CSV WHERE column=100; Because this is SQL the possibilities of what you can do with it are only limited by the H2 database engine. H2 is a well-maintained database, and it has many features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Formagic moved to GitHub. Please visit https://github.com/Weasle/Formagic/ to stay up to date. Formagic is an easy to use, fast and highly extensible HTML form generator written in PHP5. Formagic provides a framework for validating and filtering user input with very little effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Sloth Beans
    SlothBeans is a technology for accessing Oracle Objects (table, view, package) by binding it to Java types
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    LaTeX Table Creator

    LaTeX Table Creator

    Simple Cross-platform LaTeX table creator with a GUI and console app.

    ...This allows the output to b easily appended to an existing table. This application is intended for importing "large" amounts of data into a LaTeX table. It is not intended to make fancy formatting easier. It does not supply WYSIWYG view. The GUI application allows the user to paste text into the application select formatting, generate the LaTeX output and copy the LaTeX code. The GUI is written using wxWidgets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Pretoria is a tool for manipulating Oracle indexfiles. Basically, Pretoria parses the indexfile and performs a search and replace on the storage parameters - it then separates table create statements and index create statements. These files can then be u
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    PHP Report Generator generates PDF-files from an result set of an SQL Statement. The description of the report is stored in a SQL Table. The project consists of the printing machine and an HTML front end, to create a report definition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is an ATG module which provides a user interface to create and modify SQL repository definitions. It includes functionality to create the repository definition XML file, as well as the corresponding DDL file for table definitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MRestTableEdit

    reStructuredText table editor

    MRestTableEdit is a simple program for editing tables in reStructuredText documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    MPI Baccarat Game

    MPI Baccarat Game

    This is a baccarat game application developed in java 1.7 version with swing interface. It is developed by the gaming lab (MPI-GERDC). This game is aimed for students in MPI Bachelor of Science in Computing programme to study the gaming specialist. This simulation will help students to learn the baccarat game rules, logic, and test the betting systems of their own.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PHP QR Code

    PHP QR Code

    Create QR Codes in PHP

    PHP QR Code is open source (LGPL) library for generating QR Code, 2-dimensional barcode. Based on libqrencode C library, provides API for creating QR Code barcode images (PNG, JPEG thanks to GD2). Implemented purely in PHP.
    Leader badge
    Downloads: 648 This Week
    Last Update:
    See Project
  • 22
    PasswordGenerator

    PasswordGenerator

    A free Password Generator written in Java

    next version is 2.4.6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Text2Picture

    Text2Picture

    OpenOffice/LibreOffice extension to insert pictures from a database

    ...This OpenOffice/LibreOffice extension inserts pictures into a document from a database using the Mail Merge feature. It offers a workaround to Issue #18651 which limits the use of the Mail Merge feature. Here is how it works: 1. Create a database which contains a table with a column that specifies a picture filename for each record. 2. Create a Mail Merge document which contains the picture field from the database. 3. Surround the picture field with placeholder delimiters (and optional resize parameters). 4. Perform a Mail Merge and save the merged document. 5. Open the merged document and click on the Text2Picture Toolbar button (or select Tools | Add-Ons | Text2Picture).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Okupljanje

    Calculation of prices, potential gains or losses in celebrations.

    ...Some choices produce losses, while other produce extra money that should be returned to the guests or individual classes (groups of guests). An estimator generates a table that demonstrates what kind of money could be gathered. A log is included for the organizer to take notes (in RTF document format).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    dbasero

    dBbase database editor.

    Dbasero is a dBase database editor, you can create, edit, modify dbase databases and it is possible too export the table to mysql. dbasero.jar is the standalone java executable, you can run it with: java -jar dbasero.jar dbasero.zip are the sources. The main class is Gui
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo