Campanha de FATE Condensed utilizando as regras para magia Stormcallers.
- Evento/Reunião dos reinos e Acordo para discutir a guerra
| # vim:ft=zsh ts=2 sw=2 sts=2 | |
| # | |
| # agnoster's Theme - https://gist.github.com/3712874 | |
| # A Powerline-inspired theme for ZSH | |
| # | |
| # Modified by https://github.com/paulodiovani | |
| # | |
| # # README | |
| # | |
| # In order for this theme to render correctly, you will need a |
Campanha de FATE Condensed utilizando as regras para magia Stormcallers.
| import { expect } from 'chai' | |
| // usage: | |
| // npm install mocha chai | |
| // npx mocha error.test.mjs | |
| describe('catching Error in test', () => { | |
| it('this test must pass', () => { | |
| const fn = () => { | |
| throw new Error('expected error') |
| #! /bin/bash | |
| # AUTHOR: (c) Ricardo Ferreira | |
| # NAME: Compress PDF 1.4 | |
| # DESCRIPTION: A nice Nautilus script with a GUI to compress and optimize PDF files | |
| # REQUIRES: ghostscript, poppler-utils, zenity | |
| # LICENSE: GNU GPL v3 (http://www.gnu.org/licenses/gpl.html) | |
| # WEBSITE: https://launchpad.net/compress-pdf | |
| # Messages |
// https://mvnrepository.com/artifact/org.hibernate/hibernate-core
compile group: 'org.hibernate', name: 'hibernate-core', version: '5.2.16.Final'
// https://mvnrepository.com/artifact/org.xerial/sqlite-jdbc
compile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.21.0.1'| # make the pack folder a git repository | |
| cd ~/.vim/pack | |
| git init | |
| # add as many plugins as you want in the desired | |
| # package directories | |
| # for example, lets add NERDtree and its git plugin | |
| # as autoloaded in plugins/ directory | |
| git submodule add https://github.com/scrooloose/nerdtree plugins/start/nerdtree |
| source 'https://rubygems.org' | |
| gem 'rspec' |
| /* | |
| * Example of handling promises with progressive rollback | |
| * Usage: node using_async_await.js 5 | |
| */ | |
| // await doesn't work in global scope, must wrap | |
| (async function() { | |
| const errored = process.argv[2] //get from command line argument | |
| function timeout(ms) { |