Showing 88 open source projects for "pure-ftpd"

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
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    JuliaDB.jl

    JuliaDB.jl

    Parallel analytical database in pure Julia

    JuliaDB is a package for working with large persistent data set. JuliaDB provides distributed table and array datastructures with convenient functions to load data from CSV. JuliaDB is Julia all the way down. This means queries can be composed with Julia code that may use a vast ecosystem of packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VIKAMINE is a flexible environment for visual analytics, data mining and business intelligence - implemented in pure Java. It features several powerful visualization and mining methods, and can utilize background knowledge.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    UCanAccess

    UCanAccess

    A pure Java JDBC driver for Microsoft Access database files

    UCanAccess is a pure Java JDBC Driver implementation which allows Java developers and JDBC client programs to read/write Microsoft Access database (.mdb and .accdb) files. No ODBC needed.
    Leader badge
    Downloads: 624 This Week
    Last Update:
    See Project
  • 4
    Raquel Database System

    Raquel Database System

    RAQUEL : "Relational Algebra Query, Update and Executive Language"

    The project has 2 related sets of aims. As a language, RAQUEL is to : 1. be a pure relational algebra language (unlike SQL) as defined by Date & Darwen's "The Third Manifesto"; 2. incorporate a generalised extension of the ANSI-SPARC 3-layer DB architecture; 3. have the maximum ratio of functionality to conceptual complexity (as defined by Fred Brooks). As a DBMS, RAQUEL is to : 1. have an Open Architecture, enabling a variety of DBMS configurations of 'black box' code, each...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Qrvey allows SaaS companies to create richer products and bring them to market faster Icon
    Qrvey allows SaaS companies to create richer products and bring them to market faster

    Our pre-built javascript widgets make it a snap to embed charts, reports and dashboards right into your app

    Qrvey is a low code embedded analytics platform built to help SaaS providers by simplifying the process of putting analytics tools in the hands of all users as fast as possible.
    Learn More
  • 5

    Access2Excel

    Convert a MSAccess database into a Excel spreadsheet.

    Convert a MSAccess database into a Excel spreadsheet. It's a pure java implementation, using POI (https://poi.apache.org/) and Jackcess (http://jackcess.sourceforge.net/). Use: java -jar Access2Excel.jar -inputFile=<inputFile> [-outputFile=<outputFile>] [-format=<format>] where <inputFile>: A file name to Access database (.MDB or .ACCDB) <outputFile>: A file name to Excel streadsheet (optional, default "inputFile.xls" or "inputFile.xlsx") <format>: Output...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Bolt

    Bolt

    An embedded key/value database for Go

    Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. Since Bolt is meant to be used as such a low-level piece of functionality, simplicity is key. The API will be small and only focus on getting values and setting values. That's it. Bolt is stable, the API is fixed, and the file format is fixed. Full unit test coverage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Pure-Tcl Interface to PostgreSQL

    Pure-Tcl Interface to PostgreSQL

    A Tcl interface to PostgreSQL databases, written in Tcl

    pgintcl is a Tcl interface to the PostgreSQL database system, written entirely in Tcl. It is mostly compatible with other pgtcl implementations, especially pgtclng. It lacks asynchronous operations, and is somewhat slower, but it does not require any other libraries. (This project was on pgfoundry.org and its predecessor from Feb 2003 through Mar 2011.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A PostgreSQL Interface for Tcl

    A PostgreSQL Interface for Tcl

    A Tcl interface to PostgreSQL databases, using PostgreSQL libpq

    pgtclng (PostgreSQL Tcl Next-Generation) is a loadable Tcl module for accessing PostgreSQL databases. It was forked from pgtcl in Feb 2004, moved to pgfoundy.org in Aug 2006 and to Sourceforge.net in Mar 2011. Its API is a superset of the pure-Tcl companion project pgintcl.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 9
    EXZELLENZ
    EXZELLENZ is a pure-Java program to manipulate table data in Oracle database through Microsoft Excel file (in xls and xlsx formats). Using Apache POI and JDBC API, this program can be used to download, insert, update, and delete data in database tables. It does not use any Office VBA, so you don't need to change the Excel security settings, and no need to worry the 32/64bit compatibility. Written in Pure-Java means that you can also run this program in Windows, *nix or Mac environment, as long...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Nectar: Employee Recognition Software to Build Great Culture Icon
    Nectar: Employee Recognition Software to Build Great Culture

    Nectar is an employee recognition software built for the modern workforce.

    Our 360 recognition & rewards platform enables everyone (peer to peer & manager to employees alike) to send meaningful recognition rooted in core values. Nectar has the most extensive rewards catalog so users can choose from company branded swag, Amazon products, gift cards or custom reward types. Integrate with your other tools like Slack and Teams to make sending recognition easy. We support top organizations like MLB, SHRM, Redfin, Heineken and more.
    Learn More
  • 10
    PyDal is a pure Python database abstraction layer. It provides a DBAPI 2.0 wrapper for DBAPI 2.0 drivers. Sounds strange, but even drivers that fully conform to the API can differ enough to make building database independent applications difficult.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    restful.js

    restful.js

    A pure JS client for interacting with server-side RESTful resources

    A pure JS client for interacting with server-side RESTful resources. Think Restangular without Angular. All examples written in this README use the ES6 specification. The dist folder contains two built versions which you can use to include either restful.js or a standalone version. Standalone version already embeds fetch. Restful.js needs an HTTP backend in order to perform queries. A custom endpoint acts like a member, and therefore you can use one and all to chain another endpoint...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Lily Sql Client

    Lily Sql Client is a pure java client that supports jdbc databases.

    Lily Sql Client is a pure java client that supports jdbc databases such as Oracle, Mysql, DB2, and so on. It's written in java and runs on windows, linux and Mac OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    jsql-sx

    jsql-sx is a javascript API for simple SQL-like local data handling

    The jsql-sx javascript API implements a small, often used, subset of the SQL language aimed at handling structured data locally in a Web browser. It supports HTML5 persistence by storing all the data in the browser's local storage (if the browser supports it) for later usage. This API was developed thinking about Web applications (desktop and mobile) which: - Handle considerable amounts of local data - Need data persistence - Prefer structured access to data - Work offline The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JRobin is a 100% pure Java alternative to RRDTool, with about exactly the same specifications. If you provide the same data to RRDTool and JRobin, you will get exactly the same results and graphs. All standard RRDTool operations are supported.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Ozone is a fully featured, object-oriented database management system implemented in Java and distributed under the LGPL open source license. The ozone project aims to evolve a database system that allows developers to build pure object-oriented systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    iBoxDB

    flexible nosql database for java .net android windows phone

    Traditional way deal with data, with NoSQL fashional styles, pure java c# database, not only CURD and QL, but also Replication services. for java android : https://github.com/iboxdb/forjava for .net windows phone : https://iboxdb.codeplex.com/ benchmark : https://github.com/iboxdb/forjava/wiki/Benchmark-with-MongoDB
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    "JDOInstruments" is programmed in JAVA. It is an Object-Oriented Database ( OODB / OODBMS )that implements JDO1.0.1 specification. It is integrated with Netbeans IDE (via Plugin module) allowing developers to build pure object-oriented systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    A pure Java API for Telelogic Synergy/Change, which allow basic operations on records. The core API classes are integrated in an Eclipse plugin for convenient use through the IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PyDbLite is a pure-Python, fast, in-memory database with a Pythonic syntax (no SQL)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SmallSQL is a 100% pure Java DBMS, a relational database for Java desktop applications. It has a JDBC 3.0 interface and offering many ANSI SQL 92 and ANSI SQL 99 features. It is very small and fast Java library. It does not have a network interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A declarative logic programming system with first-class relations embedded in a pure functional subset of Scheme. The system has true unions, fair scheduling, lexically-scoped logical variables, set-theoretical semantics, high performance without cuts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tugux CMS has alot of features and a beautifull frontend free and open source.... Tugux Studios i.e www.tugux.com, released an CMS system . which is developed from scratch in pure and easy PHP / mysql.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The BSBM (Berlin SPARQL Benchmark) suite for benchmarking RDF stores or RDB-2-RDF wrappers over the SPARQL protocol. Pure RDBMS benchmarking via SQL is also possible. Visit http://www4.wiwiss.fu-berlin.de/bizer/BerlinSPARQLBenchmark for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Mandarax is a pure Java implementation of a rule engine. It supports mutiples types of facts and rules based on reflection, databases, EJB etc, supporting XML standards (RuleML 0.8). It provides a J2EE compliant inference engine using backward chaining.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SYMPLiK RANGEHOOD is a Javadoc-like tool for Oracle database. This pure-Java program "sucks up" data dictionary and object source code from database and generate document for Tables, Views, Triggers, Packages, Procedures, Functions, and others.
    Downloads: 0 This Week
    Last Update:
    See Project