Showing 123 open source projects for "qgis-osgeo4w-2.6.1-1-setup"

View related business solutions
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • 1
    LiteDB

    LiteDB

    An open source MongoDB-like database with zero configuration

    LiteDB is a serverless database delivered in a single small DLL (< 450kb) fully written in .NET C# managed code (compatible with .NET 4.5 and NETStandard 2.0). Install it via NuGet or just copy the DLL to your bin project folder. LiteDB is a simple and fast NoSQL database solution. Ideal for mobile apps (Xamarin ready), desktop/local applications, application file format, web applications, and one database per account/user data store. Portable UWP and Xamarin iOS/Android, ACID transactions...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 2
    LINQ to DB

    LINQ to DB

    Linq to database provider

    LINQ to DB is the fastest LINQ database access library offering a simple, light, fast, and type-safe layer between your POCO objects and your database. Architecturally it is one step above micro-ORMs like Dapper, Massive, or PetaPoco, in that you work with LINQ expressions, not with magic strings, while maintaining a thin abstraction layer between your code and the database. Your queries are checked by the C# compiler and allow for easy refactoring. However, it's not as heavy as LINQ to SQL...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Entity Framework 6

    Entity Framework 6

    This is the codebase for Entity Framework 6

    Entity Framework 6 (EF6) is a proven object-relational (O/RM) mapper for .NET with many years of feature development and stabilization. Like O/RM, EF6 reduces the impedance mismatch between the relational and object-oriented worlds, allowing developers to write applications that interact with data stored in relational databases with strongly typed .NET objects that represent the domain of the database. application, and eliminate the need for much of the data access "mechanical" code that you...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    EventStoreDB

    EventStoreDB

    The stream database optimised for event sourcing

    ... Sourcing offers some great benefits over state-oriented systems; the key ones are explained below. An event-sourced system stores your data as a series of immutable events over time, providing one of the strongest audit log options available. All state changes are kept, so it is possible to move systems backward and forwards in time which is extremely valuable for debugging and “what if” analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
    Learn More
  • 5
    KeePass

    KeePass

    A lightweight and easy-to-use password manager

    KeePass Password Safe is a free, open source, lightweight, and easy-to-use password manager for Windows, Linux and Mac OS X, with ports for Android, iPhone/iPad and other mobile devices. With so many passwords to remember and the need to vary passwords to protect your valuable data, it’s nice to have KeePass to manage your passwords in a secure way. KeePass puts all your passwords in a highly encrypted database and locks them with one master key or a key file. As a result, you only have...
    Leader badge
    Downloads: 353,112 This Week
    Last Update:
    See Project
  • 6
    CCG

    CCG

    CCG (Crud Class Generator) is a ORM tool for .Net

    The Crud Class Generator tool was developed for .Net to generate the class, which is an object model of a database table. Thanks to these created classes, many CRUD operations can be performed without writing a SQL query. *CCG is easy to use, because; it is developer-friendly *CCG is practical, because; it allows to make many crud processes without writing SQL query *CCG is fast because; The object size is very small and allowing multiple simultaneous operations to be performed by going...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Excel  AddIn :   In2Sql

    Excel AddIn : In2Sql

    ODBC Cloud SQL Explorer. Connection Manager. Query Editor.

    https://sourceforge.net/projects/in2sql Video for best usage https://rb.gy/tvl8lk This Excel Addin helps SQL analytic create an Excel report based on ODBC relational data. *Creates table base on data from a relational database *Generate a pivot report using the same external connection (1) *Some ad-hoc tools are available - like "keep only" and "remove only" *you can use the row limit option for exploring the largest dataset *The ODBC connection manager is available *auto...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    SQLProcexp by Fabien Sabinet

    SQLProcexp by Fabien Sabinet

    SQL Server instance monitoring & protection

    SQL Server instance monitoring. A free professional monitoring application for SQL Server instance with historical data of : - CPU - logical read - physical read - write - SQL Queries - Wait Time - Signal wait - 1 user configurable list of waits - and 1 SQL Query preconfigured with number of users sessions Based on capture at configurable interval (2 secondes by default) of sys.sysprocesses, sys.dm_exec_requests, sys.dm_exec_sessions, sys.dm_os_wait_stats...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sooda is a library that provides simple yet efficient means for accessing relational databases from .NET languages such as C#, VB.NET, JScript.NET. It provides transparent object materialization, lookup, 1-N, N-N relations, XML serialization, transaction
    Downloads: 0 This Week
    Last Update:
    See Project
  • Innovate faster with enterprise-ready generative AI&mdash;enhanced by Gemini Icon
    Innovate faster with enterprise-ready generative AI&mdash;enhanced by Gemini

    Build, deploy, and scale machine learning (ML) models faster, with fully managed ML tools for any use case.

    Vertex AI offers everything you need to build and use generative AI—from AI solutions, to Search and Conversation, to 130+ foundation models, to a unified AI platform.
    Try for free
  • 10

    DbPipeline.NET

    OR-Mapper for C# and VB.NET that is better than Entity Framework

    The DbPipeline.NET OR-Mapper library was created out of frustration of the shortcomings of Entity Framework in handling stateless web applications and hiding of SQL from skilled developers. The DbPipeline.NET Database Interface Library shields you, the programmer, from having to learn and work with all the ADO.NET or Entity Framework database objects at a low level, and encapsulates all this power into objects with many additional capabilities and features that are not offered in the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    CSV SQL Console

    Executes SQL query and redirects output to new CSV file

    This tool is designed to join multiple CSV files into one CSV file with possibility to sort, group and filter data. Based on CSV/Text ODBC Driver it supports almost all futures of the SQL. Works offline. Does not require Microsoft Access, SQL Server and other heavy tools. See wiki for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BOM Management Software

    BOM Management Software

    Manage your Excel Bill of Materials (BOM) in one centralized database

    The Bill of Materials Management System (BMMS) is a real time collaborative software application designed specifically for organizing and managing electronic component and bill of materials data. It enables multiple users to work in parallel and supports advanced features including version control. It is fully integrated with the Ciiva Electronic Component Search API, seamlessly bringing together the component library and bill of materials with all other related information sources in one...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Data Generator (bdgen) is a source code generator built with .NET (C#) to generate model classes for mainly C# but its extensibility offers another class generators for other languages and other back end databases as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15

    Sharp400

    Bibliothèque de classes .NET pour DB AS400

    Ce projet a pour objectif de fournir aux développeurs une bibliothèque de classes afin de réaliser aisément des programme d'interconnexion univers PC<->AS/400. Avec cette classe, les programmes pourront : [Lot 1] -> ouvrir une connexion à la base DB2 400 avec un prompt (win32) pour saisir les identifiants -> exécuter des requêtes SQL et lire le retour (dataReader). [Lot 2] -> demander l'exécution de commande AS400, et de lire le retour. [Lot un peu plus tard] - réaliser une...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    NodeRunner

    Making the internet come alive.

    A client application for a distributed artificial intelligence system intended to eventually make the internet become alive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CakePHP model generator from DBDesigner XML files. Generates CakePHP models (mapping) and stubs for controllers. Updated: now works with CakePHP 2.1 new conventions (the tool was formerly created for CakePHP 1.X)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MyInventory

    MyInventory

    Decentralized inventory for opensimulator accounts

    This project is just starting up, therefore there isn't anything usable to download yet! The inventory (clothes, shapes, attachments etc.) of an avatar is traditionally stored centrally in the databases of the grid. If a user only visits one or maybe two grids, this central storage works quite well, but as more and more grids are starting to appear, the centralist thinking starts to become frustrating. Each time a user creates an account on a new grid, the user is faced with a nearly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    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
  • 21

    Firebird .NET Provider Installer

    Firebird database .NET Provider Installer for Visual Studio

    This nice-looking (GUI-based) utility installs the .NET Provider for Firebird database management system, including DDEX Provider (integration with Microsoft Visual Studio 2010). Requirements to run this installer: (1) Windows operating system. Not applicable to *NIX/Mono: Microsoft Visual Studio requires Windows OS. (2) Visual Studio 2010.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    doPersistence

    Data persistence with one line of code.

    .../second. ~2,000 objects/second if loaded one row at a time. See website for example code. Or download zip file for working copy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Jet DB Compare compares two MS-Access / Jet 4.0 Databases. Not only Data but also the Structure is compared. -- but it does not compare VBA, Reports and Forms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This system is means for creation of a semantic network for construction, storage and processing of logic models. The system allows to carry out partial or full abstraction of models, thus keeping their integrity and reliability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Collectibles database - for beer coasters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next