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
| #!/usr/bin/env python3 | |
| """Generate an animated GIF of all companion sprite animations.""" | |
| from PIL import Image, ImageDraw, ImageFont | |
| # --- Sprite data --- | |
| SPECIES = [ | |
| 'duck', 'goose', 'blob', 'cat', 'dragon', 'octopus', 'owl', 'penguin', | |
| 'turtle', 'snail', 'ghost', 'axolotl', 'capybara', 'cactus', 'robot', |
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
| """ | |
| Defines rules for installing binaries to the source tree. | |
| """ | |
| load("//Tools/Rules:compilation_mode.bzl", "compilation_mode_transition") | |
| # | |
| # - provider | |
| # |
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
| vector<int> intersection(const vector<int> &vec1, const vector<int> &vec2) { | |
| vector<int> result; | |
| int i = 0, j = 0; | |
| while (i < vec1.size() && j < vec2.size()) { | |
| if (vec1[i] < vec2[j]) { | |
| // Increase vec1 | |
| ++i; | |
| } else if (vec1[i] > vec2[j]) { | |
| // Increase vec2 | |
| ++j; |
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
| vector<int> intersection(const vector<int> &vec1, const vector<int> &vec2) { | |
| vector<int> result; | |
| int i = 0, j = 0; | |
| while (i < vec1.size() && j < vec2.size()) { | |
| } | |
| return result; | |
| } |
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
| vector<int> intersection(const vector<int> &vec1, const vector<int> &vec2) { | |
| } |
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
| .back | |
| .registration-form | |
| header | |
| h1 Sign Up | |
| p Fill in all informations | |
| form | |
| .input-section.email-section | |
| input(type="email" placeholder="ENTER YOUR E-MAIL HERE" autocomplete="off").email | |
| .animated-button | |
| span.icon-paper-plane |