- PV: Pontos de vida;
- Ki: Usado para defesa e ataques especiais;
- Fúria: Força de vontade, libera super ataques e transformações;
This file contains 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
#!/bin/bash | |
DEFAULT_WORKFLOW="https://gist.github.com/10c8/1d11361a82d63da4116437e67d4a8f7e/raw" | |
APT_PACKAGES=( | |
# "package-1" | |
) | |
PIP_PACKAGES=( | |
# "package-1" |
This file contains 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
const GIST_ID = "10c8/142bb997d17ae096f9c177ea4d446e4f"; | |
const ACTIONS = [["Test!", test]]; | |
async function main() { | |
const API_URL = "https://xkcd.com/info.0.json"; | |
const data = await new Request(API_URL).loadJSON(); | |
const img = await new Request(data.img).loadImage(); | |
const widget = new ListWidget(); |
This file contains 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
const API_URL = 'https://xkcd.com/info.0.json' | |
const SITE_URL = 'https://xkcd.com' | |
const IMG_SIZE = 158 | |
const data = await (new Request(API_URL)).loadJSON() | |
const img = await (new Request(data.img)).loadImage() | |
const widget = new ListWidget() | |
const wImg = widget.addImage(img) |
This file contains 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 { opine } from 'https://deno.land/x/[email protected]/mod.ts'; | |
import { bold, italic, underline, gray, green, red } from 'https://deno.land/x/[email protected]/mod.ts'; | |
import { plot } from 'https://deno.land/x/[email protected]/mod.ts'; | |
const VERSION = '0.1.6'; | |
const DATA_URL = 'https://gist.github.com/10c8/8a4efb2d8512ae775e3ed911894fb642/raw/d18a9e26ce2eff5aca39090500009928265f7b66/data.json'; | |
const APILAYER_URL = 'https://api.apilayer.com/exchangerates_data'; | |
// API | |
const getNameForSymbol = async (symbol: string): Promise<string> => { |
This file contains 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
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains 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
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains 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
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains 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
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
This file contains 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
Play this game by pasting the script in http://www.puzzlescript.net/editor.html |
NewerOlder