Showing 25 open source projects for "b-tree"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 1
    ObsidianOS

    ObsidianOS

    ObsidianOS is an GNU/Linux distro with an A/B partition style.

    ObsidianOS is an Multi-base GNU/Linux distro with an A/B partition style so if a package has a breaking change that causes some issues, you can just reboot into the other partition and restore the other one, while relying on the robustness of EXT4 (or f2fs).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Slideshow Crypto Ticker

    Slideshow Crypto Ticker

    Real Time Slideshow Crypto Price Ticker For Raspberry Pi LCD Screens

    ...Supports CoinGecko / Binance / Coinbase Pro / Kraken / Kucoin / Bitstamp / Bitfinex / HitBTC / OKex / Gate.io exchange markets (more market support coming in the future). 3.5" LCD Demo: https://www.youtube.com/watch?v=dXAhs8HXCn4 7" LCD Demo: https://www.youtube.com/watch?v=fZ98Fm6ZkW8 Developed on a Raspi v3 B+, with these screens / cases: https://smile.amazon.com/gp/product/B07N38B86S (no mods) https://smile.amazon.com/gp/product/B08Q34RS7M (Noctua fan crazy-glue-mounted, + Noctua fan speed controller outside case, see README.txt) Debian-based Auto-Install Commands (use "Terminal" app in your system menu, or over remote SSH): wget --no-cache -O TICKER-INSTALL.bash https://tinyurl.com/install-crypto-ticker chmod +x TICKER-INSTALL.bash sudo ....
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Zabbix-HDD

    Zabbix-HDD

    Zabbix extension that reports various HDD status using various tools

    This extension uses not only smartctl (smartmontools) but other available tools to determine the existance of an HDD and as much as possible of its status. As a Zabbix "auto-discovery" process, these results can reflect changes in available HDD in near-to-real-time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DNSzoneView

    DNSzoneView

    This application is intended to provide an overview of a site's own au

    ...Note that it does NOT create or modify any files - so don't expect to use this application to "set up" a DNS server. There are three parts to the DNSzoneView document: a) brief numerical summary of zone RR counts b) scatter plot of zone files relative to number of RR records and last-modified date-time of a zone file c) a listing of configured "local" zone files and the ability to view a read-only copy of their data. Note that appropriate authorization is required to access the requisite files. Also, this application does not "discover" files that are used - they must be configured in advance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 5

    IP-Array

    An iptables IPv4 firewall and traffic shaping program

    A Linux IPv4 iptables firewall and traffic shaper. It allows flexible rule creation, while also shipping with presets for common needs. Rules are written in simple XML, allowing various ways to group and nest the arguments. An interactive mode is available in order to build configuration files in a wizard based manner. Extensive documentation is also included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AEBL

    AEBL

    AEBL is a mobile media distribution system

    ...It currently is designed to run on a raspberry Pi, although it is being ported to other systems. The AEBL blog is located here: http://aeblm2.blogspot.ca/ For those interested in trying it out, you will need a Raspberry Pi (should be the B series with 512MB) and a SD card (4GB or higher, recommend base 8GB but the larger, the better, for content storage). The current image is a ~680MB 7zip compressed file of it's original 2.7GB size, located on dropbox, here: https://www.dropbox.com/s/lj0r6yia4tsnz8w/140815-aeblpi.img.7z?dl=0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    suniq

    Suniq - quick little script to MD5 / SHA1 and file type files

    #@(#) Suniq - quick little script to MD5 and file type files #@(#) and store and/or link them uniqly in a mime directory tree #@(#) based on md5's
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    overlayfs

    Init script for sandwich /opt by overlay

    Init script do RW overlay of basis system which is published by NFS as RO. Feature of this is overlay sandwich of any NFS remote dir, into one system tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    mk-slack64-multilib

    Slackware64+multilib tree/iso generator

    mk-slack64-multilib is a simple script to create, from a Slackware64 tree and a multilib mirror, a Slackware64+multilib tree, and optionaly, a Slackware64+multilib ISO image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    ...It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GRUB4USB

    GRUB4USB

    GRAND UNIFIED BOOT LOADER FOR USB

    FOR WINDOWS USERS WHO WANT TO JUMP TO LINUX EASILY/PAINLESSLY WITH A FAST BOOTING USB FLASH DRIVE. LATEST VERSION AT www.grub4usb.com A simplified "FAMILY TREE"/"Ancestor" perspective: www.grub4usb.com for more. Introduction (from http://www.gnu.org/software/grub/) GRANDPA: GRUB is a Multiboot boot loader. It was derived from GRUB, the GRand Unified Bootloader, originally by Erich Stefan Boleyn. DAD: GRUB4DOS made it easier for Windows/DOS users, but was still unreliable; the boot record was difficult to install for average users. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Droid Overlay

    Droid Overlay

    Arch Linux GNU suite for for Android OS

    Droid Overlay is a package manager and software repository for Google Android™ operating system. This project provides set of Arch Linux packages and means of their chroot-less installation on your device. Graphics and other advanced features are not supported yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Turm

    Turm

    The *nix remote manager

    Web-GUI and user-extensible command library for managing applications and services remotely. The primary goal is to create a system that can manage: - LXC Containers - Libvirt virtual networks - OpenVPN networks - Reverse proxies for IPv4 - IPv6 networking - Web-Hosting applications - Content Management System's - Simple configuration commands and routines The end game is an administrator tool that can manage even a complex cloud-computing-like system as a hybrid virtual...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    obsdee

    tiny and simple port management ksh script for OpenBSD 5.0

    obsdee is a tiny and very simple port management script written in KSH for the OpenBSD 5.0 operating system ports tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is Bircoph's Gentoo Linux overlay. It includes some out of the main tree packages as well as some fixes pending on bugzilla.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Lazyscripts is just a stupid script distrubtion tool and quick-installer in linux, Source code can be found here: http://github.com/hychen/lazyscript/tree/master we don't use this site now, we moved to www.lazyscripts.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Everyone is writing shell scripts with his own style, but sometimes it's difficult to understand developpement from an application to another, or between different developpers. By using Norma standards, it well be easy for everyone.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    bics - (B)ash (I)nteractive (C)lipboard (S)cript is a bash script that performs clipboard functions. An interactive script that does not need a gui to function. bics will add/delete/clear it's clipboard. Provides a quick way to keep notes with no gui
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Binary patches for OpenBSD is an alternative to patching the source tree when sufficient resources are not available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A Linux printer driver/filter for the Lexmark Z11 and the Compaq IJ300 printer, supporting color and b/w printing, variable page size and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    spkg is a slackware package management utility. It can download/install/remove/upgrade packages, sync to the slackware-current tree, perform system upgrades and perform regular expression matching for package lists. spkg aims to be simple, powerful,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Bait and Switch combines IDS tech (Snort primarily) and Honeypots into a new, more valuable, reactive system. After receiving an alert, B&S protects your server by silently redirecting hostile traffic to a honeypot while leaving other traffic alone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Web Traffic Analysis Software (or counter) supporting all known SQL databases (or XML). Easy install/upgrade, advanced user recognition technics, high usability.<p />Tracks users via: a) Server Logs, b) PHP inc., c)Web Beacons (JavaScript)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    To provide a secondary tree to test and merge patches for Linux on the MIPS platform. This tree will span any device that uses MIPS from PDAs to high end SGI servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    AutoCloner4Oracle-SAP

    Oracle RDBMS B&R Cloning Installation Systemcopy

    ...It also help to clone whole database with Backup plus Oracle Agents for OEM/GC/CC. It manages oratab file in AIX, Solaris and LINUX based environments and create a standard directory tree below ~/admin/$ORACLE_SID to have a look and feel for all of your databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB