Skip to content

Instantly share code, notes, and snippets.

View Mariatta's full-sized avatar

Mariatta Mariatta

View GitHub Profile
@Mariatta
Mariatta / convert_str_to_uuid_format.py
Created October 9, 2025 16:20
Convert a string into a uuid-format
# Example script for converting from 'e032ef8ab56d4ee18b388973a5cfc766' into 'e032ef8a-b56d-4ee1-8b38-8973a5cfc766'
import uuid
def convert_to_uuid(input):
"""Convert the input into uuid format."""
return str(uuid.UUID(input))
input_str("e032ef8ab56d4ee18b388973a5cfc766")

Keybase proof

I hereby claim:

  • I am mariatta on github.
  • I am mariatta (https://keybase.io/mariatta) on keybase.
  • I have a public key whose fingerprint is 5CAD 587B CF0E ACE2 1B66 C6B6 9EA4 BF70 B78B 3776

To claim this, I am signing this object:

@Mariatta
Mariatta / coala_release_notes.rst
Last active January 24, 2017 05:51
tentative coala 0.10 release notes

coala-bears 0.10

Thank you to everyone who contributed to this release. We have 40 different contributors, and a total of 90 commits.

Bug fixes

  • .travis.yml: Add gfortran to pre-install packages