| Nome Articolo | Argomento | Tipologia |
|---|---|---|
| Moving to HTTPS Guide | https | guide |
| developer-roadmap | web | gist |
| How to Use CSS Animations Like a Pro | css | guide |
| Do responsive sites have to be so tall on mobile? | re |
| const int c = 261; | |
| const int d = 294; | |
| const int e = 329; | |
| const int f = 349; | |
| const int g = 391; | |
| const int gS = 415; | |
| const int a = 440; | |
| const int aS = 455; | |
| const int b = 466; | |
| const int cH = 523; |
| # This file is used by Flex Tool Bar to create buttons on your Tool Bar. | |
| # For more information how to use this package and create your own buttons, | |
| # read the documentation on https://atom.io/packages/flex-tool-bar | |
| [ | |
| { | |
| type: 'button' | |
| icon: 'plus' | |
| callback: 'project-manager:save-project' | |
| tooltip: 'Save Project' |
| * pagina: https://clb04-marketplace.thron.com/ | |
| elemento: worpress-connector | |
| errore: manca la propietà css cursor | |
| * pagina: https://clb04-marketplace.thron.com/ | |
| elemento: HOME | |
| errore: secondo me non ha senso specificare l'home con tag h* | |
| * pagina: https://clb04-marketplace.thron.com/EN/apps/widget-framework-legacy | |
| elemento: img - corrotta |
| 1) con l'immagine: https://thronqa.thron.com/#/contents/content/jeckie-chann/information | |
| mi tira fuori i seguenti valori: music, band, misician, stage, faschion, war, festival, theater | |
| 2) con l'immagine: https://thronqa.thron.com/#/contents/content/039a31d2-862d-4d43-b9ff-49c682198bc9 | |
| mi tira fuori i seguenti valori: gourmet | |
| 3) con l'immagine: https://thronqa.thron.com/#/contents/content/df564637-a7bc-456c-ac9f-327bd08e6937 | |
| i valori non sono completi | |
| 4) con l'immagine: https://thronqa.thron.com/#/contents/content/0a16649d-2d86-462f-ba6b-cf43136a5238 | |
| mi tira fuori i seguenti valori: two | |
| 5) con l'immagine: https://thronqa.thron.com/#/contents/content/33fb6310-4ae1-41f9-998f-c341e2050ede | |
| mi tira fuori i seguenti valori: cut, nobody |
| Player | |
| ------ | |
| * (opzionale) un algoritmo di macchine learning che si calcola il tempo di caricamento dell'immagine e tende a presentare l'immagine migliore a seconda della banda dell'utente | |
| * aggiunta leazy loading | |
| * nel social button della skin della ferrari si può mettere la possibilità di uscire senza premere la x ma premendo il contorno nero | |
| * features: aggiungere la possibilità di dimensionare l'immagine di quanto si vuole. | |
| * pulsanti mi piace o non mi piace | |
| Dashboard |
| # git plus command | |
| atom.packages.onDidActivateInitialPackages (p) -> | |
| if gitPlus = atom.packages.getActivePackage('git-plus')?.mainModule.provideService() | |
| gitPlus.registerCommand 'atom-text-editor', 'Git Plus:Tag-Create-1+-major-version', -> | |
| gitPlus.getRepo() | |
| .then (repo) -> | |
| gitPlus.run(repo, 'describe --tags') | |
| .then (tag) -> | |
| [major, minor, patch] = tag.split('.') | |
| newMajorVersion = 1 + parseInt(major) |
| Install Python 2.7: | |
| Scaricate il tar e poi digitate questi comandi: | |
| cd Downloads | |
| tar -xvzf Python* | |
| cd Python* | |
| ./configure | |
| make | |
| Install Python library: | |
| curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" |
Bem è un metodo di scrivere il nome delle classi css. Questa metodologia permette la riusabilità / modularità del codice. Esistono moltissime metologie ma qui approffondiremo solo questa.
Bem si divide in 3 parti: blocco, elemento e per finire modificatore.
Block: Sono blocchi che contengono del codice (codice standalone):
Git è un software di controllo versione distribuito utilizzabile da interfaccia a riga di comando, creato da Linus Torvalds nel 2005. Git lavora con i repository.
Un repository git ha 4 stati di lavoro. Il primo è la tua directory corrente.
Il secondo è l'index che fa da spazio di transito per i files (git add *).
Il terzo è l'head che punta all'ultimo commit fatto (git commit -m "messaggio"). E l'ultimo è il repository è online (git push server).
I repository online e locali possono essere divisi in ramificazioni (Branch).