Skip to content

Instantly share code, notes, and snippets.

View brunocalza's full-sized avatar

Bruno Calza brunocalza

View GitHub Profile
@ecoshub
ecoshub / IntToByteArray.go
Last active August 23, 2024 08:31
golang integer to byte array and byte array to integer function
package main
import (
"fmt"
"unsafe"
)
func main(){
// integer for convert
num := int64(1354321354812)
@andrewxhill
andrewxhill / Chain Of Trust (but verify).ipynb
Last active March 5, 2025 14:31
Chain of Trust - but verify...
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.