Skip to content

Instantly share code, notes, and snippets.

View mikomatic's full-sized avatar

Miguel Ortega mikomatic

View GitHub Profile
@mikomatic
mikomatic / README.md
Created August 21, 2021 16:45 — forked from cjtallman/README.md
Vagrant Gitlab Server

Vagrant Gitlab Server

Quickly set up a local Gitlab CE server using Vagrant.

Run vagrant up to setup the virtual server.

Server Details

  • Ubuntu 16.04
  • Installs latest Docker
@startuml OAuth basic flow with auth code and access token
skinparam monochrome true
skinparam defaultFontSize 14
' plantuml: https://plantuml.com/sequence-diagram
' source: https://gist.github.com/hrchu/d88efb56e72534a1233d16f36eb3e3e9
title OAuth basic flow with auth code and access token
actor "You/Browser" as b
participant "slack.com" as s
@mikomatic
mikomatic / notepad.html
Last active July 14, 2018 12:28 — forked from jdkanani/notepad.html
bookmarkable simple web editor. Simple Copy paste the code below in your browser's adress bar. Tested (pretty quickly though ^_^) on latest versions of FF, Chrome on OSX and windows
data:text/html;charset=utf-8,
<title>Custom Editor</title><link rel="shortcut icon" href="http://elmike.net/favicon.ico"/>
<style type="text/css">
.e{
position:absolute;
top:20px;
right:50%;
bottom:20px;
left:0;
}