Automated update

This commit is contained in:
klein panic
2025-02-14 22:00:16 -05:00
parent 6bfe770ee6
commit 3b6cc2dc0e
113 changed files with 256 additions and 84 deletions

View File

@@ -184,3 +184,17 @@ https://community.torproject.org/onion-services/setup/ Tor Project | Set up Your
https://github.com/hmmlearn/hmmlearn hmmlearn/hmmlearn: Hidden Markov Models in Python, with scikit-learn like API
https://www.geeksforgeeks.org/hidden-markov-model-in-machine-learning/ Hidden Markov Model in Machine learning - GeeksforGeeks
https://www.geeksforgeeks.org/markov-chains-in-nlp/ Markov Chains in NLP - GeeksforGeeks
https://en.wikipedia.org/wiki/CryptoNote CryptoNote - Wikipedia
https://github.com/cryptonotefoundation/cryptonote cryptonotefoundation/cryptonote: CryptoNote protocol implementation. This is the reference repository for starting a new CryptoNote currency. See /src/cryptonote_config.h
https://github.com/crate-crypto/MLSAG crate-crypto/MLSAG: Multilayered Linkable Spontaneous Anonymous Group - Implemented as is from paper. Not Monero specific
https://en.wikipedia.org/wiki/Elliptic-curve_Diffie%E2%80%93Hellman Elliptic-curve DiffieHellman - Wikipedia
https://github.com/tevador/RandomX tevador/RandomX: Proof of work algorithm based on random code execution
https://en.wikipedia.org/wiki/Proof_of_work#:~:text=Proof%20of%20work%20(also%20written,1%20(SHA-1). Proof of work - Wikipedia
https://wiki.debian.org/Hugepages Hugepages - Debian Wiki
https://en.wikipedia.org/wiki/Single_instruction,_multiple_data Single instruction, multiple data - Wikipedia
https://en.wikipedia.org/wiki/Non-uniform_memory_access Non-uniform memory access - Wikipedia
https://en.wikipedia.org/wiki/AES_instruction_set AES instruction set - Wikipedia
https://www.intel.com/content/www/us/en/developer/articles/technical/advanced-encryption-standard-instructions-aes-ni.html Intel® Advanced Encryption Standard Instructions (AES-NI)
https://www.netdata.cloud/blog/understanding-huge-pages/ Understanding Huge Pages | Netdata
https://docs.gitea.com/installation/database-prep Database Preparation | Gitea Documentation
https://docs.gitea.com/installation/install-from-binary Installation from binary | Gitea Documentation