This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import xml.etree.ElementTree as ET | |
| # This script generates an [MPC Fill](https://github.com/chilli-axe/mpc-autofill) order | |
| # file from directories of PNGs and prints the order XML to stdout. | |
| # | |
| # Usage: | |
| # 1. Edit my paths/directory names | |
| # 2. Edit the contents of order below, especially `quantity` (must match front image count) and `cardback`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dashboard | |
| click video -> view or edit video | |
| click project -> project list | |
| logout -> login page | |
| view or edit video | |
| click x -> dashboard |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Ember from 'ember' | |
| const { | |
| A, | |
| computed | |
| } = Ember | |
| export default Ember.Component.extend({ | |
| /* | |
| * A hand of cards is an Ember.Array of 5 strings with values |