This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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()) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @charset "UTF-8" | |
| // ♫ | |
| // ----------------------------------------------- | |
| @function rem($size) | |
| $remSize: $size / 16 | |
| @return #{$remSize}rem | |
| @function tracking($points: 100) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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: |