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"; | |
/** | |
* | |
* prism.js Okaidia dark for JavaScript, CSS and HTML | |
* @author Yasin Kuyu | |
* http://code.insya.com | |
* | |
*/ |
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
/* | |
Requires animate.css, and support for the 'transitionend' event. | |
(See https://developer.mozilla.org/en-US/docs/Web/Events/transitionend for browser support) | |
*/ | |
(function ( global, factory ) { | |
'use strict'; | |
// Common JS (i.e. browserify) environment | |
if ( typeof module !== 'undefined' && module.exports && typeof require === 'function' ) { |
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
//bootstrap 3.1.0 modal dialog context for Durandal | |
define(['plugins/dialog'], function (dialog) { | |
/** | |
* @class ScrollDialogContext | |
*/ | |
dialog.addContext('bootstrapDialog', { | |
blockoutOpacity: .2, | |
removeDelay: 300, | |
/** |
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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>D3 and Knockout</title> | |
<script src="knockout-2.2.1.js"></script> | |
<script src="lib/d3.v2.js"></script> | |
<link rel="stylesheet" href="src/nv.d3.css" type="text/css"/> | |
<script> | |
var nrects = 1; | |
function Rect() { |
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
Copyright 2012 Shin Suzuki<[email protected]> | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software | |
distributed under the License is distributed on an "AS IS" BASIS, |