Skip to content

Instantly share code, notes, and snippets.

@vlakoff
vlakoff / OrderByRandomTrait.php
Created July 31, 2015 19:37 — forked from vluzrmos/HasRandomStatementTrait.php
Laravel Eloquent Agnostic Random Statement
<?php
trait OrderByRandomTrait
{
/**
* Scope to order by random.
*
* @param \Illuminate\Database\Query\Builder $query
* @return \Illuminate\Database\Query\Builder
*/
@vlakoff
vlakoff / jquery.cookie.js
Created July 5, 2012 03:01 — forked from mathiasbynens/jquery.cookie.js
Improved jQuery.cookie plugin
/*
highlight v3 !! Modified by Jon Raasch (http://jonraasch.com) to fix IE6 bug !!
Highlights arbitrary terms.
<http://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html>
MIT license.