Showing 3555 open source projects for "utility"

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
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    JSTx is used for displaying overlay graphics and text on top of a Philips television, changing channels, receiving remote control keys and changing television display modes. It is a command line utility to execute jointSPACE commands on a device that supports the jointSPACE protocol for Philips televisions (see http://jointspace.sourceforge.net for details on jointSPACE, which is based on DirectFB). It is used in various home automation/internet-of-things projects. There are three versions: 0.23 for 2009/2010 Philips televisions (xxx5 en xxx4 series), 0.24 for 2011-2012 televisions (xxx6-xxx7) and 0.24_2013 for 2013-2014 televisions (xxx8-xxx9 (only non-Android)). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    file digest

    A command-line utility for calculating and verifying file checksums.

    ...Note: if you have a 64-bit operating system, use 64-bit binary of the utility, because it is significantly faster for large files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    hs-octoplot

    Simple plotting library for Haskell

    Very easy to use plotting library for haskell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Better NPM Run

    Better NPM Run

    Better NPM scripts runner

    better-npm-run is a utility that enhances npm script execution by allowing environment variables to be set in a cross-platform way. It simplifies script definitions and makes them more manageable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Shoestring

    Shoestring

    A lightweight, simple DOM utility made to run on a tight budget.

    Shoestring is a lightweight, modular DOM framework intended for developers who need their code to download and run as fast as possible. It is intended to be "just enough" of a tool to efficently write maintainable cross-browser JavaScript. The API is modeled after jQuery but we intentionally implement a tiny subset of the API to cover only the methods we commonly need in our projects. Each feature is built as an optional extension to a minimal core so each can be removed from the production...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Small utility to make cvsgraph ( http://www.akhphd.au.dk/~bertho/cvsgraph/ ) useful also for subversion users
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ...EigenMS utilizes SVD to detect bias trends in the data and eliminates them. EigenMS eliminates effects from known and unknown factors and can be utilized for any -omic platform. We have shown its utility in LC-MS/MS and metabolomics in the following two papers: 1) PMID: 19602524. "Normalization of peak intensities in bottom-up MS-based proteomics using singular value decomposition". Karpievitch YV, Taverner T, Adkins JN, Callister SJ, Anderson GA, Smith RD, Dabney AR. Bioinformatics 2009 2) "Metabolomics data normalization with EigenMS" Karpievitch YV, Nikolic SB, Wilson R, Sharman JE, Edwards LM. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    C#: Open Source On Screen Text Splitter

    This is a small utility that will break up a larger text into chunks

    This is a small utility that will break up a larger text into chunks. For example breaking up a large text into small twitter comments (which have a predefined length).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MessageBox

    MessageBox

    Generating different styles of messageboxes for Vaadin (vaadin.com).

    This project contains a flexible utility class for generating different styles of messageboxes for Vaadin (vaadin.com). The messagebox is typically a modal dialog, with an icon on the left side, a message on the right of the icon and some buttons on the bottom of the dialog. E.g. you can define the window caption, different types of icons, a simple message as string, optionally formatted with HTML elements, a complex message designed with multiple Vaadin components, how many buttons are placed on the dialog, the caption for the buttons for your specific language, the icon of the buttons (see MessageBox.ButtonType) and so on ... ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 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
  • 10

    JavaGimmicks

    Utility classes, APIs and tools for Java

    A set of helper and utility classes, APIs and tools for the Java Programming Language. For more details - pleas visit the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TinyScan
    A Java-based powerful disk usage utility. It outputs a table and a tree (both can be sorted). TinyScan is able to export the result to Excel, Access, MySQL and it can also scan remote computers. It is free and open source.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    DrupalCSVFields

    Create Drupal 7 fields from CSV

    I recently have had to create content types with hundred of fields. I decided to create a quick utility to generate them from a CSV file instead of using the Web interface. The application produces a module for Drupal 7. See https://sourceforge.net/p/drupalcsvfields/code/HEAD/tree/trunk/examples/basictest/ for an usage example. It worked for me, but use it at your own risk. I have not tested it in depth. Please backup your data before enabling the modules produced by the utility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SSL Logger

    SSL Logger

    Decrypts and logs a process's SSL traffic

    ...It attaches to a running process by name or PID and hooks SSL_read and SSL_write calls to capture plaintext data flowing through encrypted connections. Output can be streamed to the console with verbose metadata or written to a PCAP file for later analysis in standard tooling. The utility is powered by dynamic instrumentation using the Frida framework, allowing it to intercept function calls without recompiling or modifying the target binary. Typical workflows include debugging custom clients, validating protocol implementations, or inspecting troubleshooting traces when only an encrypted channel is available. While focused on libssl-based traffic, the project outlines future enhancements for broader TLS library coverage and process-launch capture flows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    JavaLambdaCompose

    Utility methods for composing functional lambda expressions

    ...Includes a utility method for using streams to split a Collection according to comparators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    lightcrawler

    lightcrawler

    Website crawler that audits site pages automatically with Lighthouse

    ...Settings such as crawl depth and the number of concurrent browser instances can be configured to control how aggressively the crawler scans a site. It was created as a developer utility to help identify issues across an entire website more efficiently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Utility Mail

    Utility Mail

    A java mail utility library

    This is just a java mail library helper class. This was created last 2005 when I was working on a mail sender automation. Just sharing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    gevent

    gevent

    Coroutine-based concurrency library for Python

    ...API that re-uses concepts from the Python standard library (for examples there are events and queues). Cooperative DNS queries performed through a threadpool, dnspython, or c-ares. Monkey patching utility to get 3rd party modules to become cooperative. When monkey patching, it is recommended to do so as early as possible in the lifetime of the process. If possible, monkey patching should be the first lines executed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    grename

    Graphical mass file-rename utility

    GUI, simple-to-use mass file-rename utility. for Linux. By selecting files which are mostly similair, but with a few variations, you can rename these files en-masse through changes in the template or generalised form of the file-names. Download from https://sourceforge.net/projects/grename/files/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OPUS

    OPUS

    Open source knowledge base application for Teams

    ...In general, it is part of a collection of small utilities by the same author, which tend to favor minimalism, readability, and directness over heavy abstractions. The idea behind Opus (in this JS-utility ecosystem) is to provide functionality that feels native and idiomatic, helping developers quickly get things done without boilerplate. Because the library is lightweight and relies on minimal external dependencies, it is appropriate for small scripts, front-end utilities, and situations where you want to avoid over-engineering. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    An essential utility, passgen was written in response to the lack of a useful password generator, which should be standard issue for any multi-user machine. passgen generates passwords which comply to security stds recommended by CERT, NIST and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Utility Cell Map

    Utility Cell Map

    A Java API that processes a two dimensional array of Strings.

    Cell Map - Just a simple java method that processes a two dimensional matrix o cells. Currently it only processes strings but more functionality will be added when the need arises.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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: 2 This Week
    Last Update:
    See Project
  • 23

    BasisFit

    Quantum chemistry utility program

    BasisFit extracts molecular orbitals from a GAMESS data file and constructs near-identical orbitals from an alternative basis set using least-squares fitting of the new basis functions to the old. This is particularly useful for generating physically sensible starting orbitals for CASSCF calculations from atomic minimal basis Hartree-Fock orbitals, but can be used to convert any converged set of orbitals from one basis to another.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Command line FFT

    A simple command line utility to produce an FFT/IFFT of ASCII data

    Ever had a bunch of ASCII data that you would like to have a quick look at in frequency domain, but don't want to fire up some bulky analysis software package just for that? Well, I have... So I wrote this tiny tool. It is based on fftw (www.fftw.org) and boost's program options (boost.org). cli-fft is really simple: All it does is to receive ASCII data from a file or standard in, FFT it and write out the result into a file or to standard out.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    gmsdsp

    dsPIC manipulation utility

    This is an utility to manipulate by the DSP from GeoSIG Ltd.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB