Showing 29 open source projects for "some"

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
  • Manage printing in a cost-efficient and eco-friendly way with Gelato. Icon
    Manage printing in a cost-efficient and eco-friendly way with Gelato.

    Gelato offers an extensive catalog of custom products, a zero-inventory business model, and free designing tools—all in one place.

    The world's largest print on demand network with 140+ production partners across 32 countries. Gelato offers end-to-end design, production and logistics for individuals looking to start their own business today!
    Sign up for Free
  • 1
    The Online Songbook is a web interface to a database of songs. Allows users to collaboratively edit songs in ChordPro format, create and share collections of songs, and print collections in a variety of formats. Though this project is used regularly by one of the creators, it needs some updating as far as security goes, so the "beta" tag remains - since it uses Apache/HTTP login to protect the whole site, it is safe to run with trusted users, but we need to spend some more time...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    mymssqldump

    A tool to dump data from SQL Server in text format

    SQL Server is sometimes difficult to get data from i some generic format, such as CSV. This program does just that. It allows SQL Server and Sybase (but this is not tested) tables to be exported in a variety of formats, including JSON, CSV and MySQL / MariaDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    MyFun for CLIPS

    DB-Library functions which provides a MySQL interface for CLIPS

    We have developed some DB-Library functions which provides a MySQL interface for CLIPS Rule Based Programming Language. See https://sourceforge.net/p/myfun-for-clips/code/HEAD/tree/63x-MyFun/Readme.md for more details. The latest snapshot is downloadable from https://sourceforge.net/p/myfun-for-clips/code/HEAD/tree/63x-MyFun/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    PqFun for CLIPS

    DB-Library functions which provides a PostgreSQL interface for CLIPS

    We have developed some DB-Library functions which provides a PostgreSQL interface via libpq for CLIPS Rule Based Programming Language. See https://sourceforge.net/p/pqfun-for-clips/code/HEAD/tree/63x-PqFun/Readme.md for more details. The latest snapshot is downloadable from https://sourceforge.net/p/pqfun-for-clips/code/HEAD/tree/63x-PqFun/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    KBEngine

    KBEngine

    A MMOG engine of server

    KBEngine is an open-source MMOG server engine. Clients can communicate with the server through a simple protocol. KBEngine plugins can be quickly combined with (Unity3D, OGRE, Cocos2d-x, HTML5, etc.) technology to form a complete game client. The server-side low-level framework is written in C++, and the game logic layer uses Python (supports hot-fixing). Developers do not need to repeatedly implement the underlying technologies common to some game servers, and instead can focus their efforts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    pg_statsinfo

    Pg_statsinfo is a utility that monitor statistics and the activity.

    ... of activity information of PostgreSQL server and some information about system resources, into repository. These snapshots are visually examined using pg_stats_reporter, dedicated web-based visualization tool for pg_statsinfo. The tools make health checking or activity analysis of server easier for PostgreSQL DBAs. ------- pg_statsinfo project has been moved here from pg_foundry.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7

    MyMDBDump

    A tool to dump data from a MariaDB database in various formats

    MariaDB comes with the mysqldump tool for exporting data. This is a fast tool, but the output format isn't very flexible and there are some other constraints. MyMDBDump on the other hand aims at providing a lot more flexibility in the output format. In addition to CSV and mysqldump (INSERT statement) output, MyMDBDump includes output for use with Oracle and SQL Server databases, JSON output and HTML output. A lot more other features are added that makes this program different from mysqldump...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    pg_bulkload

    PostgreSQL Bulk Data Loader

    pg_bulkload is a high speed data loading utility for PostgreSQL. pg_bulkload is designed to load huge amount of data to a database. You can load data to table bypassing PostgreSQL shared buffers. pg_bulkload also has some ETL features; input data validation and data transformation. ---------- pg_bulkload was located in pgfoundry, but has been moved to here temporally. ************************************ 2015.07.03 Now, we are moving to GitHub. http://github.com/ossc-db...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Symmetrical Mulitple Databace - Non center, auto spliting, auto backup, auto error recover, data storage and calculation distribute. For large scale web site storage and calculation. Small Server - Simply multiply thread socket server. Nodes are some servers or hosts with fixed ip-port pairs. Nodes are configed with several known friends. Every node maintains a hash table-rbtree data structure that contains the node map information. Nodes can do fast sync with the friends to update...
    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
    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
  • 11

    sqlite3fish

    Another encryption solution (with Blowfish algorithm) for SQLite3

    The sqlite3fish is another encryption solution for sqlite3. It is based on some source code of botansqlite3(https://github.com/OlivierJG/botansqlite3) . But it does not need Botan library, it uses Blowfish algorithm to encrypt/decrypt the database file. This library only depends on the source code(no-modify) of SQLite3, it is clean and easy to compile. But currently it only supports the version 3.7.0 of SQLite3 (http://www.sqlite.org/sqlite-amalgamation-3_7_0.zip) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Hypothetical indexes are simulated index structures created solely in the database catalog (not physically). We have made some server extensions to PostgreSQL and introduced 3 new commands: create/drop hypothetical index and explain hypothetical.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The stuff here has no documentation and some of it may never be completed. This is my playground, use at your own risk.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 14
    unique.timestamp provides a universally unique identifier which is also a human-readable timestamp. It includes a command line executable, a set of C routines for embedding into your own code, and some utilities for manipulating unique timestamps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Web based music and discography library with some extra functions, eg. least distance finding beetween artists and albums. Look for an example on http://phabajin.net/musicdb
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Ruby/LDAP is an extension library for Ruby. It provides the interface to some LDAP libraries (e.g. OpenLDAP, Netscape SDK and Active Directory). The common API for application development is described in RFC1823 and is supported by Ruby/LDAP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LIBOSO is Oracle database library, which implements some functions of SDO_GEOMETRY package. This library is written in C and is based on Oracle OCI and General Polygon Clipping Library made by Alan Murta http://www.cs.man.ac.uk/~toby/alan/software/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Kools is a collection of tools and applications to be used to enhance the Reuters Kondor+ product. Kools also offers some tools for RMDS (ex Triarch).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Peach Validator is a small program used verify the application of the Lhun's algorithm to s.i.n numbers. This program is designed to offer some insight into writting program wrappers or GUI applications with python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    KFDI bridges file systems and databases over the Linux VFS layer. Taking advantage of relational database technology and XML, data can be managed and searched based on properties. KFDI also introduces some object-oriented concepts into file organization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Some user defined functions (UDFs) coded in C to enhance the functionality of the MySQL database server. With these functions it is possible to calculate median values, linear regression parameters, effective column widths etc. directly from MySQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LEAP is an RDBMS (Relational Database Management System) implementing the relational Algebra - a core part of relational database theory. It is primarily used as an educational tool, but has found some novel uses and applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    ReHash is an easy-to-use console-based hash calculation tool written in C++. It supports many algorithms and output formats and it can be fully configured using some of the many command-line arguments which can be passed to the tool.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    When released, FilmSearch will let you gain a huge amount of time: you'll no more have to scan every day the program of some dozens of TV-channels, just to find once per month something interesting enough to turn on the TV. Each user will be able t
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Databeest is a flexible multimedia database. You decide what information you store about which media. Just create media on the fly. If you buy some new kind of storage device, you don't have to search for a new database that supports it anymore!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next