Skip to content

Instantly share code, notes, and snippets.

View Teino1978-Corp's full-sized avatar

Teino Boswell Teino1978-Corp

  • Ocho Rios, Jamaica
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Teino1978-Corp
Teino1978-Corp / redcarpet_without_pygments.rb
Created November 2, 2015 17:02 — forked from djui/redcarpet_without_pygments.rb
Jekyll plugin to allow prism.js for markdown code blocks. Markdown parsing is done using redcarpet.
module Jekyll
class RedcarpetWithoutPygmentsParser < Converter
safe true
priority :high
def initialize(config)
require 'redcarpet'
@config = config
@redcarpet_extensions = {}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Teino1978-Corp
Teino1978-Corp / Tableau.xml
Created November 2, 2015 03:34 — forked from cmtoomey/Tableau.xml
Fully Documented Tableau Workbook as XML
<?xml version='1.0' encoding='utf-8' ?>
<!--This is the basics - platform (windows or mac)and version number-->
<workbook source-platform='mac' version='9.0' xmlns:user='http://www.tableausoftware.com/xml/user'>
<!-- build 9000.15.0318.1720 -->
<!--No idea what this for -->
<preferences>
<preference name='ui.encoding.shelf.height' value='250' />
<preference name='ui.shelf.height' value='250' />
</preferences>
<!--This is everything you need to know about datasources -->
@Teino1978-Corp
Teino1978-Corp / index.html
Created November 2, 2015 02:58 — forked from fdaudens/index.html
D3 Treemap Milliardaires
<!DOCTYPE html>
<meta charset="utf-8">
<title>Zoomable Treemap</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script src="http://d3js.org/d3.v2.js"></script>
<script src="http://code.jquery.com/jquery-1.7.1.js"></script>
<p id="chart">
<p id="rawdata">

The PopCha! Movie Network

A visualization of similarity between movies by means of a network graph

  • Similarity data taken from [PopCha!] 1 recommender engine (R*)
  • Movie info from [The Movie Database] [3]
  • Visualization done in JavaScript with [D3.js] [2]
<title>PopCha! Movie Network</title>
<link rel="stylesheet" href="movie-network.css"/>
<link rel="shortcut icon" href="popcha.ico" type="image/x-icon">
<script>
// Sniff MSIE version
// http://james.padolsey.com/javascript/detect-ie-in-js-using-conditional-comments/
var ie = ( function() {
var undef,
v = 3,
div = document.createElement('div'),
1 homotopy theory
1-1 correspondence
1-4-2 problem
1-center problem
1-connected
1-dimensional euclidean space
1-factor
1-form
1-median
1-parameter subgroup
@Teino1978-Corp
Teino1978-Corp / css-less-helpers.less
Created November 1, 2015 23:31 — forked from adamcbrewer/css-less-helpers.less
LESS: Helpers and mixins for using LESS
//============================================================
// Structure, Flow and Layout
//============================================================
// inline-block fix incl. ie7 support
.inline-block {
display: inline-block;
*display: block;
*zoom: 1;
}

Compose loading animation

The Compose logo is an isometric tetromino and I thought it would be fun to shift through other tetromino shapes for a loading animation.

A Pen by Brandon Mathis on CodePen.

License.