Skip to content

Instantly share code, notes, and snippets.

View liubomyrgavryliv's full-sized avatar
🏠
Working from home

Liubomyr Gavryliv liubomyrgavryliv

🏠
Working from home
  • Kyiv, Ukraine
View GitHub Profile
@kmlxn
kmlxn / query_string.py
Last active September 10, 2022 06:23
Django template tag to set/unset url query string parameter or replace parameter's value if it's already set
from django import template
from collections import namedtuple
register = template.Library()
@register.tag
def set_query_string_param(parser, token):
"""
Django template tag to set/unset url query string parameter
@d3noob
d3noob / data.csv
Last active January 13, 2022 22:59
d3.js tool tip with HTML link
date close
1-May-12 58.13
30-Apr-12 53.98
27-Apr-12 67.00
26-Apr-12 89.70
25-Apr-12 99.00
24-Apr-12 130.28
23-Apr-12 166.70
20-Apr-12 234.98
19-Apr-12 345.44