Pinned Repositories
arbitrum-docs
Arbitrum Docs! Content + Webapp
azure
Learning to work with Azure
big-numbers
BigNumber implementation in Golang
blob-storage
brute-force-password-breaker
A straightforward brute-force password breaker.
btc-multisig
Bitcoin 2-of-3 Multisig implemented in Rust
btcwallet
A secure bitcoin wallet daemon written in Go (golang)
sha-1
SHA-1 (Secure Hash Algorithm 1) implementation.
shuttler
A Spring Boot app to monitor public transport congestion in real-time, providing valuable insights for improving the efficiency and reliability of transportation systems.
tagless-final
Learning tagless final style in Scala
danielost's Repositories
danielost/btc-multisig
Bitcoin 2-of-3 Multisig implemented in Rust
danielost/sha-1
SHA-1 (Secure Hash Algorithm 1) implementation.
danielost/shuttler
A Spring Boot app to monitor public transport congestion in real-time, providing valuable insights for improving the efficiency and reliability of transportation systems.
danielost/tagless-final
Learning tagless final style in Scala
danielost/arbitrum-docs
Arbitrum Docs! Content + Webapp
danielost/azure
Learning to work with Azure
danielost/big-numbers
BigNumber implementation in Golang
danielost/blob-storage
danielost/brute-force-password-breaker
A straightforward brute-force password breaker.
danielost/btcwallet
A secure bitcoin wallet daemon written in Go (golang)
danielost/car-dealership-desktop-client
A .NET app to manage the dealership's inventory, sales and customer information.
danielost/case-study-gradient-descent
A case study on implementing gradient descent for machine learning applications
danielost/chartreuse
Data visualization for a functional world
danielost/course-work-nure-auto
First Year Coursework in OOP
danielost/danielost.github.io
Static website powered by Hugo static site generator and PaperMod theme.
danielost/des
Data Encryption Standard (DES) symmetric-key algorithm implementation.
danielost/doodle
Compositional vector graphics in Scala / Scala.JS
danielost/ecdsa
Elliptic Curve Digital Signature Algorithm (ECDSA) implementation.
danielost/ecpoint-wrappers
Convenient wrappers for operations on elliptic curves in Golang.
danielost/electrs
An efficient re-implementation of Electrum Server in Rust
danielost/fips-140-3
FIPS (Federal Information Processing Standard) 140-3 benchmark for validating the effectiveness of RNGs.
danielost/go-merkletree
danielost/golden-peach-telegram-bot
A telegram bot to interact with the Golden Peach web-powered crypto exchange (https://github.com/1KitCat1/golden-peach)
danielost/operation-systems-labs
Labs in Operation Systems
danielost/qzilla
Queue management web app built with React and Azure App Service
danielost/rust-bitcoincore-rpc
Rust RPC client library for the Bitcoin Core JSON-RPC API.
danielost/rust-jsonrpc
Rust JSONRPC library
danielost/scala-parallel
Learning parallel programming in Scala
danielost/shuttler-web
A React app that provides an interface for interacting with the real-time public transport congestion monitoring system (https://github.com/danielost/shuttler).
danielost/sp-box
S-box/p-box implementation