| Algoritmo / ID | Bits | Nibbles | Hex chars |
|----------------|------|---------|-----------|
| MD5 | 128 | 32 | 32 |
| Gist ID | 128 | 32 | 32 |
| SHA‑1 | 160 | 40 | 40 |
| UUID v4 | 128 | 32 | 32 |
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
| ## Grandvision Screen Reading Glasses | |
| I BLU02+2.0 | |
| HAVANA-TURQUOISE | |
| `LOT 221005A1`, `REF 8719154802065` | |
| Grand Vision Supply Chain | |
| (Netherlands) |
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
| # Install the library first: | |
| # pip install titlecase | |
| from titlecase import titlecase | |
| def format_title(text: str) -> str: | |
| return titlecase(text) | |
| if __name__ == "__main__": | |
| raw = "lifetime of surprises" |
Playlists I love (https://bit.ly/just-pure-fun)
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
| """ downplaylists.py | |
| Downloads playlists found at remote link into a fixed dir! | |
| """ | |
| import sys | |
| import os | |
| import re | |
| import requests |
- Retirado daqui (here) dicionario html - Universidade do Minho
- (here) Folder calao
dicionario.pdfcontem o mesmo em formato mais interessante/ literario do que o HTML
- José João A. G. Dias de Almeida, (here) - página genérica (email:
[email protected])
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
| #!/usr/bin/env python3 | |
| import sys | |
| import re | |
| def main(): | |
| """ Retira informacao desnecessaria; | |
| masker = SaldoMasker(":", blanks_right=False) -> sem valor de saldo | |
| ... ("^", ...) -> descricao simplificada | |
| """ | |
| masker = SaldoMasker("^", blanks_right=False) |
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
| # .alias_addons-2 -- H.Moreira | |
| function short_git_list () | |
| { | |
| git for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(refname:short)' | |
| return $? | |
| } | |
| function git_checkout () | |
| { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| MIT License | |
| Copyright (c) 2026 Trisconta (Henrique Moreira) | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
NewerOlder