Discover Snippets

@kalle kalle / 9fb3316696f9ac3de3671da8b7c03cf7 Created at Thu Aug 13 14:58:11 CEST 2020
convert pdf and iamges
## convert pdf into monocrome pdf

```
convert -density 300 -depth 1 -compress Lossless input.pdf /tmp/t.png; img2pdf -o output.pdf /tmp/t.png; rm /tmp/t.png
```
@kalle kalle / 0edd529b2b63734b4311dba848946d72 Created at Fri Jun 21 00:06:36 CEST 2019
Minecraft Mods
- https://www.planetminecraft.com/resources/mods/?op1=48&p=12

# datapacks
- https://www.planetminecraft.com/mod/advanced-crafting-4312371/
- https://www.planetminecraft.com/mod/tables-and-chairs-v1-1-3-1-13-x/
- https://www.planetminecraft.com/mod/legopitstop-recipe-core/
- https://www.planetminecraft.com/mod/more-food-1-14-datapack/
@kalle kalle / test.m Created at Thu Oct 18 11:40:12 CEST 2018
signal compare
% @author Pascal Gollor
% @date 2018-10-18
%
% create two signals with random phase offset and try to reduce the offset
% via fft analysis
%


clear all;
clear figures;