Showing 22 open source projects for "root"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    DuckDB

    DuckDB

    DuckDB is an in-process SQL OLAP Database Management System

    ... data analysis, e.g. Joining & aggregate multiple large tables. Concurrent large changes, to multiple large tables, e.g. appending rows, adding/removing/updating columns. Large result set transfer to client. For development, DuckDB requires CMake, Python3 and a C++11 compliant compiler. Run make in the root directory to compile the sources. For development, use make debug to build a non-optimized debug version.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 2
    EMAGNET

    EMAGNET

    Automated hacking tool to find leaked databases with 97.1% accuracy

    Automated hacking tool that will find leaked databases with 97.1% accurate to grab mail + password. Before using Emagnet, please remember that with great power comes great responsibility. Pastebin patched the vulnerability I previously used in order to get recent uploads, so at the moment it is not possible to get recently uploaded files, you are now limited to all syntaxes exempt the default one (95% get's uploaded as 'text' and this is removed from all recent upload lists). Bruteforce...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    SpeechRecognition

    SpeechRecognition

    Speech recognition module for Python

    Library for performing speech recognition, with support for several engines and APIs, online and offline. Recognize speech input from the microphone, transcribe an audio file, save audio data to an audio file. Show extended recognition results, calibrate the recognizer energy threshold for ambient noise levels (see recognizer_instance.energy_threshold for details). Listening to a microphone in the background, various other useful recognizer features. The easiest way to install this is using...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    EventStoreDB

    EventStoreDB

    The stream database optimised for event sourcing

    Persist your application data as streams of events with our open-source database, the best data storage solution for event-sourced systems. Available for free download on most platforms or use our managed service Event Store Cloud. EventStoreDB is an open-source database technology that stores your critical data in streams of immutable events. It was built from the ground up for Event Sourcing, we believe that makes it the best solution in the market for building event-sourced systems. Event...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Hop Monorepo

    Hop Monorepo

    Hop monorepo

    ... chain albeit not as fast as it would arrive in a normal transfer involving a fully functioning Bonder. In order to withdraw, the Transfer Root bundle containing the proof of your transaction must be propagated to the destination, and this could take a few hours or days depending on the asset and route, so withdrawing immediately after sending won't work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    tccutil.py

    tccutil.py

    Command line tool to modify OS X's accessibility database (TCC.db)

    ... (instead of the full path) and it will run this utility instead of Apple's. This utility needs super-user priveleges for most operations. It is important that you either run this as root or use sudo, otherwise it won't work and you will end up with “permission denied” errors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DBCASE is a computer-aided software engineering tool to assist database designers for designing databases, covering the conceptual, logical and physical design stages. It is multiplatform, globalized and intended to work with SGBDs as MySQL and MS Access. This project requires Java 1.8. The main file is acide.jar at the root folder which can be executed with java -jar acide.jar. From version 4.0, the project can be started in Windows with the script start.bat, and includes the Java system, so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Database Backup Manager

    Database Backup Manager

    Database backup manager for dumping to and restoring databases from S3

    ... install VirtualBox, Vagrant, and Ansible then run vagrant up in the root folder. A virtual machine specifically designed for the development of the package will be built and launched for you. Backup to / restore from any configured filesystem. Configure your filesystems. Configure your databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Wamp.NET

    Wamp.NET

    Powerful modular wamp stack

    The goal of Wamp.NET is to give developers multiple environments in which to develop websites in order to match the environment (e.g. Webserver, PHP Version, Database etc.) where the websites are being hosted. Sites created in Wamp.NET are completely independent from Webserver and PHP version. You can change the assigned webserver and PHP version without affecting the vhost configuration or files and folders in the document root. If you're coming from another **mp stack where you were...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Raspbian WebServer

    Raspbian WebServer

    Raspberry Web Server OS Raspbian Stretch / 9

    ... server Boot : wget zram.sh https://sourceforge.net/projects/raspbian-9-webserver/files/zram.sh sudo chmod +x zram.sh sudo ./zram.sh sudo sed -i 's#^exit 0$#sudo /home/pi/zram.sh#' /etc/rc.local; echo exit 0 | sudo tee -a /etc/rc.local Rasbian SSH: Username : pi Password : raspberry Webmin (Administrator Web Server): (https://localhost:10000) Username : pi Password : raspberry Phpmyadmin : (http://localhost/phpmyadmin) Username : root Password : raspberry
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    A Movie Collector CRUD

    A simple Movie Collection App CRUD style.

    A Movie Collector CRUD I have added a simple CRUD (Create-Read-Update-Delete) application I created from one of my apps. This works with MySQL. I am not going into a allot of detail about your server and how to set it up. If you have a web server running MySQL, you should be well enough versed in using this. Just upload the AMovieCollector folder to your web root directory. Using PHPMyAdmin (or whatever your choice is) create a "blank" db called AMovieCollector. Goto your web server...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    QffQ

    QffQ

    Gestion de questions fréquentes et de fiches qualitées.

    Ce logiciel a pour but de gérer des questions fréquentes et des fiches qualitées. Vous devez installer MySql Serveur http://www.youtube.com/watch?v=eVhkC-NKxis Et modifiez dans "paramètrages Serveur" de QffQ Chaine de connexion MySql :"...user id=root;pwd=Votre_mot_de_passe" Cliquez enfin sur "Test connexion" pour créer la base de données ainsi vous allez pouvoir commencer à travailler. Testé avec MySql Server Community 5.5.29 En cas de problème de création de la base, vous avez dans...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    AIREXPORT

    Genera backups programados en bases de datos ORACLE

    AIREXPORT liberado bajo licencia GPL Version 2, genera backups y tiempo que tardan en generarse para bases de datos ORACLE, basandose en un archivo plano llamado /home/tmp/listadb, el cual contiene los nombres de las bases de datos a salvaguardar, separadas por saltos de lineas. AIREXPORT debe ser programado en el cron del sistema operativo GNU/Linux como usuario oracle o root.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Easy SQLM GUI

    Easy SQLM GUI

    This is a GUI for DDL schema management on Sybase ASE (based on SQLM).

    This is a GUI for DDL schema management on Sybase ASE (based on SQLM) available at https://sourceforge.net/projects/sqlm. Currently supported features are : -- DDL Extract to SQL/XML -- Generation of DDL from XML -- Check validity of XML table model -- Generate table model upgrade script -- Upgrade table from model script
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Various software repackaged to have no dependencies so that they can easily be compiled and installed on systems you do not have root on like shared hosts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A web based XQuery editor for Mark Logic, based on CQ. Simply unzip into the root of your CQ installation to install.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Webbased system configuration application for root-servers or other internet hosts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    eIANA Root Domain Name Registry Automation Project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A Linux Traffic Control Management Interface: build tc-style rules for control network flows. Have support to set queue disciplines to interface (root) or inside a class (leaf), create classes and classifiers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    mod_schnappi combines the functionality of mass virtual hosting, mod_become, and mysql in one module, without having to run apache as root.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NTuple is a Python module used by high-energy physicists and astrophysicists to easily and efficiently access ntuple data stored in large ROOT data stores. Specifically, NTuple provides a friendly Pythonic interface to TNtuples and TTrees stored in TFiles
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MathROOT is a tool for high-energy physicists to access the ROOT data analysis framework from within Mathematica
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.