Skip to content

Instantly share code, notes, and snippets.

View jnv's full-sized avatar

Jan Vlnas jnv

View GitHub Profile
@jnv
jnv / SBKS_CLA.md
Last active August 6, 2018 12:53 — forked from vorcigernix/cla.html
Socialbakers CLA

Fiduciary License Agreement 2.0

based on the

Individual Contributor exclusive License Agreement (including the Traditional Patent License OPTION)

Thank you for your interest in contributing to Socialbakers's Socialbakers Open Community ("We" or "Us").

The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors to Us. To make this document effective, please follow the instructions at ____________________.

@jnv
jnv / gist:7fbcd91e1ec0b525c56312e18ac9f4b5
Created September 8, 2017 09:46 — forked from karlwestin/gist:3487951
Handlebars logging - tips for debugging templates!
/*
* Use this to turn on logging: (in your local extensions file)
*/
Handlebars.logger.log = function(level) {
if(level >= Handlebars.logger.level) {
console.log.apply(console, [].concat(["Handlebars: "], _.toArray(arguments)));
}
};
// DEBUG: 0, INFO: 1, WARN: 2, ERROR: 3,
@jnv
jnv / README.markdown
Last active January 7, 2016 11:07 — forked from karmi/README.markdown
NYT ISIS Attacks Chart
@jnv
jnv / index.html
Last active November 3, 2015 10:31 — forked from karmi/d3.js
A D3.js Tutorial: Bar Chart
<!DOCTYPE html>
<html>
<head>
<title>D3.js Tutorial • Bar Chart</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
body
{ color: #222;
background: #f8f8f8;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
@jnv
jnv / utmstrip.user.js
Last active September 5, 2015 20:55 — forked from paulirish/utmstrip.user.js
UTM parameters stripper – modified for Scriptish regex matching to not run on every page. https://greasyfork.org/cs/scripts/4056-utm-param-stripper
// ==UserScript==
// @name UTM param stripper
// @author Paul Irish
// @namespace http://github.com/paulirish
// @version 1.1.2
// @description Drop the UTM params from a URL when the page loads.
// @extra Cuz you know they're all ugly n shit.
// @include /^https?:\/\/.*[\?#&]utm_.*/
// @grant none
// ==/UserScript==
@jnv
jnv / devise.cs.yml
Last active January 13, 2020 12:34 — forked from bver/devise.cs.yml
Czech translation for Devise
#
# Czech translation for Devise - config/locales/devise.cz.yml
# 'cs' locale by https://github.com/bver
# Feel free to correct my translation.
#
# Note: devise.failure.invalid was intentionally changed from "email" to "identity" -
# - not all configurations use config.authentication_keys = [ :email ]
#
# Additional translations at http://github.com/plataformatec/devise/wiki/I18n