Skip to content

Instantly share code, notes, and snippets.

@battleguard
battleguard / main.cpp
Created September 25, 2015 18:32
initial state of coordinateTranslation has the Y axis inverted.
#pragma once
#include <osgViewer\Viewer>
#include <osgEarthDrivers\gdal\GDALOptions>
#include <osgEarth\ImageLayer>
#include <osgEarth\MapNode>
#include <osgEarthUtil\EarthManipulator>
#include <iostream>
#include <osg\ShapeDrawable>
@yury
yury / application.css.scss
Last active December 17, 2015 19:39
Example of tiny, smalll and large column and shortcuts for bootstrap 3.0.x grid
// Grid shortcuts
// use with https://github.com/anjlab/bootstrap-rails
//
// Columns for phones
// - columns: .x[1-12]
// For small devices (tablets and small desktops)
// - columns: .s[1-12]
// - offsets: .so[0-11]
// - pushes: .sr[0-11]
// - pulls: .sl[0-11]