Showing 46 open source projects for "utility"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 1
    AWS CDI SDK

    AWS CDI SDK

    AWS Cloud Digital Interface (CDI) SDK

    The AWS Cloud Digital Interface (CDI) SDK is the library which implements the low-latency reliable transport of data between systems in the cloud including AWS Media Services and Amazon EC2 instances. The SDK takes care of the complex task of ensuring that large amounts of data are seamlessly transferred across the AWS network using multi-path technology to ensure lossless quality without the need for extensive network buffering and delay. The SDK consists of two main API layers, depending...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Adblock FastOwnTracks Recorder

    Adblock FastOwnTracks Recorder

    Store and access data published by OwnTracks apps

    ...There are two main components: the Recorder obtains data via MQTT subscribes or HTTP POST, stores the data in plain files and serve it via its built-in REST API, and the ocat command-line utility reads stored data in a variety of formats. We developed the Recorder as a one-stop solution to storing location data published by our OwnTracks apps (iOS and Android) and retrieving this data. Our previous offerings (m2s, o2s/Pista) also work of course, but we believe the Recorder is best suited to most environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    New implementation of the traceroute utility for modern Linux systems. Backward compatible with the traditional traceroute. Supports both IPv4 and IPv6, additional types of trace (including TCP), allows some traces for unprivileged users.
    Leader badge
    Downloads: 1,530 This Week
    Last Update:
    See Project
  • 4
    Weex is an utility designed to automate the task of remotely maintaining a web site or other FTP or FTPS archive. It will synchronize a set of local files to a remote server by performing uploads and remote deletes as required.
    Leader badge
    Downloads: 3 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
    hr ("High Resolution") is a small command-line utility to calculate possible elemental compositions for a given mass. It allows to run calculations interactively, in batch mode, via the command line, or (using a webserver) via a web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Dudders is a utility for updating DNS records. It points a domain name to a given IP address, using the RFC2136 DNS UPDATE protocol and a SIG(0) signature. It is designed with embedded systems in mind.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    DNS2SOCKS

    DNS to SOCKS or HTTP proxy

    This is a command line utility to resolve DNS requests via a SOCKS tunnel like Tor or a HTTP proxy.
    Leader badge
    Downloads: 4,387 This Week
    Last Update:
    See Project
  • 8
    Memorial of original *Hobbit*'s version 1.10 of netcat tool. nc is a Swiss Army knife utility to write and read data across TCP and UDP network connections.
    Leader badge
    Downloads: 461 This Week
    Last Update:
    See Project
  • 9

    UDP Game Broadcast Bouncer

    Play old LAN games across the world!

    A light utility program that uses wpcap (somewhat needlessly) to redirect UDP packets allowing individuals to play Warcraft 3, Starcraft, and Unreal Tournament 2003, without the use of a game server across subnets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    xkcptun

    xkcptun

    xkcptun is kcp tunnel for OpenWRT&LEDE, implemented in c language

    ...The project provides client and server components that use KCP-based tunneling to improve performance over unreliable or high-latency network links. It also includes a spy utility, making the generated build more than a minimal two-binary tunnel setup. xkcptun can be built with CMake and supports static linking for easier deployment on constrained systems. It is most relevant to users who need a compact KCP tunnel implementation for routers, gateways, and custom network appliances.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    InjectSOCKS

    InjectSOCKS

    Forces foreign software to do all TCP connections through SOCKS tunnel

    InjectSOCKS is an open source utility for Microsoft Windows. It forces foreign software to create any TCP connection through a SOCKS V5 tunnel like Tor. It also covers DNS requests of the foreign software in a way that they aren't leaked. The implemented technology is independent from the used protocols on TCP, so it works for HTTP, HTTPS, passive FTP, SMTP, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    CPoll based C++ server pages

    Server side scripting language similar to ASP and PHP, but using C++.

    ...CPPSP pages have a very similar syntax to ASP and ASP.NET, where all code is considered HTML by default, and server-side active code can be embedded using "<% ... %>". CPPSP is built upon the CPoll asynchronous I/O and utility library, which offers simple I/O abstraction, network abstraction, memory management, and container classes. CPPSP project home page: http://xa.us.to/cppsp/index.cppsp Main development happens on github at: https://github.com/xaxaxa/workspace/ Documentation is currently being worked on, but there is a doxygen reference at: http://xa.us.to/cppsp/doxygen/html/classcppsp_1_1_page.html GCC 4.7 or above is required even for the binary release because .cppsp pages need to be compiled at runtime. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    AP's Toolkit

    TCP/UDP Connections Pool manager with additional utility functions

    Main repo is https://github.com/kadavris/ap-multiconn-toolkit Connections pool / Connections array / Connections list / Connections set library. The library incorporates control mechanisms for managing multiple simultaneous TCP and UDP connections at the client or server side. Some additional utility functions available. The code is written in plain C to maximize compatibility and consists mainly of epoll-driven connections pool module. The intended usage is to periodically call state checking function(s) on pool(s) that will emit call-back events for immediate user awareness of activity behind the connections. Much of the dirty work is done inside the library. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    blog4y

    blog4y

    Easy blogging for you.

    Project goal is to allow you easy post and backup blog articles to most free blogging hosting. Provide Python API, command line utility, Emacs integration and GTK interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Command line utility to create graphs and plots for web, CGI, paper, slides. Create pie charts, bar graphs, scatterplots, and other kinds of graphic displays from your alphanumeric, date, time, or categorical data. Input data is in .csv or .txt. Output graphics in gif, postscript, eps, png, svg and others. Useful in dynamic web content systems and other unattended uses.
    Downloads: 32 This Week
    Last Update:
    See Project
  • 16
    This utility allows you to _pipe_ cpio or tar output into the ftpbackup command, allowing a backup to be sent to a remote machine. If you use the standard ftp client, you must have enough disk space to create your backup image first.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GnoScan is a multi-threaded network scan and security utility with an intuitive graphical user interface. It runs under the Gnome environment and is an independent application that does not need any further third-party toolkits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Total Search

    Search and browse Google, Yahoo, Ask, MSN and other search engines

    Search and browse Google, Yahoo, Ask, MSN and other search engines and sites directly from your browser toolbar with this FREE utility. Just like you have installed Google toolbar for Firefox or IE or Yahoo companion, TotalSearch Toolbar is customized for each search engine included in the list so with each engine you will have unique experience. You will be able to perform all kind of searches that some engine supports, for example image search, audio search, video search etc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A development utility designed to monitor the Apache error log for changes during live code testing or other similar code monkey shenanigans. Any new errors are shown in a notification box at the bottom of the screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Solar Ypsi
    Track utility meters to see how much electricity is generated by solar panels and create charts of the meter data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    HTML template library written in C inspired by perl HTML::Template. Template language has HTML-like tags (tmpl_var, tmpl_if, tmpl_loop, etc.) Use library to build a variable list and pass it to a template.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    A command line utility to display statistics about a text file consisting of lines of data. The statistics include counts of line terminator pairs (CR, LF, CR+LF) and line counts. Also shows if there is an unterminated trailing line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A command line utility to read a text file containing lines of data, clean up any CR/LF anomalies, and output the lines of text with clean CR/LF terminators to standard output. The binary is a Windows 32 bit console app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A GTK+2.x graphical front-end and management utility for the PureFTPd ftpserver. It is intended to be easy to use while providing as much control to the user as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Telekabel ISP Trafic monitor utility
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB