Search input for Bootstrap grid with jQuery
A Pen by Tiago França on CodePen.
Search input for Bootstrap grid with jQuery
A Pen by Tiago França on CodePen.
My objective is to have some production files ignored on specific branches. Git doesn't allow to do it.
My solution is to make a general .gitignore file and add .gitignore.branch_name files for the branches I want to add specific file exclusion.
I'll use post-checkout hook to copy those .gitignore.branch_name in place of .git/info/exclude each time I go to the branch with git checkout branch_name.
http://gcctech.org/csc/javascript/javascript_keycodes.htm | 04-aug-2020
keydown event
keypress event
keyup event
| <!doctype html> | |
| <html lang="en" class="h-100"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta name="description" content=""> | |
| <meta name="author" content="MY APP"> | |
| <base href="https://getbootstrap.com/docs/5.1/examples/sticky-footer/"> | |
| <meta name="generator" content="MY APP"> |
| # Exportar | |
| TABLE_NAME="TABELA_ORIGEM"; PGPASSWORD="usuario2016" pg_dump \ | |
| -h HOST_ORIGIEM \ | |
| -p 5432 \ | |
| -U usuario \ | |
| --table="$TABLE_NAME" \ | |
| usuario > "db-banco-origem-$TABLE_NAME.sql" && notify-send "Finalizado!" | |
| #Importar | |
| DB_NAME="BANCO_DESTINO"; TABLE_NAME="partner_sales"; PGPASSWORD="senha" psql \ |
| ### Send based on External User IDs - Create notification | |
| # https://documentation.onesignal.com/reference/create-notification#send-based-on-external-user-ids---create-notification | |
| curl -X POST https://onesignal.com/api/v1/notifications \ | |
| -H 'Content-Type: application/json; charset=utf-8' \ | |
| -H 'Authorization: Basic MjViNDc3NWEtNjg0MS00NzI1LThlMTQtZGY3YTg4MWZlZGNk' \ | |
| -H 'Content-Type: application/json' \ | |
| -H 'Accept: application/json' \ | |
| -d '{ | |
| "app_id": "fcfd4df3-d387-49e8-a8a1-0a36084b0813", | |
| "include_external_user_ids": ["123456789", "wiz-1234"], |