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
{ | |
"Salute":{ | |
"icon":"👩⚕️", | |
"data":[ | |
{ | |
"name":"Ortopedia Sanitaria Sant'Anna", | |
"tel":[ | |
"0532798230", | |
"3426570717" | |
], |
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
Show hidden characters
{ | |
"compilerOptions": { | |
"target": "es6", | |
"module": "commonjs", | |
"moduleResolution": "classic", | |
"baseUrl": "./app/", | |
"paths": { | |
// here not allowed more than one * | |
// specify index.js when use folder names in imports | |
"components/*": ["./components/*/index.js"], |
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
echo "$1" | tr '[:upper:]' '[:lower:]' | pbcopy |
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/bash | |
echo "inizializing js project in $(pwd)\n\n" | |
git init -q | |
npm init -y -s | |
mkdir dist |
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
#!/bin/bash | |
# For use this script copy&paste this in your terminal: | |
# bash <(curl -s https://gist.githubusercontent.com/tomma5o/302be3dc6e2092743e6049570e102a09/raw/superShell.bash) | |
OPTIONS="OSX Debian" | |
SELECTED="null" | |
echo Where you want to activate zsh? | |
select opt in $OPTIONS; do |