Skip to content

Instantly share code, notes, and snippets.

View cookieofcode's full-sized avatar

Severin Pereto cookieofcode

View GitHub Profile
@cookieofcode
cookieofcode / github-ci-unity-hololens2-windows-uwp.yml
Last active April 21, 2024 14:28
Github Actions CI Unity HoloLens 2 Build (Windows, UWP)
# GitHub Actions CI for Unity Hololens 2 UWP running on windows.
name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
@cookieofcode
cookieofcode / tikz-uml-divider.sty
Last active July 20, 2019 12:23
Add divider for the LaTeX TikZ-UML package
\NeedsTeXFormat{LaTeX2e}[1995/12/01]%
\ProvidesPackage{tikz-uml-divider}
%
% define a uml divider for sequence diagrams
% args : call sender
% call receiver
% optional : dt: time delay from precedent event end
% name: name of the call
% op: operation name and input args
% draw, fill, text: colors