Showing 514 open source projects for "g-code"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    SBMD - Backup MySQL Database

    SBMD - Backup MySQL Database

    Free PHP script to backup and restore tables from MySQL database.

    SBMD is a free and open source PHP script to Backup MySQL Database. This script creates the backup of the MySQL tables in SQL format and saves it into a ZIP file on server. Also, it can restore the MySQL tables in your database from the SQL backup stored in ZIP archive. - For other details and installation, see the readme.html page from the archive with the script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Santa Kocici

    Santa Kocici

    User friendly file-database GUI

    .... (cat shelter) as cat evidence system. Consists of GUI to access database stored in text file, for basic users. Can be easily changed for other applications. GUI is localizable but current implementation (table items and editors) is in Czech, also help pages are not translated, you can use Google translator :-). Table items, constraints and editors can be easily changed in code (1 file). This code can be easily changed to load using Spring.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Relation Tags

    Source code for be able to use Relation Tags.

    Source code for be able to use Relation Tags. It is part of project VocabularyMem but can be used separately. Relation Tags are tags which can be relationed together . For example tag "Paris" and tag "France" can be relationed with a relation "is part of". This code is created from 0 and is able to define which type of relation we use, using most elemental mathematic properties. It is strongly recommended to read "Relation Tags guide for programmers". Inside source zip, also contains dialogs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    COPE is a persistence framework for Java. The persistent schema is specified within Java source code, no external files are needed. This project has been moved to github: http://exedio.github.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Object Relations

    Object Relations

    Flexible database for storing object relations

    A database solution for storing objects, it's properties and relations between them. Add, edit objects, properties, types, relations and quickly jump between related objects and it's properties. Create and follow up on issues, relate issues to objects. Please checkout code from svn. The Wiki contains some basic instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    VOLTA criteria

    VOLTA criteria

    Cassandra Criteria java library

    Volta Criteria is a java library designed for those who want to integrate Cassandra database within their java application, providing intuitive methods for statement construct: you will not have to write code (and therefore know the syntax) CQL when carrying out CQL queries and statements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DatabaseOrganizer

    DatabaseOrganizer

    Application to help the database management.

    Python application to help on MySQL database management. It may be used to connect, list all tables, add, remove or modify entries. Windows installer and source code for download.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Personal Administration

    Personal Administration

    Personal finances for freelancers with connectivity with your Dropbox.

    It's a standalone application... easy to use. Roadmap decided on a whim... (17/06/2014 - 02:06 hrs.) - DropBox connectivity -> APPROVED! (11/09/2014) -> WOHOOOOO!!!!! - Languages in database, not in plaintext -> Important! -> DONE! - Port to Android, iOS, MacOSX, WindowsPhone -> Important! - Maybe I'll be begging for donations (don't be shy, a hundred bucks will be fine xD). Don't worry, it's not mandatory -> Don't be shy! - Time to remember how to code in C++... argh! That's all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 10
    Allowing the access to different database engines at the same time. Formatting code, see structure of the DDBB, export/import data between different managers DDBB (mysql-oracle-mssql...), graphs, create source code in several languages(ASP, PHP ...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ODIE

    Open Design and Integration Environment

    The Open Design and Integration Environment is a toolbox of C and TCL code designed to introduce people to programming in a friendly way. It is also designed to be robust enough to novices to develop useful applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13

    DVN

    An extended Subversion client enabling versioning of database schemas

    The goal of this project is to create an extension to Subversion, a version control system, with database schema versioning support. As a result, it will be possible to control versions of relational database objects, such as tables, views or stored procedures together with source code of the application, hence monitor relation between source code and database schema changes, history of database schema changes and ability to automatically update a newer, or revert to an older revision...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Java Ultra-Lite Persistence (JULP): RDBMS independant Object-Relational library. Inheritance, many classes per table, many tables per class, optimistic concurrency, simple mappings, etc. Less then 350KB. GUI to generate classes and mappings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    BossDataSave

    A PHP database management system with Naija pidgin language version.

    This is a Php software that helps for the utilization of databases with ease. It also has Naija pidgin language option. It incorporates some javascripts, css and html for better productivity and efficiency. I'm also trying to expand the uses of Naija language in IT globally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    NW.ORM

    NW.ORM

    API based wrapper for Hibernate framework

    Java API wrapper for working with Hibernate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Objective database abstraction layer (ODAL) is a high-performance database manipulation framework. Features include query API, O-R mapping, data validation/conversion, stored procedure support, code generation. Minimal dependencies. Short startup time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    .... SQLite has bindings to many programming languages. The source code for SQLite is in the public domain
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    sql class php

    Php classes for use with different databases.

    Php classes for use with different databases without having to change code in your project. Example for mysql, mysqli, mssql, sqlite is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    cosd_java

    A Tool for Searching and Demonstrating Code Structure

    CoSD is a tool for searching and demonstrating code structure based on graph database. Since some commercial code is involved in the industrial version of CoSD , we just give out a baseline version of it. We also provide a quick demo for this baseline version. To use CoSD, please read the file readme.txt at first.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DbMaintain enables automatic roll-out of updates to a relational database. It brings database scripts into version control just like regular source code and can be used to transparantly deploy databases from development on to production.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    Debby has replaced CDE in the Tina4Stack, you may want to check it out at http://tina4.com CDE is a PHP class which implements the general database functions in PHP and provides a common SQL platform for php development where developers change their databases but not their code. Supports Firebird, MySQL,Oracle,SQLite, MSSQL(both drivers),CUBRID,ODBC. CDE now supports date uniformity, param passing & BLOB handling across all the databases supported. CDE is not a replacement for PDO...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WySQL provides CLI-like web access to SQL DB, implementing a driver for dbms abstraction (MySQL,PostgreSQL,...). Includes: WyCSV (CSV/SQL interface), WyForm (HTML/SQL form edit/play/data), WyCode (code/query/grants analizer), WyAgenda (events schedule).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    .... SQLite has bindings to many programming languages. The source code for SQLite is in the public domain
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    mx is a Ruby/Rails code base with broad application in evolutionary biology, it includes general functionality for matrix handling, sequence management, ontology construction, specimen handling, taxonomic catalogs, taxonomic descriptions and more
    Downloads: 2 This Week
    Last Update:
    See Project