Showing 88 open source projects for "using"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 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
  • 1
    neural network designer

    neural network designer

    a dbms for neural nets. Chatbots, DTrees, random forests, n-grams,...

    ...It is probably best compared to a database management system, but for neural networks instead of relational data. As such, the library is optimized for handling any type of data-size by using advanced streaming and caching algorithms. With the designer, you are able to create different types of decision trees, random forests, n-grams, pattern-matchers, conversational agents and all sorts of AI related algorithms. You can combine statistical approaches as well as pattern matchers or others. Do natural language processing, image or data analysis & interpretation,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    HTML5 apps in .NET

    HTML5 apps in .NET

    Build HTML5 apps for web and mobile using your .NET skills

    With its WYSIWYG designer and familiar C# programming model, Visual WebGui is the natural choice for Visual Studio developers who want to create enterprise-class HTML5 apps for any mobile device or desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Entity Framework Analyzer

    Entity Framework Analyzer

    Analyze an Entity Framework edmx file to identity mapping issues.

    This app will read an Entity Framework edmx file (currently tested with V5 of EF) and show all of the stored procedures, the conceptual functions, and the mappings between the two. If there are any procedures or functions that are not mapped, those will be listed as well. This tool was built to identify mapping issues when using Entity Framework with existing stored procedures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Model driven code generation can improve coding standards, speed, quality of development and reduce your costs. From my experience generating code from XML using XSLT is one of the best and fastest solutions. This is just the base of the framework presenting the idea, any code template can be implemented upon request. Some sample generators are present for SQL / PLSQL / C# / AnsiC / Java The main target is to generate DTO/BDO/POJO objects based on the database definitions in multiple languages aligning all technologies used by a development team. ...
    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

    QueryExplorer

    Query a database

    make a query on a windows SQL database or MySQL database and export the data to excel this program used to be named: Db2Excel
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Db2Excel

    database to excel

    make a query on a windows SQL database or MySQL database and export the data to excel this project has been renamed to QueryExplorer you can find it here: https://sourceforge.net/projects/queryexplorer/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Technical analysis library with indicators like ADX, MACD, RSI, Stochastic, TRIX... includes also candlestick pattern recognition. Useful for trading application developpers using either Excel, .NET, Mono, Java, Perl or C/C++.
    Leader badge
    Downloads: 13,276 This Week
    Last Update:
    See Project
  • 8
    goLite version 1.1

    goLite version 1.1

    goLite is the next generation SQLite GUI

    SQLite database is a light weight database you can integrate with your app. goLite is an interface to create SQLite Database. You can generate script, browse data using object viewer or can run query using query executer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    TopThreads

    list top windows (oracle) threads

    list top windows threads. for example useful when using oracle on windows, where oracle is one big process with many threads (and windows task manager doesn't show threads of a process...). if an odbc connection string is passed then also some useful information about the corresponding oracle process/session is displayed (oracle user, sid, serial#, ...) example: TopThreads.exe -t -l=40 --connect=DSN=ORCL;UID=system;PWD=manager; -p oracle --sort=2
    Downloads: 0 This Week
    Last Update:
    See Project
  • HOA Software Icon
    HOA Software

    Smarter Community Management Starts Here

    Simplify HOA management with software that handles everything from financials to communication.
    Learn More
  • 10
    Graph Database

    Graph Database

    A robust, reliable, user-friendly, and high-performance Graph Database

    This is an academic project to build a graph database, supporting multiple users, with fully functioned data query, data manipulation and indexing mechanism. It is running in a distributed client-server mode. This project is assigned to final-year project from group IT121B, Bachelor of Computing, University of Wollongong.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    doPersistence

    Data persistence with one line of code.

    doPersistence is a C# dll that persists any object to any database. Will save directly to tables with dynamic Sql or it will map to stored procedures (store, load, delete, list). For single objects add a class attribute: [Persistable("Customer", "CustomerId", true)] public class Customer { ... For list objects, inherit from a generic list: public class CustomerList : PersistentList<Customer> Bulk storage is extremely fast with data pagination available on loads. ~10,000...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ...DBWA shows users Currently running SQL Queries, Historic Queries, and Fragmented Indexes. DBWA also allows users to kill currently running queries or run their own SQL queries. DBWA is implemented in ASP.NET MVC using C#. Previous Versions supported Oracle(PL/SQL and JSP), MS SQLServer (ASP), and MySQL/ODBC (C#.NET) versions.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    DbEntry.Net is a DataBase access compnents for .Net. It's using the common and friendly method to access relational databases with SqlSentence, Sql Builder or O/R Mapper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Unify your data structures in XSD! XSD2DB Utility lets you manage database schemas using XSD files. Supports SQL Server and Jet databases. Can be extended to support other DB platforms. xsd2db requires .NET Framework 1.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MSSQL Compressed Backup compresses SQL Server 2000, 2005 and 2008 databases on the fly using bzip2, zip, or gzip compression. It saves the data in the standard SQL Server backup file format so that standard decompression and restoring tools can be us
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An example of using DbLinq to query a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DB Dictionary is an application that generates a website with a MS SQL database documentation written directly in the database by using extended properties. SQL 2000, 2005 and 2008 are supported. Output can be customized by editing template files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A C# wrapper library for using MAPI (Messaging API) on Pocket PCs and Smartphones written 99% in C#. Allows for viewing and sending emails and SMS messages and their associated properties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Manages the deployment of numbered change scripts to an SQL Server database, using a simple table in the database to track the current schema version. Port of dbdeploy to .NET
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Lazar Lookup
    This application allows you to quickly find any data you need in an excel sheet with the specified structure, by using filters. It can be used as agenda, dictionary, quick code lookup etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A new web-based application to manage model rocketry contests and data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Snowflake is a CASE Tool directed towards data warehousing projects. Through an easy to use graphical interface, it allows the construction of a conceptual design of the data warehouse or data mart, using a simple multidimensional notation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NhGen - NHibernate Code Generator
    A Mapping generator for NHibernate (NH) via FluentNH and NH.Burrows. Generate source code in C# to access MySql or SQL Server dbs. VB.Net may be supported eventually. See Develop > News menu for updates and release notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Falah FireBird Manager
    NEW version 1.0.6!!! is released. Bugs fixed related to system thread. Database Management Control for FireBird database developed using .NET (C#) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    sakilaBackup
    sakilaBackup is freeware MySQL Backup automation software.
    Downloads: 0 This Week
    Last Update:
    See Project