Skip to content

Instantly share code, notes, and snippets.

@ceelian
ceelian / add_hostname_to_etc_hosts.sh
Last active January 23, 2024 21:15
Adds a hostname to a given IP address in /etc/hosts.
#!/usr/bin/env bash
# The MIT License (MIT)
#
# Copyright (c) 2023 Christian Haintz
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the "Software"), to deal in
# the Software without restriction, including without limitation the rights to
# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
@ceelian
ceelian / site_domain_page_template_mixin.py
Last active March 9, 2023 17:34
Mixin for Wagtail Pages to have custom templates per site domain
# The MIT License (MIT)
#
# Copyright (c) 2023 Christian Haintz
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
# this software and associated documentation files (the "Software"), to deal in
# the Software without restriction, including without limitation the rights to
# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
# the Software, and to permit persons to whom the Software is furnished to do so,
# subject to the following conditions:
@ceelian
ceelian / Accessing Methods Of AngularJS Directive.markdown
Last active October 29, 2015 22:02
Accessing Methods Of AngularJS Directive

Accessing Methods Of AngularJS Directive

An nice and easy way to access methods provided by a directive via the directive service. Based on AngularJS 1.4.7

A Pen by Christian Haintz on CodePen.

License.