Nakilon / pcbr-demo

Github Action powered repository that automatically converts raw tables into neat Markdown and YFM pages for PCBR algorithm demo purposes

Home Page:https://nakilon.github.io/pcbr-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different rankings made using PCBR for demo purposes

See the resulting rankings here: https://nakilon.github.io/pcbr-demo/
This is for demo purposes of https://github.com/Nakilon/pcbr

(development note) How to update

Some .txt files in this repo are updated manually.
Some are updated programmatically:

## "The most developed loot management in video games"
# update the Google Spreadsheet
$ ruby loot.rb > loot.txt
## Rimworld textiles
# sort the <table> by name and copypaste from wiki to textiles.html
$ bundle exec ruby textiles.rb
## LoL TFT champions
$ bundle exec ruby lol.rb
## Ruby Web App Frameworks
$ bundle exec ruby ruby-web.rb

To preview the effect, according to main.yaml workflow:

$ ruby main.rb
$ yfm -i ./yfm -o ./out -s
$ open ./out/....html

Then after you push the .txt changes GitHub Action will automatically compile the single-page index.md, YFM docs and deploy them as GitHub Pages.

About

Github Action powered repository that automatically converts raw tables into neat Markdown and YFM pages for PCBR algorithm demo purposes

https://nakilon.github.io/pcbr-demo/

License:MIT License


Languages

Language:HTML 81.4%Language:Ruby 18.6%