Here are
372 public repositories
matching this topic...
Searches through git repositories for high entropy strings and secrets, digging deep into commit history
Updated
Sep 16, 2021
Python
Program for determining types of files for Windows, Linux and MacOS.
Updated
Oct 7, 2021
JavaScript
New generation entropy codecs : Finite State Entropy and Huff0
PE Tools - Portable executable (PE) manipulation toolkit
Award winning software library for nonlinear dynamics
Updated
Oct 7, 2021
Julia
A Python Toolbox for Statistics and Neurophysiological Signal Processing (EEG, EDA, ECG, EMG...).
Updated
Mar 30, 2020
Python
Validate the Strength of a Password in Go
Non-parametric Entropy Estimation Toolbox
Updated
Oct 13, 2019
Python
Updated
Jun 24, 2021
Python
Benchmarking repo for secrets scanning
Updated
Mar 1, 2020
Python
JIDT: Java Information Dynamics Toolkit for studying information-theoretic measures of computation in complex systems
EntroPy: complexity of time-series in Python (DEPRECATED)
Updated
Mar 29, 2021
Python
Key Negotiation Of Bluetooth (KNOB) attacks on Bluetooth BR/EDR and BLE [CVE-2019-9506]
Updated
Apr 20, 2021
Python
Mutual Information functions for C and MATLAB
Simple web-based password generator
Updated
Sep 3, 2021
JavaScript
Monitor, Alert, and Discover sensitive info and data leakage on Github.
Updated
Jun 2, 2021
Python
NIPS 2017: ALICE: Towards Understanding Adversarial Learning for Joint Distribution Matching
Updated
Aug 16, 2018
Jupyter Notebook
Evaluate your dialog model with 17 metrics! (see paper)
Updated
Aug 7, 2020
Python
A python script computing the entropy of Bitcoin transactions and the linkability of their inputs and outputs.
Updated
Apr 30, 2020
Python
Code for the paper "Minimal-Entropy Correlation Alignment for Unsupervised Deep Domain Adaptation", ICLR 2018
Updated
Dec 11, 2019
Python
AntroPy: entropy and complexity of (EEG) time-series in Python
Updated
Sep 21, 2021
Python
Compiler for Entropy, a programming language where all data is in a constant state of decay
Probabilistic question-asking system: the program asks, the users answer. The minimal goal of the program is to identify what the user needs (a target), even if the user is not aware of the existence of such a thing/product/service.
Simple tool to graph files for quick analysis
Updated
Oct 3, 2021
Python
EntropyString for JavaScript
Updated
Sep 21, 2021
JavaScript
sabre: Spatial Association Between REgionalizations
Rcpp (free of Java/Weka) implementation of FSelector entropy-based feature selection algorithms with a sparse matrix support
Improve this page
Add a description, image, and links to the
entropy
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
entropy
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.
The source code of
lyapunov
was one of the very first functions of DynamicalSystems.jl. It does not use theset_state!
function for parallel integrators. That is a mistake (and in fact made us miss a bug).One should re-write the
rescale!
function of the code to simply generate the new reference state and the just callset_state!
.