Open Source BSD System Software - Page 92

System Software for BSD

  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    This project has been moved to https://github.com/inikep/XWRT XWRT (XML-WRT) is a high-performance XML compressor (it also works with textual files). It transforms XML to more compressible form and uses zlib (default), LZMA, PPMd, or lpaq6 as back-end compressor. It is similar to XMill, but has many improvements.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Porting of Linux to the XDA PocketPC Phone Edition, also known as MDA, QTEK, SX-56 etc. The manufacturer HTC calls them Wallaby and Himalaya.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Xenobox is an interactive wrapper for the entire standard Python Library and some extra python modules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    YARD RADIUS

    Yet Another Radius Daemon

    Yet Another Radius Daemon (i.e. YARD RADIUS) is a free RADIUS RFC-compliant daemon for accounting and authorization, which is derived from the original Livingston Enterprise Inc. RADIUS daemon release 2.1. It adds several useful features to the LE daemon
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5
    ZoftOS is an educational operating system aimed to provide a case study on building an operating system that is similar to the *NIX and (most likely ) embedded configurations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    acers3fand

    Script which controls your Acer Aspire S3 Ultrabook fan speed

    acers3fand is a script which controls your Acer Aspire S3 Ultrabook fan speed by cpu temperature. It is designed to work with Intel Core i5 CPU but might work with other cpus as well.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    acmemail is a multiuser IMAP/POP3 to Web gateway (or webmail program). It reads mail from a mail server and displays it using HTML on a web server. It is written in Perl, has full support for MIME (and mod_perl) and is quite pretty.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    This will be an ADS-Connector written in perl to synchronize user-accounts from any LDAP-Server with the Microsoft Active Directory (one-way: LDAP -> ADS). There will be two parts: 1. the server-side, residing on the MS-ADS server (slave to LDAP) and
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    A 6809/6800/8080/8008 macro assembler written in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    aspect is a log visualization/viewer tool. aspect borrows the initial idea of visualizing logfiles from the old seelog project, but enhances it to work in modern day by utilizing SQL, PHP and a web frontend.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    batch-file-extension-renamer

    batch-file-extension-renamer

    A simple application that renames files from one extension to another

    As a PHP developer I often find myself presented with a website where all the files are with a .html extension and I either have to manually rename all of the files or mess around with a shell. This tiny but powerful app takes away all that hassle.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    bbacpi is simple tool for X that shows some information on the battery of laptops using acpi. Main features are (all optionals): battery level (gauge & label), battery lifetime, temperature (gauge & label), state of adapter (label or graphics).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    BFDD (BFD daemon for Quagga Routing Suite) is an open source implementation of Bidirectional Forwarding Detection protocol. Project is a module for Quagga that can be complied together with other modules, providing API for BFD liveness detection.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    binpatch is a program designed for the automated patching of binary files. binpatch uses the binpatch scripting (bps) language to control the way files are patched.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    This program is a simple tools to copy data from raw devices or files to another raw devices or files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    bnf2xml

    simple BNF parser makes xml markup of matches

    bnf2xml a simple BNF parser that takes text as input, searches according to a BNF query file, and outputs text marked up by the xml labels that show context. bnf2xml is as simple to use as any text binary ie, awk(1) grep(1). bnf2xml does not require C API because it outputs simple xml labeling. README is visible on file dl page. EXAMPLE: $ echo "hi" | bnf2xml patternfile <word><alph>h</alph><alph>i</alph></word> or <gas>hydrogen iodide</gas> patternfile says how to find needle in haystack and what to show, ie: <alph> ::= a | b | c | d ... <word> ::= <alph>+ bnf2xml is a top down recursive parser. Unlike buttom up parsers like gcc(1) or some top downs, bnf2xml is completely unambiguous / resolves ALL conflicts. Slower on ave. for parsing C or than sed(1) for simple searches. Far easier than using flex/C to create a parser. caveate: I do not suggest it's worth while to make a new gcc(1) using bnf2xml. bnf2xml an nth BETA release, but no complains yet.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    champal is a free multiplatform clipboard-sharing program specially for sharing the code over the network
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    check_logfiles is a plugin for Nagios which searches for patterns in logfiles. It is capable of scanning multiple logfiles and their rotated ancestors in a single run.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    coNCePTuaL

    DSL for writing communication benchmarks

    coNCePTuaL is a toolset for rapidly generating portable, readable, and reproducible network-performance tests. coNCePTuaL can perform the equivalent of many pages of C code with just a few mouse clicks or lines of code in a domain-specific language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A small daemon to adjust cpu speed and voltage (and not only) for kernels using any of the cpufreq drivers available. The CpuFreq Linux kernel capability is available in all recent kernels.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    A tool to convert data from CSV form to LDIF form.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    csv2ldif2 is a command line tool written in perl that converts CSV files to LDIF files. Features: Platform independent, reads from STDIN and writes to STDOUT, ignoring/selecting specific fields of the CSV, choosing a custom base-dn and much more!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    db5fuse filesystem
    Db5fuse is an open source project to handle filesystem of Philips HDD100 mp3 player on Linux remaining compatible with windows HDDTool application. Project is based on fuse and made in C.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    a distributed shell with supporting scripts. For use in managing medium to large deployments of unix / linux servers
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    dl is a perl script which offers a quick solution to the difficulty of recovering deleted files in UNIX. Files given to dl are compressed, moved to a private directory, and deleted only when they haven't been recovered for a configurable amount of time.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB