Skip to content

Instantly share code, notes, and snippets.

View matiasortizluna's full-sized avatar
🏠
Working from home

Matias Ortiz Luna matiasortizluna

🏠
Working from home
  • Porto, Portugal
  • 07:23 (UTC +01:00)
View GitHub Profile
//
// main.swift
// Philosofers problem with actors (monitors)
//
//
import Foundation
let TiempoDeComer: UInt64 = 2_000_000_000
let TiempoDePensar: UInt64 = 1_000_000_000
@pdarcey
pdarcey / MapOverlays
Last active September 21, 2023 03:20
All the steps to create and display an overlay on a map
// See comments below