Showing 199 open source projects for "custom"

View related business solutions
  • CoinLedger takes away the pain of preparing your bitcoin and crypto taxes. Icon
    CoinLedger takes away the pain of preparing your bitcoin and crypto taxes.

    For cryptocurrency investors or accountants looking for a tax solution

    Simply connect your exchanges, import trades, and download your tax report in minutes.
  • dilisense: Free Sanction Check and PEP Screening Icon
    dilisense: Free Sanction Check and PEP Screening

    Companies that need to comply to AML laws and want to perform sanction and PEP screenings

    dilisense provides AML, CTF and KYC screenings for companies that focus on product simplicity and data coverage while keeping costs under control. The rich dataset contains sanctions, watch lists and PEPs and can be accessed in a Pay-As-You-Go pricing model.
  • 1
    hey

    hey

    HTTP load generator, ApacheBench (ab) replacement

    hey is a tiny program that sends some load to a web application. hey was originally called boom and was influenced from Tarek Ziade's tool at tarekziade/boom. Using the same name was a mistake as it resulted in cases where binary name conflicts created confusion. To preserve the name for its original owner, we renamed this project to hey. hey runs provided number of requests in the provided concurrency level and prints stats. It also supports HTTP2 endpoints. It’s simple, efficient,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Auto Proxy

    Auto Proxy

    supports https and http protocol proxy;

    The project provides browser http proxy proxy service, supports https and http protocol proxy; can deploy multi-level proxy; supports TLS protocol encryption; mainly uses tools for accessing external websites with intranet hosts;
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    ssh-chat

    ssh-chat

    Chat over SSH

    ssh-chat is a custom SSH server written in Go that allows you to chat over SSH connection. When you open your terminal and type in a command, instead of getting a shell you get a chat prompt. With ssh-chat you get a simple chat room over a secure shell connection, where you can send and receive private messages, check any user's public key fingerprint for identification purposes, and more. You can change the color theme of the chat, block or kick users, and chat on just about any platform where...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    BP

    Web application for restaurants to build pages

    A web application that allows for restaurants to build pages describing their businesses and manage inventory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • People and Company Data Icon
    People and Company Data

    We handle the heavy-lifting of data collection, so you can build innovative and compliant data solutions at scale.

    We handle the heavy lifting of data collection, so you can build innovative and compliant data solutions at scale. Our data has enabled thousands of engineering, data science, product, and other technical teams to build compliant, innovative, data-based software solutions.
  • 5
    SWM

    SWM

    Simple stacking window manager for X11

    SWM is a simple stacking window manager for X. SWM is meant to be controlled using X events and swmctl, its custom command-sending tool. X events could be sent using utilities like xdotool or wmctrl. Their commands, as well as swmctl ones could be mapped to keyboard shortcuts using a utility like sxhkd. You can find an example sxhkd config in the examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Free Youtube Downloader

    Free Youtube Downloader

    unlimited YouTube video download tool

    Unlimited video download windows tool, support multi-line parallel download, support criticism addition; self-determined video download format; support http & sock5 proxy
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    IOV Weave

    IOV Weave

    Easy-to-use SDK to build Tendermint ABCI applications

    IOV Weave is a framework for quickly building your custom ABCI application to run a blockchain on top of the best-of-class BFT Proof-of-stake Tendermint consensus engine. It provides much commonly used functionality that can quickly be imported in your custom chain, as well as a simple framework for adding the custom functionality unique to your project. It is inspired by the routing and middleware model of many web application frameworks, and informed by years of wrestling with blockchain...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    hub

    hub

    Extension to command-line git for GitHub

    hub is an extension to command-line git that helps you do everyday GitHub tasks without ever leaving the terminal. Hub is a tool that wraps git in order to extend it with extra functionality that makes it better when working with GitHub. Available commands are split into two groups: those that are already present in git but that are extended through hub, and custom ones that hub provides. Most hub commands are supposed to be run in a context of an existing local git repository. Hub...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Hercules

    Hercules

    Gaining advanced insights from Git repository history

    ... the collected data. These two tools are normally used together through a pipe. It is possible to write custom analyses using the plugin system. It is also possible to merge several analysis results together - relevant for organizations. The analyzed commit history includes branches, merges, etc. Hercules has been successfully used for several internal projects at source{d}.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-native procurement software platform Icon
    Cloud-native procurement software platform

    GLOBAL LEADER IN DIGITAL PROCUREMENT AND SUPPLY CHAIN SOLUTIONS

    SMART by GEP is an AI-powered, unified source-to-pay (S2P) procurement software that brings end-to-end procurement functionality for both direct and indirect spend management into a single, cloud-native platform. It features a range of procurement tools built into one unified procurement system; eliminating the need for separate, stand-alone software, modules, or tools for managing specific functions.
  • 10
    reg

    reg

    Docker registry v2 command line client and repo listing generator

    Docker registry v2 command line client and repo listing generator with security checks. We do not allow users to pass all the custom certificate flags on commands because it is unnecessarily messy and can be handled through Linux itself. Which we believe is a better user experience than having to pass three different flags just to communicate with a registry using self-signed or private certificates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    go-git

    go-git

    go-git is a highly extensible git implementation library written in Go

    go-git is a highly extensible git implementation library written in pure Go. It can be used to manipulate git repositories at low level (plumbing) or high level (porcelain), through an idiomatic Go API. It also supports several types of storage, such as in-memory filesystems, or custom implementations, thanks to the Storer interface. It's being actively developed since 2015 and is being used extensively by Keybase, Gitea or Pulumi, and by many other libraries and tools. After the legal issues...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    stern

    stern

    Multi pod and container log tailing for Kubernetes

    Stern allows you to tail multiple pods on Kubernetes and multiple containers within the pod. Each result is color-coded for quicker debugging. The query is a regular expression so the pod name can easily be filtered and you don't need to specify the exact id (for instance omitting the deployment id). If a pod is deleted it gets removed from tail and if a new pod is added it automatically gets tailed. When a pod contains multiple containers Stern can tail all of them too without having to do...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    bone

    bone

    Lightning Fast HTTP Multiplexer

    Bone is a lightweight and lightning-fast HTTP Multiplexer for Golang. URL parameters, REGEX Parameters, Wildcard routes. Router Prefix, Route params validators, Sub Router, mux.SubRoute(), support most standard router. HTTP method declaration, support for HTTP.Handler and HTTP.HandlerFunc. Custom NotFound handler, respect the Go standard HTTP.Handler interface. These tests are just for fun, all these routers are great and efficient. Bone isn't the fastest router for every job.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    snowflake for Go

    snowflake for Go

    A simple to use Go (golang) package to generate or parse snowflake IDs

    ... snowflake. Epoch to a time in milliseconds to use as the epoch. When setting custom epoch or bit values you need to set them prior to calling any functions on the snowflake package, including NewNode(). Otherwise, the custom values you set will not be applied correctly. Import the package into your project then construct a new snowflake Node using a unique node number. The default settings permit a node number range from 0 to 1023.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Syncd

    Syncd

    syncd is an open source code deployment tool

    syncd is an open source code deployment tool. It is simple, efficient, and easy to use, which can improve the work efficiency of the team. Go language development, simple compilation and efficient operation. Web interface access, interactive and friendly. The permission model is flexible and free. Support for custom builds. Support for Git repositories. Support branch, Tag online. Deploy Hook support, strong scalability. Perfect launch workflow. Email notification mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GRV

    GRV

    GRV is a terminal interface for viewing git repositories

    ... and splits. Custom tabs and splits can be created using any combination of views. Vi like keybindings by default, key bindings can be customized. Custom themes can be created. Mouse support. Commit Graph.grv is currently an alias used by oh-my-zsh. Add unalias grv to the end of your .zshrc to invoke GRV.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Azure Container Service Engine

    Azure Container Service Engine

    Builds Docker Enabled Clusters

    The Azure Container Service Engine (acs-engine) generates ARM (Azure Resource Manager) templates for Docker enabled clusters on Microsoft Azure with your choice of DC/OS, Kubernetes, OpenShift, Swarm Mode, or Swarm orchestrators. The input to the tool is a cluster definition. The cluster definition (or apimodel) is very similar to (in many cases the same as) the ARM template syntax used to deploy a Microsoft Azure Container Service cluster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    subjack

    subjack

    Subdomain Takeover tool written in Go

    Subjack is a Subdomain Takeover tool written in Go designed to scan a list of subdomains concurrently and identify ones that are able to be hijacked. With Go's speed and efficiency, this tool really stands out when it comes to mass testing. Always double-check the results manually to rule out false positives. Subjack will also check for subdomains attached to domains that don't exist (NXDOMAIN) and are available to be registered. No need for dig ever again! This is still cross-compatible...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    simple-bootstrap-node

    simple-bootstrap-node

    A simple bootstrap node for kad-dht ( go-libp2p-kad-dht )

    This project is a simple implementation of kad-dht bootstrap node based on go-libp2p. A simple bootstrap node for kad-dht ( go-libp2p-kad-dht )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Realize

    Realize

    Realize is the #1 Golang Task Runner which enhance your workflow

    Realize is the #1 Golang Task Runner which enhances your workflow by automating the most common tasks and using the best-performing Golang live reloading. High-performance Live Reload. Manage multiple projects at the same time. Watch by custom extensions and paths. All Go commands are supported. Switch between different Go builds. Custom env variables for the project. Execute custom commands before and after file changes or globally. Export logs and errors to an external file. Step-by-step...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Riot search

    Riot search

    Go Open Source, Distributed, Simple and efficient Search Engine

    Go Open Source, Distributed, Simple and efficient full text search engine. Efficient indexing and search (1M blog 500M data 28 seconds index finished, 1.65 ms search response time, 19K search QPS). Support for logical search. Support Chinese word segmentation (use gse word segmentation package concurrent word, speed 27MB / s). Support the calculation of the keyword in the text close to the distance(token proximity). Support calculation BM25 correlation. Support custom scoring field and scoring...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SummitDB

    SummitDB

    In-memory NoSQL database with ACID transactions, Raft consensus, etc.

    SummitDB is an in-memory, NoSQL key/value database. It persists to disk, uses the Raft consensus algorithm, is ACID compliant, and is built on a transactional and strongly-consistent model. It supports custom indexes, geospatial data, JSON documents, and user-defined JS scripting. The easiest way to get SummitDB is to use one of the pre-built release binaries which are available for OSX, Linux, and Windows. SummitDB can be compiled and used on Linux, OSX, Windows, FreeBSD, ARM (Raspberry PI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    zabbix_agent_bench

    Benchmarking and stress testing tool for the Zabbix agent

    A multithreaded Zabbix agent benchmarking tool with support for custom keys and discovery item prototypes. This tool is useful for developing custom Zabbix agent items and quickly identifying memory or file handle leaks, concurrency problems such as race conditions and other performance issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Wukong

    Wukong

    Highly customizable full-text search engine

    Efficient indexing and searching (1M Weibo 500M data is indexed in 28 seconds, search response time is 1.65 milliseconds, and search QPS is 19K). Support Chinese word segmentation (concurrent word segmentation using the sego word segmentation package, speed 27MB/sec). Support to calculate the proximity distance of keywords in the text (token proximity). When a request to add a document to the index comes in, the main coroutine will send the text to be segmented to a word segmentation...
    Downloads: 0 This Week
    Last Update:
    See Project