I hereby claim:
- I am marmitar on github.
- I am tiagodepalves (https://keybase.io/tiagodepalves) on keybase.
- I have a public key whose fingerprint is 7C9C 3C90 996D C1E8 D8EA 05EF 659B 1112 529D 1EE5
To claim this, I am signing this object:
| /** MC346 - Segundo Projeto - Prolog | |
| O código completo está em https://github.com/TiagodePAlves/MC346-prolog com a | |
| documentação mais detalhada em https://tiagodepalves.github.io/MC346-prolog/. | |
| @author João Pedro de Amorim (176131) | |
| @author Tiago de Paula Alves (187679) | |
| */ | |
| """MC346 - Paradigmas de Programação - Python | |
| ---------------------------------------- | |
| | João Victor Flores da Costa | 199818 | | |
| | Tiago de Paula Alves | 187679 | | |
| ---------------------------------------- | |
| A solução aplicada aqui foi uma classe de peso da aresta | |
| que assume um valor diferente cada vez que é copiada. | |
| Com isso, o grafo é copiado para vários subprocessos, |
I hereby claim:
To claim this, I am signing this object:
| diff --git a/lib/importDeclaration.js b/lib/importDeclaration.js | |
| index afb4de779034cfea080825a5f4320661c48bee32..236a853d1d5279d622819ff1e3fcd36a7fb49014 100644 | |
| --- a/lib/importDeclaration.js | |
| +++ b/lib/importDeclaration.js | |
| @@ -1,5 +1,5 @@ | |
| -"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports["default"] = importDeclaration;function importDeclaration(context) { | |
| - var ancestors = context.getAncestors(); | |
| +"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports["default"] = importDeclaration;function importDeclaration(context, node) { | |
| + var ancestors = context.getSourceCode().getAncestors(node); | |
| return ancestors[ancestors.length - 1]; |
aspe:keyoxide.org:2ZTEUHTPCHJHXVHQ3M5D4MSTCQ openpgp4fpr:2ZTEUHTPCHJHXVHQ3M5D4MSTCQ
| // Efficient SQRT method | |
| // Constant gas cost of 293 discounting RETURN and CALLDATALOAD logic, or 311 including everything. | |
| // | |
| // Special thanks to @caironeth for have found a better log2(x) here: | |
| // - https://github.com/Lohann/openzeppelin-contracts/pull/1 | |
| // | |
| // For testing use this tool: https://www.evm.codes/playground?fork=cancun | |
| // Authors: | |
| // - Lohann Paterno Coutinho Ferreira <[email protected]> | |
| // - Cairo <https://github.com/cairoeth> |