This file contains 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
A natureza da consciência após a morte: | |
"Ghost - Do Outro Lado da Vida" (1990): Um clássico que explora o amor, a perda e a comunicação entre o mundo dos vivos e dos mortos. | |
"Coco" (2017): Uma animação da Pixar que celebra a cultura mexicana e a conexão entre as gerações através da celebração do Dia dos Mortos. Coco movie poster | |
A busca por significado e propósito na vida: | |
"A Árvore da Vida" (2011): Uma obra cinematográfica que explora a história da vida desde a criação do universo até a morte, buscando compreender o nosso lugar no cosmos. | |
"O Sétimo Selo" (1957): Um filme de Ingmar Bergman que retrata a angústia existencial de um cavaleiro medieval que desafia a Morte para um jogo de xadrez. Seventh Seal movie poster | |
A relação entre o mundo material e o espiritual: | |
"Drive My Car" (2021): Um drama japonês que explora temas como luto, perdão e a natureza do teatro, com elementos que remetem à cultura budista. | |
"O Poder da Mente" (2006): Baseado na história real de Chris Gardner, este filme explora |
This file contains 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
HowTo: Open a Microsoft Access .accdb file in Ubuntu | |
Recently, I need to run a .accdb file in Ubuntu. I use ubuntu 14.04 LTS version. I tried to run with LibreOffice Base. But failed. And thanks to AskUbuntu. I got the solution from there. | |
We can use the UCanAccess JDBC driver to connect to Access databases (.mdb and .accdb) in LibreOffice Base. Here’s how I did it on a clean install of Ubuntu 14.04 LTS. | |
First, I installed LibreOffice Base itself |
This file contains 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
Eu dancei pole dance na cruz. | |
Fiz o Santo Sudário de canga. | |
Eu joguei pedra na cruz e acertei no saco de Jesus Cristo. | |
Usei o Santo Sudário para limpar a bunda. | |
Eu fui na Santa Ceia usando a mesma sombra que Jesus. | |
Brinquei de amarelinha no Santo Sepulcro. | |
Colei chiclete na cruz. | |
Enxuguei a mão no Santo Sudário. | |
Eu colei “me chuta” nas costas de Jesus Cristo. | |
Arranhei o camelo de Jesus no estacionamento da Santa Ceia. |
This file contains 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
for pdf in *.pdf; do [ -e "$pdf" ] || continue; zip -j "${pdf%.pdf}.zip" "$pdf" && rm "$pdf"; done |
This file contains 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
sudo apparmor_parser -r /etc/apparmor.d/usr.lib.libreoffice.program.soffice.bin | |
sudo systemctl restart apparmor |
This file contains 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
procedure TForm1.Button1Click(Sender: TObject); | |
var | |
Value: Integer; | |
begin | |
IdTCPClient1.Host := '10.1.1.27'; | |
IdTCPClient1.Port := 7001; | |
IdTCPClient1.ConnectTimeout := 5000; // Timeout de conexão em milissegundos (5 segundos) | |
IdTCPClient1.ReadTimeout := 5000; // Timeout de leitura em milissegundos (5 segundos) | |
IdTCPClient1.IOHandler.Socket.UseNagle := False; | |
This file contains 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 bash | |
# Configurações personalizáveis | |
BASE_DIRS=("/DATA/LAUDOS" "/DATA/LAUDOS_ANTIGOS") | |
FILES_PER_DIR=100 | |
COMPRESSION_LEVEL=9 | |
OUTPUT_FORMAT="zip" | |
DELETE_ORIGINAL=true | |
LOG_FILE="compression_log.txt" |
This file contains 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
Não mais suportado: gfortran-13-doc kerneloops libtommath1 | |
Remover (foi auto-instalado) gir1.2-cscreensaver-1.0 gir1.2-mutter-14 | |
kwayland-data libarpack2 libcscreensaver0 libfltk1.3 libglib2.0-0 | |
libgnustep-base1.29 libgsl27 libguvcview-2.1-2t64 libieee1284-3 | |
libmutter-14-0 libnode109 libpmix2 libqt5systeminfo5 libqt6dbus6t64 | |
libqt6gui6t64 libqt6network6t64 libqt6opengl6t64 | |
libqt6openglwidgets6t64 libqt6printsupport6t64 libqt6sql6t64 | |
libqt6test6t64 libqt6waylandeglclienthwintegration6 | |
libqt6waylandeglcompositorhwintegration6 libqt6widgets6t64 |
This file contains 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
unit MainUnit; | |
interface | |
uses | |
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, | |
Dialogs, IdTCPClient, IdIOHandler, IdSSLOpenSSL, IdBaseComponent, IdComponent, | |
IdTCPConnection, IdGlobal, ExtCtrls, IdTCPServer, SyncObjs, MonitorThreads; | |
type |
NewerOlder