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
https://orpailleur.ca/en | |
Fromage | |
https://fromagerielastation.com/boutique/ | |
https://www.cantonsdelest.com/article/691/top-5-des-meilleurs-fromages-des-cantons | |
https://www.easterntownships.org/article/1271/agritourism-activities-to-experience |
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
\version "2.24.4" | |
noteheadPath = #'( | |
(M -0.0002496 0.72211449) | |
(C -0.0002496 0.72211449 1.97353590702 2.2953056 2.3640189070199997 2.6311482) | |
(C 2.702207 2.9220137 3.4315411 2.185533 3.2018007 1.9309118) | |
(C 2.992187 1.718216 0.86545999 0 0.86658549 0) | |
(C 0.86658549 0 2.9495123 -1.6717892 3.1937539999999998 -1.8947996) | |
(C 3.4789443999999996 -2.1551992 2.6757286 -2.9105102 2.3691337999999997 -2.6413624) | |
(C 2.0363879 -2.3492576 -0.00024960702000020873 -0.7241839400000003 -0.00024960702000020873 -0.7241839400000003) |
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
void KeepinItTightMan (int value, int outdent) { | |
int indent = outdent - (NumLength (value) - 1); | |
for (auto x : Range (1, indent, 1)) { | |
std::cout << " "; | |
} | |
std::cout << y; | |
for (auto x : Range (1, outdent, 1)) { | |
std::cout << " "; | |
} | |
std::cout << "|"; |
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
for (auto x : Range (1, indent, 1)) { | |
std::cout << " "; | |
} | |
std::cout << value; | |
for (auto x : Range (1, outdent, 1)) { | |
std::cout << " "; | |
} | |
std::cout << "|"; |
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
let centerX = 15 | |
let centerY = 15 | |
let radius = 10 | |
let style = "fill:rgb(200,200,255);" | |
const fs = require('fs') | |
let svg = "" | |
svg += '<?xml version="1.0" encoding="UTF-8" standalone="no"?>\n' | |
svg += '<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\n' |
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
(:= | |
(:0 "Summertime by George Gershwin (melodic excerpt)") | |
(:4 _ _ E5 C5) | |
(:4 E5-) | |
(:4 (-E _) (D5. ^C5) (D5. ^E5) C5) | |
(:4 A4 E4-) | |
(:4 -E _ E5 C5) | |
(:4 ^D5 D5-. (:2 -D)) | |
) |
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
function setSumOfDatumDurationsPerMusicExpression(tokens) { | |
let areSummingDatumDurations = false | |
let sumOfDatumDurations | |
let indexOfOpenMusicExpr | |
let numExprFlags | |
let numExprDots | |
for (let i = deepestDepth; i >= 0; i--) { | |
tokens.forEach((token, j) => { | |
if(token.depth === i+1 && areSummingDatumDurations && token.type === 'OPEN_MUSIC_EXPR'){ | |
sumOfDatumDurations += token.duration |
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
<Orfeo_0.1.0> ::= <keyword_score> <ws>+ <music_expr> | |
<music_expr> ::= <left_curly_bracket> <ws>* (<voice_expr> (<ws>* <comma> <ws>* <voice_expr>)* (<ws>* <comma>)?)? <ws>* <right_curly_bracket> | |
<voice_expr_content> ::= <datum> | <voice_expr> | |
<voice_expr> ::= <left_parenthesis> <ws>* (<duration>? | ((<duration> <ws>+)? <voice_expr_content> (<ws+ <voice_expr_content>)*)) <ws>* <right_parenthesis> | |
<duration_sigil> ::= ':' | |
<duration_equal> ::= <duration_sigil> "=" | |
<duration_nonnegative_int> ::= <duration_sigil> <nonnegative_int> | |
<duration_nonnegative_real> ::= <duration_sigil> <nonnegative_real> | |
<duration_time_signature> ::= <duration_sigil> <time_signature> | |
<duration> ::= <duration_time_signature> | <duration_nonnegative_real> | <duration_nonnegative_int> | <duration_equal> |
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
https://www.seocentro.com/tools/seo/seo-analyzer.html | |
https://search.google.com/test/mobile-friendly | |
https://www.woorank.com | |
https://developers.google.com/speed/pagespeed/insights/ | |
https://gtmetrix.com/ | |
https://www.webpagetest.org/ | |
https://search.google.com/test/mobile-friendly | |
https://www.screamingfrog.co.uk/seo-spider/ | |
https://www.link-assistant.com | |
http://siteliner.com/ |
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
console.log('I love you world!') |
NewerOlder