This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ Table helper functions -- | |
join(tbl) | |
shuffle(a) | |
sort(t, a, b) | |
t_filter(tbl, filter_fn) | |
t_find_i(tbl, find_fn) -- find_fn optional, defaults to matching equality with find_fn | |
t_find(tbl, find_fn) -- find_fn optional, -"- | |
t_flat(tbl) | |
t_map(tbl, map_fn) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Stage / Draft mode indicator | |
// @namespace http://tampermonkey.net/ | |
// @version 0.4 | |
// @description Replaces the admin-mode favicon with a more distinguishable icon | |
// @author Mosse | |
// @match https://*.stage.crasman.fi/* | |
// @match https://*.stage.crasman.cloud/* | |
// @grant none | |
// @updateURL https://gist.github.com/thykka/3c924861bf7db32e29638f4964c9d975/raw/draft-mode-indicator.user.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i18next.init({ | |
lng: Vue.params.i18nextLanguage, | |
resources: { | |
en: { | |
translation: { | |
'why collaborate with us': 'Why collaborate with us?', | |
'our experience, our mood, our skills': `Our experience, our mood and our multiple expertise: | |
we design and produce cross-channel strategies in an Agile manner | |
to optimize your profitability.` | |
), |
This is a SCRIPT-8 cassette.