Skip to content

Instantly share code, notes, and snippets.

@mcgin
mcgin / SketchSystems.spec
Last active February 28, 2019 11:03
NativeFinance Homepage
NativeFinance Homepage
Login -> Deal Listings
Raise Finance -> Borrower Onboarding
Native Finance Authenticated
logout -> NativeFinance Homepage
view deals -> Deal Listings
Deal Listings
Add Deal -> Deal Onboarding
View Deal -> Deal Room

Keybase proof

I hereby claim:

  • I am mcgin on github.
  • I am mcgin (https://keybase.io/mcgin) on keybase.
  • I have a public key ASC4KeBbTUtZJlZN-XxNulqBrEhK-hWVhSm8_XMtoF6W2Qo

To claim this, I am signing this object:

body {
font-family: sans-serif;
background: #000000;
color: #fefefe;
font-size: 14px;
}
div.pipeline-loading-icon {
content: url("dark-load.gif");
}
@mcgin
mcgin / infra.rb
Last active August 29, 2015 14:22
machine_image 'platform_gateway_image' do
recipe 'ubuntu_14.04'
cpu: 1
ram: 4096
hdd: 16384
end
machine 'lagrange1' do
from_image: 'platform_gateway_image'
environment: 'test'
sudo apt-get install openjdk-7-jdk
hg clone http://hg.openjdk.java.net/jdk8/jdk8
cd jdk8
bash ./get_source.sh
sudo apt-get install build-essential libX11-dev libxext-dev libxrender-dev libxtst-dev libxt-dev libcups2-dev
sudo apt-get install libfreetype6-dev libasound2-dev ccache
bash ./configure
make all
sudo make install
@mcgin
mcgin / Recipe
Created September 16, 2012 08:32
application "basic-rails" do
path "/vagrant/rails2"
owner "vagrant"
group "vagrant"
repository "git://github.com/mcgin/basic-rails"
revision "first_tag"
rails do
# Rails-specific configuration
[Sat, 15 Sep 2012 18:21:39 +0000] INFO: deploy_revision[basic-rails] copied the cached checkout to /vagrant/rails2/releases/1364a4002a48ab1db68de96060b113e9c7395498
[Sat, 15 Sep 2012 18:21:39 +0000] DEBUG: Creating directory /tmp/vagrant-chef-1/revision-deploys
[Sat, 15 Sep 2012 18:21:39 +0000] INFO: deploy_revision[basic-rails] set user to vagrant
[Sat, 15 Sep 2012 18:21:39 +0000] INFO: deploy_revision[basic-rails] set group to vagrant
[Sat, 15 Sep 2012 18:21:39 +0000] INFO: Processing application_ruby_rails[basic-rails] action before_migrate (basic-rails::default line 109)
================================================================================
Error executing action `before_migrate` on resource 'application_ruby_rails[basic-rails]'
================================================================================