Skip to content

Instantly share code, notes, and snippets.

@beho
beho / bootstrap-slider.js
Created June 18, 2013 09:49
Tiny modification of http://www.eyecon.ro/bootstrap-slider/ with tooltip having bootstrap's "invisible" class (i.e. visibility:hidden) when not active.
/* =========================================================
* bootstrap-slider.js v2.0.0
* http://www.eyecon.ro/bootstrap-slider
* =========================================================
* Copyright 2012 Stefan Petre
*
* 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
*
@beho
beho / attr_default_value
Last active December 12, 2015 07:08
Record attribute default value by function call
# compilation fails (function blank/0 undefined)
defmodule RDF do
defmodule Util do
def blank do
"_:1"
end
end
def blank do
"_:1"