A passage within a composition of sonata form which resembles a coda, but occurs at the end of the exposition rather than at the end of the composition.In a fugue, a codetta is the linking passage between the entries of the subject or theme. a small coda, but usually applied to a passage appended to a section of a movement, not to a whole movement.
Month: May 2019
Arpeggio
A broken chord is a chord broken into a sequence of notes. A broken chord may repeat some of the notes from the chord and span one or more octaves.
An arpeggio (Italian: [arˈpeddʒo]) is a type of broken chord, in which the notes that compose a chord are played or sung in a rising or descending order. An arpeggio may also span more than one octave.
The word arpeggio comes from the Italian word arpeggiare, which means to play on a harp.
Setup Your Gradebook 3.0: Arrange & Customize the Gradebook in Moodle
Source: Setup Your Gradebook 3.0: Arrange & Customize the Gradebook in Moodle
shell – Access mysql remote database from command line – Stack Overflow
mysql -u {username} -p {password} \
-h {remote server ip or name} -P {port} \
-D {DB name}
Source: shell – Access mysql remote database from command line – Stack Overflow
How Claude Shannon Invented the Information Age – Jimmy Soni, Rob Goodman
https://www.amazon.com/Mind-Play-Shannon-Invented-Information/dp/1476766681
Udemy
Udemy.com is an online learning platform. It is aimed at professional adults. Unlike academic massive open online course (MOOC) programs which are driven by traditional collegiate coursework, Udemy uses content from online content creators to sell for profit. Udemy provides tools which enable users to create a course, promote it and earn money from student tuition charges.
No Udemy courses are currently credentialed for college credit; students take courses largely as a means of improving job-related skills. Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
As of 2018, there are more than 100,000 courses on the website.
MOZART PIANO CONCERTO No 25 C major K 503, Mitsuko Uchida, Riccardo Muti – YouTube
Dvořák: String Quintet No. 2 / Baiba Skride, Sol Gabetta, Veronika Hagen
Baiba Skride
Sibelius : violin concerto (Hilary Hahn)
ubuntu – Why should I enable IO APIC in VirtualBox? – Server Fault
Enable I/O APIC
Advanced Programmable Interrupt Controllers (APICs) are a newer x86 hardware feature that have replaced old-style Programmable Interrupt Controllers (PICs) in recent years. With an I/O APIC, operating systems can use more than 16 interrupt requests (IRQs) and therefore avoid IRQ sharing for improved reliability.
Note: Enabling the I/O APIC is required for 64-bit guest operating systems, especially Windows Vista; it is also required if you want to use more than one virtual CPU in a virtual machine.
However, software support for I/O APICs has been unreliable with some operating systems other than Windows. Also, the use of an I/O APIC slightly increases the overhead of virtualization and therefore slows down the guest OS a little.
Warning: All Windows operating systems starting with Windows 2000 install different kernels depending on whether an I/O APIC is available. As with ACPI, the I/O APIC therefore must not be turned off
Source: ubuntu – Why should I enable IO APIC in VirtualBox? – Server Fault