Skip to content
View LucaIcaro's full-sized avatar
  • Wayve
  • London
  • 11:59 - 1h ahead

Block or report LucaIcaro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. terraform-deployments-strategies Public

    Some deployments strategies and tactics using terraform

    HCL

  2. hitparadeitalia-spotify Public

    A grabber for HitParadeItalia and Spotify playlist creator

    Python

  3. Generate ED25519 openssh-compatible ...
    1
    // GenerateSSHKeys generates a private and public ssh key pair with ed25519 algorithm
    2
    // and returns the encoded strings
    3
    func GenerateED25519SSHKeys() (string, string, error) {
    4
    	// If rand is nil, crypto/rand.Reader will be used
    5
    	pub, priv, err := ed25519.GenerateKey(rand.Reader)
  4. terraform-aws-various Public

    A series of small projects to spin up small infrastructures for testing purposes

    HCL