Skip to content

Instantly share code, notes, and snippets.

/*!
* Vue.js v2.0.0-pre-alpha
* (c) 2014-2016 Evan You
* Released under the MIT License.
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.Vue = factory());
}(this, function () { 'use strict';
@gholol
gholol / Ranking.php
Last active September 20, 2017 09:14 — forked from slogsdon/Ranking.php
Fixed ranking precision to match the one from official reddit source code (Python 2.7). Updated to newest algorithm
<?php
/**
* Ranking Library
* contains alogrithms for story ranking
* Basically a PHP Implementation of reddits algorithms
*
* @author Lucas Nolte <lnolte@i.biz>
* @since 0.1
* @package Polska Wiadomosc
* @subpackage Libraries