Skip to content

Instantly share code, notes, and snippets.

View Osmiogrzesznik's full-sized avatar

SourceCowD Osmiogrzesznik

View GitHub Profile
@Osmiogrzesznik
Osmiogrzesznik / pandoc.css
Created April 27, 2020 08:19 — forked from killercup/pandoc.css
Add this to your Pandoc HTML documents using `--css pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
/*
* I add this to html files generated with pandoc.
*/
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
@Osmiogrzesznik
Osmiogrzesznik / snipsSuperTTS.sh
Created April 4, 2020 21:09 — forked from DanBmh/snipsSuperTTS.sh
One TTS to rule them all
#! /usr/bin/env bash
# By Psycho and Others
# Shell script to handle different TTS and online / offline connectivity
# This bash script can be set as a custom TTS for snips but also called directly from your skills
# a great way to give more than one personality to your assistant
# Original script: https://gist.github.com/Psychokiller1888/cf10af3220b5cd6d9c92c709c6af92c2
# This script: https://gist.github.com/DanBmh/1cf91324f1eb1ddf109937fc3bd6b577