Questions tagged [hyper]

A fast and correct HTTP implementation for Rust.

Hyper is a fast, safe HTTP implementation written in and for Rust.

  • A Client for talking to web services.
  • A Server for building those web services.
  • Blazing fast* thanks to Rust.
  • High concurrency with non-blocking sockets.
  • HTTP/1 and HTTP/2 support.

Github Repository

Guide

256 questions
-2
votes
1 answer

Is there a SQL solution for Hypergeometric Distribution for a finite set?

I am browsing for an equivalent SQL implementation of HYPGEOM.DIST in Microsoft Excel. I have explored the option of seeding a factorial table with distributions from 1 to N (1...N), but am seeking additional options. Given: x = sample_s n =…
Rob
  • 53
  • 1
  • 9
1 2 3
17
18