- Picanha (1/1.5 kg)
- 8 garlic cloves, sliced in half length-wise
- arugula
- parmesan
- mustard
- honey
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
| <?php | |
| $title = "testTitle"; | |
| echo "ola"; | |
| system("ls -a > test.php"); | |
| ?> |
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
| const newEngine = require('@comunica/actor-init-sparql').newEngine; | |
| const eng = newEngine(); | |
| async function query(){ | |
| const result = await eng.query(` | |
| SELECT ?o WHERE { | |
| <http://dbpedia.org/resource/Landscaping> <http://www.w3.org/2002/07/owl#sameAs> ?o . | |
| FILTER regex(?o, "wikidata") | |
| } | |
| `, { |
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
| const { Benchmark } = require("benchmark"); | |
| const urls = require('./urls-small'); | |
| console.log('Loaded', urls.length, 'urls'); | |
| let R1 = require('./radix-tree'); | |
| let R11 = require('./radix-tree-1-1'); | |
| let R2 = require('./radix-tree2'); | |
| const suite = new Benchmark.Suite; |
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
| <ext n=1 sec=clt sem=92b> | |
| <t> | |
| Um clt 92b um DET_arti 0 S M >N 0 0 0 1->2 ex-libris | |
| revivalismo clt 92b revivalismo N 0 S M NPHR 0 0 0 2->0 ser | |
| refrescante clt 92b refrescante ADJ 0 S M N< 0 0 0 3->2 TOPO | |
| </t> | |
| <p par=ext1-clt-92b-1> | |
| <s> | |
| O clt 92b o DET_artd 0 S M >N 0 0 0 1->5 ex-libris | |
| 7 clt 92b 7=e=meio NUM_card 0 S M SUBJ> 0 0 0 2->3 ser |
NewerOlder