Skip to content

Instantly share code, notes, and snippets.

View lttr's full-sized avatar

Lukas Trumm lttr

View GitHub Profile
@lttr
lttr / vue3-docs-to-eink.sh
Created January 18, 2024 13:18
I wanted to read the VueJS docs on my eink tablet. HTML seems to work even better then EPUB in Boox NeoReader app.
#!/usr/bin/env bash
set -e
TEMPORARY="vue-docs.md"
GUIDE_PATH="./src/guide/"
OUTPUT_EPUB="vue-docs.epub"
OUTPUT_HTML="vue-docs.html"
git clone --depth=1 https://github.com/vuejs/docs
@lttr
lttr / LICENSE.md
Last active December 27, 2017 20:23
Risk game battle analysis

MIT License

Copyright (c) 2017 Lukáš Trumm

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: