INSERT INTO public.source_accounts
(id, company_id, integration_id, source_id, metadata, created_at, updated_at)
VALUES(8, 716, 2245, 234, '{}'::jsonb, '2023-04-14 14:23:39.429', '2023-04-14 14:23:39.429');
INSERT INTO public.source_accounts
(id, company_id, integration_id, source_id, metadata, created_at, updated_at)
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
#!/bin/bash | |
# To install on ubuntu | |
# curl -fsSL https://gist.githubusercontent.com/tatosjb/0ca8551406499d52d449936964e9c1d6/raw/6b74dc9fc5afaf36bd3d239583998099ff503344/install-cursor-sh | bash | |
installCursor() { | |
if ! [ -f /opt/cursor.appimage ]; then | |
echo "Installing Cursor AI IDE..." | |
mkdir -p "$HOME/Applications/cursor" | |
# URLs for Cursor AppImage and Icon |
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
# This process establishes an alias for the new docker compose command to ensure compatibility with the previous docker-compose command. | |
sudo touch /usr/bin/docker-compose | |
echo 'docker compose --compatibility "$@"' | sudo tee /usr/bin/docker-compose | |
sudo chmod +x /usr/bin/docker-compose |
Quando você usa sua câmera para ler um codigo de barras, processamos as imagens de sua câmera para identificarmos o código de barras e atualizar os devidos itens na base de dados local do aplicativo.
Como vocês obtêm meu consentimento? Quando você usa o app entendemos que temos seu consentimento para processar as imagens de sua camera com o unico propósito de identificar codigos de barras localmente.
Quando você nos fornece um arquivo em formato CSV com os dados, entendemos que você nos permite processar e salvar estes dados em um banco de dados dentro do seu telefone.
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
|
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
iTterm2 > Preferences > Profiles > Advanced > Triggers [Edit] | |
install https://github.com/julienXX/terminal-notifier | |
(Alternatively, you can use the native option using only \1 on Parameters field) | |
Expressão: PASS\s*.*\/(.*\/.*\/.*)\/.*js | |
Action: Run command | |
Parameters: $HOME/.asdf/shims/terminal-notifier -title "✅ JEST" -message "\1" | |
Instant: True |
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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="$HOME/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME | |
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes |