Skip to content

Instantly share code, notes, and snippets.

Working on my thesis and my refernces are divided by different projects but I was easily able to to merge my files using bibtool and bibtex-tidy. I started downloading all my bibtex files from https://app.bibguru.com and installed bibtool:

sudo pacman -S bibtool
yay -S bibtex-tidy

I used these commands to merge the bibtext file while removing duplicates.

@cwzialor
cwzialor / md-to-revealjs.md
Last active November 18, 2024 22:00
The Easy way to make Markown ready for Reveal.js using Pandoc!

This was no clear form the documentation but this method is the best way to to make markdown into Reveal.js HTML slides.

Each slide should be set up as follows, the #ID can be anything you like but its essental:

::: #1
# Things I need to do tomorrow
:::

::: #2
@cwzialor
cwzialor / Yay-in-China.md
Last active November 18, 2024 17:16
Instaling Yay in China

Installing Yay in China often fails, adding the following lines to the PKGBUILD resolves the issue:

  export GO111MODULE=on
  export GOPROXY=https://goproxy.cn

Original source