Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
'Import private github.com repos into gitlab'
import re
import requests
import sys
from termcolor import colored
created = colored('created', 'green')
<?php
function postCommission() {
$rlia = $this->getResLineItems();
$rid = $this->getResItemId();
$skip = false;
$cruise_items = explode(",", CRUISE_CABIN_IDS);
array_push($cruise_items, CRUISE_COMM_PORT_FEES_ITEM_ID);
array_push($cruise_items, CRUISE_COMM_PORT_TAXES_ITEM_ID);
if ($this->isCruise()) {
@charset "UTF-8"
// ♫
// -----------------------------------------------
@function rem($size)
$remSize: $size / 16
@return #{$remSize}rem
@function tracking($points: 100)
@onkel-dirtus
onkel-dirtus / elixir.rb
Created October 9, 2012 19:19 — forked from devinus/elixir.rb
Elixir Homebrew recipe - v0.6.0
# Install this recipe with:
# brew install --HEAD https://raw.github.com/gist/3715216/4f1bbf7d73d372bf9a2eeb5364142ee03bc51f55/elixir.rb
require 'formula'
class ErlangInstalled < Requirement
def message; <<-EOS.undent
Erlang is required to install.
You can install this with: