Skip to content

Instantly share code, notes, and snippets.

View GSimas's full-sized avatar
🤙
Smooth on the roof

Gustavo Simas GSimas

🤙
Smooth on the roof
View GitHub Profile
@mi5ty
mi5ty / tananodes_cheatsheet.md
Last active December 31, 2023 01:02
Tana Cheat Sheet

%%tana%%

  • Cheat Sheet
    • ✨ Tana Expressions
      • Title #tana-expression
        • Description:: A title expression composes values from the node into a title.
        • Attributes:: Search for Tana "Title" Attributes
      • Search #tana-expression
        • Description:: The search expression consists of a flat list of match-clauses that must be true for a node to match the search.
        • Attributes:: Search for Search Attributes + Search for Search Field Values
  • 🧩 Tana Attributes
@GSimas
GSimas / keybase.md
Created February 10, 2020 20:35
here i am

Keybase proof

I hereby claim:

  • I am gsimas on github.
  • I am simasgs (https://keybase.io/simasgs) on keybase.
  • I have a public key ASDvfzTGiM6CpeycWiLoZmIHpe-6yLBUzGr3cHaMyXgGWAo

To claim this, I am signing this object:

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
@peuweb
peuweb / bancos_brasileiros.php
Created January 10, 2014 18:49
Lista dos bancos brasileiros em formato array
<?php
//bancos brasileiros
$bancos = array(
array('code' => '001', 'name' => 'Banco do Brasil'),
array('code' => '003', 'name' => 'Banco da Amazônia'),
array('code' => '004', 'name' => 'Banco do Nordeste'),
array('code' => '021', 'name' => 'Banestes'),
array('code' => '025', 'name' => 'Banco Alfa'),
array('code' => '027', 'name' => 'Besc'),
array('code' => '029', 'name' => 'Banerj'),