Skip to content

Instantly share code, notes, and snippets.

(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.chrono = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module&&"function"==typeof require?n(require("../moment")):"function"==typeof define&&define.amd?define(["../moment"],n):n(e.moment)}(this,function(e){"use strict";return e.
@sars
sars / readme.txt
Last active January 26, 2024 08:55
Sphinx 2.1.9 brew formula. Install via "brew install RAW_URL"
* Install sphinx 2.1.9 (latest 2.1 stable version) with brew:
brew install https://gist.githubusercontent.com/veilleperso/dc13a6a4186a4ec32a57/raw/sphinx.rb
* To prevent automatic upgrade:
brew pin sphinx
* To upgrade again:
brew unpin sphinx
@sars
sars / sphinx20.rb
Last active December 10, 2017 23:02 — forked from pixeltrix/sphinx20.rb
Homebrew formula for sphinx 2.0.9
require 'formula'
class Sphinx20 < Formula
homepage 'http://www.sphinxsearch.com'
url 'http://sphinxsearch.com/files/sphinx-2.0.9-release.tar.gz'
sha256 'c4fb5d7951bc0831e46f102d17b5f32bbde11434ce3b00b20531dfe9e646869d'
head 'http://sphinxsearch.googlecode.com/svn/trunk/'
devel do