Open Source NetBSD Software - Page 5

Software for NetBSD

  • 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
  • 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
  • 1
    SAMs emulates a basic answering machine. It maintains a single voicemail box that automatically detects faxes and is remotely accessable with a password. Also enables remotely activating an Internet connection, and changing the greeting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This project try to permit a very simple use of the BSD sockets layer. It provide two C++ classes that allow you to create a TCP client and a TCP server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Simple Forum Auto Poster
    Simple Forum Auto Poster is a program that automatically posts messages to forums. This program is for people active on multiple forums, but don't want to type and copy/paste the same message multiple times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Simple RSS Service generates and serves RSS feeds through a common interface via CGI-enabled Web servers. It uses modules to extract items for feeds from various sources, and has a virtual filesystem where feeds can be read by CGI clients. It contain
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Socr3 is a plugin-oriented, open source platform upon which I'm building an OCR suite. The name Socr3 stands for "Open Source Optical Character Recognition, Reading, Rendering, and Exporting", and is subject to change in the future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tabfmt is a command line utility to format tabular data. It reads lines from one or more files or from standard input, breaks the lines into fields given a set of field delimiters, and prints a table with constant-width columns to standard output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The easy to install Pure Perl FCGI captcha server. Extremely small in size. Minimum requirements. Highly customizable images. Very strong tests. Very fast serving. No holes in the protocol !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Daemon to tunnel IPX traffic from one local-area-network to another over Internet Protocol wide-area-networks, such as the internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    UnixConf is a System-Configuration-Tool for Debian(in future RedHat,SuSE,Open- & FreeBSD to) written in Shell-Script(sh/ash). It is a X/Dialog based Modular System-Tool created for Admins, to Configure your Base-System, Network, Servers,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10

    Visual Image Viewer

    Visual Image Viewer :: Build using Python

    What you will do when you need to manage all your Image files according to what they shows/represent, I am not talking about you, what I also done in past, just select Image files one by one create folder for that kind of Image files and paste into that folder. Now Using this application you just have to define from which PATH you want to work with your Image Files and that's done, and define possible categories for Image files and use your Num-pad keys from 0, 1, 2, 3, and so on.... That Image that you are watching right now, will automatically copied to your defined locations. means if you hit 0 ( Image will automatically copied to your first defined location, ) and so on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Webapps

    Webapps

    10 little applications based in HTML, CSS and Javascript.

    Today the most important thing in the world of application development is making that app as powerful as posible, but without making it slow and heavy. The direct solution to do this is the intermediate code. No need of memory management sections, or graphics, just write that you want an image and it will appear. As simple as that. Here are 10 little applications, and more will be uploaded later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WiR3D is a simple tool to scan LANs, discover nodes and topology using SNMP. It has a feature to visualize the topology of scanned subnets as a 3D scene. In the future more features will be implemented to turn WiR3D into NMS app with GTK GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    XMLSysInfo (XSI) is a system monitoring daemon that replies to network queries with vital system information and statistics in an easily parsed XML format. It supports all the major BSDs, Linux and Solaris.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Xboo loader

    Use the XBoo cable to upload a file to a GBA

    This is a command line application to upload a file to a Gameboy Advance (GBA or GBA SP). It can work on Windows, Linux and *BSD platforms. It uses the parallel port, and can use PCMCIA, PCI and PCI express parallel port adapters. It won't work with USB to parallel adapters. See this video for another alternative using the USB port. https://www.youtube.com/watch?v=Zfmj_KPE_L4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    baffle

    Baffle Is an extension to Brainfuck language, it adds a stack, more

    baffle Is an extension to BF language (https://esolangs.org/wiki/brainfuck), which itself in turn is a extension of Turing machine. baffle extends BF by adding a stack, support for procedures, adding more arithmetic instructions, and a register. baffle can run original BF programs, and while it's not the fastest implementation of BF, but it's written in such a way that makes it easier to replace the instruction set, and to write similar languages. Every cell is a single byte, and the tape wraps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This open source software benchmarks the queries per second of an Apache Lucene index. It is an Java implementation and uses MultiFieldQueryParser to form a query.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    cdd

    cdd

    Lexical, grammatical and syntactic analyzer of C÷÷.

    cdd is the lexical, grammatical, and syntactic analyzer of the C÷÷ dialect. The latter is not a programming language, but a set of variations in the C language that cdd analyzes, converts to C code and compiles by calling to g++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    clipt (Command Line Pomodoro Timer)

    Awesome Command Line Pomodoro Timer

    clipt is CLI (Command Line Interface) Pomodoro Timer. Although the name mentions command line, but it is flexible to be equipped with and support a GUI interface. It's a multi-user program written in C for Unix that allows each user of the system have their own Pomodoro timer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    moved to http://bdz.googlecode.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    dspam-filter is a filter to invoke the anti-spam tool DSPAM directly from the embedded maildrop in vpopmail via dot-qmail forwarding. DSPAM masquerades as the email server's LDA. However most users of Qmail prefer to leave the qmail-queue intact.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    \'elf\' is a comfortable command-line ELF object file header analyzer. Unlike many other similar projects this project is aimed at the analyzation of the ELF header, this allows for a much deeper look into the internals of this integral section of an
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    fs-check checks filesystem sizes to see if they are getting too full. It uses a configuration file that specifies the filesystems to check, email contacts, trigger thresholds (percentage or amount used/unused), and a report program to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    gBooM

    gBooM

    Just a G. U. I. for Prboom / Prboom-plus

    gBooM is a symple gui, written in gambas, for the great prboom game. Prboom is a 3D Engine made to play Doom 1, 2, wads with a new nice graphic on modern PC. Prboom may be start using a terminal and need a lot of pipe to set all parameters before play!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This software allows for a user to generate test data. This is useful for testing Hadoop or other data processing clusters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    gnhast

    gnhast

    gnhast - Garbled's NetBSD Home Automation Scripting Tools

    gnhast - Garbled's NetBSD Home Automation Scripting Tools A collection of daemons that work together to build an event-based home automation system. The core set of daemons is written in C, however, any event (such as a light being turned on) can be handled by an external script or program. These programs can be written in any language, and the central daemon handles all the intercommunication. It is designed to be easily extensible for new device types and protocols. The core system is BSD Licensed (3-clause), however scripts or additional data collectors may be written under any acceptable lic. While the primary development environment for this is NetBSD, it can be used on other UNIX variants, such as Linux, or other BSD's.
    Downloads: 0 This Week
    Last Update:
    See Project