1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-23 00:14:21 +00:00
triennale-appunti-steffo/docs/bundle.58b01.js

2 lines
No EOL
152 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/",t(t.s="99bU")}({"+uq9":function(e){e.exports={latex:"latex__34DCT"}},"0lnO":function(){},"1EpE":function(e){e.exports={split:"split__2Bl8C",splitchild:"splitchild__3Ip86"}},"36Ou":function(){},"6adR":function(e,t,n){var r;(function(){function a(e){"use strict";var t={omitExtraWLInCodeBlocks:{defaultValue:!1,describe:"Omit the default extra whiteline added to code blocks",type:"boolean"},noHeaderId:{defaultValue:!1,describe:"Turn on/off generated header id",type:"boolean"},prefixHeaderId:{defaultValue:!1,describe:"Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic 'section-' prefix",type:"string"},rawPrefixHeaderId:{defaultValue:!1,describe:'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the " char is used in the prefix)',type:"boolean"},ghCompatibleHeaderId:{defaultValue:!1,describe:"Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)",type:"boolean"},rawHeaderId:{defaultValue:!1,describe:"Remove only spaces, ' and \" from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids",type:"boolean"},headerLevelStart:{defaultValue:!1,describe:"The header blocks level start",type:"integer"},parseImgDimensions:{defaultValue:!1,describe:"Turn on/off image dimension parsing",type:"boolean"},simplifiedAutoLink:{defaultValue:!1,describe:"Turn on/off GFM autolink style",type:"boolean"},excludeTrailingPunctuationFromURLs:{defaultValue:!1,describe:"Excludes trailing punctuation from links generated with autoLinking",type:"boolean"},literalMidWordUnderscores:{defaultValue:!1,describe:"Parse midword underscores as literal underscores",type:"boolean"},literalMidWordAsterisks:{defaultValue:!1,describe:"Parse midword asterisks as literal asterisks",type:"boolean"},strikethrough:{defaultValue:!1,describe:"Turn on/off strikethrough support",type:"boolean"},tables:{defaultValue:!1,describe:"Turn on/off tables support",type:"boolean"},tablesHeaderId:{defaultValue:!1,describe:"Add an id to table headers",type:"boolean"},ghCodeBlocks:{defaultValue:!0,describe:"Turn on/off GFM fenced code blocks support",type:"boolean"},tasklists:{defaultValue:!1,describe:"Turn on/off GFM tasklist support",type:"boolean"},smoothLivePreview:{defaultValue:!1,describe:"Prevents weird effects in live previews due to incomplete input",type:"boolean"},smartIndentationFix:{defaultValue:!1,description:"Tries to smartly fix indentation in es6 strings",type:"boolean"},disableForced4SpacesIndentedSublists:{defaultValue:!1,description:"Disables the requirement of indenting nested sublists by 4 spaces",type:"boolean"},simpleLineBreaks:{defaultValue:!1,description:"Parses simple line breaks as <br> (GFM Style)",type:"boolean"},requireSpaceBeforeHeadingText:{defaultValue:!1,description:"Makes adding a space between `#` and the header text mandatory (GFM Style)",type:"boolean"},ghMentions:{defaultValue:!1,description:"Enables github @mentions",type:"boolean"},ghMentionsLink:{defaultValue:"https://github.com/{u}",description:"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.",type:"string"},encodeEmails:{defaultValue:!0,description:"Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities",type:"boolean"},openLinksInNewWindow:{defaultValue:!1,description:"Open all links in new windows",type:"boolean"},backslashEscapesHTMLTags:{defaultValue:!1,description:"Support for HTML Tag escaping. ex: <div>foo</div>",type:"boolean"},emoji:{defaultValue:!1,description:"Enable emoji support. Ex: `this is a :smile: emoji`",type:"boolean"},underline:{defaultValue:!1,description:"Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `<em>` and `<strong>`",type:"boolean"},completeHTMLDocument:{defaultValue:!1,description:"Outputs a complete html document, including `<html>`, `<head>` and `<body>` tags",type:"boolean"},metadata:{defaultValue:!1,description:"Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).",type:"boolean"},splitAdjacentBlockquotes:{defaultValue:!1,description:"Split adjacent blockquote blocks",type:"boolean"}};if(!1===e)return JSON.parse(JSON.stringify(t));var n={};for(var r in t)t.hasOwnProperty(r)&&(n[r]=t[r].defaultValue);return n}function o(e,t){"use strict";var n=t?"Error in "+t+" extension->":"Error in unnamed extension",r={valid:!0,error:""};l.helper.isArray(e)||(e=[e]);for(var a=0;a<e.length;++a){var o=n+" sub-extension "+a+": ",i=e[a];if("object"!=typeof i)return r.valid=!1,r.error=o+"must be an object, but "+typeof i+" given",r;if(!l.helper.isString(i.type))return r.valid=!1,r.error=o+'property "type" must be a string, but '+typeof i.type+" given",r;var c=i.type=i.type.toLowerCase();if("language"===c&&(c=i.type="lang"),"html"===c&&(c=i.type="output"),"lang"!==c&&"output"!==c&&"listener"!==c)return r.valid=!1,r.error=o+"type "+c+' is not recognized. Valid values: "lang/language", "output/html" or "listener"',r;if("listener"===c){if(l.helper.isUndefined(i.listeners))return r.valid=!1,r.error=o+'. Extensions of type "listener" must have a property called "listeners"',r}else if(l.helper.isUndefined(i.filter)&&l.helper.isUndefined(i.regex))return r.valid=!1,r.error=o+c+' extensions must define either a "regex" property or a "filter" method',r;if(i.listeners){if("object"!=typeof i.listeners)return r.valid=!1,r.error=o+'"listeners" property must be an object but '+typeof i.listeners+" given",r;for(var s in i.listeners)if(i.listeners.hasOwnProperty(s)&&"function"!=typeof i.listeners[s])return r.valid=!1,r.error=o+'"listeners" property must be an hash of [event name]: [callback]. listeners.'+s+" must be a function but "+typeof i.listeners[s]+" given",r}if(i.filter){if("function"!=typeof i.filter)return r.valid=!1,r.error=o+'"filter" must be a function, but '+typeof i.filter+" given",r}else if(i.regex){if(l.helper.isString(i.regex)&&(i.regex=new RegExp(i.regex,"g")),!(i.regex instanceof RegExp))return r.valid=!1,r.error=o+'"regex" property must either be a string or a RegExp object, but '+typeof i.regex+" given",r;if(l.helper.isUndefined(i.replace))return r.valid=!1,r.error=o+'"regex" extensions must implement a replace string or function',r}}return r}function i(e,t){"use strict";return"¨E"+t.charCodeAt(0)+"E"}var l={},c={},s={},u=a(!0),h="vanilla",p={github:{omitExtraWLInCodeBlocks:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,disableForced4SpacesIndentedSublists:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghCompatibleHeaderId:!0,ghMentions:!0,backslashEscapesHTMLTags:!0,emoji:!0,splitAdjacentBlockquotes:!0},original:{noHeaderId:!0,ghCodeBlocks:!1},ghost:{omitExtraWLInCodeBlocks:!0,parseImgDimensions:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,smoothLivePreview:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghMentions:!1,encodeEmails:!0},vanilla:a(!0),allOn:function(){"use strict";var e=a(!0),t={};for(var n in e)e.hasOwnProperty(n)&&(t[n]=!0);return t}()};l.helper={},l.extensions={},l.setOption=function(e,t){"use strict";return u[e]=t,this},l.getOption=function(e){"use strict";return u[e]},l.getOptions=function(){"use strict";return u},l.resetOptions=function(){"use strict";u=a(!0)},l.setFlavor=function(e){"use strict";if(!p.hasOwnProperty(e))throw Error(e+" flavor was not found");l.resetOptions();var t=p[e];h=e;for(var n in t)t.hasOwnProperty(n)&&(u[n]=t[n])},l.getFlavor=function(){"use strict";return h},l.getFlavorOptions=function(e){"use strict";if(p.hasOwnProperty(e))return p[e]},l.getDefaultOptions=function(e){"use strict";return a(e)},l.subParser=function(e,t){"use strict";if(l.helper.isString(e)){if(void 0===t){if(c.hasOwnProperty(e))return c[e];throw Error("SubParser named "+e+" not registered!")}c[e]=t}},l.extension=function(e,t){"use strict";if(!l.helper.isString(e))throw Error("Extension 'name' must be a string");if(e=l.helper.stdExtName(e),l.helper.isUndefined(t)){if(!s.hasOwnProperty(e))throw Error("Extension named "+e+" is not registered!");return s[e]}"function"==typeof t&&(t=t()),l.helper.isArray(t)||(t=[t]);var n=o(t,e);if(!n.valid)throw Error(n.error);s[e]=t},l.getAllExtensions=function(){"use strict";return s},l.removeExtension=function(e){"use strict";delete s[e]},l.resetExtensions=function(){"use strict";s={}},l.validateExtension=function(e){"use strict";var t=o(e,null);return!!t.valid||(console.warn(t.error),!1)},l.hasOwnProperty("helper")||(l.helper={}),l.helper.isString=function(e){"use strict";return"string"==typeof e||e instanceof String},l.helper.isFunction=function(e){"use strict";var t={};return e&&"[object Function]"===t.toString.call(e)},l.helper.isArray=function(e){"use strict";return Array.isArray(e)},l.helper.isUndefined=function(e){"use strict";return void 0===e},l.helper.forEach=function(e,t){"use strict";if(l.helper.isUndefined(e))throw new Error("obj param is required");if(l.helper.isUndefined(t))throw new Error("callback param is required");if(!l.helper.isFunction(t))throw new Error("callback param must be a function/closure");if("function"==typeof e.forEach)e.forEach(t);else if(l.helper.isArray(e))for(var n=0;n<e.length;n++)t(e[n],n,e);else{if("object"!=typeof e)throw new Error("obj does not seem to be an array or an iterable object");for(var r in e)e.hasOwnProperty(r)&&t(e[r],r,e)}},l.helper.stdExtName=function(e){"use strict";return e.replace(/[_?*+\/\\.^-]/g,"").replace(/\s/g,"").toLowerCase()},l.helper.escapeCharactersCallback=i,l.helper.escapeCharacters=function(e,t,n){"use strict";var r="(["+t.replace(/([\[\]\\])/g,"\\$1")+"])";return n&&(r="\\\\"+r),e=e.replace(new RegExp(r,"g"),i)},l.helper.unescapeHTMLEntities=function(e){"use strict";return e.replace(/&quot;/g,'"').replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&")};var d=function(e,t,n,r){"use strict";var a,o,i,l,c,s=r||"",u=s.indexOf("g")>-1,h=new RegExp(t+"|"+n,"g"+s.replace(/g/g,"")),p=new RegExp(t,s.replace(/g/g,"")),d=[];do{for(a=0;i=h.exec(e);)if(p.test(i[0]))a++||(o=h.lastIndex,l=o-i[0].length);else if(a&&!--a){c=i.index+i[0].length;var b={left:{start:l,end:o},match:{start:o,end:i.index},right:{start:i.index,end:c},wholeMatch:{start:l,end:c}};if(d.push(b),!u)return d}}while(a&&(h.lastIndex=o));return d};l.helper.matchRecursiveRegExp=function(e,t,n,r){"use strict";for(var a=d(e,t,n,r),o=[],i=0;i<a.length;++i)o.push([e.slice(a[i].wholeMatch.start,a[i].wholeMatch.end),e.slice(a[i].match.start,a[i].match.end),e.slice(a[i].left.start,a[i].left.end),e.slice(a[i].right.start,a[i].right.end)]);return o},l.helper.replaceRecursiveRegExp=function(e,t,n,r,a){"use strict";if(!l.helper.isFunction(t)){var o=t;t=function(){return o}}var i=d(e,n,r,a),c=e,s=i.length;if(s>0){var u=[];0!==i[0].wholeMatch.start&&u.push(e.slice(0,i[0].wholeMatch.start));for(var h=0;h<s;++h)u.push(t(e.slice(i[h].wholeMatch.start,i[h].wholeMatch.end),e.slice(i[h].match.start,i[h].match.end),e.slice(i[h].left.start,i[h].left.end),e.slice(i[h].right.start,i[h].right.end))),h<s-1&&u.push(e.slice(i[h].wholeMatch.end,i[h+1].wholeMatch.start));i[s-1].wholeMatch.end<e.length&&u.push(e.slice(i[s-1].wholeMatch.end)),c=u.join("")}return c},l.helper.regexIndexOf=function(e,t,n){"use strict";if(!l.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";if(t instanceof RegExp==!1)throw"InvalidArgumentError: second parameter of showdown.helper.regexIndexOf function must be an instance of RegExp";var r=e.substring(n||0).search(t);return r>=0?r+(n||0):r},l.helper.splitAtIndex=function(e,t){"use strict";if(!l.helper.isString(e))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";return[e.substring(0,t),e.substring(t)]},l.helper.encodeEmailAddress=function(e){"use strict";var t=[function(e){return"&#"+e.charCodeAt(0)+";"},function(e){return"&#x"+e.charCodeAt(0).toString(16)+";"},function(e){return e}];return e=e.replace(/./g,function(e){if("@"===e)e=t[Math.floor(2*Math.random())](e);else{var n=Math.random();e=n>.9?t[2](e):n>.45?t[1](e):t[0](e)}return e})},l.helper.padEnd=function(e,t,n){"use strict";return t>>=0,n=String(n||" "),e.length>t?String(e):(t-=e.length,t>n.length&&(n+=n.repeat(t/n.length)),String(e)+n.slice(0,t))},"undefined"==typeof console&&(console={warn:function(e){"use strict";alert(e)},log:function(e){"use strict";alert(e)},error:function(e){"use strict";throw e}}),l.helper.regexes={asteriskDashAndColon:/([*_:~])/g},l.helper.emojis={"+1":"👍","-1":"👎",100:"💯",1234:"🔢","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉","8ball":"🎱",a:"🅰️",ab:"🆎",abc:"🔤",abcd:"🔡",accept:"🉑",aerial_tramway:"🚡",airplane:"✈️",alarm_clock:"⏰",alembic:"⚗️",alien:"👽",ambulance:"🚑",amphora:"🏺",anchor:"⚓️",angel:"👼",anger:"💢",angry:"😠",anguished:"😧",ant:"🐜",apple:"🍎",aquarius:"♒️",aries:"♈️",arrow_backward:"◀️",arrow_double_down:"⏬",arrow_double_up:"⏫",arrow_down:"⬇️",arrow_down_small:"🔽",arrow_forward:"▶️",arrow_heading_down:"⤵️",arrow_heading_up:"⤴️",arrow_left:"⬅️",arrow_lower_left:"↙️",arrow_lower_right:"↘️",arrow_right:"➡️",arrow_right_hook:"↪️",arrow_up:"⬆️",arrow_up_down:"↕️",arrow_up_small:"🔼",arrow_upper_left:"↖️",arrow_upper_right:"↗️",arrows_clockwise:"🔃",arrows_counterclockwise:"🔄",art:"🎨",articulated_lorry:"🚛",artificial_satellite:"🛰",astonished:"😲",athletic_shoe:"👟",atm:"🏧",atom_symbol:"⚛️",avocado:"🥑",b:"🅱️",baby:"👶",baby_bottle:"🍼",baby_chick:"🐤",baby_symbol:"🚼",back:"🔙",bacon:"🥓",badminton:"🏸",baggage_claim:"🛄",baguette_bread:"🥖",balance_scale:"⚖️",balloon:"🎈",ballot_box:"🗳",ballot_box_with_check:"☑️",bamboo:"🎍",banana:"🍌",bangbang:"‼️",bank:"🏦",bar_chart:"📊",barber:"💈",baseball:"⚾️",basketball:"🏀",basketball_man:"⛹️",basketball_woman:"⛹️&zwj;♀️",bat:"🦇",bath:"🛀",bathtub:"🛁",battery:"🔋",beach_umbrella:"🏖",bear:"🐻",bed:"🛏",bee:"🐝",beer:"🍺",beers:"🍻",beetle:"🐞",beginner:"🔰",bell:"🔔",bellhop_bell:"🛎",bento:"🍱",biking_man:"🚴",bike:"🚲",biking_woman:"🚴&zwj;♀️",bikini:"👙",biohazard:"☣️",bird:"🐦",birthday:"🎂",black_circle:"⚫️",black_flag:"🏴",black_heart:"🖤",black_joker:"🃏",black_large_square:"⬛️",black_medium_small_square:"◾️",black_medium_square:"◼️",black_nib:"✒️",black_small_square:"▪️",black_square_button:"🔲",blonde_man:"👱",blonde_woman:"👱&zwj;♀️",blossom:"🌼",blowfish:"🐡",blue_book:"📘",blue_car:"🚙",blue_heart:"💙",blush:"😊",boar:"🐗",boat:"⛵️",bomb:"💣",book:"📖",bookmark:"🔖",bookmark_tabs:"📑",books:"📚",boom:"💥",boot:"👢",bouquet:"💐",bowing_man:"🙇",bow_and_arrow:"🏹",bowing_woman:"🙇&zwj;♀️",bowling:"🎳",boxing_glove:"🥊",boy:"👦",bread:"🍞",bride_with_veil:"👰",bridge_at_night:"🌉",briefcase:"💼",broken_heart:"💔",bug:"🐛",building_construction:"🏗",bulb:"💡",bullettrain_front:"🚅",bullettrain_side:"🚄",burrito:"🌯",bus:"🚌",business_suit_levitating:"🕴",busstop:"🚏",bust_in_silhouette:"👤",busts_in_silhouette:"👥",butterfly:"🦋",cactus:"🌵",cake:"🍰",calendar:"📆",call_me_hand:"🤙",calling:"📲",camel:"🐫",camera:"📷",camera_flash:"📸",camping:"🏕",cancer:"♋️",candle:"🕯",candy:"🍬",canoe:"🛶",capital_abcd:"🔠",capricorn:"♑️",car:"🚗",card_file_box:"🗃",card_index:"📇",card_index_dividers:"🗂",carousel_horse:"🎠",carrot:"🥕",cat:"🐱",cat2:"🐈",cd:"💿",chains:"⛓",champagne:"🍾",chart:"💹",chart_with_downwards_trend:"📉",chart_with_upwards_trend:"📈",checkered_flag:"🏁",cheese:"🧀",cherries:"🍒",cherry_blossom:"🌸",chestnut:"🌰",chicken:"🐔",children_crossing:"🚸",chipmunk:"🐿",chocolate_bar:"🍫",christmas_tree:"🎄",church:"⛪️",cinema:"🎦",circus_tent:"🎪",city_sunrise:"🌇",city_sunset:"🌆",cityscape:"🏙",cl:"🆑",clamp:"🗜",clap:"👏",clapper:"🎬",classical_building:"🏛",clinking_glasses:"🥂",clipboard:"📋",clock1:"🕐",clock10:"🕙",clock1030:"🕥",clock11:"🕚",clock1130:"🕦",clock12:"🕛",clock1230:"🕧",clock130:"🕜",clock2:"🕑",clock230:"🕝",clock3:"🕒",clock330:"🕞",clock4:"🕓",clock430:"🕟",clock5:"🕔",clock530:"🕠",clock6:"🕕",clock630:"🕡",clock7:"🕖",clock730:"🕢",clock8:"🕗",clock830:"🕣",clock9:"🕘",clock930:"🕤",closed_book:"📕",closed_lock_with_key:"🔐",closed_umbrella:"🌂",cloud:"☁️",cloud_with_lightning:"🌩",cloud_with_lightning_and_rain:"⛈",cloud_with_rain:"🌧",cloud_with_snow:"🌨",clown_face:"🤡",clubs:"♣️",cocktail:"🍸",coffee:"☕️",coffin:"⚰️",cold_sweat:"😰",comet:"☄️",computer:"💻",computer_mouse:"🖱",confetti_ball:"🎊",confounded:"😖",confused:"😕",congratulations:"㊗️",construction:"🚧",construction_worker_man:"👷",construction_worker_woman:"👷&zwj;♀️",control_knobs:"🎛",convenience_store:"🏪",cookie:"🍪",cool:"🆒",policeman:"👮",copyright:"©️",corn:"🌽",couch_and_lamp:"🛋",couple:"👫",couple_with_heart_woman_man:"💑",couple_with_heart_man_man:"👨&zwj;❤️&zwj;👨",couple_with_heart_woman_woman:"👩&zwj;❤️&zwj;👩",couplekiss_man_man:"👨&zwj;❤️&zwj;💋&zwj;👨",couplekiss_man_woman:"💏",couplekiss_woman_woman:"👩&zwj;❤️&zwj;💋&zwj;👩",cow:"🐮",cow2:"🐄",cowboy_hat_face:"🤠",crab:"🦀",crayon:"🖍",credit_card:"💳",crescent_moon:"🌙",cricket:"🏏",crocodile:"🐊",croissant:"🥐",crossed_fingers:"🤞",crossed_flags:"🎌",crossed_swords:"⚔️",crown:"👑",cry:"😢",crying_cat_face:"😿",crystal_ball:"🔮",cucumber:"🥒",cupid:"💘",curly_loop:"➰",currency_exchange:"💱",curry:"🍛",custard:"🍮",customs:"🛃",cyclone:"🌀",dagger:"🗡",dancer:"💃",dancing_women:"👯",dancing_men:"👯&zwj;♂️",dango:"🍡",dark_sunglasses:"🕶",dart:"🎯",dash:"💨",date:"📅",deciduous_tree:"🌳",deer:"🦌",department_store:"🏬",derelict_house:"🏚",desert:"🏜",desert_island:"🏝",desktop_computer:"🖥",male_detective:"🕵️",diamond_shape_with_a_dot_inside:"💠",diamonds:"♦️",disappointed:"😞",disappointed_relieved:"😥",dizzy:"💫",dizzy_face:"😵",do_not_litter:"🚯",dog:"🐶",dog2:"🐕",dollar:"💵",dolls:"🎎",dolphin:"🐬",door:"🚪",doughnut:"🍩",dove:"🕊",dragon:"🐉",dragon_face:"🐲",dress:"👗",dromedary_camel:"🐪",drooling_face:"🤤",droplet:"💧",drum:"🥁",duck:"🦆",dvd:"📀","e-mail":"📧",eagle:"🦅",ear:"👂",ear_of_rice:"🌾",earth_africa:"🌍",earth_americas:"🌎",earth_asia:"🌏",egg:"🥚",eggplant:"🍆",eight_pointed_black_star:"✴️",eight_spoked_asterisk:"✳️",electric_plug:"🔌",elephant:"🐘",email:"✉️",end:"🔚",envelope_with_arrow:"📩",euro:"💶",european_castle:"🏰",european_post_office:"🏤",evergreen_tree:"🌲",exclamation:"❗️",expressionless:"😑",eye:"👁",eye_speech_bubble:"👁&zwj;🗨",eyeglasses:"👓",eyes:"👀",face_with_head_bandage:"🤕",face_with_thermometer:"🤒",fist_oncoming:"👊",factory:"🏭",fallen_leaf:"🍂",family_man_woman_boy:"👪",family_man_boy:"👨&zwj;👦",family_man_boy_boy:"👨&zwj;👦&zwj;👦",family_man_girl:"👨&zwj;👧",family_man_girl_boy:"👨&zwj;👧&zwj;👦",family_man_girl_girl:"👨&zwj;👧&zwj;👧",family_man_man_boy:"👨&zwj;👨&zwj;👦",family_man_man_boy_boy:"👨&zwj;👨&zwj;👦&zwj;👦",family_man_man_girl:"👨&zwj;👨&zwj;👧",family_man_man_girl_boy:"👨&zwj;👨&zwj;👧&zwj;👦",family_man_man_girl_girl:"👨&zwj;👨&zwj;👧&zwj;👧",family_man_woman_boy_boy:"👨&zwj;👩&zwj;👦&zwj;👦",family_man_woman_girl:"👨&zwj;👩&zwj;👧",family_man_woman_girl_boy:"👨&zwj;👩&zwj;👧&zwj;👦",family_man_woman_girl_girl:"👨&zwj;👩&zwj;👧&zwj;👧",family_woman_boy:"👩&zwj;👦",family_woman_boy_boy:"👩&zwj;👦&zwj;👦",family_woman_girl:"👩&zwj;👧",family_woman_girl_boy:"👩&zwj;👧&zwj;👦",family_woman_girl_girl:"👩&zwj;👧&zwj;👧",family_woman_woman_boy:"👩&zwj;👩&zwj;👦",family_woman_woman_boy_boy:"👩&zwj;👩&zwj;👦&zwj;👦",family_woman_woman_girl:"👩&zwj;👩&zwj;👧",family_woman_woman_girl_boy:"👩&zwj;👩&zwj;👧&zwj;👦",family_woman_woman_girl_girl:"👩&zwj;👩&zwj;👧&zwj;👧",fast_forward:"⏩",fax:"📠",fearful:"😨",feet:"🐾",female_detective:"🕵️&zwj;♀️",ferris_wheel:"🎡",ferry:"⛴",field_hockey:"🏑",file_cabinet:"🗄",file_folder:"📁",film_projector:"📽",film_strip:"🎞",fire:"🔥",fire_engine:"🚒",fireworks:"🎆",first_quarter_moon:"🌓",first_quarter_moon_with_face:"🌛",fish:"🐟",fish_cake:"🍥",fishing_pole_and_fish:"🎣",fist_raised:"✊",fist_left:"🤛",fist_right:"🤜",flags:"🎏",flashlight:"🔦",fleur_de_lis:"⚜️",flight_arrival:"🛬",flight_departure:"🛫",floppy_disk:"💾",flower_playing_cards:"🎴",flushed:"😳",fog:"🌫",foggy:"🌁",football:"🏈",footprints:"👣",fork_and_knife:"🍴",fountain:"⛲️",fountain_pen:"🖋",four_leaf_clover:"🍀",fox_face:"🦊",framed_picture:"🖼",free:"🆓",fried_egg:"🍳",fried_shrimp:"🍤",fries:"🍟",frog:"🐸",frowning:"😦",frowning_face:"☹️",frowning_man:"🙍&zwj;♂️",frowning_woman:"🙍",middle_finger:"🖕",fuelpump:"⛽️",full_moon:"🌕",full_moon_with_face:"🌝",funeral_urn:"⚱️",game_die:"🎲",gear:"⚙️",gem:"💎",gemini:"♊️",ghost:"👻",gift:"🎁",gift_heart:"💝",girl:"👧",globe_with_meridians:"🌐",goal_net:"🥅",goat:"🐐",golf:"⛳️",golfing_man:"🏌️",golfing_woman:"🏌️&zwj;♀️",gorilla:"🦍",grapes:"🍇",green_apple:"🍏",green_book:"📗",green_heart:"💚",green_salad:"🥗",grey_exclamation:"❕",grey_question:"❔",grimacing:"😬",grin:"😁",grinning:"😀",guardsman:"💂",guardswoman:"💂&zwj;♀️",guitar:"🎸",gun:"🔫",haircut_woman:"💇",haircut_man:"💇&zwj;♂️",hamburger:"🍔",hammer:"🔨",hammer_and_pick:"⚒",hammer_and_wrench:"🛠",hamster:"🐹",hand:"✋",handbag:"👜",handshake:"🤝",hankey:"💩",hatched_chick:"🐥",hatching_chick:"🐣",headphones:"🎧",hear_no_evil:"🙉",heart:"❤️",heart_decoration:"💟",heart_eyes:"😍",heart_eyes_cat:"😻",heartbeat:"💓",heartpulse:"💗",hearts:"♥️",heavy_check_mark:"✔️",heavy_division_sign:"➗",heavy_dollar_sign:"💲",heavy_heart_exclamation:"❣️",heavy_minus_sign:"",heavy_multiplication_x:"✖️",heavy_plus_sign:"",helicopter:"🚁",herb:"🌿",hibiscus:"🌺",high_brightness:"🔆",high_heel:"👠",hocho:"🔪",hole:"🕳",honey_pot:"🍯",horse:"🐴",horse_racing:"🏇",hospital:"🏥",hot_pepper:"🌶",hotdog:"🌭",hotel:"🏨",hotsprings:"♨️",hourglass:"⌛️",hourglass_flowing_sand:"⏳",house:"🏠",house_with_garden:"🏡",houses:"🏘",hugs:"🤗",hushed:"😯",ice_cream:"🍨",ice_hockey:"🏒",ice_skate:"⛸",icecream:"🍦",id:"🆔",ideograph_advantage:"🉐",imp:"👿",inbox_tray:"📥",incoming_envelope:"📨",tipping_hand_woman:"💁",information_source:"",innocent:"😇",interrobang:"⁉️",iphone:"📱",izakaya_lantern:"🏮",jack_o_lantern:"🎃",japan:"🗾",japanese_castle:"🏯",japanese_goblin:"👺",japanese_ogre:"👹",jeans:"👖",joy:"😂",joy_cat:"😹",joystick:"🕹",kaaba:"🕋",key:"🔑",keyboard:"⌨️",keycap_ten:"🔟",kick_scooter:"🛴",kimono:"👘",kiss:"💋",kissing:"😗",kissing_cat:"😽",kissing_closed_eyes:"😚",kissing_heart:"😘",kissing_smiling_eyes:"😙",kiwi_fruit:"🥝",koala:"🐨",koko:"🈁",label:"🏷",large_blue_circle:"🔵",large_blue_diamond:"🔷",large_orange_diamond:"🔶",last_quarter_moon:"🌗",last_quarter_moon_with_face:"🌜",latin_cross:"✝️",laughing:"😆",leaves:"🍃",ledger:"📒",left_luggage:"🛅",left_right_arrow:"↔️",leftwards_arrow_with_hook:"↩️",lemon:"🍋",leo:"♌️",leopard:"🐆",level_slider:"🎚",libra:"♎️",light_rail:"🚈",link:"🔗",lion:"🦁",lips:"👄",lipstick:"💄",lizard:"🦎",lock:"🔒",lock_with_ink_pen:"🔏",lollipop:"🍭",loop:"➿",loud_sound:"🔊",loudspeaker:"📢",love_hotel:"🏩",love_letter:"💌",low_brightness:"🔅",lying_face:"🤥",m:"Ⓜ️",mag:"🔍",mag_right:"🔎",mahjong:"🀄️",mailbox:"📫",mailbox_closed:"📪",mailbox_with_mail:"📬",mailbox_with_no_mail:"📭",man:"👨",man_artist:"👨&zwj;🎨",man_astronaut:"👨&zwj;🚀",man_cartwheeling:"🤸&zwj;♂️",man_cook:"👨&zwj;🍳",man_dancing:"🕺",man_facepalming:"🤦&zwj;♂️",man_factory_worker:"👨&zwj;🏭",man_farmer:"👨&zwj;🌾",man_firefighter:"👨&zwj;🚒",man_health_worker:"👨&zwj;⚕️",man_in_tuxedo:"🤵",man_judge:"👨&zwj;⚖️",man_juggling:"🤹&zwj;♂️",man_mechanic:"👨&zwj;🔧",man_office_worker:"👨&zwj;💼",man_pilot:"👨&zwj;✈️",man_playing_handball:"🤾&zwj;♂️",man_playing_water_polo:"🤽&zwj;♂️",man_scientist:"👨&zwj;🔬",man_shrugging:"🤷&zwj;♂️",man_singer:"👨&zwj;🎤",man_student:"👨&zwj;🎓",man_teacher:"👨&zwj;🏫",man_technologist:"👨&zwj;💻",man_with_gua_pi_mao:"👲",man_with_turban:"👳",tangerine:"🍊",mans_shoe:"👞",mantelpiece_clock:"🕰",maple_leaf:"🍁",martial_arts_uniform:"🥋",mask:"😷",massage_woman:"💆",massage_man:"💆&zwj;♂️",meat_on_bone:"🍖",medal_military:"🎖",medal_sports:"🏅",mega:"📣",melon:"🍈",memo:"📝",men_wrestling:"🤼&zwj;♂️",menorah:"🕎",mens:"🚹",metal:"🤘",metro:"🚇",microphone:"🎤",microscope:"🔬",milk_glass:"🥛",milky_way:"🌌",minibus:"🚐",minidisc:"💽",mobile_phone_off:"📴",money_mouth_face:"🤑",money_with_wings:"💸",moneybag:"💰",monkey:"🐒",monkey_face:"🐵",monorail:"🚝",moon:"🌔",mortar_board:"🎓",mosque:"🕌",motor_boat:"🛥",motor_scooter:"🛵",motorcycle:"🏍",motorway:"🛣",mount_fuji:"🗻",mountain:"⛰",mountain_biking_man:"🚵",mountain_biking_woman:"🚵&zwj;♀️",mountain_cableway:"🚠",mountain_railway:"🚞",mountain_snow:"🏔",mouse:"🐭",mouse2:"🐁",movie_camera:"🎥",moyai:"🗿",mrs_claus:"🤶",muscle:"💪",mushroom:"🍄",musical_keyboard:"🎹",musical_note:"🎵",musical_score:"🎼",mute:"🔇",nail_care:"💅",name_badge:"📛",national_park:"🏞",nauseated_face:"🤢",necktie:"👔",negative_squared_cross_mark:"❎",nerd_face:"🤓",neutral_face:"😐",new:"🆕",new_moon:"🌑",new_moon_with_face:"🌚",newspaper:"📰",newspaper_roll:"🗞",next_track_button:"⏭",ng:"🆖",no_good_man:"🙅&zwj;♂️",no_good_woman:"🙅",night_with_stars:"🌃",no_bell:"🔕",no_bicycles:"🚳",no_entry:"⛔️",no_entry_sign:"🚫",no_mobile_phones:"📵",no_mouth:"😶",no_pedestrians:"🚷",no_smoking:"🚭","non-potable_water":"🚱",nose:"👃",notebook:"📓",notebook_with_decorative_cover:"📔",notes:"🎶",nut_and_bolt:"🔩",o:"⭕️",o2:"🅾️",ocean:"🌊",octopus:"🐙",oden:"🍢",office:"🏢",oil_drum:"🛢",ok:"🆗",ok_hand:"👌",ok_man:"🙆&zwj;♂️",ok_woman:"🙆",old_key:"🗝",older_man:"👴",older_woman:"👵",om:"🕉",on:"🔛",oncoming_automobile:"🚘",oncoming_bus:"🚍",oncoming_police_car:"🚔",oncoming_taxi:"🚖",open_file_folder:"📂",open_hands:"👐",open_mouth:"😮",open_umbrella:"☂️",ophiuchus:"⛎",orange_book:"📙",orthodox_cross:"☦️",outbox_tray:"📤",owl:"🦉",ox:"🐂",package:"📦",page_facing_up:"📄",page_with_curl:"📃",pager:"📟",paintbrush:"🖌",palm_tree:"🌴",pancakes:"🥞",panda_face:"🐼",paperclip:"📎",paperclips:"🖇",parasol_on_ground:"⛱",parking:"🅿️",part_alternation_mark:"〽️",partly_sunny:"⛅️",passenger_ship:"🛳",passport_control:"🛂",pause_button:"⏸",peace_symbol:"☮️",peach:"🍑",peanuts:"🥜",pear:"🍐",pen:"🖊",pencil2:"✏️",penguin:"🐧",pensive:"😔",performing_arts:"🎭",persevere:"😣",person_fencing:"🤺",pouting_woman:"🙎",phone:"☎️",pick:"⛏",pig:"🐷",pig2:"🐖",pig_nose:"🐽",pill:"💊",pineapple:"🍍",ping_pong:"🏓",pisces:"♓️",pizza:"🍕",place_of_worship:"🛐",plate_with_cutlery:"🍽",play_or_pause_button:"⏯",point_down:"👇",point_left:"👈",point_right:"👉",point_up:"☝️",point_up_2:"👆",police_car:"🚓",policewoman:"👮&zwj;♀️",poodle:"🐩",popcorn:"🍿",post_office:"🏣",postal_horn:"📯",postbox:"📮",potable_water:"🚰",potato:"🥔",pouch:"👝",poultry_leg:"🍗",pound:"💷",rage:"😡",pouting_cat:"😾",pouting_man:"🙎&zwj;♂️",pray:"🙏",prayer_beads:"📿",pregnant_woman:"🤰",previous_track_button:"⏮",prince:"🤴",princess:"👸",printer:"🖨",purple_heart:"💜",purse:"👛",pushpin:"📌",put_litter_in_its_place:"🚮",question:"❓",rabbit:"🐰",rabbit2:"🐇",racehorse:"🐎",racing_car:"🏎",radio:"📻",radio_button:"🔘",radioactive:"☢️",railway_car:"🚃",railway_track:"🛤",rainbow:"🌈",rainbow_flag:"🏳️&zwj;🌈",raised_back_of_hand:"🤚",raised_hand_with_fingers_splayed:"🖐",raised_hands:"🙌",raising_hand_woman:"🙋",raising_hand_man:"🙋&zwj;♂️",ram:"🐏",ramen:"🍜",rat:"🐀",record_button:"⏺",recycle:"♻️",red_circle:"🔴",registered:"®️",relaxed:"☺️",relieved:"😌",reminder_ribbon:"🎗",repeat:"🔁",repeat_one:"🔂",rescue_worker_helmet:"⛑",restroom:"🚻",revolving_hearts:"💞",rewind:"⏪",rhinoceros:"🦏",ribbon:"🎀",rice:"🍚",rice_ball:"🍙",rice_cracker:"🍘",rice_scene:"🎑",right_anger_bubble:"🗯",ring:"💍",robot:"🤖",rocket:"🚀",rofl:"🤣",roll_eyes:"🙄",roller_coaster:"🎢",rooster:"🐓",rose:"🌹",rosette:"🏵",rotating_light:"🚨",round_pushpin:"📍",rowing_man:"🚣",rowing_woman:"🚣&zwj;♀️",rugby_football:"🏉",running_man:"🏃",running_shirt_with_sash:"🎽",running_woman:"🏃&zwj;♀️",sa:"🈂️",sagittarius:"♐️",sake:"🍶",sandal:"👡",santa:"🎅",satellite:"📡",saxophone:"🎷",school:"🏫",school_satchel:"🎒",scissors:"✂️",scorpion:"🦂",scorpius:"♏️",scream:"😱",scream_cat:"🙀",scroll:"📜",seat:"💺",secret:"㊙️",see_no_evil:"🙈",seedling:"🌱",selfie:"🤳",shallow_pan_of_food:"🥘",shamrock:"☘️",shark:"🦈",shaved_ice:"🍧",sheep:"🐑",shell:"🐚",shield:"🛡",shinto_shrine:"⛩",ship:"🚢",shirt:"👕",shopping:"🛍",shopping_cart:"🛒",shower:"🚿",shrimp:"🦐",signal_strength:"📶",six_pointed_star:"🔯",ski:"🎿",skier:"⛷",skull:"💀",skull_and_crossbones:"☠️",sleeping:"😴",sleeping_bed:"🛌",sleepy:"😪",slightly_frowning_face:"🙁",slightly_smiling_face:"🙂",slot_machine:"🎰",small_airplane:"🛩",small_blue_diamond:"🔹",small_orange_diamond:"🔸",small_red_triangle:"🔺",small_red_triangle_down:"🔻",smile:"😄",smile_cat:"😸",smiley:"😃",smiley_cat:"😺",smiling_imp:"😈",smirk:"😏",smirk_cat:"😼",smoking:"🚬",snail:"🐌",snake:"🐍",sneezing_face:"🤧",snowboarder:"🏂",snowflake:"❄️",snowman:"⛄️",snowman_with_snow:"☃️",sob:"😭",soccer:"⚽️",soon:"🔜",sos:"🆘",sound:"🔉",space_invader:"👾",spades:"♠️",spaghetti:"🍝",sparkle:"❇️",sparkler:"🎇",sparkles:"✨",sparkling_heart:"💖",speak_no_evil:"🙊",speaker:"🔈",speaking_head:"🗣",speech_balloon:"💬",speedboat:"🚤",spider:"🕷",spider_web:"🕸",spiral_calendar:"🗓",spiral_notepad:"🗒",spoon:"🥄",squid:"🦑",stadium:"🏟",star:"⭐️",star2:"🌟",star_and_crescent:"☪️",star_of_david:"✡️",stars:"🌠",station:"🚉",statue_of_liberty:"🗽",steam_locomotive:"🚂",stew:"🍲",stop_button:"⏹",stop_sign:"🛑",stopwatch:"⏱",straight_ruler:"📏",strawberry:"🍓",stuck_out_tongue:"😛",stuck_out_tongue_closed_eyes:"😝",stuck_out_tongue_winking_eye:"😜",studio_microphone:"🎙",stuffed_flatbread:"🥙",sun_behind_large_cloud:"🌥",sun_behind_rain_cloud:"🌦",sun_behind_small_cloud:"🌤",sun_with_face:"🌞",sunflower:"🌻",sunglasses:"😎",sunny:"☀️",sunrise:"🌅",sunrise_over_mountains:"🌄",surfing_man:"🏄",surfing_woman:"🏄&zwj;♀️",sushi:"🍣",suspension_railway:"🚟",sweat:"😓",sweat_drops:"💦",sweat_smile:"😅",sweet_potato:"🍠",swimming_man:"🏊",swimming_woman:"🏊&zwj;♀️",symbols:"🔣",synagogue:"🕍",syringe:"💉",taco:"🌮",tada:"🎉",tanabata_tree:"🎋",taurus:"♉️",taxi:"🚕",tea:"🍵",telephone_receiver:"📞",telescope:"🔭",tennis:"🎾",tent:"⛺️",thermometer:"🌡",thinking:"🤔",thought_balloon:"💭",ticket:"🎫",tickets:"🎟",tiger:"🐯",tiger2:"🐅",timer_clock:"⏲",tipping_hand_man:"💁&zwj;♂️",tired_face:"😫",tm:"™️",toilet:"🚽",tokyo_tower:"🗼",tomato:"🍅",tongue:"👅",top:"🔝",tophat:"🎩",tornado:"🌪",trackball:"🖲",tractor:"🚜",traffic_light:"🚥",train:"🚋",train2:"🚆",tram:"🚊",triangular_flag_on_post:"🚩",triangular_ruler:"📐",trident:"🔱",triumph:"😤",trolleybus:"🚎",trophy:"🏆",tropical_drink:"🍹",tropical_fish:"🐠",truck:"🚚",trumpet:"🎺",tulip:"🌷",tumbler_glass:"🥃",turkey:"🦃",turtle:"🐢",tv:"📺",twisted_rightwards_arrows:"🔀",two_hearts:"💕",two_men_holding_hands:"👬",two_women_holding_hands:"👭",u5272:"🈹",u5408:"🈴",u55b6:"🈺",u6307:"🈯️",u6708:"🈷️",u6709:"🈶",u6e80:"🈵",u7121:"🈚️",u7533:"🈸",u7981:"🈲",u7a7a:"🈳",umbrella:"☔️",unamused:"😒",underage:"🔞",unicorn:"🦄",unlock:"🔓",up:"🆙",upside_down_face:"🙃",v:"✌️",vertical_traffic_light:"🚦",vhs:"📼",vibration_mode:"📳",video_camera:"📹",video_game:"🎮",violin:"🎻",virgo:"♍️",volcano:"🌋",volleyball:"🏐",vs:"🆚",vulcan_salute:"🖖",walking_man:"🚶",walking_woman:"🚶&zwj;♀️",waning_crescent_moon:"🌘",waning_gibbous_moon:"🌖",warning:"⚠️",wastebasket:"🗑",watch:"⌚️",water_buffalo:"🐃",watermelon:"🍉",wave:"👋",wavy_dash:"〰️",waxing_crescent_moon:"🌒",wc:"🚾",weary:"😩",wedding:"💒",weight_lifting_man:"🏋️",weight_lifting_woman:"🏋️&zwj;♀️",whale:"🐳",whale2:"🐋",wheel_of_dharma:"☸️",wheelchair:"♿️",white_check_mark:"✅",white_circle:"⚪️",white_flag:"🏳️",white_flower:"💮",white_large_square:"⬜️",white_medium_small_square:"◽️",white_medium_square:"◻️",white_small_square:"▫️",white_square_button:"🔳",wilted_flower:"🥀",wind_chime:"🎐",wind_face:"🌬",wine_glass:"🍷",wink:"😉",wolf:"🐺",woman:"👩",woman_artist:"👩&zwj;🎨",woman_astronaut:"👩&zwj;🚀",woman_cartwheeling:"🤸&zwj;♀️",woman_cook:"👩&zwj;🍳",woman_facepalming:"🤦&zwj;♀️",woman_factory_worker:"👩&zwj;🏭",woman_farmer:"👩&zwj;🌾",woman_firefighter:"👩&zwj;🚒",woman_health_worker:"👩&zwj;⚕️",woman_judge:"👩&zwj;⚖️",woman_juggling:"🤹&zwj;♀️",woman_mechanic:"👩&zwj;🔧",woman_office_worker:"👩&zwj;💼",woman_pilot:"👩&zwj;✈️",woman_playing_handball:"🤾&zwj;♀️",woman_playing_water_polo:"🤽&zwj;♀️",woman_scientist:"👩&zwj;🔬",woman_shrugging:"🤷&zwj;♀️",woman_singer:"👩&zwj;🎤",woman_student:"👩&zwj;🎓",woman_teacher:"👩&zwj;🏫",woman_technologist:"👩&zwj;💻",woman_with_turban:"👳&zwj;♀️",womans_clothes:"👚",womans_hat:"👒",women_wrestling:"🤼&zwj;♀️",womens:"🚺",world_map:"🗺",worried:"😟",wrench:"🔧",writing_hand:"✍️",x:"❌",yellow_heart:"💛",yen:"💴",yin_yang:"☯️",yum:"😋",zap:"⚡️",zipper_mouth_face:"🤐",zzz:"💤",octocat:'<img alt=":octocat:" height="20" width="20" align="absmiddle" src="https://assets-cdn.github.com/images/icons/emoji/octocat.png">',showdown:"<span style=\"font-family: 'Anonymous Pro', monospace; text-decoration: underline; text-decoration-style: dashed; text-decoration-color: #3e8b8a;text-underline-position: under;\">S</span>"},l.Converter=function(e){"use strict";function t(e,t){if(t=t||null,l.helper.isString(e)){if(e=l.helper.stdExtName(e),t=e,l.extensions[e])return console.warn("DEPRECATION WARNING: "+e+" is an old extension that uses a deprecated loading method.Please inform the developer that the extension should be updated!"),void n(l.extensions[e],e);if(l.helper.isUndefined(s[e]))throw Error('Extension "'+e+'" could not be loaded. It was either not found or is not a valid extension.');e=s[e]}"function"==typeof e&&(e=e()),l.helper.isArray(e)||(e=[e]);var a=o(e,t);if(!a.valid)throw Error(a.error);for(var i=0;i<e.length;++i){switch(e[i].type){case"lang":c.push(e[i]);break;case"output":d.push(e[i])}if(e[i].hasOwnProperty("listeners"))for(var u in e[i].listeners)e[i].listeners.hasOwnProperty(u)&&r(u,e[i].listeners[u])}}function n(e,t){"function"==typeof e&&(e=e(new l.Converter)),l.helper.isArray(e)||(e=[e]);var n=o(e,t);if(!n.valid)throw Error(n.error);for(var r=0;r<e.length;++r)switch(e[r].type){case"lang":c.push(e[r]);break;case"output":d.push(e[r]);break;default:throw Error("Extension loader error: Type unrecognized!!!")}}function r(e,t){if(!l.helper.isString(e))throw Error("Invalid argument in converter.listen() method: name must be a string, but "+typeof e+" given");if("function"!=typeof t)throw Error("Invalid argument in converter.listen() method: callback must be a function, but "+typeof t+" given");b.hasOwnProperty(e)||(b[e]=[]),b[e].push(t)}function a(e){var t=e.match(/^\s*/)[0].length;return e.replace(new RegExp("^\\s{0,"+t+"}","gm"),"")}var i={},c=[],d=[],b={},f=h,m={parsed:{},raw:"",format:""};!function(){e=e||{};for(var n in u)u.hasOwnProperty(n)&&(i[n]=u[n]);if("object"!=typeof e)throw Error("Converter expects the passed parameter to be an object, but "+typeof e+" was passed instead.");for(var r in e)e.hasOwnProperty(r)&&(i[r]=e[r]);i.extensions&&l.helper.forEach(i.extensions,t)}(),this._dispatch=function(e,t,n,r){if(b.hasOwnProperty(e))for(var a=0;a<b[e].length;++a){var o=b[e][a](e,t,this,n,r);o&&void 0!==o&&(t=o)}return t},this.listen=function(e,t){return r(e,t),this},this.makeHtml=function(e){if(!e)return e;var t={gHtmlBlocks:[],gHtmlMdBlocks:[],gHtmlSpans:[],gUrls:{},gTitles:{},gDimensions:{},gListLevel:0,hashLinkCounts:{},langExtensions:c,outputModifiers:d,converter:this,ghCodeBlocks:[],metadata:{parsed:{},raw:"",format:""}};return e=e.replace(/¨/g,"¨T"),e=e.replace(/\$/g,"¨D"),e=e.replace(/\r\n/g,"\n"),e=e.replace(/\r/g,"\n"),e=e.replace(/\u00A0/g,"&nbsp;"),i.smartIndentationFix&&(e=a(e)),e="\n\n"+e+"\n\n",e=l.subParser("detab")(e,i,t),e=e.replace(/^[ \t]+$/gm,""),l.helper.forEach(c,function(n){e=l.subParser("runExtension")(n,e,i,t)}),e=l.subParser("metadata")(e,i,t),e=l.subParser("hashPreCodeTags")(e,i,t),e=l.subParser("githubCodeBlocks")(e,i,t),e=l.subParser("hashHTMLBlocks")(e,i,t),e=l.subParser("hashCodeTags")(e,i,t),e=l.subParser("stripLinkDefinitions")(e,i,t),e=l.subParser("blockGamut")(e,i,t),e=l.subParser("unhashHTMLSpans")(e,i,t),e=l.subParser("unescapeSpecialChars")(e,i,t),e=e.replace(/¨D/g,"$$"),e=e.replace(/¨T/g,"¨"),e=l.subParser("completeHTMLDocument")(e,i,t),l.helper.forEach(d,function(n){e=l.subParser("runExtension")(n,e,i,t)}),m=t.metadata,e},this.makeMarkdown=this.makeMd=function(e,t){function n(e){for(var t=0;t<e.childNodes.length;++t){var r=e.childNodes[t];3===r.nodeType?/\S/.test(r.nodeValue)?(r.nodeValue=r.nodeValue.split("\n").join(" "),r.nodeValue=r.nodeValue.replace(/(\s)+/g,"$1")):(e.removeChild(r),--t):1===r.nodeType&&n(r)}}if(e=e.replace(/\r\n/g,"\n"),e=e.replace(/\r/g,"\n"),e=e.replace(/>[ \t]+</,">¨NBSP;<"),!t){if(!window||!window.document)throw new Error("HTMLParser is undefined. If in a webworker or nodejs environment, you need to provide a WHATWG DOM and HTML such as JSDOM");t=window.document}var r=t.createElement("div");r.innerHTML=e;var a={preList:function(e){for(var t=e.querySelectorAll("pre"),n=[],r=0;r<t.length;++r)if(1===t[r].childElementCount&&"code"===t[r].firstChild.tagName.toLowerCase()){var a=t[r].firstChild.innerHTML.trim(),o=t[r].firstChild.getAttribute("data-language")||"";if(""===o)for(var i=t[r].firstChild.className.split(" "),c=0;c<i.length;++c){var s=i[c].match(/^language-(.+)$/);if(null!==s){o=s[1];break}}a=l.helper.unescapeHTMLEntities(a),n.push(a),t[r].outerHTML='<precode language="'+o+'" precodenum="'+r.toString()+'"></precode>'}else n.push(t[r].innerHTML),t[r].innerHTML="",t[r].setAttribute("prenum",r.toString());return n}(r)};n(r);for(var o=r.childNodes,i="",c=0;c<o.length;c++)i+=l.subParser("makeMarkdown.node")(o[c],a);return i},this.setOption=function(e,t){i[e]=t},this.getOption=function(e){return i[e]},this.getOptions=function(){return i},this.addExtension=function(e,n){n=n||null,t(e,n)},this.useExtension=function(e){t(e)},this.setFlavor=function(e){if(!p.hasOwnProperty(e))throw Error(e+" flavor was not found");var t=p[e];f=e;for(var n in t)t.hasOwnProperty(n)&&(i[n]=t[n])},this.getFlavor=function(){return f},this.removeExtension=function(e){l.helper.isArray(e)||(e=[e]);for(var t=0;t<e.length;++t){for(var n=e[t],r=0;r<c.length;++r)c[r]===n&&c[r].splice(r,1);for(;0<d.length;++r)d[0]===n&&d[0].splice(r,1)}},this.getAllExtensions=function(){return{language:c,output:d}},this.getMetadata=function(e){return e?m.raw:m.parsed},this.getMetadataFormat=function(){return m.format},this._setMetadataPair=function(e,t){m.parsed[e]=t},this._setMetadataFormat=function(e){m.format=e},this._setMetadataRaw=function(e){m.raw=e}},l.subParser("anchors",function(e,t,n){"use strict";e=n.converter._dispatch("anchors.before",e,t,n);var r=function(e,r,a,o,i,c,s){if(l.helper.isUndefined(s)&&(s=""),a=a.toLowerCase(),e.search(/\(<?\s*>? ?(['"].*['"])?\)$/m)>-1)o="";else if(!o){if(a||(a=r.toLowerCase().replace(/ ?\n/g," ")),o="#"+a,l.helper.isUndefined(n.gUrls[a]))return e;o=n.gUrls[a],l.helper.isUndefined(n.gTitles[a])||(s=n.gTitles[a])}o=o.replace(l.helper.regexes.asteriskDashAndColon,l.helper.escapeCharactersCallback);var u='<a href="'+o+'"';return""!==s&&null!==s&&(s=s.replace(/"/g,"&quot;"),s=s.replace(l.helper.regexes.asteriskDashAndColon,l.helper.escapeCharactersCallback),u+=' title="'+s+'"'),t.openLinksInNewWindow&&!/^#/.test(o)&&(u+=' rel="noopener noreferrer" target="¨E95Eblank"'),u+=">"+r+"</a>"};return e=e.replace(/\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g,r),e=e.replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,r),e=e.replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,r),e=e.replace(/\[([^\[\]]+)]()()()()()/g,r),t.ghMentions&&(e=e.replace(/(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gim,function(e,n,r,a,o){if("\\"===r)return n+a;if(!l.helper.isString(t.ghMentionsLink))throw new Error("ghMentionsLink option must be a string");var i=t.ghMentionsLink.replace(/\{u}/g,o),c="";return t.openLinksInNewWindow&&(c=' rel="noopener noreferrer" target="¨E95Eblank"'),n+'<a href="'+i+'"'+c+">"+a+"</a>"})),e=n.converter._dispatch("anchors.after",e,t,n)});var b=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi,f=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi,m=/()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi,g=/(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gim,_=/<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi,v=function(e){"use strict";return function(t,n,r,a,o,i,c){r=r.replace(l.helper.regexes.asteriskDashAndColon,l.helper.escapeCharactersCallback);var s=r,u="",h="",p=n||"",d=c||"";return/^www\./i.test(r)&&(r=r.replace(/^www\./i,"http://www.")),e.excludeTrailingPunctuationFromURLs&&i&&(u=i),e.openLinksInNewWindow&&(h=' rel="noopener noreferrer" target="¨E95Eblank"'),p+'<a href="'+r+'"'+h+">"+s+"</a>"+u+d}},j=function(e,t){"use strict";return function(n,r,a){var o="mailto:";return r=r||"",a=l.subParser("unescapeSpecialChars")(a,e,t),e.encodeEmails?(o=l.helper.encodeEmailAddress(o+a),a=l.helper.encodeEmailAddress(a)):o+=a,r+'<a href="'+o+'">'+a+"</a>"}};l.subParser("autoLinks",function(e,t,n){"use strict";return e=n.converter._dispatch("autoLinks.before",e,t,n),e=e.replace(m,v(t)),e=e.replace(_,j(t,n)),e=n.converter._dispatch("autoLinks.after",e,t,n)}),l.subParser("simplifiedAutoLinks",function(e,t,n){"use strict";return t.simplifiedAutoLink?(e=n.converter._dispatch("simplifiedAutoLinks.before",e,t,n),e=t.excludeTrailingPunctuationFromURLs?e.replace(f,v(t)):e.replace(b,v(t)),e=e.replace(g,j(t,n)),e=n.converter._dispatch("simplifiedAutoLinks.after",e,t,n)):e}),l.subParser("blockGamut",function(e,t,n){"use strict";return e=n.converter._dispatch("blockGamut.before",e,t,n),e=l.subParser("blockQuotes")(e,t,n),e=l.subParser("headers")(e,t,n),e=l.subParser("horizontalRule")(e,t,n),e=l.subParser("lists")(e,t,n),e=l.subParser("codeBlocks")(e,t,n),e=l.subParser("tables")(e,t,n),e=l.subParser("hashHTMLBlocks")(e,t,n),e=l.subParser("paragraphs")(e,t,n),e=n.converter._dispatch("blockGamut.after",e,t,n)}),l.subParser("blockQuotes",function(e,t,n){"use strict";e=n.converter._dispatch("blockQuotes.before",e,t,n),e+="\n\n";var r=/(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm;return t.splitAdjacentBlockquotes&&(r=/^ {0,3}>[\s\S]*?(?:\n\n)/gm),e=e.replace(r,function(e){return e=e.replace(/^[ \t]*>[ \t]?/gm,""),e=e.replace(/¨0/g,""),e=e.replace(/^[ \t]+$/gm,""),e=l.subParser("githubCodeBlocks")(e,t,n),e=l.subParser("blockGamut")(e,t,n),e=e.replace(/(^|\n)/g,"$1 "),e=e.replace(/(\s*<pre>[^\r]+?<\/pre>)/gm,function(e,t){var n=t;return n=n.replace(/^ /gm,"¨0"),n=n.replace(/¨0/g,"")}),l.subParser("hashBlock")("<blockquote>\n"+e+"\n</blockquote>",t,n)}),e=n.converter._dispatch("blockQuotes.after",e,t,n)}),l.subParser("codeBlocks",function(e,t,n){"use strict";return e=n.converter._dispatch("codeBlocks.before",e,t,n),e+="¨0",e=e.replace(/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g,function(e,r,a){var o=r,i=a,c="\n";return o=l.subParser("outdent")(o,t,n),o=l.subParser("encodeCode")(o,t,n),o=l.subParser("detab")(o,t,n),o=o.replace(/^\n+/g,""),o=o.replace(/\n+$/g,""),t.omitExtraWLInCodeBlocks&&(c=""),o="<pre><code>"+o+c+"</code></pre>",l.subParser("hashBlock")(o,t,n)+i}),e=e.replace(/¨0/,""),e=n.converter._dispatch("codeBlocks.after",e,t,n)}),l.subParser("codeSpans",function(e,t,n){"use strict";return e=n.converter._dispatch("codeSpans.before",e,t,n),void 0===e&&(e=""),e=e.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,function(e,r,a,o){var i=o;return i=i.replace(/^([ \t]*)/g,""),i=i.replace(/[ \t]*$/g,""),i=l.subParser("encodeCode")(i,t,n),i=r+"<code>"+i+"</code>",i=l.subParser("hashHTMLSpans")(i,t,n)}),e=n.converter._dispatch("codeSpans.after",e,t,n)}),l.subParser("completeHTMLDocument",function(e,t,n){"use strict";if(!t.completeHTMLDocument)return e;e=n.converter._dispatch("completeHTMLDocument.before",e,t,n);var r="html",a="<!DOCTYPE HTML>\n",o="",i='<meta charset="utf-8">\n',l="",c="";void 0!==n.metadata.parsed.doctype&&(a="<!DOCTYPE "+n.metadata.parsed.doctype+">\n","html"!==(r=n.metadata.parsed.doctype.toString().toLowerCase())&&"html5"!==r||(i='<meta charset="utf-8">'));for(var s in n.metadata.parsed)if(n.metadata.parsed.hasOwnProperty(s))switch(s.toLowerCase()){case"doctype":break;case"title":o="<title>"+n.metadata.parsed.title+"</title>\n";break;case"charset":i="html"===r||"html5"===r?'<meta charset="'+n.metadata.parsed.charset+'">\n':'<meta name="charset" content="'+n.metadata.parsed.charset+'">\n';break;case"language":case"lang":l=' lang="'+n.metadata.parsed[s]+'"',c+='<meta name="'+s+'" content="'+n.metadata.parsed[s]+'">\n';break;default:c+='<meta name="'+s+'" content="'+n.metadata.parsed[s]+'">\n'}return e=a+"<html"+l+">\n<head>\n"+o+i+c+"</head>\n<body>\n"+e.trim()+"\n</body>\n</html>",e=n.converter._dispatch("completeHTMLDocument.after",e,t,n)}),l.subParser("detab",function(e,t,n){"use strict";return e=n.converter._dispatch("detab.before",e,t,n),e=e.replace(/\t(?=\t)/g," "),e=e.replace(/\t/g,"¨A¨B"),e=e.replace(/¨B(.+?)¨A/g,function(e,t){for(var n=t,r=4-n.length%4,a=0;a<r;a++)n+=" ";return n}),e=e.replace(/¨A/g," "),e=e.replace(/¨B/g,""),e=n.converter._dispatch("detab.after",e,t,n)}),l.subParser("ellipsis",function(e,t,n){"use strict";return e=n.converter._dispatch("ellipsis.before",e,t,n),e=e.replace(/\.\.\./g,"…"),e=n.converter._dispatch("ellipsis.after",e,t,n)}),l.subParser("emoji",function(e,t,n){"use strict";return t.emoji?(e=n.converter._dispatch("emoji.before",e,t,n),e=e.replace(/:([\S]+?):/g,function(e,t){return l.helper.emojis.hasOwnProperty(t)?l.helper.emojis[t]:e}),e=n.converter._dispatch("emoji.after",e,t,n)):e}),l.subParser("encodeAmpsAndAngles",function(e,t,n){"use strict";return e=n.converter._dispatch("encodeAmpsAndAngles.before",e,t,n),e=e.replace(/&(?!#?[xX]?(?:[0-9a-fA-F]+|\w+);)/g,"&amp;"),e=e.replace(/<(?![a-z\/?$!])/gi,"&lt;"),e=e.replace(/</g,"&lt;"),e=e.replace(/>/g,"&gt;"),e=n.converter._dispatch("encodeAmpsAndAngles.after",e,t,n)}),l.subParser("encodeBackslashEscapes",function(e,t,n){"use strict";return e=n.converter._dispatch("encodeBackslashEscapes.before",e,t,n),e=e.replace(/\\(\\)/g,l.helper.escapeCharactersCallback),e=e.replace(/\\([`*_{}\[\]()>#+.!~=|-])/g,l.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeBackslashEscapes.after",e,t,n)}),l.subParser("encodeCode",function(e,t,n){"use strict";return e=n.converter._dispatch("encodeCode.before",e,t,n),e=e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/([*_{}\[\]\\=~-])/g,l.helper.escapeCharactersCallback),e=n.converter._dispatch("encodeCode.after",e,t,n)}),l.subParser("escapeSpecialCharsWithinTagAttributes",function(e,t,n){"use strict";e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.before",e,t,n);var r=/<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi,a=/<!(--(?:(?:[^>-]|-[^>])(?:[^-]|-[^-])*)--)>/gi;return e=e.replace(r,function(e){return e.replace(/(.)<\/?code>(?=.)/g,"$1`").replace(/([\\`*_~=|])/g,l.helper.escapeCharactersCallback)}),e=e.replace(a,function(e){return e.replace(/([\\`*_~=|])/g,l.helper.escapeCharactersCallback)}),e=n.converter._dispatch("escapeSpecialCharsWithinTagAttributes.after",e,t,n)}),l.subParser("githubCodeBlocks",function(e,t,n){"use strict";return t.ghCodeBlocks?(e=n.converter._dispatch("githubCodeBlocks.before",e,t,n),e+="¨0",e=e.replace(/(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g,function(e,r,a,o){var i=t.omitExtraWLInCodeBlocks?"":"\n";return o=l.subParser("encodeCode")(o,t,n),o=l.subParser("detab")(o,t,n),o=o.replace(/^\n+/g,""),o=o.replace(/\n+$/g,""),o="<pre><code"+(a?' class="'+a+" language-"+a+'"':"")+">"+o+i+"</code></pre>",o=l.subParser("hashBlock")(o,t,n),"\n\n¨G"+(n.ghCodeBlocks.push({text:e,codeblock:o})-1)+"G\n\n"}),e=e.replace(/¨0/,""),n.converter._dispatch("githubCodeBlocks.after",e,t,n)):e}),l.subParser("hashBlock",function(e,t,n){"use strict";return e=n.converter._dispatch("hashBlock.before",e,t,n),e=e.replace(/(^\n+|\n+$)/g,""),e="\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n",e=n.converter._dispatch("hashBlock.after",e,t,n)}),l.subParser("hashCodeTags",function(e,t,n){"use strict";return e=n.converter._dispatch("hashCodeTags.before",e,t,n),e=l.helper.replaceRecursiveRegExp(e,function(e,r,a,o){var i=a+l.subParser("encodeCode")(r,t,n)+o;return"¨C"+(n.gHtmlSpans.push(i)-1)+"C"},"<code\\b[^>]*>","</code>","gim"),e=n.converter._dispatch("hashCodeTags.after",e,t,n)}),l.subParser("hashElement",function(e,t,n){"use strict";return function(e,t){var r=t;return r=r.replace(/\n\n/g,"\n"),r=r.replace(/^\n/,""),r=r.replace(/\n+$/g,""),r="\n\n¨K"+(n.gHtmlBlocks.push(r)-1)+"K\n\n"}}),l.subParser("hashHTMLBlocks",function(e,t,n){"use strict";e=n.converter._dispatch("hashHTMLBlocks.before",e,t,n);var r=["pre","div","h1","h2","h3","h4","h5","h6","blockquote","table","dl","ol","ul","script","noscript","form","fieldset","iframe","math","style","section","header","footer","nav","article","aside","address","audio","canvas","figure","hgroup","output","video","p"],a=function(e,t,r,a){var o=e;return-1!==r.search(/\bmarkdown\b/)&&(o=r+n.converter.makeHtml(t)+a),"\n\n¨K"+(n.gHtmlBlocks.push(o)-1)+"K\n\n"};t.backslashEscapesHTMLTags&&(e=e.replace(/\\<(\/?[^>]+?)>/g,function(e,t){return"&lt;"+t+"&gt;"}));for(var o=0;o<r.length;++o)for(var i,c=new RegExp("^ {0,3}(<"+r[o]+"\\b[^>]*>)","im"),s="<"+r[o]+"\\b[^>]*>",u="</"+r[o]+">";-1!==(i=l.helper.regexIndexOf(e,c));){var h=l.helper.splitAtIndex(e,i),p=l.helper.replaceRecursiveRegExp(h[1],a,s,u,"im");if(p===h[1])break;e=h[0].concat(p)}return e=e.replace(/(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,l.subParser("hashElement")(e,t,n)),e=l.helper.replaceRecursiveRegExp(e,function(e){return"\n\n¨K"+(n.gHtmlBlocks.push(e)-1)+"K\n\n"},"^ {0,3}\x3c!--","--\x3e","gm"),e=e.replace(/(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,l.subParser("hashElement")(e,t,n)),e=n.converter._dispatch("hashHTMLBlocks.after",e,t,n)}),l.subParser("hashHTMLSpans",function(e,t,n){"use strict";function r(e){return"¨C"+(n.gHtmlSpans.push(e)-1)+"C"}return e=n.converter._dispatch("hashHTMLSpans.before",e,t,n),e=e.replace(/<[^>]+?\/>/gi,function(e){return r(e)}),e=e.replace(/<([^>]+?)>[\s\S]*?<\/\1>/g,function(e){return r(e)}),e=e.replace(/<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g,function(e){return r(e)}),e=e.replace(/<[^>]+?>/gi,function(e){return r(e)}),e=n.converter._dispatch("hashHTMLSpans.after",e,t,n)}),l.subParser("unhashHTMLSpans",function(e,t,n){"use strict";e=n.converter._dispatch("unhashHTMLSpans.before",e,t,n);for(var r=0;r<n.gHtmlSpans.length;++r){for(var a=n.gHtmlSpans[r],o=0;/¨C(\d+)C/.test(a);){var i=RegExp.$1;if(a=a.replace("¨C"+i+"C",n.gHtmlSpans[i]),10===o){console.error("maximum nesting of 10 spans reached!!!");break}++o}e=e.replace("¨C"+r+"C",a)}return e=n.converter._dispatch("unhashHTMLSpans.after",e,t,n)}),l.subParser("hashPreCodeTags",function(e,t,n){"use strict";return e=n.converter._dispatch("hashPreCodeTags.before",e,t,n),e=l.helper.replaceRecursiveRegExp(e,function(e,r,a,o){var i=a+l.subParser("encodeCode")(r,t,n)+o;return"\n\n¨G"+(n.ghCodeBlocks.push({text:e,codeblock:i})-1)+"G\n\n"},"^ {0,3}<pre\\b[^>]*>\\s*<code\\b[^>]*>","^ {0,3}</code>\\s*</pre>","gim"),e=n.converter._dispatch("hashPreCodeTags.after",e,t,n)}),l.subParser("headers",function(e,t,n){"use strict";function r(e){var r,a;if(t.customizedHeaderId){var o=e.match(/\{([^{]+?)}\s*$/);o&&o[1]&&(e=o[1])}return r=e,a=l.helper.isString(t.prefixHeaderId)?t.prefixHeaderId:!0===t.prefixHeaderId?"section-":"",t.rawPrefixHeaderId||(r=a+r),r=t.ghCompatibleHeaderId?r.replace(/ /g,"-").replace(/&amp;/g,"").replace(/¨T/g,"").replace(/¨D/g,"").replace(/[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g,"").toLowerCase():t.rawHeaderId?r.replace(/ /g,"-").replace(/&amp;/g,"&").replace(/¨T/g,"¨").replace(/¨D/g,"$").replace(/["']/g,"-").toLowerCase():r.replace(/[^\w]/g,"").toLowerCase(),t.rawPrefixHeaderId&&(r=a+r),n.hashLinkCounts[r]?r=r+"-"+n.hashLinkCounts[r]++:n.hashLinkCounts[r]=1,r}e=n.converter._dispatch("headers.before",e,t,n);var a=isNaN(parseInt(t.headerLevelStart))?1:parseInt(t.headerLevelStart),o=t.smoothLivePreview?/^(.+)[ \t]*\n={2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n=+[ \t]*\n+/gm,i=t.smoothLivePreview?/^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n-+[ \t]*\n+/gm;return e=e.replace(o,function(e,o){var i=l.subParser("spanGamut")(o,t,n),c=t.noHeaderId?"":' id="'+r(o)+'"',s=a,u="<h"+s+c+">"+i+"</h"+s+">";return l.subParser("hashBlock")(u,t,n)}),e=e.replace(i,function(e,o){var i=l.subParser("spanGamut")(o,t,n),c=t.noHeaderId?"":' id="'+r(o)+'"',s=a+1,u="<h"+s+c+">"+i+"</h"+s+">";return l.subParser("hashBlock")(u,t,n)}),e=e.replace(t.requireSpaceBeforeHeadingText?/^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm:/^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm,function(e,o,i){var c=i;t.customizedHeaderId&&(c=i.replace(/\s?\{([^{]+?)}\s*$/,""));var s=l.subParser("spanGamut")(c,t,n),u=t.noHeaderId?"":' id="'+r(i)+'"',h=a-1+o.length,p="<h"+h+u+">"+s+"</h"+h+">";return l.subParser("hashBlock")(p,t,n)}),e=n.converter._dispatch("headers.after",e,t,n)}),l.subParser("horizontalRule",function(e,t,n){"use strict";e=n.converter._dispatch("horizontalRule.before",e,t,n);var r=l.subParser("hashBlock")("<hr />",t,n);return e=e.replace(/^ {0,2}( ?-){3,}[ \t]*$/gm,r),e=e.replace(/^ {0,2}( ?\*){3,}[ \t]*$/gm,r),e=e.replace(/^ {0,2}( ?_){3,}[ \t]*$/gm,r),e=n.converter._dispatch("horizontalRule.after",e,t,n)}),l.subParser("images",function(e,t,n){"use strict";function r(e,t,n,r,o,i,l,c){return r=r.replace(/\s/g,""),a(e,t,n,r,o,i,l,c)}function a(e,t,r,a,o,i,c,s){var u=n.gUrls,h=n.gTitles,p=n.gDimensions;if(r=r.toLowerCase(),s||(s=""),e.search(/\(<?\s*>? ?(['"].*['"])?\)$/m)>-1)a="";else if(""===a||null===a){if(""!==r&&null!==r||(r=t.toLowerCase().replace(/ ?\n/g," ")),a="#"+r,l.helper.isUndefined(u[r]))return e;a=u[r],l.helper.isUndefined(h[r])||(s=h[r]),l.helper.isUndefined(p[r])||(o=p[r].width,i=p[r].height)}t=t.replace(/"/g,"&quot;").replace(l.helper.regexes.asteriskDashAndColon,l.helper.escapeCharactersCallback),a=a.replace(l.helper.regexes.asteriskDashAndColon,l.helper.escapeCharactersCallback);var d='<img src="'+a+'" alt="'+t+'"';return s&&l.helper.isString(s)&&(s=s.replace(/"/g,"&quot;").replace(l.helper.regexes.asteriskDashAndColon,l.helper.escapeCharactersCallback),d+=' title="'+s+'"'),o&&i&&(o="*"===o?"auto":o,i="*"===i?"auto":i,d+=' width="'+o+'"',d+=' height="'+i+'"'),d+=" />"}e=n.converter._dispatch("images.before",e,t,n);var o=/!\[([^\]]*?)][ \t]*()\([ \t]?<?([\S]+?(?:\([\S]*?\)[\S]*?)?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,i=/!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g,c=/!\[([^\]]*?)][ \t]*()\([ \t]?<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,s=/!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g,u=/!\[([^\[\]]+)]()()()()()/g;return e=e.replace(s,a),e=e.replace(c,r),e=e.replace(i,a),e=e.replace(o,a),e=e.replace(u,a),e=n.converter._dispatch("images.after",e,t,n)}),l.subParser("italicsAndBold",function(e,t,n){"use strict";function r(e,t,n){return t+e+n}return e=n.converter._dispatch("italicsAndBold.before",e,t,n),t.literalMidWordUnderscores?(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,function(e,t){return r(t,"<strong><em>","</em></strong>")}),e=e.replace(/\b__(\S[\s\S]*?)__\b/g,function(e,t){return r(t,"<strong>","</strong>")}),e=e.replace(/\b_(\S[\s\S]*?)_\b/g,function(e,t){return r(t,"<em>","</em>")})):(e=e.replace(/___(\S[\s\S]*?)___/g,function(e,t){return/\S$/.test(t)?r(t,"<strong><em>","</em></strong>"):e}),e=e.replace(/__(\S[\s\S]*?)__/g,function(e,t){return/\S$/.test(t)?r(t,"<strong>","</strong>"):e}),e=e.replace(/_([^\s_][\s\S]*?)_/g,function(e,t){return/\S$/.test(t)?r(t,"<em>","</em>"):e})),t.literalMidWordAsterisks?(e=e.replace(/([^*]|^)\B\*\*\*(\S[\s\S]*?)\*\*\*\B(?!\*)/g,function(e,t,n){return r(n,t+"<strong><em>","</em></strong>")}),e=e.replace(/([^*]|^)\B\*\*(\S[\s\S]*?)\*\*\B(?!\*)/g,function(e,t,n){return r(n,t+"<strong>","</strong>")}),e=e.replace(/([^*]|^)\B\*(\S[\s\S]*?)\*\B(?!\*)/g,function(e,t,n){return r(n,t+"<em>","</em>")})):(e=e.replace(/\*\*\*(\S[\s\S]*?)\*\*\*/g,function(e,t){return/\S$/.test(t)?r(t,"<strong><em>","</em></strong>"):e}),e=e.replace(/\*\*(\S[\s\S]*?)\*\*/g,function(e,t){return/\S$/.test(t)?r(t,"<strong>","</strong>"):e}),e=e.replace(/\*([^\s*][\s\S]*?)\*/g,function(e,t){return/\S$/.test(t)?r(t,"<em>","</em>"):e})),e=n.converter._dispatch("italicsAndBold.after",e,t,n)}),l.subParser("lists",function(e,t,n){"use strict";function r(e,r){n.gListLevel++,e=e.replace(/\n{2,}$/,"\n"),e+="¨0";var a=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm,o=/\n[ \t]*\n(?!¨0)/.test(e);return t.disableForced4SpacesIndentedSublists&&(a=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm),e=e.replace(a,function(e,r,a,i,c,s,u){u=u&&""!==u.trim();var h=l.subParser("outdent")(c,t,n),p="";return s&&t.tasklists&&(p=' class="task-list-item" style="list-style-type: none;"',h=h.replace(/^[ \t]*\[(x|X| )?]/m,function(){var e='<input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"';return u&&(e+=" checked"),e+=">"})),h=h.replace(/^([-*+]|\d\.)[ \t]+[\S\n ]*/g,function(e){return"¨A"+e}),r||h.search(/\n{2,}/)>-1?(h=l.subParser("githubCodeBlocks")(h,t,n),h=l.subParser("blockGamut")(h,t,n)):(h=l.subParser("lists")(h,t,n),h=h.replace(/\n$/,""),h=l.subParser("hashHTMLBlocks")(h,t,n),h=h.replace(/\n\n+/g,"\n\n"),h=o?l.subParser("paragraphs")(h,t,n):l.subParser("spanGamut")(h,t,n)),h=h.replace("¨A",""),h="<li"+p+">"+h+"</li>\n"}),e=e.replace(/¨0/g,""),n.gListLevel--,r&&(e=e.replace(/\s+$/,"")),e}function a(e,t){if("ol"===t){var n=e.match(/^ *(\d+)\./);if(n&&"1"!==n[1])return' start="'+n[1]+'"'}return""}function o(e,n,o){var i=t.disableForced4SpacesIndentedSublists?/^ ?\d+\.[ \t]/gm:/^ {0,3}\d+\.[ \t]/gm,l=t.disableForced4SpacesIndentedSublists?/^ ?[*+-][ \t]/gm:/^ {0,3}[*+-][ \t]/gm,c="ul"===n?i:l,s="";if(-1!==e.search(c))!function t(u){var h=u.search(c),p=a(e,n);-1!==h?(s+="\n\n<"+n+p+">\n"+r(u.slice(0,h),!!o)+"</"+n+">\n",n="ul"===n?"ol":"ul",c="ul"===n?i:l,t(u.slice(h))):s+="\n\n<"+n+p+">\n"+r(u,!!o)+"</"+n+">\n"}(e);else{var u=a(e,n);s="\n\n<"+n+u+">\n"+r(e,!!o)+"</"+n+">\n"}return s}return e=n.converter._dispatch("lists.before",e,t,n),e+="¨0",e=n.gListLevel?e.replace(/^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,function(e,t,n){return o(t,n.search(/[*+-]/g)>-1?"ul":"ol",!0)}):e.replace(/(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,function(e,t,n,r){return o(n,r.search(/[*+-]/g)>-1?"ul":"ol",!1)}),e=e.replace(/¨0/,""),e=n.converter._dispatch("lists.after",e,t,n)}),l.subParser("metadata",function(e,t,n){"use strict";function r(e){n.metadata.raw=e,e=e.replace(/&/g,"&amp;").replace(/"/g,"&quot;"),e=e.replace(/\n {4}/g," "),e.replace(/^([\S ]+): +([\s\S]+?)$/gm,function(e,t,r){return n.metadata.parsed[t]=r,""})}return t.metadata?(e=n.converter._dispatch("metadata.before",e,t,n),e=e.replace(/^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/,function(e,t,n){return r(n),"¨M"}),e=e.replace(/^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/,function(e,t,a){return t&&(n.metadata.format=t),r(a),"¨M"}),e=e.replace(/¨M/g,""),e=n.converter._dispatch("metadata.after",e,t,n)):e}),l.subParser("outdent",function(e,t,n){"use strict";return e=n.converter._dispatch("outdent.before",e,t,n),e=e.replace(/^(\t|[ ]{1,4})/gm,"¨0"),e=e.replace(/¨0/g,""),e=n.converter._dispatch("outdent.after",e,t,n)}),l.subParser("paragraphs",function(e,t,n){"use strict";e=n.converter._dispatch("paragraphs.before",e,t,n),e=e.replace(/^\n+/g,""),e=e.replace(/\n+$/g,"");for(var r=e.split(/\n{2,}/g),a=[],o=r.length,i=0;i<o;i++){var c=r[i];c.search(/¨(K|G)(\d+)\1/g)>=0?a.push(c):c.search(/\S/)>=0&&(c=l.subParser("spanGamut")(c,t,n),c=c.replace(/^([ \t]*)/g,"<p>"),c+="</p>",a.push(c))}for(o=a.length,i=0;i<o;i++){for(var s="",u=a[i],h=!1;/¨(K|G)(\d+)\1/.test(u);){var p=RegExp.$1,d=RegExp.$2;s="K"===p?n.gHtmlBlocks[d]:h?l.subParser("encodeCode")(n.ghCodeBlocks[d].text,t,n):n.ghCodeBlocks[d].codeblock,s=s.replace(/\$/g,"$$$$"),u=u.replace(/(\n\n)?¨(K|G)\d+\2(\n\n)?/,s),/^<pre\b[^>]*>\s*<code\b[^>]*>/.test(u)&&(h=!0)}a[i]=u}return e=a.join("\n"),e=e.replace(/^\n+/g,""),e=e.replace(/\n+$/g,""),n.converter._dispatch("paragraphs.after",e,t,n)}),l.subParser("runExtension",function(e,t,n,r){"use strict";if(e.filter)t=e.filter(t,r.converter,n);else if(e.regex){var a=e.regex;a instanceof RegExp||(a=new RegExp(a,"g")),t=t.replace(a,e.replace)}return t}),l.subParser("spanGamut",function(e,t,n){"use strict";return e=n.converter._dispatch("spanGamut.before",e,t,n),e=l.subParser("codeSpans")(e,t,n),e=l.subParser("escapeSpecialCharsWithinTagAttributes")(e,t,n),e=l.subParser("encodeBackslashEscapes")(e,t,n),e=l.subParser("images")(e,t,n),e=l.subParser("anchors")(e,t,n),e=l.subParser("autoLinks")(e,t,n),e=l.subParser("simplifiedAutoLinks")(e,t,n),e=l.subParser("emoji")(e,t,n),e=l.subParser("underline")(e,t,n),e=l.subParser("italicsAndBold")(e,t,n),e=l.subParser("strikethrough")(e,t,n),e=l.subParser("ellipsis")(e,t,n),e=l.subParser("hashHTMLSpans")(e,t,n),e=l.subParser("encodeAmpsAndAngles")(e,t,n),t.simpleLineBreaks?/\n\n¨K/.test(e)||(e=e.replace(/\n+/g,"<br />\n")):e=e.replace(/ +\n/g,"<br />\n"),e=n.converter._dispatch("spanGamut.after",e,t,n)}),l.subParser("strikethrough",function(e,t,n){"use strict";function r(e){return t.simplifiedAutoLink&&(e=l.subParser("simplifiedAutoLinks")(e,t,n)),"<del>"+e+"</del>"}return t.strikethrough&&(e=n.converter._dispatch("strikethrough.before",e,t,n),e=e.replace(/(?:~){2}([\s\S]+?)(?:~){2}/g,function(e,t){return r(t)}),e=n.converter._dispatch("strikethrough.after",e,t,n)),e}),l.subParser("stripLinkDefinitions",function(e,t,n){"use strict";var r=/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?([^>\s]+)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n+|(?=¨0))/gm,a=/^ {0,3}\[(.+)]:[ \t]*\n?[ \t]*<?(data:.+?\/.+?;base64,[A-Za-z0-9+/=\n]+?)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n\n|(?=¨0)|(?=\n\[))/gm;e+="¨0";var o=function(e,r,a,o,i,c,s){return r=r.toLowerCase(),n.gUrls[r]=a.match(/^data:.+?\/.+?;base64,/)?a.replace(/\s/g,""):l.subParser("encodeAmpsAndAngles")(a,t,n),c?c+s:(s&&(n.gTitles[r]=s.replace(/"|'/g,"&quot;")),t.parseImgDimensions&&o&&i&&(n.gDimensions[r]={width:o,height:i}),"")};return e=e.replace(a,o),e=e.replace(r,o),e=e.replace(/¨0/,"")}),l.subParser("tables",function(e,t,n){"use strict";function r(e){return/^:[ \t]*--*$/.test(e)?' style="text-align:left;"':/^--*[ \t]*:[ \t]*$/.test(e)?' style="text-align:right;"':/^:[ \t]*--*[ \t]*:$/.test(e)?' style="text-align:center;"':""}function a(e,r){var a="";return e=e.trim(),(t.tablesHeaderId||t.tableHeaderId)&&(a=' id="'+e.replace(/ /g,"_").toLowerCase()+'"'),e=l.subParser("spanGamut")(e,t,n),"<th"+a+r+">"+e+"</th>\n"}function o(e,r){return"<td"+r+">"+l.subParser("spanGamut")(e,t,n)+"</td>\n"}function i(e,t){for(var n="<table>\n<thead>\n<tr>\n",r=e.length,a=0;a<r;++a)n+=e[a];for(n+="</tr>\n</thead>\n<tbody>\n",a=0;a<t.length;++a){n+="<tr>\n";for(var o=0;o<r;++o)n+=t[a][o];n+="</tr>\n"}return n+="</tbody>\n</table>\n"}function c(e){var c,s=e.split("\n");for(c=0;c<s.length;++c)/^ {0,3}\|/.test(s[c])&&(s[c]=s[c].replace(/^ {0,3}\|/,"")),/\|[ \t]*$/.test(s[c])&&(s[c]=s[c].replace(/\|[ \t]*$/,"")),s[c]=l.subParser("codeSpans")(s[c],t,n);var u=s[0].split("|").map(function(e){return e.trim()}),h=s[1].split("|").map(function(e){return e.trim()}),p=[],d=[],b=[],f=[];for(s.shift(),s.shift(),c=0;c<s.length;++c)""!==s[c].trim()&&p.push(s[c].split("|").map(function(e){return e.trim()}));if(u.length<h.length)return e;for(c=0;c<h.length;++c)b.push(r(h[c]));for(c=0;c<u.length;++c)l.helper.isUndefined(b[c])&&(b[c]=""),d.push(a(u[c],b[c]));for(c=0;c<p.length;++c){for(var m=[],g=0;g<d.length;++g)l.helper.isUndefined(p[c][g]),m.push(o(p[c][g],b[g]));f.push(m)}return i(d,f)}if(!t.tables)return e;var s=/^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm,u=/^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm;return e=n.converter._dispatch("tables.before",e,t,n),e=e.replace(/\\(\|)/g,l.helper.escapeCharactersCallback),e=e.replace(s,c),e=e.replace(u,c),e=n.converter._dispatch("tables.after",e,t,n)}),l.subParser("underline",function(e,t,n){"use strict";return t.underline?(e=n.converter._dispatch("underline.before",e,t,n),t.literalMidWordUnderscores?(e=e.replace(/\b___(\S[\s\S]*?)___\b/g,function(e,t){return"<u>"+t+"</u>"}),e=e.replace(/\b__(\S[\s\S]*?)__\b/g,function(e,t){return"<u>"+t+"</u>"})):(e=e.replace(/___(\S[\s\S]*?)___/g,function(e,t){return/\S$/.test(t)?"<u>"+t+"</u>":e}),e=e.replace(/__(\S[\s\S]*?)__/g,function(e,t){return/\S$/.test(t)?"<u>"+t+"</u>":e})),e=e.replace(/(_)/g,l.helper.escapeCharactersCallback),e=n.converter._dispatch("underline.after",e,t,n)):e}),l.subParser("unescapeSpecialChars",function(e,t,n){"use strict";return e=n.converter._dispatch("unescapeSpecialChars.before",e,t,n),e=e.replace(/¨E(\d+)E/g,function(e,t){var n=parseInt(t);return String.fromCharCode(n)}),e=n.converter._dispatch("unescapeSpecialChars.after",e,t,n)}),l.subParser("makeMarkdown.blockquote",function(e,t){"use strict";var n="";if(e.hasChildNodes())for(var r=e.childNodes,a=r.length,o=0;o<a;++o){var i=l.subParser("makeMarkdown.node")(r[o],t);""!==i&&(n+=i)}return n=n.trim(),n="> "+n.split("\n").join("\n> ")}),l.subParser("makeMarkdown.codeBlock",function(e,t){"use strict";return"```"+e.getAttribute("language")+"\n"+t.preList[e.getAttribute("precodenum")]+"\n```"}),l.subParser("makeMarkdown.codeSpan",function(e){"use strict";return"`"+e.innerHTML+"`"}),l.subParser("makeMarkdown.emphasis",function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="*";for(var r=e.childNodes,a=r.length,o=0;o<a;++o)n+=l.subParser("makeMarkdown.node")(r[o],t);n+="*"}return n}),l.subParser("makeMarkdown.header",function(e,t,n){"use strict";var r=new Array(n+1).join("#"),a="";if(e.hasChildNodes()){a=r+" ";for(var o=e.childNodes,i=o.length,c=0;c<i;++c)a+=l.subParser("makeMarkdown.node")(o[c],t)}return a}),l.subParser("makeMarkdown.hr",function(){"use strict";return"---"}),l.subParser("makeMarkdown.image",function(e){"use strict";var t="";return e.hasAttribute("src")&&(t+="!["+e.getAttribute("alt")+"](",t+="<"+e.getAttribute("src")+">",e.hasAttribute("width")&&e.hasAttribute("height")&&(t+=" ="+e.getAttribute("width")+"x"+e.getAttribute("height")),e.hasAttribute("title")&&(t+=' "'+e.getAttribute("title")+'"'),t+=")"),t}),l.subParser("makeMarkdown.links",function(e,t){"use strict";var n="";if(e.hasChildNodes()&&e.hasAttribute("href")){var r=e.childNodes,a=r.length;n="[";for(var o=0;o<a;++o)n+=l.subParser("makeMarkdown.node")(r[o],t);n+="](",n+="<"+e.getAttribute("href")+">",e.hasAttribute("title")&&(n+=' "'+e.getAttribute("title")+'"'),n+=")"}return n}),l.subParser("makeMarkdown.list",function(e,t,n){"use strict";var r="";if(!e.hasChildNodes())return"";for(var a=e.childNodes,o=a.length,i=e.getAttribute("start")||1,c=0;c<o;++c)if(void 0!==a[c].tagName&&"li"===a[c].tagName.toLowerCase()){var s="";s="ol"===n?i.toString()+". ":"- ",r+=s+l.subParser("makeMarkdown.listItem")(a[c],t),++i}return r+="\n\x3c!-- --\x3e\n",r.trim()}),l.subParser("makeMarkdown.listItem",function(e,t){"use strict";for(var n="",r=e.childNodes,a=r.length,o=0;o<a;++o)n+=l.subParser("makeMarkdown.node")(r[o],t);return/\n$/.test(n)?n=n.split("\n").join("\n ").replace(/^ {4}$/gm,"").replace(/\n\n+/g,"\n\n"):n+="\n",n}),l.subParser("makeMarkdown.node",function(e,t,n){"use strict";n=n||!1;var r="";if(3===e.nodeType)return l.subParser("makeMarkdown.txt")(e,t);if(8===e.nodeType)return"\x3c!--"+e.data+"--\x3e\n\n";if(1!==e.nodeType)return"";switch(e.tagName.toLowerCase()){case"h1":n||(r=l.subParser("makeMarkdown.header")(e,t,1)+"\n\n");break;case"h2":n||(r=l.subParser("makeMarkdown.header")(e,t,2)+"\n\n");break;case"h3":n||(r=l.subParser("makeMarkdown.header")(e,t,3)+"\n\n");break;case"h4":n||(r=l.subParser("makeMarkdown.header")(e,t,4)+"\n\n");break;case"h5":n||(r=l.subParser("makeMarkdown.header")(e,t,5)+"\n\n");break;case"h6":n||(r=l.subParser("makeMarkdown.header")(e,t,6)+"\n\n");break;case"p":n||(r=l.subParser("makeMarkdown.paragraph")(e,t)+"\n\n");break;case"blockquote":n||(r=l.subParser("makeMarkdown.blockquote")(e,t)+"\n\n");break;case"hr":n||(r=l.subParser("makeMarkdown.hr")(e,t)+"\n\n");break;case"ol":n||(r=l.subParser("makeMarkdown.list")(e,t,"ol")+"\n\n");break;case"ul":n||(r=l.subParser("makeMarkdown.list")(e,t,"ul")+"\n\n");break;case"precode":n||(r=l.subParser("makeMarkdown.codeBlock")(e,t)+"\n\n");break;case"pre":n||(r=l.subParser("makeMarkdown.pre")(e,t)+"\n\n");break;case"table":n||(r=l.subParser("makeMarkdown.table")(e,t)+"\n\n");break;case"code":r=l.subParser("makeMarkdown.codeSpan")(e,t);break;case"em":case"i":r=l.subParser("makeMarkdown.emphasis")(e,t);break;case"strong":case"b":r=l.subParser("makeMarkdown.strong")(e,t);break;case"del":r=l.subParser("makeMarkdown.strikethrough")(e,t);break;case"a":r=l.subParser("makeMarkdown.links")(e,t);break;case"img":r=l.subParser("makeMarkdown.image")(e,t);break;default:r=e.outerHTML+"\n\n"}return r}),l.subParser("makeMarkdown.paragraph",function(e,t){"use strict";var n="";if(e.hasChildNodes())for(var r=e.childNodes,a=r.length,o=0;o<a;++o)n+=l.subParser("makeMarkdown.node")(r[o],t);return n=n.trim()}),l.subParser("makeMarkdown.pre",function(e,t){"use strict";return"<pre>"+t.preList[e.getAttribute("prenum")]+"</pre>"}),l.subParser("makeMarkdown.strikethrough",function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="~~";for(var r=e.childNodes,a=r.length,o=0;o<a;++o)n+=l.subParser("makeMarkdown.node")(r[o],t);n+="~~"}return n}),l.subParser("makeMarkdown.strong",function(e,t){"use strict";var n="";if(e.hasChildNodes()){n+="**";for(var r=e.childNodes,a=r.length,o=0;o<a;++o)n+=l.subParser("makeMarkdown.node")(r[o],t);n+="**"}return n}),l.subParser("makeMarkdown.table",function(e,t){"use strict";var n,r,a="",o=[[],[]],i=e.querySelectorAll("thead>tr>th"),c=e.querySelectorAll("tbody>tr");for(n=0;n<i.length;++n){var s=l.subParser("makeMarkdown.tableCell")(i[n],t),u="---";if(i[n].hasAttribute("style")){switch(i[n].getAttribute("style").toLowerCase().replace(/\s/g,"")){case"text-align:left;":u=":---";break;case"text-align:right;":u="---:";break;case"text-align:center;":u=":---:"}}o[0][n]=s.trim(),o[1][n]=u}for(n=0;n<c.length;++n){var h=o.push([])-1,p=c[n].getElementsByTagName("td");for(r=0;r<i.length;++r){var d=" ";void 0!==p[r]&&(d=l.subParser("makeMarkdown.tableCell")(p[r],t)),o[h].push(d)}}var b=3;for(n=0;n<o.length;++n)for(r=0;r<o[n].length;++r){var f=o[n][r].length;f>b&&(b=f)}for(n=0;n<o.length;++n){for(r=0;r<o[n].length;++r)o[n][r]=1===n?":"===o[n][r].slice(-1)?l.helper.padEnd(o[n][r].slice(-1),b-1,"-")+":":l.helper.padEnd(o[n][r],b,"-"):l.helper.padEnd(o[n][r],b);a+="| "+o[n].join(" | ")+" |\n"}return a.trim()}),l.subParser("makeMarkdown.tableCell",function(e,t){"use strict";var n="";if(!e.hasChildNodes())return"";for(var r=e.childNodes,a=r.length,o=0;o<a;++o)n+=l.subParser("makeMarkdown.node")(r[o],t,!0);return n.trim()}),l.subParser("makeMarkdown.txt",function(e){"use strict";var t=e.nodeValue;return t=t.replace(/ +/g," "),t=t.replace(/¨NBSP;/g," "),t=l.helper.unescapeHTMLEntities(t),t=t.replace(/([*_~|`])/g,"\\$1"),t=t.replace(/^(\s*)>/g,"\\$1>"),t=t.replace(/^#/gm,"\\#"),t=t.replace(/^(\s*)([-=]{3,})(\s*)$/,"$1\\$2$3"),t=t.replace(/^( {0,3}\d+)\./gm,"$1\\."),t=t.replace(/^( {0,3})([+-])/gm,"$1\\$2"),t=t.replace(/]([\s]*)\(/g,"\\]$1\\("),t=t.replace(/^ {0,3}\[([\S \t]*?)]:/gm,"\\[$1]:")});void 0!==(r=function(){"use strict";return l}.call(t,n,t,e))&&(e.exports=r)}).call(this)},"99bU":function(e,t,n){"use strict";var r=n("KM04");"serviceWorker"in navigator&&"https:"===location.protocol&&navigator.serviceWorker.register(n.p+"sw.js");var a=function(e){return e&&e.default?e.default:e};if("function"==typeof a(n("JkW7"))){var o=document.body.firstElementChild,i=function(){var e=a(n("JkW7"));o=(0,r.render)((0,r.h)(e),document.body,o)};i()}},JkW7:function(e,t,n){"use strict";function r(e,t){for(var n in t)e[n]=t[n];return e}function a(e,t,n){var r,a=/(?:\?([^#]*))?(#.*)?$/,o=e.match(a),i={};if(o&&o[1])for(var c=o[1].split("&"),s=0;s<c.length;s++){var u=c[s].split("=");i[decodeURIComponent(u[0])]=decodeURIComponent(u.slice(1).join("="))}e=l(e.replace(a,"")),t=l(t||"");for(var h=Math.max(e.length,t.length),p=0;p<h;p++)if(t[p]&&":"===t[p].charAt(0)){var d=t[p].replace(/(^\:|[+*?]+$)/g,""),b=(t[p].match(/[+*?]+$/)||ce)[0]||"",f=~b.indexOf("+"),m=~b.indexOf("*"),g=e[p]||"";if(!g&&!m&&(b.indexOf("?")<0||f)){r=!1;break}if(i[d]=decodeURIComponent(g),f||m){i[d]=e.slice(p).map(decodeURIComponent).join("/");break}}else if(t[p]!==e[p]){r=!1;break}return(!0===n.default||!1!==r)&&i}function o(e,t){return e.rank<t.rank?1:e.rank>t.rank?-1:e.index-t.index}function i(e,t){return e.index=t,e.rank=u(e),e.attributes}function l(e){return e.replace(/(^\/+|\/+$)/g,"").split("/")}function c(e){return":"==e.charAt(0)?1+"*+?".indexOf(e.charAt(e.length-1))||4:5}function s(e){return l(e).map(c).join("")}function u(e){return e.attributes.default?0:s(e.attributes.path)}function h(e){return null!=e.__preactattr_||"undefined"!=typeof Symbol&&null!=e[Symbol.for("preactattr")]}function p(e,t){void 0===t&&(t="push"),se&&se[t]?se[t](e):"undefined"!=typeof history&&history[t+"State"]&&history[t+"State"](null,null,e)}function d(){var e;return e=se&&se.location?se.location:se&&se.getCurrentLocation?se.getCurrentLocation():"undefined"!=typeof location?location:pe,""+(e.pathname||"")+(e.search||"")}function b(e,t){return void 0===t&&(t=!1),"string"!=typeof e&&e.url&&(t=e.replace,e=e.url),f(e)&&p(e,t?"replace":"push"),m(e)}function f(e){for(var t=ue.length;t--;)if(ue[t].canRoute(e))return!0;return!1}function m(e){for(var t=!1,n=0;n<ue.length;n++)!0===ue[n].routeTo(e)&&(t=!0);for(var r=he.length;r--;)he[r](e);return t}function g(e){if(e&&e.getAttribute){var t=e.getAttribute("href"),n=e.getAttribute("target");if(t&&t.match(/^\//g)&&(!n||n.match(/^_?self$/i)))return b(t)}}function _(e){if(0==e.button)return g(e.currentTarget||e.target||this),v(e)}function v(e){return e&&(e.stopImmediatePropagation&&e.stopImmediatePropagation(),e.stopPropagation&&e.stopPropagation(),e.preventDefault()),!1}function j(e){if(!(e.ctrlKey||e.metaKey||e.altKey||e.shiftKey||0!==e.button)){var t=e.target;do{if("A"===String(t.nodeName).toUpperCase()&&t.getAttribute("href")&&h(t)){if(t.hasAttribute("native"))return;if(g(t))return v(e)}}while(t=t.parentNode)}}function w(){de||("function"==typeof addEventListener&&(se||addEventListener("popstate",function(){m(d())}),addEventListener("click",j)),de=!0)}function O(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function y(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function k(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function z(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function P(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function C(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function x(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function S(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function E(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function A(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function M(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function L(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function T(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function I(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function D(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function B(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function q(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function F(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function N(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function R(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function H(e,t){return e.raw=t,e}function U(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function V(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function W(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function $(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function G(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function K(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function Z(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Y(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function Q(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function X(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function J(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function ee(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function te(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ne(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function re(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}function ae(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function oe(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function ie(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var le=n("KM04"),ce=(n("xHuH"),{}),se=null,ue=[],he=[],pe={},de=!1,be=function(e){function t(t){e.call(this,t),t.history&&(se=t.history),this.state={url:t.url||d()},w()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.shouldComponentUpdate=function(e){return!0!==e.static||(e.url!==this.props.url||e.onChange!==this.props.onChange)},t.prototype.canRoute=function(e){return this.getMatchingChildren(this.props.children,e,!1).length>0},t.prototype.routeTo=function(e){return this._didRoute=!1,this.setState({url:e}),this.updating?this.canRoute(e):(this.forceUpdate(),this._didRoute)},t.prototype.componentWillMount=function(){ue.push(this),this.updating=!0},t.prototype.componentDidMount=function(){var e=this;se&&(this.unlisten=se.listen(function(t){e.routeTo(""+(t.pathname||"")+(t.search||""))})),this.updating=!1},t.prototype.componentWillUnmount=function(){"function"==typeof this.unlisten&&this.unlisten(),ue.splice(ue.indexOf(this),1)},t.prototype.componentWillUpdate=function(){this.updating=!0},t.prototype.componentDidUpdate=function(){this.updating=!1},t.prototype.getMatchingChildren=function(e,t,n){return e.filter(i).sort(o).map(function(e){var o=a(t,e.attributes.path,e.attributes);if(o){if(!1!==n){var i={url:t,matches:o};return r(i,o),delete i.ref,delete i.key,Object(le.cloneElement)(e,i)}return e}}).filter(Boolean)},t.prototype.render=function(e,t){var n=e.children,r=e.onChange,a=t.url,o=this.getMatchingChildren(n,a,!0),i=o[0]||null;this._didRoute=!!i;var l=this.previousUrl;return a!==l&&(this.previousUrl=a,"function"==typeof r&&r({router:this,url:a,previous:l,active:o,current:i})),i},t}(le.Component),fe=function(e){return Object(le.h)("a",r({onClick:_},e))},me=function(e){return Object(le.h)(e.component,e)};be.subscribers=he,be.getCurrentUrl=d,be.route=b,be.Router=be,be.Route=me,be.Link=fe;var ge=be,_e=(n("36Ou"),n("P9k+")),ve=n.n(_e),je=function(e){function t(){return O(this,e.apply(this,arguments))}return y(t,e),t.prototype.render=function(){return Object(le.h)("div",{class:ve.a.panel},this.props.children)},t}(le.Component),we=n("1EpE"),Oe=n.n(we),ye=function(e){function t(){return k(this,t),z(this,e.apply(this,arguments))}return P(t,e),t.prototype.render=function(){var e=null;return e=Array.isArray(this.props.children)?this.props.children.map(function(e){return Object(le.h)("div",{class:Oe.a.splitchild},e)}):Object(le.h)("div",{class:Oe.a.splitchild},this.props.children),Object(le.h)("div",{class:Oe.a.split},e)},t}(le.Component),ke=n("tO1d"),ze=n.n(ke),Pe=function(e){function t(){return C(this,t),x(this,e.apply(this,arguments))}return S(t,e),t.prototype.render=function(){return Object(le.h)("span",{class:ze.a.todo},this.props.children)},t}(le.Component),Ce=Object(le.h)("div",null,Object(le.h)("h1",null,"Appuntiweb ",Object(le.h)("small",null,"di ",Object(le.h)("a",{href:"https://steffo.eu/"},"Steffo"))),Object(le.h)("h2",null,"Argomenti"),Object(le.h)(ye,null,Object(le.h)(je,null,Object(le.h)("h2",null,Object(le.h)("a",{href:"/fisica"},"Fisica")),Object(le.h)("p",null,"Appunti delle ",Object(le.h)("a",{href:"http://personale.unimore.it/rubrica/contenutiad/brunetti/2019/58025/N0/N0/9999"},"lezioni di Fisica")," del ",Object(le.h)("a",{href:"https://www.unimore.it/didattica/mlaurea.html?ID=54"},"corso triennale di Informatica")," all'",Object(le.h)("a",{href:"https://www.unimore.it/"},"Unimore"),", tenute dalla ",Object(le.h)("a",{href:"https://personale.unimore.it/rubrica/dettaglio/brunetti"},"Prof.ssa Rossella Brunetti")," nel primo semestre dell'Anno Accademico 2019/2020.")),Object(le.h)(je,null,Object(le.h)("h2",null,Object(le.h)("a",{href:"https://github.com/Steffo99/appunti-universitari/tree/master/2019_SistemiOperativi/Arzigogoli"},"Sistemi Operativi")),Object(le.h)("p",null,"Soluzioni agli ",Object(le.h)("a",{href:"https://weblab.ing.unimore.it/people/andreolini/didattica/sistemi-operativi/index.html#arzigogoli"},"Arzigogoli")," proposti dal ",Object(le.h)("a",{href:"https://personale.unimore.it/rubrica/dettaglio/andreolini"},"Prof. Mauro Andreolini")," durante le ",Object(le.h)("a",{href:"https://personale.unimore.it/rubrica/contenutiad/andreolini/2019/58027/N0/N0/9999"},"lezioni di Sistemi Operativi")," del ",Object(le.h)("a",{href:"https://www.unimore.it/didattica/mlaurea.html?ID=54"},"corso triennale di Informatica")," all'",Object(le.h)("a",{href:"https://www.unimore.it/"},"Unimore")," tenutesi nel primo semestre dell'Anno Accademico 2019/2020.")),Object(le.h)(je,null,Object(le.h)("h2",null,Object(le.h)("a",{href:"https://github.com/Steffo99/appunti-universitari/tree/master/2018_AlgoritmiEStruttureDati"},"Algoritmi e Strutture Dati")),Object(le.h)("p",null,"Appunti delle ",Object(le.h)("a",{href:"https://personale.unimore.it/rubrica/contenutiad/mmontangero/2018/58133/N0/N0/9999"},"lezioni di Algoritmi e Strutture Dati")," del ",Object(le.h)("a",{href:"https://www.unimore.it/didattica/mlaurea.html?ID=54"},"corso triennale di Informatica")," all'",Object(le.h)("a",{href:"https://www.unimore.it/"},"Unimore"),", tenute dalla ",Object(le.h)("a",{href:"https://personale.unimore.it/rubrica/dettaglio/mmontangero"},"Prof.ssa Manuela Montangero")," nel secondo semestre dell'Anno Accademico 2018/2019.")),Object(le.h)(je,null,Object(le.h)("h2",null,Object(le.h)("a",{href:"/vldigeometria"},"Videolezioni di Geometria")),Object(le.h)("p",null,"Ottime videolezioni di Geometria con licenza ",Object(le.h)("a",{href:"https://creativecommons.org/licenses/by-nc-sa/4.0/"},"CC BY-NC-SA 4.0")," che ho trovato sul ",Object(le.h)("a",{href:"https://dolly.fim.unimore.it/2018/course/view.php?id=14#section-0"},"portale Dolly 2018")," dell'",Object(le.h)("a",{href:"https://www.unimore.it/"},"Unimore"),".")),Object(le.h)(je,null,Object(le.h)("h2",null,Object(le.h)("a",{href:"/mingwinstall"},"Come installare MinGW")),Object(le.h)("p",null,"Un breve tutorial con immagini su come installare e configurare ",Object(le.h)("a",{href:"https://it.wikipedia.org/wiki/MinGW"},"MinGW")," per compilare programmi C e C++ su Windows."))),Object(le.h)("h2",null,"Altre collegamenti utili"),Object(le.h)(ye,null,Object(le.h)(je,null,Object(le.h)("h2",null,Object(le.h)("a",{href:"https://t.me/unimoreinfo"},"@unimoreinfo")),Object(le.h)("p",null,"Il gruppo ",Object(le.h)("a",{href:"https://telegram.org/"},"Telegram")," del corso di Informatica dell'Unimore!")),Object(le.h)(je,null,Object(le.h)("h2",null,Object(le.h)("a",{href:"https://calendar.google.com/calendar?cid=MmYza2o2M3VuZWQ1cmZqaGpmOGY0MWFrNmdAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ"},"Calendario Lezioni")),Object(le.h)("p",null,"Calendario Google ",Object(le.h)("small",null,"quasi")," sempre aggiornato delle lezioni e degli esami del secondo anno dell'",Object(le.h)("a",{href:"https://www.unimore.it/"},"Unimore")," durante l'Anno Accademico 2019/2020.")),Object(le.h)(je,null,Object(le.h)("h2",null,Object(le.h)("a",{href:"http://erre2.fermitech.info/dashboard"},"Erre2")),Object(le.h)("p",null,"Portale contenente appunti e riassunti mantenuto da ",Object(le.h)("a",{href:"https://github.com/LBindustries"},"Lorenzo Balugani"),".")),Object(le.h)(je,null,Object(le.h)("h2",null,Object(le.h)("a",{href:"https://github.com/vezzalinistefano/Appunti-Algoritmi"},"vezzalinistefano/Appunti-Algoritmi")),Object(le.h)("p",null,"Appunti di Algoritmi e Strutture Dati mantenuti da ",Object(le.h)("a",{href:"https://github.com/vezzalinistefano/"},"Vezzalini Stefano"),".")))),xe=function(e){function t(){return E(this,t),A(this,e.apply(this,arguments))}return M(t,e),t.prototype.render=function(){return Ce},t}(le.Component),Se=(n("0lnO"),n("+uq9")),Ee=n.n(Se),Ae=function(e){function t(){return L(this,t),T(this,e.apply(this,arguments))}return I(t,e),t.prototype.render=function(){var e="{\\color{White} "+this.props.children+" }";return Object(le.h)("img",{src:"https://latex.codecogs.com/png.latex?"+e,alt:this.props.children,title:this.props.children,class:Ee.a.latex})},t}(le.Component),Me=n("ddTt"),Le=n.n(Me),Te=function(e){function t(){return D(this,t),B(this,e.apply(this,arguments))}return q(t,e),t.prototype.render=function(){return Object(le.h)("span",{class:Le.a.plus},this.props.children)},t}(le.Component),Ie=n("MeW5"),De=n.n(Ie),Be=function(e){function t(){return F(this,t),N(this,e.apply(this,arguments))}return R(t,e),t.prototype.render=function(){return Object(le.h)("span",{class:De.a.minus},this.props.children)},t}(le.Component),qe=H(["\vec{v} = \vec{v}_x + \vec{v}_y"],["\\vec{v} = \\vec{v}_x + \\vec{v}_y"]),Fe=H(["left | \vec{v}_x \right | = left | \vec{v} \right | sin alpha"],["\\left | \\vec{v}_x \\right | = \\left | \\vec{v} \\right | \\sin \\alpha"]),Ne=H(["left | \vec{v}_y \right | = left | \vec{v} \right | cos alpha"],["\\left | \\vec{v}_y \\right | = \\left | \\vec{v} \\right | \\cos \\alpha"]),Re=H(["\vec{v} + \vec{w} = (\vec{v}_x + \vec{w}_x) + (\vec{v}_y + \vec{w}_y)"],["\\vec{v} + \\vec{w} = (\\vec{v}_x + \\vec{w}_x) + (\\vec{v}_y + \\vec{w}_y)"]),He=H(["\vec{v} - \vec{w} = (\vec{v}_x - \vec{w}_x) + (\vec{v}_y - \vec{w}_y)"],["\\vec{v} - \\vec{w} = (\\vec{v}_x - \\vec{w}_x) + (\\vec{v}_y - \\vec{w}_y)"]),Ue=H(["\vec{v} cdot \vec{w} = left | \vec{v} \right | left | \vec{w} \right | cos alpha"],["\\vec{v} \\cdot \\vec{w} = \\left | \\vec{v} \\right | \\left | \\vec{w} \\right | \\cos \\alpha"]),Ve=H(["\vec{a}"],["\\vec{a}"]),We=H(["\vec{b}"],["\\vec{b}"]),$e=H(["\vec{c} = \vec{a} \times \vec{b}"],["\\vec{c} = \\vec{a} \\times \\vec{b}"]),Ge=H(["left | \vec{c} \right | = left | \vec{a} \right | cdot left | \vec{b} \right | cdot sin(alpha)"],["\\left | \\vec{c} \\right | = \\left | \\vec{a} \\right | \\cdot \\left | \\vec{b} \\right | \\cdot \\sin(\\alpha)"]),Ke=H(["Sigma \vec{F} = 0 Longleftrightarrow Delta v = 0"],["\\Sigma \\vec{F} = 0 \\Longleftrightarrow \\Delta v = 0"]),Ze=H(["Sigma \vec{F} = m \vec{a}"],["\\Sigma \\vec{F} = m \\vec{a}"]),Ye=H(["\vec{F}_{21} = -\vec{F}_{12}"],["\\vec{F}_{21} = -\\vec{F}_{12}"]),Qe=H(["left | \vec{F} \right | = G \frac{m_1 m_2}{s^2}"],["\\left | \\vec{F} \\right | = G \\frac{m_1 m_2}{s^2}"]),Xe=H(["G = 6.67 cdot 10^{-11} \frac{N m^2}{{kg}^2}"],["G = 6.67 \\cdot 10^{-11} \\frac{N m^2}{{kg}^2}"]),Je=H(["left | \vec{F} \right | = g m"],["\\left | \\vec{F} \\right | = g m"]),et=H(["g = 9.81 \frac{m}{s^2}"],["g = 9.81 \\frac{m}{s^2}"]),tt=H(["g_{luna} = 1.62 \frac{m}{s^2}"],["g_{luna} = 1.62 \\frac{m}{s^2}"]),nt=H(["g_{marte} = 3.71 \frac{m}{s^2}"],["g_{marte} = 3.71 \\frac{m}{s^2}"]),rt=H(["left | \vec{F} \right | leq mu_{s} left | \vec{F}_{normale} \right |"],["\\left | \\vec{F} \\right | \\leq \\mu_{s} \\left | \\vec{F}_{normale} \\right |"]),at=H(["left | \vec{F} \right | leq mu_{d} left | \vec{F}_{normale} \right |"],["\\left | \\vec{F} \\right | \\leq \\mu_{d} \\left | \\vec{F}_{normale} \\right |"]),ot=H(["F = -k x"],["F = -k x"]),it=H(["Delta \vec{s} = \vec{s}(fine) - \vec{s}(inizio)"],["\\Delta \\vec{s} = \\vec{s}(fine) - \\vec{s}(inizio)"]),lt=H(["\vec{v} = \frac{Delta \vec{s}}{Delta t}"],["\\vec{v} = \\frac{\\Delta \\vec{s}}{\\Delta t}"]),ct=H(["\vec{v} = lim_{Delta t \to 0} \frac{Delta \vec{s}}{Delta t} = \frac{d \vec{s}}{dt}"],["\\vec{v} = \\lim_{\\Delta t \\to 0} \\frac{\\Delta \\vec{s}}{\\Delta t} = \\frac{d \\vec{s}}{dt}"]),st=H(["\vec{a} = \frac{Delta \vec{v}}{Delta t}"],["\\vec{a} = \\frac{\\Delta \\vec{v}}{\\Delta t}"]),ut=H(["\vec{a} = lim_{Delta v \to 0} \frac{Delta \vec{v}}{Delta t} = \frac{d \vec{v}}{d t} = \frac{d^2 \vec{s}}{d t^2}"],["\\vec{a} = \\lim_{\\Delta v \\to 0} \\frac{\\Delta \\vec{v}}{\\Delta t} = \\frac{d \\vec{v}}{d t} = \\frac{d^2 \\vec{s}}{d t^2}"]),ht=H(["\vec{p} = m \vec{v}"],["\\vec{p} = m \\vec{v}"]),pt=H(["Sigma \vec{F} = 0 Longleftrightarrow Delta \vec{p} = 0"],["\\Sigma \\vec{F} = 0 \\Longleftrightarrow \\Delta \\vec{p} = 0"]),dt=H(["s(t) = v cdot Delta t + s(0)"],["s(t) = v \\cdot \\Delta t + s(0)"]),bt=H(["v(t) = k"],["v(t) = k"]),ft=H(["a(t) = 0"],["a(t) = 0"]),mt=H(["s(t) = \frac{1}{2} a cdot (Delta t)^2 + v(0) cdot (Delta t) + s(0)"],["s(t) = \\frac{1}{2} a \\cdot (\\Delta t)^2 + v(0) \\cdot (\\Delta t) + s(0)"]),gt=H(["v(t) = a Delta t + v(0)"],["v(t) = a \\Delta t + v(0)"]),_t=H(["a(t) = k"],["a(t) = k"]),vt=H(["omega = \frac{2 pi}{T}"],["\\omega = \\frac{2 \\pi}{T}"]),jt=H(["s(t) = A sin (omega cdot t + phi)"],["s(t) = A \\sin (\\omega \\cdot t + \\phi)"]),wt=H(["\frac{pi}{2}"],["\\frac{\\pi}{2}"]),Ot=H(["v(t) = A sin (omega cdot t + phi + \frac{pi}{2})"],["v(t) = A \\sin (\\omega \\cdot t + \\phi + \\frac{\\pi}{2})"]),yt=H(["pi"],["\\pi"]),kt=H(["a(t) = A sin (omega cdot t + phi + pi)"],["a(t) = A \\sin (\\omega \\cdot t + \\phi + \\pi)"]),zt=H(["phi"],["\\phi"]),Pt=H(["v = \frac{Delta s}{t} = \frac{2 pi cdot r}{T} = omega r"],["v = \\frac{\\Delta s}{t} = \\frac{2 \\pi \\cdot r}{T} = \\omega r"]),Ct=H(["a = \frac{v^2}{r} = r cdot omega^2 = v cdot omega"],["a = \\frac{v^2}{r} = r \\cdot \\omega^2 = v \\cdot \\omega"]),xt=H(["F = m cdot a"],["F = m \\cdot a"]),St=H(["W = \vec{F} cdot \vec{s} = F cdot Delta s cdot cos(alpha )"],["W = \\vec{F} \\cdot \\vec{s} = F \\cdot \\Delta s \\cdot cos(\\alpha )"]),Et=H(["E_c = \frac{1}{2} m v^2"],["E_c = \\frac{1}{2} m v^2"]),At=H(["Delta E_c = W"],["\\Delta E_c = W"]),Mt=H(["E_{p_g} = m cdot g cdot h"],["E_{p_g} = m \\cdot g \\cdot h"]),Lt=H(["E_{p_e} = \frac{1}{2} k x^2"],["E_{p_e} = \\frac{1}{2} k x^2"]),Tt=H(["E = E_k + E_p"],["E = E_k + E_p"]),It=H(["P = \frac{Delta E}{Delta t}"],["P = \\frac{\\Delta E}{\\Delta t}"]),Dt=H(["C_{elettrone} = 1.602 cdot 10^{-19}"],["C_{elettrone} = 1.602 \\cdot 10^{-19}"]),Bt=H(["left | \vec{F}_{elettrica} \right | = \frac{-k cdot q_1 cdot q_2}{s^2}"],["\\left | \\vec{F}_{elettrica} \\right | = \\frac{-k \\cdot q_1 \\cdot q_2}{s^2}"]),qt=H(["k"],["k"]),Ft=H(["k = 8.99 cdot 10^9 \frac{N cdot m^2}{C^2}"],["k = 8.99 \\cdot 10^9 \\frac{N \\cdot m^2}{C^2}"]),Nt=H(["epsilon_0"],["\\epsilon_0"]),Rt=H(["k = \frac{1}{4 pi cdot epsilon_0}"],["k = \\frac{1}{4 \\pi \\cdot \\epsilon_0}"]),Ht=H(["left | \vec{F}_{elettrica} \right | = \frac{q_1 cdot q_2}{4 pi cdot epsilon_0 cdot s^2}"],["\\left | \\vec{F}_{elettrica} \\right | = \\frac{q_1 \\cdot q_2}{4 \\pi \\cdot \\epsilon_0 \\cdot s^2}"]),Ut=H(["\vec{E} = \frac{\vec{F}_{elettrica}}{q} = \frac{-k cdot q}{s^2}"],["\\vec{E} = \\frac{\\vec{F}_{elettrica}}{q} = \\frac{-k \\cdot q}{s^2}"]),Vt=H(["Phi_E = \vec{E} cdot \vec{S} = E cdot S cdot cos(phi)"],["\\Phi_E = \\vec{E} \\cdot \\vec{S} = E \\cdot S \\cdot \\cos(\\phi)"]),Wt=H(["\vec{S}"],["\\vec{S}"]),$t=H(["Phi_E = \frac{q_{interna}}{epsilon_0}"],["\\Phi_E = \\frac{q_{interna}}{\\epsilon_0}"]),Gt=H(["U_e"],["U_e"]),Kt=H(["V = \frac{E_{elettrica}}{q}"],["V = \\frac{E_{elettrica}}{q}"]),Zt=H(["V"],["V"]),Yt=H(["I = \frac{Delta q}{Delta t}"],["I = \\frac{\\Delta q}{\\Delta t}"]),Qt=H(["A"],["A"]),Xt=H(["P = \frac{Delta U}{Delta t} = I cdot Delta V = I^2 cdot R = \frac{(Delta V)^2}{R}"],["P = \\frac{\\Delta U}{\\Delta t} = I \\cdot \\Delta V = I^2 \\cdot R = \\frac{(\\Delta V)^2}{R}"]),Jt=H(["V = R cdot I"],["V = R \\cdot I"]),en=H(["R"],["R"]),tn=H(["Omega"],["\\Omega"]),nn=H(["R = \rho \frac{L_{unghezza}}{A_{rea}}"],["R = \\rho \\frac{L_{unghezza}}{A_{rea}}"]),rn=H(["\rho"],["\\rho"]),an=H(["\rho = \rho_0 (1 + alpha(T - T_0))"],["\\rho = \\rho_0 (1 + \\alpha(T - T_0))"]),on=H(["C = \frac{q_{massima}}{Delta V}"],["C = \\frac{q_{massima}}{\\Delta V}"]),ln=H(["C_{nuova} = kappa cdot \frac{epsilon_0 cdot A}{s}"],["C_{nuova} = \\kappa \\cdot \\frac{\\epsilon_0 \\cdot A}{s}"]),cn=H(["kappa"],["\\kappa"]),sn=H(["d"],["d"]),un=H(["Fa"],["Fa"]),hn=H(["R_{serie} = sum_{i=1}^{n} R_i"],["R_{serie} = \\sum_{i=1}^{n} R_i"]),pn=H(["R_{parallelo} = \frac{1}{sum_{i=1}^{n} \frac{1}{R_i}}"],["R_{parallelo} = \\frac{1}{\\sum_{i=1}^{n} \\frac{1}{R_i}}"]),dn=H(["C_{serie} = \frac{1}{sum_{i=1}^{n} \frac{1}{C_i}}"],["C_{serie} = \\frac{1}{\\sum_{i=1}^{n} \\frac{1}{C_i}}"]),bn=H(["C_{parallelo} = sum_{i=1}^{n} C_n"],["C_{parallelo} = \\sum_{i=1}^{n} C_n"]),fn=H(["mu_0 = 4 pi cdot 10^{-7} \frac{H}{m}"],["\\mu_0 = 4 \\pi \\cdot 10^{-7} \\frac{H}{m}"]),mn=H(["\frac{N}{A^2}"],["\\frac{N}{A^2}"]),gn=H(["B"],["B"]),_n=H(["Phi_B"],["\\Phi_B"]),vn=H(["Wb = T cdot m^2"],["Wb = T \\cdot m^2"]),jn=H(["\vec{F}_{magnetica} = q cdot (\vec{v} \times \vec{B})"],["\\vec{F}_{magnetica} = q \\cdot (\\vec{v} \\times \\vec{B})"]),wn=H(["\vec{B}"],["\\vec{B}"]),On=H(["\vec{v}"],["\\vec{v}"]),yn=H(["\vec{F}_{magnetica} = I cdot (\vec{L} \times \vec{B})"],["\\vec{F}_{magnetica} = I \\cdot (\\vec{L} \\times \\vec{B})"]),kn=H(["\vec{L}"],["\\vec{L}"]),zn=H(["left | \vec{B} \right | = mu_0 cdot I cdot \frac{A_{vvolgimenti}}{L_{unghezzafilo}}"],["\\left | \\vec{B} \\right | = \\mu_0 \\cdot I \\cdot \\frac{A_{vvolgimenti}}{L_{unghezzafilo}}"]),Pn=H(["left | \vec{B} \right | = \frac{mu cdot I}{2 pi r}"],["\\left | \\vec{B} \\right | = \\frac{\\mu \\cdot I}{2 \\pi r}"]),Cn=H(["Delta V_{indotta} = v cdot B cdot L"],["\\Delta V_{indotta} = v \\cdot B \\cdot L"]),xn=H(["Phi_B = \vec{B} cdot \vec{A} = B cdot A cdot cos(alpha)"],["\\Phi_B = \\vec{B} \\cdot \\vec{A} = B \\cdot A \\cdot \\cos(\\alpha)"]),Sn=String.raw,En=Object(le.h)("h1",null,"Fisica"),An=Object(le.h)("h2",null,"Vettori"),Mn=Object(le.h)("h3",null,"Componenti cartesiane"),Ln=Object(le.h)("p",null,"Usa le regole base della trigonometria:"),Tn=Object(le.h)("h3",null,"Somma"),In=Object(le.h)("p",null,"Scomponi in componenti, poi sommali:"),Dn=Object(le.h)("p",null,"Produce il vettore risultante dall'applicazione della regola del parallelogramma."),Bn=Object(le.h)("h3",null,"Differenza"),qn=Object(le.h)("p",null,"Alla fine è sempre una somma:"),Fn=Object(le.h)("p",null,"Produce il vettore che parte da ",Object(le.h)(Ae,null,"w")," e arriva a ",Object(le.h)(Ae,null,"v"),"."),Nn=Object(le.h)("h3",null,"Prodotto scalare"),Rn=Object(le.h)("p",null,"Si chiama scalare perchè il risultato è uno scalare, non un vettore."),Hn=Object(le.h)("h3",null,"Prodotto vettoriale"),Un=Object(le.h)("p",null,"Si chiama vettoriale perchè il risultato è un altro vettore."),Vn=Object(le.h)("li",null,Object(le.h)("a",{href:"https://it.wikipedia.org/wiki/Regola_della_mano_destra"},"Regola della mano destra")),Wn=Object(le.h)("p",null,"Non è commutativo!"),$n=Object(le.h)("h2",null,"Leggi di Newton"),Gn=Object(le.h)("h3",null,"1ᵃ: Inerzia"),Kn=Object(le.h)("p",null,"Se un corpo puntiforme ha forza risultante nulla, allora la sua velocità non cambia."),Zn=Object(le.h)("h3",null,"2ᵃ: Proporzionalità"),Yn=Object(le.h)("p",null,"La forza risultante di un corpo è direttamente proporzionale alla sua accelerazione, e la costante di proporzionalità è la ",Object(le.h)("i",null,"massa"),"."),Qn=Object(le.h)("h3",null,"3ᵃ: Azione e reazione"),Xn=Object(le.h)("p",null,"Due corpi esercitano forze uguali e opposte uno sull'altro."),Jn=Object(le.h)("h2",null,"Forza di gravità"),er=Object(le.h)("h3",null,"Tra due corpi"),tr=Object(le.h)("p",null,"Due corpi puntiformi si attirano uno verso l'altro con forza:"),nr=Object(le.h)("p",null,Object(le.h)(Ae,null,"G")," è la ",Object(le.h)("i",null,"costante di gravitazione universale")," e vale:"),rr=Object(le.h)("h3",null,"Verso la Terra"),ar=Object(le.h)("p",null,"Se nel sistema di riferimento consideriamo la Terra ferma, allora un corpo è attratto verso la Terra con forza ",Object(le.h)("i",null,"peso")," uguale a:"),or=Object(le.h)("p",null,Object(le.h)(Ae,null,"g")," è la ",Object(le.h)("i",null,"costante di gravità")," della Terra, e vale:"),ir=Object(le.h)("h3",null,"Su pianeti diversi"),lr=Object(le.h)("p",null,"Per pianeti diversi dalla Terra vale la stessa regola:"),cr=Object(le.h)("p",null,"L'unica differenza è che cambia la ",Object(le.h)("i",null,"costante di gravità"),":"),sr=Object(le.h)("h2",null,"Forze di contatto"),ur=Object(le.h)(je,null,Object(le.h)("h3",null,"Normale"),Object(le.h)("p",null,"Si oppone alle forze applicate alla superficie di contatto."),Object(le.h)("p",null,"Un libro appoggiato su un tavolo ha la ",Object(le.h)("b",null,"forza di gravità")," che lo attira verso il terreno e la ",Object(le.h)("b",null,"forza normale")," che lo trattiene dal cadere.")),hr=Object(le.h)("h3",null,"Attrito statico"),pr=Object(le.h)("p",null,"Impedisce a un corpo di muoversi se non viene spinto da una forza che supera una certa soglia:"),dr=Object(le.h)("h3",null,"Attrito dinamico"),br=Object(le.h)("p",null,"Rallenta i corpi che si stanno muovendo finchè essi non si fermano:"),fr=Object(le.h)(je,null,Object(le.h)("h3",null,"Tensione"),Object(le.h)("p",null,"E' forza trasmessa tra due estremi di una fune."),Object(le.h)("p",null,"Può essere redirezionata per mezzo di carrucole.")),mr=Object(le.h)("h3",null,"Elastica"),gr=Object(le.h)("p",null,"Una molla cerca sempre di tornare alla sua posizione indeformata con forza:"),_r=Object(le.h)("p",null,"(E' negativa perchè la forza è opposta a quella applicata per deformarla.)"),vr=Object(le.h)("h2",null,"Cinematica"),jr=Object(le.h)("h3",null,"Spostamento"),wr=Object(le.h)("p",null,"È un vettore che indica la posizione di un corpo rispetto a un'origine."),Or=Object(le.h)("h3",null,"Velocità"),yr=Object(le.h)("p",null,"È un vettore che misura la variazione di posizione nel tempo."),kr=Object(le.h)("p",null,"Se si considera un intervallo di tempo infinitesimale si dice ",Object(le.h)("i",null,"velocità istantanea"),":"),zr=Object(le.h)("h3",null,"Accelerazione"),Pr=Object(le.h)("p",null,"È un vettore che misura la variazione di velocità nel tempo."),Cr=Object(le.h)("p",null,"Se si considera un intervallo di tempo infinitesimale si dice ",Object(le.h)("i",null,"accelerazione istantanea"),":"),xr=Object(le.h)("h3",null,"Quantità di moto ",Object(le.h)("small",null,"(momento lineare)")),Sr=Object(le.h)("p",null,"La quantità di moto è una proprietà vettoriale dei corpi:"),Er=Object(le.h)("p",null,"Se la forza risultante è nulla, la quantità di moto non cambia."),Ar=Object(le.h)("h2",null,"Moto rettilineo uniforme"),Mr=Object(le.h)("h3",null,"Spostamento"),Lr=Object(le.h)("p",null,"La ",Object(le.h)("i",null,"legge oraria")," è:"),Tr=Object(le.h)("h3",null,"Velocità"),Ir=Object(le.h)("p",null,"È costante:"),Dr=Object(le.h)("h3",null,"Accelerazione"),Br=Object(le.h)("p",null,"La velocità non varia:"),qr=Object(le.h)(je,null,Object(le.h)("h3",null,"Forze"),Object(le.h)("p",null,"Si applica la prima legge di Newton:"),Object(le.h)("p",null,Object(le.h)(Ae,null,"f(t) = 0"))),Fr=Object(le.h)("h2",null,"Moto rettilineo uniformemente accelerato"),Nr=Object(le.h)("h3",null,"Spostamento"),Rr=Object(le.h)("p",null,"La ",Object(le.h)("i",null,"legge oraria")," è:"),Hr=Object(le.h)("h3",null,"Velocità"),Ur=Object(le.h)("p",null,"È una retta:"),Vr=Object(le.h)("h3",null,"Accelerazione"),Wr=Object(le.h)("p",null,"È costante:"),$r=Object(le.h)(je,null,Object(le.h)("h3",null,"Forze"),Object(le.h)("p",null,"Si applica la prima legge di Newton:"),Object(le.h)("p",null,Object(le.h)(Ae,null,"f(t) = m a"))),Gr=Object(le.h)("h2",null,"Moto armonico semplice"),Kr=Object(le.h)(je,null,Object(le.h)("h3",null,"Ampiezza"),Object(le.h)("p",null,"E' la distanza dal centro massima che raggiunge il corpo."),Object(le.h)("p",null,"(L'ampiezza di una sinusoide.)")),Zr=Object(le.h)("h3",null,"Velocità angolare"),Yr=Object(le.h)("p",null,"Indica quanto in fretta cambia la posizione del corpo."),Qr=Object(le.h)("p",null,"Dipende dal periodo:"),Xr=Object(le.h)("h3",null,"Spostamento"),Jr=Object(le.h)("p",null,"E' una sinusoide:"),ea=Object(le.h)("h3",null,"Velocità"),ta=Object(le.h)("h3",null,"Accelerazione"),na=Object(le.h)(je,null,Object(le.h)("h3",null,"Forze"),Object(le.h)("p",null,"Si applica la prima legge di Newton:"),Object(le.h)("p",null,Object(le.h)(Ae,null,"f(t) = m a"))),ra=Object(le.h)("h2",null,"Moti composti"),aa=Object(le.h)(je,null,Object(le.h)("h3",null,"Moto parabolico"),Object(le.h)("p",null,"Il moto parabolico è dato sommando un moto rettilineo uniforme sull'asse orizzontale e un moto rettilineo uniformemente accelerato sull'asse verticale.")),oa=Object(le.h)("h3",null,"Moto circolare uniforme"),ia=Object(le.h)("h2",null,"Moto circolare uniforme"),la=Object(le.h)("h3",null,"Velocità angolare"),ca=Object(le.h)("p",null,"Quanto cambia la fase nel tempo."),sa=Object(le.h)("h3",null,"Fase"),ua=Object(le.h)("p",null,"E' l'angolo percorso dal corpo rispetto alla posizione iniziale."),ha=Object(le.h)("h3",null,"Velocità"),pa=Object(le.h)("p",null,"Si applicano le formule per la circonferenza:"),da=Object(le.h)("h3",null,"Accelerazione"),ba=Object(le.h)("p",null,"Il corpo ha sempre un accelerazione verso il centro che gli impedisce di abbandonare il moto:"),fa=Object(le.h)("h3",null,"Forza centripeta"),ma=Object(le.h)("p",null,"È verso il centro e si calcola con:"),ga=Object(le.h)("h2",null,"Lavoro ed energia"),_a=Object(le.h)("h3",null,"Lavoro"),va=Object(le.h)("p",null,"E' compiuto da una forza che sposta un corpo."),ja=Object(le.h)("p",null,"(Se la forza non è parallela allo spostamento, il prodotto scalare ci fa considerare solo la componente parallela.)"),wa=Object(le.h)("h3",null,"Energia cinetica"),Oa=Object(le.h)("p",null,"Un corpo ha energia cinetica in ogni momento uguale a:"),ya=Object(le.h)("p",null,"Se una forza effettua lavoro su un corpo, cambia la sua energia cinetica pari al lavoro effettuato:"),ka=Object(le.h)("h3",null,"Energia potenziale gravitazionale"),za=Object(le.h)("p",null,"Un corpo ha energia potenziale in ogni momento pari a:"),Pa=Object(le.h)("p",null,"(Con ",Object(le.h)(Ae,null,"h")," uguale a un altezza scelta come punto di riferimento.)"),Ca=Object(le.h)("h3",null,"Energia potenziale elastica"),xa=Object(le.h)("p",null,"Una molla ha sempre energia potenziale elastica pari a:"),Sa=Object(le.h)("h3",null,"Forze conservative"),Ea=Object(le.h)("p",null,"Sono conservative le forze per le quali il lavoro compiuto non dipende dal percorso seguito per andare dalla partenza all'arrivo."),Aa=Object(le.h)("p",null,"Ad esempio, è conservativa la ",Object(le.h)("i",null,"forza di gravità"),", ma ",Object(le.h)("b",null,"non")," è conservativa la forza di attrito."),Ma=Object(le.h)("p",null,"Se in un sistema ci sono solo forze conservative, allora l'energia meccanica totale si conserva:"),La=Object(le.h)("h3",null,"Potenza"),Ta=Object(le.h)("p",null,"È la velocità di trasferimento di energia:"),Ia=Object(le.h)("h2",null,"Elettrostatica"),Da=Object(le.h)("h3",null,"Carica elettrica"),Ba=Object(le.h)("p",null,"È una proprietà dei corpi che può essere ",Object(le.h)(Te,null,"positiva")," o ",Object(le.h)(Be,null,"negativa"),"."),qa=Object(le.h)("p",null,"Si conserva: in un sistema chiuso la carica totale è costante."),Fa=Object(le.h)("p",null,"Cariche ",Object(le.h)(Te,null,"opp"),Object(le.h)(Be,null,"oste")," si attraggono; cariche ",Object(le.h)(Te,null,"uguali")," si respingono."),Na=Object(le.h)(je,null,Object(le.h)("h3",null,"Conduttori e isolanti"),Object(le.h)("p",null,"Più ",Object(le.h)("a",{href:"https://it.wikipedia.org/wiki/Ione"},"ioni")," ha un corpo, meglio la carica si muove attraverso di esso."),Object(le.h)("p",null,"I corpi in cui la carica si muove bene sono ",Object(le.h)("i",null,"conduttori"),", mentre quelli in cui si muove difficilmente sono ",Object(le.h)("i",null,"isolanti"),"."),Object(le.h)("p",null,"Il corpo umano è un buon conduttore.")),Ra=Object(le.h)("h2",null,"Polarizzazione"),Ha=Object(le.h)(ye,null,Object(le.h)(je,null,Object(le.h)("h3",null,"Polarizzazione"),Object(le.h)("p",null,"E' possibile polarizzare un corpo per accumulare la carica di un segno in una certa zona."))),Ua=Object(le.h)(ye,null,Object(le.h)(je,null,Object(le.h)("h3",null,"Messa a terra"),Object(le.h)("p",null,"Se un corpo conduttore è in contatto con la Terra, le cariche su di esso saranno ",Object(le.h)("i",null,"equilibrate")," e il corpo diventerà elettricamente neutro (con stesso numero di ",Object(le.h)(Te,null,"cariche positive")," e ",Object(le.h)(Be,null,"negative")," all'interno)."))),Va=Object(le.h)(ye,null,Object(le.h)(je,null,Object(le.h)("h3",null,"Polarizzazione per strofinio"),Object(le.h)("p",null,"Strofinando tra loro due corpi isolanti, essi si ",Object(le.h)("i",null,"polarizzeranno per strofinio"),".")),Object(le.h)(je,null,Object(le.h)("h3",null,"Polarizzazione per contatto"),Object(le.h)("p",null,"Toccando un conduttore con un corpo carico, il conduttore potrà ",Object(le.h)("i",null,"polarizzarsi per contatto"),".")),Object(le.h)(je,null,Object(le.h)("h3",null,"Polarizzazione per induzione"),Object(le.h)("p",null,'Se un corpo conduttore ha cariche "esterne" di un ',Object(le.h)(Te,null,"certo segno")," vicino, esso avrà tutte le cariche del ",Object(le.h)(Be,null,"segno opposto")," in equilibrio vicino alle cariche esterne, e tutte le cariche dello ",Object(le.h)(Te,null,"stesso segno")," più lontano possibile da esse."),Object(le.h)("p",null,"Mettendo a terra il conduttore, nuove cariche del ",Object(le.h)(Be,null,"segno opposto")," saranno attratte all'interno del corpo per equilibrare le cariche che si sono allontanate."),Object(le.h)("p",null,"Staccando il conduttore da terra e rimuovendo le cariche esterne, esso si ritroverà ",Object(le.h)(Be,null,"caricato del segno opposto")," rispetto alle cariche esterne."))),Wa=Object(le.h)("h2",null,"Forza elettrica"),$a=Object(le.h)("h3",null,"Legge di Coulomb"),Ga=Object(le.h)("p",null,"Due corpi carichi si attraggono tra loro con forza:"),Ka=Object(le.h)("i",null,"costante di Coulomb"),Za=Object(le.h)("h3",null,"Permeabilità dello spazio vuoto"),Ya=Object(le.h)("i",null,"permeabilità del vuoto"),Qa=Object(le.h)("h3",null,"Campo elettrico"),Xa=Object(le.h)("p",null,"Misura che forza viene applicata in ogni punto su una carica unitaria:"),Ja=Object(le.h)("h3",null,"Flusso elettrico"),eo=Object(le.h)("p",null,'È la differenza tra "quanto" campo elettrico ',Object(le.h)(Te,null,"entra")," e quanto campo elettrico ",Object(le.h)(Be,null,"esce")," da una certa area."),to=Object(le.h)("p",null,"È proporzionale alla intensità del campo, alla dimensione dell'area scelta e a come l'area è disposta rispetto alla direzione del campo."),no=Object(le.h)("p",null,"Se il campo elettrico è uniforme, se ne può calcolare facilmente il valore:"),ro=Object(le.h)("h3",null,"Legge di Gauss"),ao=Object(le.h)("p",null,"Il flusso elettrico uscente da una superficie è proporzionale alla carica presente al suo interno."),oo=Object(le.h)("p",null,"E' equivalente alla Legge di Coulomb."),io=Object(le.h)("h2",null,"Energia elettrica"),lo=Object(le.h)("h3",null,"Energia potenziale elettrica"),co=Object(le.h)("i",null,"energia potenziale elettrica"),so=Object(le.h)("h2",null,"Circuiti elettrici"),uo=Object(le.h)("h3",null,"Potenziale elettrico (Tensione)"),ho=Object(le.h)("p",null,"È il valore dell'energia potenziale elettrica per una carica unitaria."),po=Object(le.h)("p",null,"In una batteria è detto ",Object(le.h)("i",null,"forza elettromotrice"),", e corrisponde al lavoro compiuto da una batteria ideale per spostare una carica unitaria tra i due poli."),bo=Object(le.h)("h3",null,"Corrente elettrica (Intensità)"),fo=Object(le.h)("p",null,"Quanta carica passa attraverso un'area (perpendicolare al flusso) nel tempo."),mo=Object(le.h)("p",null,"Fintanto che c'è differenza di potenziale, ci sarà anche intensità non nulla."),go=Object(le.h)(je,null,Object(le.h)("h3",null,"Corrente continua (",Object(le.h)("abbr",{title:"Direct Current"},"DC"),")"),Object(le.h)("p",null,"Quando in un circuito la direzione della corrente è costante.")),_o=Object(le.h)(je,null,Object(le.h)("h3",null,"Corrente alternata (",Object(le.h)("abbr",{title:"Alternate Current"},"AC"),")"),Object(le.h)("p",null,"Quando in un circuito la direzione della corrente si alterna periodicamente.")),vo=Object(le.h)("h3",null,"Potenza elettrica"),jo=Object(le.h)("p",null,"Possiamo calcolare la potenza di un circuito:"),wo=Object(le.h)("h2",null,"Elementi di un circuito"),Oo=Object(le.h)("h3",null,"Resistore"),yo=Object(le.h)("p",null,"Riduce l'intensità di corrente, e converte parte del potenziale in calore."),ko=Object(le.h)("p",null,"Il potenziale utilizzato è pari a:"),zo=Object(le.h)("i",null,"resistenza"),Po=Object(le.h)("p",null,"La resistenza di un conduttore vale:"),Co=Object(le.h)("i",null,"resistività"),xo=Object(le.h)("h3",null,"Condensatore"),So=Object(le.h)("p",null,"Immagazzina potenziale elettrico, permettendo di riutilizzarla in seguito."),Eo=Object(le.h)("p",null,"Per farlo, cattura cariche ",Object(le.h)(Te,null,"positive")," e ",Object(le.h)(Be,null,"negative")," sulle sue due armature; perchè questo avvenga, deve essere compiuto lavoro."),Ao=Object(le.h)("p",null,"Ha una ",Object(le.h)("b",null,"capacità")," caratteristica, che in un condensatore a facce piane parallele è:"),Mo=Object(le.h)("p",null,"Condensatori di capacità maggiore immagazzinano più potenziale con meno carica."),Lo=Object(le.h)("p",null,"La capacità aumenta se viene messo qualcosa tra le armature:"),To=Object(le.h)("i",null,"costante dielettrica relativa"),Io=Object(le.h)("p",null,"Se il campo elettrico creatosi tra le due armature supera la ",Object(le.h)("i",null,"rigidità dielettrica")," del condensatore, la carica immagazzinata viene persa e ha luogo un ",Object(le.h)("i",null,"breakdown"),"."),Do=Object(le.h)(je,null,Object(le.h)("h3",null,"Amperometro"),Object(le.h)("p",null,"Misura la corrente elettrica se messo in serie."),Object(le.h)("p",null,"(Funzionamento: ha una resistenza interna bassisima in modo da non influire significativamente sulla corrente.)")),Bo=Object(le.h)(je,null,Object(le.h)("h3",null,"Voltmetro"),Object(le.h)("p",null,"Misura la differenza di potenziale se messo in parallelo."),Object(le.h)("p",null,"(Funzionamento: ha una resistenza altissima in modo da non influire significativamente sulla tensione.)")),qo=Object(le.h)("h2",null,"Principi di Kirchhoff"),Fo=Object(le.h)(ye,null,Object(le.h)(je,null,Object(le.h)("h3",null,"Legge dei nodi"),Object(le.h)("p",null,"Per nodo si intende un qualsiasi punto del circuito."),Object(le.h)("p",null,"Da un nodo entra ed esce la stessa corrente.")),Object(le.h)(je,null,Object(le.h)("h3",null,"Legge delle maglie"),Object(le.h)("p",null,"Per maglia si intende un qualsiasi percorso chiuso all'interno del circuito."),Object(le.h)("p",null,"In una maglia chiusa, la somma delle differenze di potenziale è 0."))),No=Object(le.h)("h2",null,"Serie e Parallelo"),Ro=Object(le.h)(ye,null,Object(le.h)(je,null,Object(le.h)("h3",null,"Circuito in serie"),Object(le.h)("p",null,"Più parti di circuito sono ",Object(le.h)("i",null,"in serie")," se sono consecutive e senza biforcazioni."),Object(le.h)("p",null,"Parti di circuito in serie sono attraversate dalla stessa corrente.")),Object(le.h)(je,null,Object(le.h)("h3",null,"Circuito in parallelo"),Object(le.h)("p",null,"Più parti di circuito sono ",Object(le.h)("i",null,"in parallelo")," tra loro se hanno lo stesso punto di partenza e lo stesso punto di arrivo."),Object(le.h)("p",null,"Parti di circuito in parallelo hanno la stessa differenza di potenziale."))),Ho=Object(le.h)("h2",null,"Resistenze equivalenti"),Uo=Object(le.h)("h3",null,"Circuiti in serie"),Vo=Object(le.h)("p",null,"Nei circuiti in serie, tutte le resistenze possono essere sostituite con una equivalente dal valore della somma di tutte le quelle sostituite:"),Wo=Object(le.h)("h3",null,"Circuiti in parallelo"),$o=Object(le.h)("p",null,"Nei circuiti in parallelo, tutte le resistenze possono essere sostituite con una equivalente dal valore di:"),Go=Object(le.h)("h2",null,"Condensatori equivalenti"),Ko=Object(le.h)("h3",null,"Circuiti in serie"),Zo=Object(le.h)("p",null,"Nei circuiti in serie, tutte i condensatori possono essere sostituiti con uno equivalente dal valore di:"),Yo=Object(le.h)("h3",null,"Circuiti in parallelo"),Qo=Object(le.h)("p",null,"Nei circuiti in parallelo, tutte i condensatori possono essere sostituite con uno equivalente dal valore della somma della capacità di tutti quelli sostituiti:"),Xo=Object(le.h)("h2",null,"Magnetismo"),Jo=Object(le.h)("h3",null,"Permeabilità magnetica dello spazio vuoto"),ei=Object(le.h)("p",null,"E' una costante fisica fondamentale che rappresenta quanto un materiale si magnetizza facilmente."),ti=Object(le.h)("h3",null,"Campo magnetico"),ni=Object(le.h)("p",null,"Come un campo elettrico, ma per i magneti."),ri=Object(le.h)(Ae,null,"T"),ai=Object(le.h)("h3",null,"Flusso magnetico"),oi=Object(le.h)("p",null,"Come il flusso elettrico, ma per campi magnetici."),ii=Object(le.h)(je,null,Object(le.h)("h3",null,"Legge di Gauss per il magnetismo"),Object(le.h)("p",null,"Il flusso magnetico attraverso qualsiasi superficie chiusa è sempre nullo.")),li=Object(le.h)("h2",null,"Forze magnetiche"),ci=Object(le.h)("h3",null,"Forza magnetica su carica puntiforme ",Object(le.h)("small",null,"(Forza di Lorentz)")),si=Object(le.h)("p",null,"I campi magnetici applicano una forza sulle cariche vicine:"),ui=Object(le.h)("p",null,"Si ha una forza massima se la velocità è perpendicolare al campo magnetico."),hi=Object(le.h)("p",null,"In un campo magnetico uniforme, una velocità perpendicolare al campo porta alla creazione di un moto circolare uniforme."),pi=Object(le.h)("h3",null,"Forza magnetica in un filo"),di=Object(le.h)("p",null,"I campi magnetici influenzano anche le cariche presenti in un conduttore:"),bi=Object(le.h)("p",null,Object(le.h)(Pe,null,"Modulo di L?")),fi=Object(le.h)("h2",null,"Campi magnetici"),mi=Object(le.h)(je,null,Object(le.h)("h3",null,"Campo magnetico in una spira"),Object(le.h)("p",null,"Una spira in cui passa corrente produce un campo magnetico perpendicolare al piano creato dalla spira.")),gi=Object(le.h)("h3",null,"Campo magnetico di un solenoide"),_i=Object(le.h)("p",null,"Un solenoide sono tante spire avvolte in modo da formare una specie di cilindro."),vi=Object(le.h)("p",null,"All'interno del solenoide si crea un campo (quasi) uniforme:"),ji=Object(le.h)("h3",null,"Legge di Oersted"),wi=Object(le.h)("p",null,Object(le.h)("i",null,"Caso particolare della ",Object(le.h)("a",{href:"https://it.wikipedia.org/wiki/Legge_di_Amp%C3%A8re"},"Legge di Ampère"),".")),Oi=Object(le.h)("p",null,"Il modulo del campo magnetico ",Object(le.h)(Ae,null,"B")," prodotto da un filo in cui passa una corrente continua ",Object(le.h)(Ae,null,"I")," alla distanza ",Object(le.h)(Ae,null,"s")," è:"),yi=Object(le.h)("p",null,Object(le.h)(Pe,null,"Verso di B?")),ki=Object(le.h)("h2",null,"Induzione elettromagnetica"),zi=Object(le.h)("h3",null,"Forza elettromotrice indotta"),Pi=Object(le.h)("p",null,"Un conduttore perpendicolare ad un campo magnetico può ottenere una differenza di potenziale se messo in movimento in un direzione perpendicolare alla direzione del conduttore e del campo."),Ci=Object(le.h)("p",null,"La differenza di potenziale si crea a causa della forza magnetica, che fa spostare tutti gli elettroni verso un capo del conduttore."),xi=Object(le.h)("p",null,"Essa vale:"),Si=Object(le.h)("p",null,"Dove ",Object(le.h)(Ae,null,"v")," è la velocità del conduttore, ",Object(le.h)(Ae,null,"B")," è l'intensità del campo magnetico ed ",Object(le.h)(Ae,null,"L")," è la lunghezza del conduttore."),Ei=Object(le.h)("h3",null,"Flusso magnetico in una spira"),Ai=Object(le.h)("i",null,"Legge di Farady-Neumann-Lenz"),Mi=Object(le.h)(je,null,Object(le.h)("h3",null,"Legge di Faraday"),Object(le.h)("p",null,"Dice che la forza elettromotrice indotta dipende dalla variazione nel tempo del flusso magnetico.")),Li=function(e){function t(){return U(this,t),V(this,e.apply(this,arguments))}return W(t,e),t.prototype.render=function(){return Object(le.h)("div",null,En,An,Object(le.h)(ye,null,Object(le.h)(je,null,Mn,Ln,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(qe))),Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Fe))),Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Ne)))),Object(le.h)(je,null,Tn,In,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Re))),Dn),Object(le.h)(je,null,Bn,qn,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(He))),Fn),Object(le.h)(je,null,Nn,Rn,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Ue))),Object(le.h)("p",null,"Produce il modulo della proiezione di ",Object(le.h)(Ae,null,Sn(Ve))," su ",Object(le.h)(Ae,null,Sn(We)),".")),Object(le.h)(je,null,Hn,Un,Object(le.h)("ul",null,Object(le.h)("li",null,Object(le.h)(Ae,null,Sn($e))),Object(le.h)("li",null,Object(le.h)(Ae,null,Sn(Ge))),Vn),Wn)),$n,Object(le.h)(ye,null,Object(le.h)(je,null,Gn,Kn,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Ke)))),Object(le.h)(je,null,Zn,Yn,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Ze)))),Object(le.h)(je,null,Qn,Xn,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Ye))))),Jn,Object(le.h)(ye,null,Object(le.h)(je,null,er,tr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Qe))),nr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Xe)))),Object(le.h)(je,null,rr,ar,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Je))),or,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(et)))),Object(le.h)(je,null,ir,lr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Je))),cr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(tt))),Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(nt))))),sr,Object(le.h)(ye,null,ur,Object(le.h)(je,null,hr,pr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(rt)))),Object(le.h)(je,null,dr,br,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(at)))),fr,Object(le.h)(je,null,mr,gr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(ot))),_r)),vr,Object(le.h)(ye,null,Object(le.h)(je,null,jr,wr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(it)))),Object(le.h)(je,null,Or,yr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(lt))),kr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(ct)))),Object(le.h)(je,null,zr,Pr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(st))),Cr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(ut)))),Object(le.h)(je,null,xr,Sr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(ht))),Er,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(pt))))),Ar,Object(le.h)(ye,null,Object(le.h)(je,null,Mr,Lr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(dt)))),Object(le.h)(je,null,Tr,Ir,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(bt)))),Object(le.h)(je,null,Dr,Br,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(ft)))),qr),Fr,Object(le.h)(ye,null,Object(le.h)(je,null,Nr,Rr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(mt)))),Object(le.h)(je,null,Hr,Ur,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(gt)))),Object(le.h)(je,null,Vr,Wr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(_t)))),$r),Gr,Object(le.h)(ye,null,Kr,Object(le.h)(je,null,Zr,Yr,Qr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(vt)))),Object(le.h)(je,null,Xr,Jr,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(jt)))),Object(le.h)(je,null,ea,Object(le.h)("p",null,"E' la sinusoide dello spostamento, sfasata di ",Object(le.h)(Ae,null,Sn(wt)),":"),Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Ot)))),Object(le.h)(je,null,ta,Object(le.h)("p",null,"E' la sinusoide della velocità, sfasata di ",Object(le.h)(Ae,null,Sn(yt)),":"),Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(kt)))),na),ra,Object(le.h)(ye,null,aa,Object(le.h)(je,null,oa,Object(le.h)("p",null,"Il moto parabolico è dato sommando due moti armonici semplici: uno sull'asse X, e l'altro, sfasato di ",Object(le.h)(Ae,null,Sn(wt)),", sull'asse Y."))),ia,Object(le.h)(ye,null,Object(le.h)(je,null,la,ca,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(vt)))),Object(le.h)(je,null,sa,ua,Object(le.h)("p",null,"Si indica con ",Object(le.h)(Ae,null,Sn(zt)),", e generalmente si usa in radianti.")),Object(le.h)(je,null,ha,pa,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Pt)))),Object(le.h)(je,null,da,ba,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Ct)))),Object(le.h)(je,null,fa,ma,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(xt))))),ga,Object(le.h)(ye,null,Object(le.h)(je,null,_a,va,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(St))),ja),Object(le.h)(je,null,wa,Oa,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Et))),ya,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(At)))),Object(le.h)(je,null,ka,za,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Mt))),Pa),Object(le.h)(je,null,Ca,xa,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Lt)))),Object(le.h)(je,null,Sa,Ea,Aa,Ma,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Tt)))),Object(le.h)(je,null,La,Ta,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(It))))),Ia,Object(le.h)(ye,null,Object(le.h)(je,null,Da,Ba,qa,Object(le.h)("p",null,"Esiste un'unità elementare: ",Object(le.h)(Ae,null,Sn(Dt)),"."),Fa),Na),Ra,Ha,Ua,Va,Wa,Object(le.h)(ye,null,Object(le.h)(je,null,$a,Ga,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Bt))),Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(qt))," è la ",Ka,", e vale ",Object(le.h)(Ae,null,Sn(Ft)),".")),Object(le.h)(je,null,Za,Object(le.h)("p",null,"La costante ",Object(le.h)(Ae,null,Sn(qt))," è in realtà dipendente da un altra costante, ",Object(le.h)(Ae,null,Sn(Nt)),", la ",Ya,"."),Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Rt))),Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Ht)))),Object(le.h)(je,null,Qa,Xa,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Ut)))),Object(le.h)(je,null,Ja,eo,to,no,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Vt))),Object(le.h)("p",null,"(dove ",Object(le.h)(Ae,null,Sn(Wt))," è il vettore dell'area che abbiamo scelto.)")),Object(le.h)(je,null,ro,ao,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn($t))),oo)),io,Object(le.h)(ye,null,Object(le.h)(je,null,lo,Object(le.h)("p",null,"Un corpo carico vicino ad altre cariche possiede un'",co," ",Object(le.h)(Ae,null,Sn(Gt)),"."))),so,Object(le.h)(ye,null,Object(le.h)(je,null,uo,ho,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Kt))),Object(le.h)("p",null,"La sua unità di misura è il Volt (",Object(le.h)(Ae,null,Sn(Zt)),")."),po),Object(le.h)(je,null,bo,fo,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Yt))),mo,Object(le.h)("p",null,"La sua unità di misura è l'Ampere (",Object(le.h)(Ae,null,Sn(Qt)),").")),go,_o,Object(le.h)(je,null,vo,jo,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Xt))))),wo,Object(le.h)(ye,null,Object(le.h)(je,null,Oo,yo,ko,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Jt))),Object(le.h)("p",null,"Dove ",Object(le.h)(Ae,null,Sn(en))," è una costante detta ",zo," con unità di misura Ohm (",Object(le.h)(Ae,null,Sn(tn)),")."),Po,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(nn))),Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(rn))," è la ",Co," del materiale, e varia in base alla temperatura:"),Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(an)))),Object(le.h)(je,null,xo,So,Eo,Ao,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(on))),Mo,Lo,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(ln))),Object(le.h)("p",null,"Dove ",Object(le.h)(Ae,null,Sn(cn))," è la ",To," del materiale inserito, ",Object(le.h)(Ae,null,Sn(Qt))," l'area di una armatura e ",Object(le.h)(Ae,null,Sn(sn))," la distanza tra le due armature."),Io,Object(le.h)("p",null,"La sua unità di misura è il Farad (",Object(le.h)(Ae,null,Sn(un)),")")),Do,Bo),qo,Fo,No,Ro,Ho,Object(le.h)(ye,null,Object(le.h)(je,null,Uo,Vo,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(hn)))),Object(le.h)(je,null,Wo,$o,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(pn))))),Go,Object(le.h)(ye,null,Object(le.h)(je,null,Ko,Zo,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(dn)))),Object(le.h)(je,null,Yo,Qo,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(bn))))),Xo,Object(le.h)(ye,null,Object(le.h)(je,null,Jo,ei,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(fn))," (",Object(le.h)(Ae,null,Sn(mn)),")")),Object(le.h)(je,null,ti,ni,Object(le.h)("p",null,"Il suo simbolo è ",Object(le.h)(Ae,null,Sn(gn)),", e la sua unità di misura è il Tesla (",ri,").")),Object(le.h)(je,null,ai,oi,Object(le.h)("p",null,"Il suo simbolo è ",Object(le.h)(Ae,null,Sn(_n))," e la sua unità di misura è il Weber (",Object(le.h)(Ae,null,Sn(vn)),").")),ii),li,Object(le.h)(ye,null,Object(le.h)(je,null,ci,si,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(jn))),Object(le.h)("p",null,"Dove ",Object(le.h)(Ae,null,Sn(wn))," è l'intensità del campo magnetico e ",Object(le.h)(Ae,null,Sn(On))," la velocità della carica considerata."),ui,hi),Object(le.h)(je,null,pi,di,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(yn))),Object(le.h)("p",null,"Dove ",Object(le.h)(Ae,null,Sn(kn))," è un vettore che punta nella direzione di scorrimento della corrente."),bi)),fi,Object(le.h)(ye,null,mi,Object(le.h)(je,null,gi,_i,vi,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(zn)))),Object(le.h)(je,null,ji,wi,Oi,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Pn))),yi)),ki,Object(le.h)(ye,null,Object(le.h)(je,null,zi,Pi,Ci,xi,Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(Cn))),Si),Object(le.h)(je,null,Ei,Object(le.h)("p",null,"In un campo magnetico ",Object(le.h)(Ae,null,Sn(gn))," uniforme e perpendicolare al piano di una spira di area ",Object(le.h)(Ae,null,Sn(Qt)),", il flusso magnetico si può determinare con la ",Ai,":"),Object(le.h)("p",null,Object(le.h)(Ae,null,Sn(xn)))),Mi))},t}(le.Component),Ti=(n("jHTF"),n("MKE3"),n("6adR")),Ii=n.n(Ti),Di=function(e){function t(){return $(this,t),G(this,e.apply(this,arguments))}return K(t,e),t.prototype.render=function(){var e=new Ii.a.Converter;e.setFlavor("github");var t=e.makeHtml(""+this.props.children);return Object(le.h)("div",{dangerouslySetInnerHTML:{__html:t}})},t}(le.Component),Bi=function(e,t){return e.raw=t,e}(["\nTutte le videolezioni sono state pubblicate sotto licenza [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) dalla Prof.ssa Beatrice Ruini nell'anno accademico 2018/2019 sul [portale Dolly 2018](https://dolly.fim.unimore.it/2018/course/view.php?id=14#section-0) (Moodle).\n\nPer comodità, ho estratto l'url sorgente del video dall'embed presente nella rispettiva pagina.\n\n1. [Definizione di Spazio Vettoriale](https://www.youtube.com/watch?v=7eHEzf4403c) (1:17:29)\n2. [Sottospazi vettoriali I](https://www.youtube.com/watch?v=FPqrULk5HBU) (37:15)\n3. [Sottospazi vettoriali II](https://www.youtube.com/watch?v=ubDWUw9hk0k) (43:26)\n4. [Sottospazi vettoriali III](https://www.youtube.com/watch?v=381n4NPb6Oc) (40:29)\n5. [Lineare dipendenza e indipendenza](https://www.youtube.com/watch?v=9YVQ5olYrh0) (56:12)\n6. [Basi di uno spazio vettoriale I](https://www.youtube.com/watch?v=mEF_lcTzEoE) (25:52)\n7. [Basi di uno spazio vettoriale II](https://www.youtube.com/watch?v=k1r9JfXY53k) (48:24)\n8. [Teorema di Grassmann](https://www.youtube.com/watch?v=3sqB-MMyCWM) (32:36)\n9. [Basi e Matrici](https://www.youtube.com/watch?v=Rd6AB_jE7YI) (27:06)\n10. [Definizione di Applicazioni Lineari](https://www.youtube.com/watch?v=rmd7ffZeVYk) (16:23)\n11. [Proprietà delle Applicazioni Lineari](https://www.youtube.com/watch?v=MH7ztQGkqmw) (31:58)\n12. [Definizione di determinante](https://www.youtube.com/watch?v=EwubcLwBdzk) (36:43)\n13. [Proprietà e metodo di triangolazione](https://www.youtube.com/watch?v=SFusGarV6HI) (22:36)\n14. [Teorema di Laplace](https://www.youtube.com/watch?v=BqZDWnKl2nQ) (29:03)\n15. [4 applicazioni del Teorema di Laplace](https://www.youtube.com/watch?v=2tr3y725GY0) (47:53)\n16. [Spazi vettoriali euclidei reali - Parte 1](https://www.youtube.com/watch?v=W7Z1hm-jwMM) (28:46)\n17. [Spazi vettoriali euclidei reali - Parte 2](https://www.youtube.com/watch?v=zjmKE9TMGm8) (27:17)\n18. [Autovalori e autovettori](https://www.youtube.com/watch?v=XlrlcnvcTtQ) (33:00)\n19. [Polinomio caratteristico](https://www.youtube.com/watch?v=61icRbgWTdI) (31:31)\n20. [Teorema diagonalizzabilità](https://www.youtube.com/watch?v=wm5V6en9OFo) (18:49)\n21. [Spazi affini](https://player.vimeo.com/video/291457587) (20:46)\n22. [Sottospazi affini](https://player.vimeo.com/video/291458991) (21:32)\n23. [Parallelismo e Riferimenti Affini](https://player.vimeo.com/video/291510181) (16:57)\n24. [Rappresentazione di Sottospazi Affini](https://player.vimeo.com/video/291510296) (31:17)\n25. [Spazi Euclidei](https://player.vimeo.com/video/291510612) (35:57)\n26. [Teoria dei ranghi](https://player.vimeo.com/video/291510964) (9:44)\n27. [Teoria dei ranghi 2](https://player.vimeo.com/video/291510862) (14:44)\n\nNell'anno accademico 2018/2019 non sono stati trattati gli argomenti nei video 21, 22 e 23.\n "],["\nTutte le videolezioni sono state pubblicate sotto licenza [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) dalla Prof.ssa Beatrice Ruini nell'anno accademico 2018/2019 sul [portale Dolly 2018](https://dolly.fim.unimore.it/2018/course/view.php?id=14#section-0) (Moodle).\n\nPer comodità, ho estratto l'url sorgente del video dall'embed presente nella rispettiva pagina.\n\n1. [Definizione di Spazio Vettoriale](https://www.youtube.com/watch?v=7eHEzf4403c) (1:17:29)\n2. [Sottospazi vettoriali I](https://www.youtube.com/watch?v=FPqrULk5HBU) (37:15)\n3. [Sottospazi vettoriali II](https://www.youtube.com/watch?v=ubDWUw9hk0k) (43:26)\n4. [Sottospazi vettoriali III](https://www.youtube.com/watch?v=381n4NPb6Oc) (40:29)\n5. [Lineare dipendenza e indipendenza](https://www.youtube.com/watch?v=9YVQ5olYrh0) (56:12)\n6. [Basi di uno spazio vettoriale I](https://www.youtube.com/watch?v=mEF_lcTzEoE) (25:52)\n7. [Basi di uno spazio vettoriale II](https://www.youtube.com/watch?v=k1r9JfXY53k) (48:24)\n8. [Teorema di Grassmann](https://www.youtube.com/watch?v=3sqB-MMyCWM) (32:36)\n9. [Basi e Matrici](https://www.youtube.com/watch?v=Rd6AB_jE7YI) (27:06)\n10. [Definizione di Applicazioni Lineari](https://www.youtube.com/watch?v=rmd7ffZeVYk) (16:23)\n11. [Proprietà delle Applicazioni Lineari](https://www.youtube.com/watch?v=MH7ztQGkqmw) (31:58)\n12. [Definizione di determinante](https://www.youtube.com/watch?v=EwubcLwBdzk) (36:43)\n13. [Proprietà e metodo di triangolazione](https://www.youtube.com/watch?v=SFusGarV6HI) (22:36)\n14. [Teorema di Laplace](https://www.youtube.com/watch?v=BqZDWnKl2nQ) (29:03)\n15. [4 applicazioni del Teorema di Laplace](https://www.youtube.com/watch?v=2tr3y725GY0) (47:53)\n16. [Spazi vettoriali euclidei reali - Parte 1](https://www.youtube.com/watch?v=W7Z1hm-jwMM) (28:46)\n17. [Spazi vettoriali euclidei reali - Parte 2](https://www.youtube.com/watch?v=zjmKE9TMGm8) (27:17)\n18. [Autovalori e autovettori](https://www.youtube.com/watch?v=XlrlcnvcTtQ) (33:00)\n19. [Polinomio caratteristico](https://www.youtube.com/watch?v=61icRbgWTdI) (31:31)\n20. [Teorema diagonalizzabilità](https://www.youtube.com/watch?v=wm5V6en9OFo) (18:49)\n21. [Spazi affini](https://player.vimeo.com/video/291457587) (20:46)\n22. [Sottospazi affini](https://player.vimeo.com/video/291458991) (21:32)\n23. [Parallelismo e Riferimenti Affini](https://player.vimeo.com/video/291510181) (16:57)\n24. [Rappresentazione di Sottospazi Affini](https://player.vimeo.com/video/291510296) (31:17)\n25. [Spazi Euclidei](https://player.vimeo.com/video/291510612) (35:57)\n26. [Teoria dei ranghi](https://player.vimeo.com/video/291510964) (9:44)\n27. [Teoria dei ranghi 2](https://player.vimeo.com/video/291510862) (14:44)\n\nNell'anno accademico 2018/2019 non sono stati trattati gli argomenti nei video 21, 22 e 23.\n "]),qi=String.raw,Fi=Object(le.h)("h1",null,"Videolezioni di Geometria"),Ni=function(e){function t(){return Z(this,t),Y(this,e.apply(this,arguments))}return Q(t,e),t.prototype.render=function(){return Object(le.h)("div",null,Fi,Object(le.h)(je,null,Object(le.h)(Di,null,qi(Bi))))},t}(le.Component),Ri=(String,Object(le.h)("div",null,Object(le.h)("h1",null,"Come installare MinGW"),Object(le.h)(je,null,Object(le.h)("p",null," Scaricate ",Object(le.h)("a",{href:"https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/"},"l'installer ufficiale"),", ed eseguitelo."),Object(le.h)("img",{src:"https://i.imgur.com/mDZSqjV.png"}),Object(le.h)("p",null," Dovrebbe comparire questa schermata. Cliccate su ",Object(le.h)("code",null,"Install"),", poi scegliete una cartella di installazione (ricordatevela!) e poi ",Object(le.h)("code",null,"Continue"),". Lasciate stare le altre opzioni, dovrebbero essere tutte spuntate, tranne ",Object(le.h)("code",null,"For all users"),", che dovrebbe essere disattivato."),Object(le.h)("img",{src:"https://i.imgur.com/brdw8Xy.png"}),Object(le.h)("p",null," Aspettate che finisca il download. Pochi secondi dopo, dovrebbe finire e dovrebbe apparire un tasto",Object(le.h)("code",null,"Continue"),". Premetelo."),Object(le.h)("img",{src:"https://i.imgur.com/aPTwrxz.png"}),Object(le.h)("p",null," Dovrebbe apparirvi questa finestra. L'installer di MinGW è una specie di gestore pacchetti (tipo ",Object(le.h)("code",null,"apt")," su Ubuntu); potete scegliere quali pacchetti installare, e quindi quali funzionalità."),Object(le.h)("img",{src:"https://i.imgur.com/5QLSkFN.png"}),Object(le.h)("p",null," Nel nostro caso, dovrebbero servirci ",Object(le.h)("code",null,"mingw32-base-bin")," (per il C e alcune librerie C++) e",Object(le.h)("code",null,"mingw32-gcc-g++-bin")," (per il C++). Cliccate, quindi, sui due quadratini corrispondenti, e premete",Object(le.h)("code",null,"Mark for Installation"),". Dovrebbe comparire una freccia gialla sul quadratino."),Object(le.h)("img",{src:"https://i.imgur.com/zP74nks.png"}),Object(le.h)("p",null," Ora, è il momento di installare i pacchetti. Aprite il menù ",Object(le.h)("code",null,"Installation"),", poi premete",Object(le.h)("code",null,"Apply Changes"),", e di nuovo ",Object(le.h)("code",null,"Apply"),"."),Object(le.h)("img",{src:"https://i.imgur.com/jp4uz5B.png"}),Object(le.h)("p",null," Lasciate che scarichi, ci vorrà un po'. Guardatevi un video nel frattempo, fatevi una partitina a qualcosa, tornate dopo circa 10 minuti."),Object(le.h)("img",{src:"https://i.imgur.com/Lq9IepY.png"}),Object(le.h)("p",null," Una volta installato, dobbiamo aggiungere ",Object(le.h)("code",null,"g++")," ai programmi eseguibili da Prompt dei Comandi: premete il tasto ",Object(le.h)("kbd",null,"Windows"),", e scrivete ",Object(le.h)("code",null,"PATH"),". Windows dovrebbe trovarvi automaticamente quell'opzione."),Object(le.h)("img",{src:"https://i.imgur.com/dy3b5Ub.png"}),Object(le.h)("p",null," Dentro la finestra di ",Object(le.h)("i",null,"Proprietà del Sistema"),", premete ",Object(le.h)("code",null,"Variabili d'ambiente"),"."),Object(le.h)("img",{src:"https://i.imgur.com/FjYpT1n.png"}),Object(le.h)("p",null," Trovate la variabile d'ambiente globale ",Object(le.h)("code",null,"Path"),", e fateci doppio click per modificarla."),Object(le.h)("img",{src:"https://i.imgur.com/klZQ9So.png"}),Object(le.h)("p",null," Ora dovreste vedere l'elenco di tutte le cartelle contenenti programmi eseguibili da terminale: dobbiamo aggiungere quella di MinGW! Premete ",Object(le.h)("code",null,"Sfoglia"),"."),Object(le.h)("img",{src:"https://i.imgur.com/F6lBCqS.png"}),Object(le.h)("p",null," Trovate la cartella in cui avete installato MinGW (vi avevo detto di ricordarvela!); entrateci, poi selezionate la sottocartella ",Object(le.h)("code",null,"bin")," e premete ",Object(le.h)("code",null,"OK")," su tutte le finestre che avete aperto fino ad ora, chiudendole."),Object(le.h)("p",null," Complimenti! Avete installato MinGW e potete compilare programmi C e C++ da Windows! Avete a disposizione",Object(le.h)("code",null,"gcc")," e ",Object(le.h)("code",null,"g++")," sul Prompt dei Comandi, e potete finalmente creare dei file .exe! ")))),Hi=function(e){function t(){return X(this,t),J(this,e.apply(this,arguments))}return ee(t,e),t.prototype.render=function(){return Ri},t}(le.Component),Ui=n("qMTX"),Vi=n.n(Ui),Wi=Object(le.h)("a",{href:"https://creativecommons.org/licenses/by-sa/4.0/"},"CC BY-SA 4.0"),$i=Object(le.h)("a",{href:"https://github.com/Steffo99/appuntiweb"},"Codice sorgente"),Gi=function(e){function t(){return te(this,t),ne(this,e.apply(this,arguments))}return re(t,e),t.prototype.render=function(){return Object(le.h)("div",{class:Vi.a.copyright},"© 2019 - Stefano Pigozzi - ",Wi," - ",$i)},t}(le.Component);n.d(t,"default",function(){return Zi});var Ki=(String,Object(le.h)("div",{id:"app"},Object(le.h)(ge,null,Object(le.h)(xe,{path:"/"}),Object(le.h)(Li,{path:"/fisica"}),Object(le.h)(Ni,{path:"/vldigeometria"}),Object(le.h)(Hi,{path:"/mingwinstall"})),Object(le.h)(Gi,null))),Zi=function(e){function t(){return ae(this,t),oe(this,e.apply(this,arguments))}return ie(t,e),t.prototype.render=function(){return Ki},t}(le.Component)},KM04:function(e){!function(){"use strict";function t(e,t){var n,r,a,o,i=L;for(o=arguments.length;o-- >2;)M.push(arguments[o]);for(t&&null!=t.children&&(M.length||M.push(t.children),delete t.children);M.length;)if((r=M.pop())&&void 0!==r.pop)for(o=r.length;o--;)M.push(r[o]);else"boolean"==typeof r&&(r=null),(a="function"!=typeof e)&&(null==r?r="":"number"==typeof r?r+="":"string"!=typeof r&&(a=!1)),a&&n?i[i.length-1]+=r:i===L?i=[r]:i.push(r),n=a;var l=new E;return l.nodeName=e,l.children=i,l.attributes=null==t?void 0:t,l.key=null==t?void 0:t.key,void 0!==A.vnode&&A.vnode(l),l}function n(e,t){for(var n in t)e[n]=t[n];return e}function r(e,t){e&&("function"==typeof e?e(t):e.current=t)}function a(e,r){return t(e.nodeName,n(n({},e.attributes),r),arguments.length>2?[].slice.call(arguments,2):e.children)}function o(e){!e.__d&&(e.__d=!0)&&1==D.push(e)&&(A.debounceRendering||T)(i)}function i(){for(var e;e=D.pop();)e.__d&&k(e)}function l(e,t,n){return"string"==typeof t||"number"==typeof t?void 0!==e.splitText:"string"==typeof t.nodeName?!e._componentConstructor&&c(e,t.nodeName):n||e._componentConstructor===t.nodeName}function c(e,t){return e.__n===t||e.nodeName.toLowerCase()===t.toLowerCase()}function s(e){var t=n({},e.attributes);t.children=e.children;var r=e.nodeName.defaultProps;if(void 0!==r)for(var a in r)void 0===t[a]&&(t[a]=r[a]);return t}function u(e,t){var n=t?document.createElementNS("http://www.w3.org/2000/svg",e):document.createElement(e);return n.__n=e,n}function h(e){var t=e.parentNode;t&&t.removeChild(e)}function p(e,t,n,a,o){if("className"===t&&(t="class"),"key"===t);else if("ref"===t)r(n,null),r(a,e);else if("class"!==t||o)if("style"===t){if(a&&"string"!=typeof a&&"string"!=typeof n||(e.style.cssText=a||""),a&&"object"==typeof a){if("string"!=typeof n)for(var i in n)i in a||(e.style[i]="");for(var i in a)e.style[i]="number"==typeof a[i]&&!1===I.test(i)?a[i]+"px":a[i]}}else if("dangerouslySetInnerHTML"===t)a&&(e.innerHTML=a.__html||"");else if("o"==t[0]&&"n"==t[1]){var l=t!==(t=t.replace(/Capture$/,""));t=t.toLowerCase().substring(2),a?n||e.addEventListener(t,d,l):e.removeEventListener(t,d,l),(e.__l||(e.__l={}))[t]=a}else if("list"!==t&&"type"!==t&&!o&&t in e){try{e[t]=null==a?"":a}catch(e){}null!=a&&!1!==a||"spellcheck"==t||e.removeAttribute(t)}else{var c=o&&t!==(t=t.replace(/^xlink:?/,""));null==a||!1===a?c?e.removeAttributeNS("http://www.w3.org/1999/xlink",t.toLowerCase()):e.removeAttribute(t):"function"!=typeof a&&(c?e.setAttributeNS("http://www.w3.org/1999/xlink",t.toLowerCase(),a):e.setAttribute(t,a))}else e.className=a||""}function d(e){return this.__l[e.type](A.event&&A.event(e)||e)}function b(){for(var e;e=B.shift();)A.afterMount&&A.afterMount(e),e.componentDidMount&&e.componentDidMount()}function f(e,t,n,r,a,o){q++||(F=null!=a&&void 0!==a.ownerSVGElement,N=null!=e&&!("__preactattr_"in e));var i=m(e,t,n,r,o);return a&&i.parentNode!==a&&a.appendChild(i),--q||(N=!1,o||b()),i}function m(e,t,n,r,a){var o=e,i=F;if(null!=t&&"boolean"!=typeof t||(t=""),"string"==typeof t||"number"==typeof t)return e&&void 0!==e.splitText&&e.parentNode&&(!e._component||a)?e.nodeValue!=t&&(e.nodeValue=t):(o=document.createTextNode(t),e&&(e.parentNode&&e.parentNode.replaceChild(o,e),_(e,!0))),o.__preactattr_=!0,o;var l=t.nodeName;if("function"==typeof l)return z(e,t,n,r);if(F="svg"===l||"foreignObject"!==l&&F,l+="",(!e||!c(e,l))&&(o=u(l,F),e)){for(;e.firstChild;)o.appendChild(e.firstChild);e.parentNode&&e.parentNode.replaceChild(o,e),_(e,!0)}var s=o.firstChild,h=o.__preactattr_,p=t.children;if(null==h){h=o.__preactattr_={};for(var d=o.attributes,b=d.length;b--;)h[d[b].name]=d[b].value}return!N&&p&&1===p.length&&"string"==typeof p[0]&&null!=s&&void 0!==s.splitText&&null==s.nextSibling?s.nodeValue!=p[0]&&(s.nodeValue=p[0]):(p&&p.length||null!=s)&&g(o,p,n,r,N||null!=h.dangerouslySetInnerHTML),j(o,t.attributes,h),F=i,o}function g(e,t,n,r,a){var o,i,c,s,u,p=e.childNodes,d=[],b={},f=0,g=0,v=p.length,j=0,w=t?t.length:0;if(0!==v)for(var O=0;O<v;O++){var y=p[O],k=y.__preactattr_,z=w&&k?y._component?y._component.__k:k.key:null;null!=z?(f++,b[z]=y):(k||(void 0!==y.splitText?!a||y.nodeValue.trim():a))&&(d[j++]=y)}if(0!==w)for(var O=0;O<w;O++){s=t[O],u=null;var z=s.key;if(null!=z)f&&void 0!==b[z]&&(u=b[z],b[z]=void 0,f--);else if(g<j)for(o=g;o<j;o++)if(void 0!==d[o]&&l(i=d[o],s,a)){u=i,d[o]=void 0,o===j-1&&j--,o===g&&g++;break}u=m(u,s,n,r),c=p[O],u&&u!==e&&u!==c&&(null==c?e.appendChild(u):u===c.nextSibling?h(c):e.insertBefore(u,c))}if(f)for(var O in b)void 0!==b[O]&&_(b[O],!1);for(;g<=j;)void 0!==(u=d[j--])&&_(u,!1)}function _(e,t){var n=e._component;n?P(n):(null!=e.__preactattr_&&r(e.__preactattr_.ref,null),!1!==t&&null!=e.__preactattr_||h(e),v(e))}function v(e){for(e=e.lastChild;e;){var t=e.previousSibling;_(e,!0),e=t}}function j(e,t,n){var r;for(r in n)t&&null!=t[r]||null==n[r]||p(e,r,n[r],n[r]=void 0,F);for(r in t)"children"===r||"innerHTML"===r||r in n&&t[r]===("value"===r||"checked"===r?e[r]:n[r])||p(e,r,n[r],n[r]=t[r],F)}function w(e,t,n){var r,a=R.length;for(e.prototype&&e.prototype.render?(r=new e(t,n),C.call(r,t,n)):(r=new C(t,n),r.constructor=e,r.render=O);a--;)if(R[a].constructor===e)return r.__b=R[a].__b,R.splice(a,1),r;return r}function O(e,t,n){return this.constructor(e,n)}function y(e,t,n,a,i){e.__x||(e.__x=!0,e.__r=t.ref,e.__k=t.key,delete t.ref,delete t.key,void 0===e.constructor.getDerivedStateFromProps&&(!e.base||i?e.componentWillMount&&e.componentWillMount():e.componentWillReceiveProps&&e.componentWillReceiveProps(t,a)),a&&a!==e.context&&(e.__c||(e.__c=e.context),e.context=a),e.__p||(e.__p=e.props),e.props=t,e.__x=!1,0!==n&&(1!==n&&!1===A.syncComponentUpdates&&e.base?o(e):k(e,1,i)),r(e.__r,e))}function k(e,t,r,a){if(!e.__x){var o,i,l,c=e.props,u=e.state,h=e.context,p=e.__p||c,d=e.__s||u,m=e.__c||h,g=e.base,v=e.__b,j=g||v,O=e._component,z=!1,C=m;if(e.constructor.getDerivedStateFromProps&&(u=n(n({},u),e.constructor.getDerivedStateFromProps(c,u)),e.state=u),g&&(e.props=p,e.state=d,e.context=m,2!==t&&e.shouldComponentUpdate&&!1===e.shouldComponentUpdate(c,u,h)?z=!0:e.componentWillUpdate&&e.componentWillUpdate(c,u,h),e.props=c,e.state=u,e.context=h),e.__p=e.__s=e.__c=e.__b=null,e.__d=!1,!z){o=e.render(c,u,h),e.getChildContext&&(h=n(n({},h),e.getChildContext())),g&&e.getSnapshotBeforeUpdate&&(C=e.getSnapshotBeforeUpdate(p,d));var x,S,E=o&&o.nodeName;if("function"==typeof E){var M=s(o);i=O,i&&i.constructor===E&&M.key==i.__k?y(i,M,1,h,!1):(x=i,e._component=i=w(E,M,h),i.__b=i.__b||v,i.__u=e,y(i,M,0,h,!1),k(i,1,r,!0)),S=i.base}else l=j,x=O,x&&(l=e._component=null),(j||1===t)&&(l&&(l._component=null),S=f(l,o,h,r||!g,j&&j.parentNode,!0));if(j&&S!==j&&i!==O){var L=j.parentNode;L&&S!==L&&(L.replaceChild(S,j),x||(j._component=null,_(j,!1)))}if(x&&P(x),e.base=S,S&&!a){for(var T=e,I=e;I=I.__u;)(T=I).base=S;S._component=T,S._componentConstructor=T.constructor}}for(!g||r?B.push(e):z||(e.componentDidUpdate&&e.componentDidUpdate(p,d,C),A.afterUpdate&&A.afterUpdate(e));e.__h.length;)e.__h.pop().call(e);q||a||b()}}function z(e,t,n,r){for(var a=e&&e._component,o=a,i=e,l=a&&e._componentConstructor===t.nodeName,c=l,u=s(t);a&&!c&&(a=a.__u);)c=a.constructor===t.nodeName;return a&&c&&(!r||a._component)?(y(a,u,3,n,r),e=a.base):(o&&!l&&(P(o),e=i=null),a=w(t.nodeName,u,n),e&&!a.__b&&(a.__b=e,i=null),y(a,u,1,n,r),e=a.base,i&&e!==i&&(i._component=null,_(i,!1))),e}function P(e){A.beforeUnmount&&A.beforeUnmount(e);var t=e.base;e.__x=!0,e.componentWillUnmount&&e.componentWillUnmount(),e.base=null;var n=e._component;n?P(n):t&&(null!=t.__preactattr_&&r(t.__preactattr_.ref,null),e.__b=t,h(t),R.push(e),v(t)),r(e.__r,null)}function C(e,t){this.__d=!0,this.context=t,this.props=e,this.state=this.state||{},this.__h=[]}function x(e,t,n){return f(n,e,{},!1,t,!1)}function S(){return{}}var E=function(){},A={},M=[],L=[],T="function"==typeof Promise?Promise.resolve().then.bind(Promise.resolve()):setTimeout,I=/acit|ex(?:s|g|n|p|$)|rph|ows|mnc|ntw|ine[ch]|zoo|^ord/i,D=[],B=[],q=0,F=!1,N=!1,R=[];n(C.prototype,{setState:function(e,t){this.__s||(this.__s=this.state),this.state=n(n({},this.state),"function"==typeof e?e(this.state,this.props):e),t&&this.__h.push(t),o(this)},forceUpdate:function(e){e&&this.__h.push(e),k(this,2)},render:function(){}});var H={h:t,createElement:t,cloneElement:a,createRef:S,Component:C,render:x,rerender:i,options:A};e.exports=H}()},MKE3:function(){},MeW5:function(e){e.exports={minus:"minus__2d_8r"}},"P9k+":function(e){e.exports={panel:"panel__22fOQ"}},ddTt:function(e){e.exports={plus:"plus__1JPyf"}},jHTF:function(){},qMTX:function(e){e.exports={copyright:"copyright__TBGn1"}},tO1d:function(e){e.exports={todo:"todo__5Soco"}},xHuH:function(){}});
//# sourceMappingURL=bundle.58b01.js.map