This file contains 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
(function (global, factory) { | |
if (typeof define === "function" && define.amd) { | |
define(['video.js'], factory); | |
} else if (typeof exports !== "undefined") { | |
factory(require('video.js')); | |
} else { | |
var mod = { | |
exports: {} | |
}; | |
factory(global.videojs); |
This file contains 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> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<script> | |
var iterations = 100000; | |
var totalDamage = 0; |
This file contains 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
events { | |
worker_connections 768; | |
# multi_accept on; | |
} | |
http { | |
## | |
# Basic Settings | |
## |
This file contains 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
MyApp.filter 'orderObjectBy', () -> | |
return (items, fields, reverse) -> | |
filtered = [] | |
angular.forEach items, (item) -> | |
filtered.push(item) | |
filtered.sort (a, b) -> | |
sifted_item_a = a | |
sifted_item_b = b | |
angular.forEach fields, (field) -> |
This file contains 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
C:\Users\Ozymandias\workspace\followupthen>php composer.phar instal --no-dev | |
Loading composer repositories with package information | |
Installing dependencies from lock file | |
Warning: The lock file is not up to date with the latest changes in composer.jso | |
n. You may be getting outdated dependencies. Run update to update them. | |
- Installing ezyang/htmlpurifier (v4.5.0) | |
[RuntimeException] |