COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200611072624/https://github.com/topics/threshold
Here are
101 public repositories
matching this topic...
Salamandra is a tool to find spy microphones that use radio freq to transmit. It uses SDR.
Updated
Apr 3, 2019
Python
An Android library that encourages users to rate the app on the Google Play.
Updated
May 25, 2020
Java
Application of music theory in audio reactive visualizations
Updated
Jun 26, 2018
JavaScript
Concurrency and threshold throttling for Sidekiq.
Updated
May 29, 2020
Ruby
A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.
Updated
Apr 18, 2020
JavaScript
The Best Way to Get Started with your PulseSensor and Arduino
POSIX Shell script to easily control brightness on backlight-controllers.
Updated
Jan 7, 2020
Shell
Online feature-extraction and classification algorithm that learns representations of input patterns.
Library for processing and manipulating images.
Windows, Unix, Raspberry Pi Computer python program to Track Camera X, Y Movements and Convert to Camera Pointing Position. Useful for Stabilization or Robotics Course Correction
Updated
Mar 10, 2018
Python
使用极端值理论(Extreme Value Theory)实现阈值动态自动化设置
Updated
Dec 20, 2018
Python
Custom modules for i3blocks status bar
Updated
Apr 6, 2020
Shell
An Android library providing a dialog, which asks the user to rate the app or give feedback.
Updated
Jun 10, 2020
Kotlin
A Ruby implementation of Threshold Secret Sharing (Shamir) as defined in IETF Internet-Draft draft-mcgrew-tss-03.txt
Updated
Dec 16, 2019
Ruby
Interledger crypto-conditions implemented in C, including simple JSON api
DSC resources for configuring Windows File Server Resource Manager.
Updated
Dec 25, 2019
PowerShell
Partition bytes into several Hypercore feeds
Updated
May 25, 2020
JavaScript
Satellite library(fft, variogram,...)
🔑 Node.js bindings to RustySecrets, a secret sharing scheme implementation written in Rust
A keyless Bitcoin/Libra wallet service powered by Secure Two-Party ECDSA/Ed25519 and Zero Knowledge, Wallet Rebuilt for Security
BIOBOT: A Fall Detection System (FDS) using Artificial Intelligence
Updated
Jan 19, 2019
Jupyter Notebook
Transaction builders for the DCRM service
🌐 📈 Automatically bump up global Jest thresholds whenever coverage goes above them
Updated
May 1, 2020
JavaScript
A javascript browser compatibility checker based on MDN API data
Updated
Mar 14, 2020
TypeScript
Threshold data structures in Rust!
Updated
May 19, 2020
Rust
Threshold Selection and Uncertainty for Extreme Value Analysis
Easily run Lighthouse tests on multiple sites with checking thresholds
Updated
Jun 2, 2020
Kotlin
This application estimate iterative decoding threshold using degree description, Stephan ten Brink. More general decription of LDPC codes ensemble
Updated
Sep 26, 2019
MATLAB
Improve this page
Add a description, image, and links to the
threshold
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
threshold
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the bug
2 ^ -2 = 0.2 (should be 0.25)
2 ^ -3 = 0.1 (should be 0.125)
2 ^ -4 = 0.06 (should be 0.0625)
It seems like it cuts off all the digits except the first one after the zeros.