Showing 17 open source projects for "load"

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
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1
    GPT-Code UI

    GPT-Code UI

    An open source implementation of OpenAI's ChatGPT Code interpreter

    An open source implementation of OpenAI's ChatGPT Code interpreter. Simply ask the OpenAI model to do something and it will generate & execute the code for you. You can put a .env in the working directory to load the OPENAI_API_KEY environment variable. For Azure OpenAI Services, there are also other configurable variables like deployment name. See .env.azure-example for more information. Note that model selection on the UI is currently not supported for Azure OpenAI Services.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    SQL-Admin is a tool entirely written in Java. It uses JDBC and swing . Admin offers a SQL-Monitor, Data-Export, Data-Import, dynamic forms, guided Query, DML functions and data selection. It 's code-generator generates OO-Wrapper and SWING-GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    JTurboExplorer

    JTurboExplorer

    Database explorer to MySQL, Oracle, Sybase & others. Source maker JSF.

    It is a tool to help programmers to check your databases and generate code so easily. Lists the tables and views of databases, MySQL, Oracle and Sybase. Load Data from Excel 97-2003 files, exports the data from the table to Excel 97-2003 file. Generate Stored Procedures from table to insert, update, delete, query and paging. Generates code JSF2.0 (Action) and PrimeFaces (xhtml) from the table, code for Struts 1.3, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Python Embed C++

    Embed C++ in Python source code, dynamically compile and access data

    Moved to http://github.com/ftrias/pyembedc Python module to embed C/C++ code within Python source code and scripts. Automatically compile and dynamically link the code. Transparently allow native access to python data from C code and vice versa. Module provides all the "glue" to dynamically convert data types, arrays and structures.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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
  • 5
    WesWorkshop

    WesWorkshop

    Create units and attacks for Wesnoth!

    This utility provides a GUI to create unit files for the game "Battle for Wesnoth". The user sets the unit properties from the GUI of the utility. Once all the properties have been set, it is possible to export them into a .cfg which will be read by the game. Further details can be found in the project wiki: http://sourceforge.net/p/wesworkshop/wiki/. Version 1.1* released. Please go to the wiki page to see the changes. Note you will not be able to load your works developed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    AMX Duet Bootstrapper

    Generates a NetLinx workspace to load a Duet project.

    This script generates a NetLinx workspace and source code to start up a Duet module. It is intended to be used when the entire AMX system has been programmed in Duet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MakeDBO
    MakeDBO is a MySQL library for PHP. It includes a mysql database interface and a DBO class builder to automatically generate PHP classes from your database tables. Currently requires Smarty templating engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The Oracle Warehouse Builder (OWB) Slowly Changing Dimension Type II (SCDII) is an OWB expert that creates mappings. These mappings implement a Kimball SCDII load strategy. You can read more about it on owbexpert.blogspot.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SoloTemplate is a simple stand-alone template engine written in Python, designed to load a data file and a template file and from them produce an output file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10
    JDasm is a library written in java to easily manipulate Java class files. It gives you the ability to load a class file and modify it or write a new one from scratch; you can inspect it, edit or export any part of the class file and import it into anothe
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PGA (Petit Generateur entre amis : little generator betwenn friends in french) is a generation kernel to load, manipulate emf models (eclipse) with ATL, and practice code generation with several templating technologies like JSP2, Velocity, Jet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    C++ classes are generated from an XML DTD to load and represent data structures from an XML document conforming to the supplied DTD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Configutron is a generic XML based application configuration module. It provides the application developer to define and load XML based app configurations without having to write a single line of Java code to parse and read the configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Java MDA to automate creation of any code, documentation or diagrams from UML. Load UML from Rose or Metanology or create via java API. Push UML elements with given stereotypes or tags through Velocity. Call Ant & Xdoclet. Does NOT include code templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Webgenerator-X is a complete php/mysql content management system (cms). It's an entirely modular web authoring tool based on a brand new cache and template engine. The program focus on low mysql load, fast processing, reliability and multi-user admin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A suite of Java ClassLoaders that use "load-time reflection" (the modification of bytecodes upon class loading) to extend existing Java classes. It uses the excellent BCEL library (http://bcel.sf.net).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The fast, flexible parsing engine. Parse anything in 4 steps: (1) define a grammar, (2) load the grammar into ClearParse, (3) call the engine to parse the source, and (4) traverse the parsing tree. You can even change your grammar at run time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next