Skip to main content

John Lennon / Shaved Fish (1975) / Happy Xmas (War Is Over) guitar tab

/ John Lennon / Shaved Fish (1975) / Happy Xmas (War Is Over) guitar tab

A-sequence 002220 002200 002230 002220
So this is Christmas
Bm-sequence 224432 224422 224452 224432
And what have you done?
E-sequence 022200 022100 024100 022100
Another year older
A-sequence 002230 002220 002200 002220
And a new one just begun....
D-sequence x00232 x00230 x00233 x00232
And so this is Christmas
Em-sequence 022000 024000 022200 022000
I hope you had fun
A(dif)-sequence 002230 002220 002200 002220
Another year older
D-sequence x00232 x00230 x00233 x00232
And a new one just begun

G
A merry merry Christmas
A
and a happy new year
Em7 G
let's hope its a good one
D Esus7 E7
without any fear


Verse #2:

And so this is Christmas
for weak and for strong
For rich and the poor ones
The world is so wrong
And so happy Christmas
For black and for white
For yellow and red ones
Let's stop all the fight


Play the Chorus now

Comments

Popular posts from this blog

Word2vec - Sentiment Analysis

Word2vec è un modello (evoluzione Doc2vec) https://sourcedexter.com/tensorflow-text-classification/ https://github.com/tflearn/tflearn Vector space models   (VSMs) represent (embed) words in a continuous vector space where semantically similar words are mapped to nearby points ('are embedded nearby each other') Word2vec is a particularly computationally-efficient predictive model for learning word embeddings from raw text. It comes in two flavors, the Continuous Bag-of-Words model (CBOW) and the Skip-Gram model (Section 3.1 and 3.2 in   Mikolov et al. ) Skip Gram Model http://mccormickml.com/2016/04/19/word2vec-tutorial-the-skip-gram-model/ Bag-Of-Words Model https://ongspxm.github.io/blog/2014/12/bag-of-words-natural-language-processing/ Il modello è semplice perchè usa un trucco del auto-encoder l'output layer fa deve ritornare la stessa cosa dell'input (apprendimento supervisionato anche se non si hanno le label) poi si rimuove il livello di output e si ottengono i p...
Pastorella di Natale fatta con rotolo di carta igienica pallina da ping pony per il presepe dell'asilo.

Monitor in tempo reale - Prometheus ed altri oggetti.

Prometheus - Monitoring Tool - Centos7 Installazione di Prometheus Alertmonitor Grafana Node-exporter con docker come servizio e cartelle montate localmente per mantenere le configurazioni ed i dati dei servizi. La configurazione comprende anche l'uso di Telegram per le notifiche Azioni Prerequisiti (Docker Docker-Composer) Installazione immagini (Docker Pull) Configurazione avvio immagini Configurazione servizi Configurazione avvio servizi Test (configurazione ed architettura) Prerequisiti docker docker-compose Riferimenti installazione e configurazione di sistema https://www.digitalocean.com/community/tutorials/how-to-install-prometheus-using-docker-on-centos-7 http://www.tutorialspoint.com/articles/how-to-install-and-configure-prometheus-using-docker-on-centos-7 https://www.shellhacks.com/prometheus-monitoring-install-docker-ubuntu-centos/ regole di alert e queryper Prometheus https://awesome-prometheus-alerts.grep.to/rules.html https://www.fabernov...