Showing 39 open source projects for "size"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 1

    anglolintergo

    lightweight rulebased grammar error checker in Golang

    standalone offline grammar error checker (English, German and Dutch) programmed in Golang V 0.3.6.7 Usage: anglolintergo mytext.txt -> check English text anglolintergo -fix mytext.txt -> check and autofix English text anglolintergo -de mytext_ge.txt -> check German text anglolintergo -nl mytext_nl.txt -> check Dutch text anlgolintergo -help -> show helpfile anglolintergo mytext.tex -> check English...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    git-sizer

    git-sizer

    Compute various size metrics for a Git repository

    git-sizer computes various size metrics for a local Git repository, flagging those that might cause you problems or inconvenience. Is the repository too big overall? Ideally, Git repositories should be under 1 GiB, and (without special handling) they start to get unwieldy over 5 GiB. Big repositories take a long time to clone and repack, and take a lot of disk space. Avoid storing generated files (e.g., compiler output, JAR files) in Git. It would be better to regenerate them when necessary...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DevDash

    DevDash

    Highly Configurable Terminal Dashboard for Developers and Creators

    DevDash is a highly configurable terminal dashboard for developers and creators. It will allow you to choose and display the most up-to-date metrics you need, at one place. The data will be automatically refreshed while you’re doing other productive tasks. Get started and create your first dashboard, or see DevDash in action with many examples (including their configuration). Change the display of your widgets (colors or size). Understand how to use time period for many widgets in DevDash...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DownloadBot

    DownloadBot

    A distributed cross-platform Telegram Bot

    A distributed cross-platform Telegram Bot that can control your Aria2 server, control server files and also upload to OneDrive / Google Drive. This project is mainly to use a small hard disk server for offline downloading, for large BitTorrent files to be downloaded in sections according to the size of the hard disk, each time downloading a part, then uploading the network disk, deleting and then downloading the other parts, until all the files are downloaded. At the same time, communication...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    xdp

    xdp

    Package xdp allows one to use XDP sockets

    Package github /asavie/xdp allows one to use XDP sockets from the Go programming language. With the default UDP payload size of 1400 bytes, running on Linux kernel 5.1.20, on a tg3 (so no native XDP support) gigabit NIC, sendudp does around 980 Mb/s, so practically line rate. TL;DR: in the same environment, sending a pre-generated DNS query using an ordinary UDP socket yield around 30 MiB/s whereas sending it using the senddnsqueries example program yields around 77 MiB/s. Connecting a PC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Alternative JSON parser for Go

    Alternative JSON parser for Go

    One of the fastest alternative JSON parser for Go

    It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to 10 times faster than standard encoding/json package (depending on payload size and usage), allocates no memory. Originally made for a project that relies on a lot of 3rd party APIs that can be unpredictable and complex. Encoding/json requires you to know exactly your data structures, or if you prefer to use map[string]interface{} instead...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    pico

    pico

    A Git-driven task runner built to facilitate GitOps and Infrastructure

    Pico is a Git-driven task runner built to facilitate GitOps and Infrastructure-as-Code while securely passing secrets to tasks. What once was a place to chat and collaborate with people across the planet is now a platform for the commercialization of products and services. At the seat of the modern web is the browser. The modern browser is very much like an operating system, both in terms of complexity and code size. Only massive corporations can build and maintain it. Further, the web breeds...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Big File Finder (BFF)

    Big File Finder (BFF)

    Program to find (all) files above a size at a target dir

    Big File Finder, a simple program to find (all) files above a size at a target dir.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Kraken

    Kraken

    P2P Docker registry capable of distributing TBs of data in seconds

    ... load, Kraken distributes 20K 100MB-1G blobs in under 30 sec. Kraken is capable of distributing Docker images at > 50% of max download the speed limit on every host. Cluster size and image size do not have a significant impact on download speed. Support uploader authentication and data integrity protection through TLS. Other than pluggable storage, Kraken only has an optional dependency on DNS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 10
    ipld-eml

    ipld-eml

    An RFC-5322 compatible email parser that stores data on IPFS

    ipld-eml is an RFC-5322 compliand IPLD object format for storing email messages, in both a space efficient, and time efficient manner. TemporalX is used as the interface into IPFS. Emails are converted into a protocol buffer object, before being stored onto IPFS. There are currently two methods for storing the IPLD objects:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    statik

    statik

    Embed files into a Go executable

    statik allows you to embed a directory of static files into your Go binary to be later served from an http.FileSystem. Is this a crazy idea? No, not necessarily. If you're building a tool that has a Web component, you typically want to serve some images, CSS and JavaScript. You like the comfort of distributing a single binary, so you don't want to mess with deploying them elsewhere. If your static files are not large in size and will be browsed by a few people, statik is the solution you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    wmwm

    wmwm

    Pure Go autotiling window manager

    wmwm is a pure Go auto tiling window manager for X11. It is very simple (2k loc) and lightweight. With wmwm you start with one window which takes full size of the screen. Next window will split screen into equal columns with the second window placed in the right column. Additional windows will be placed in the right column. Windows in a column always have the same height. You can move windows within the column or from one column to another. Windows and columns belong to workspaces. In wmwm you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AEBL

    AEBL

    AEBL is a mobile media distribution system

    ... ported to other systems. The AEBL blog is located here: http://aeblm2.blogspot.ca/ For those interested in trying it out, you will need a Raspberry Pi (should be the B series with 512MB) and a SD card (4GB or higher, recommend base 8GB but the larger, the better, for content storage). The current image is a ~680MB 7zip compressed file of it's original 2.7GB size, located on dropbox, here: https://www.dropbox.com/s/lj0r6yia4tsnz8w/140815-aeblpi.img.7z?dl=0
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Jocko

    Jocko

    Kafka implemented in Golang with built-in coordination

    Kafka/distributed commit log service in Go. Protocol compatible with Kafka so Kafka clients and services work with Jocko. Use Serf for discovery, Raft for consensus (and remove the need to run ZooKeeper). Able to use percentages of disk space for retention policies rather than only bytes and time kept. Handling size configs when you change the number of partitions or add topics. API versioning [more API versions to implement]. Replication [first draft done - testing heavily now]. Partition...
    Downloads: 0 This Week
    Last Update:
    See Project