This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | |
| <div class="resume-wrapper"> | |
| <section class="profile section-padding"> | |
| <div class="container"> | |
| <div class="picture-resume-wrapper"> | |
| <div class="picture-resume"> | |
| <span><img src="https://s3.amazonaws.com/uifaces/faces/twitter/jsa/128.jpg" alt="" /></span> | |
| <svg version="1.1" viewBox="0 0 350 350"> | |
| <defs> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Log uploaded on Wednesday, September 9, 2020, 7:11:41 PM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:1.0.4.0]: 0Harmony(2.0.2), HarmonyMod(1.0.4) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| HugsLib(UnlimitedHugs.HugsLib)[ov:8.0.1]: 0Harmony(av:2.0.2,fv:1.2.0.1), HugsLib(av:1.0.0,fv:8.0.1) | |
| HugsLib_zh(RWZH.ChinesePack.HugsLib): (no assemblies) | |
| Allow Tool(UnlimitedHugs.AllowTool): AllowTool(av:3.6.0,fv:3.9.0) | |
| Humanoid Alien Races 2.0(erdelf.HumanoidAlienRaces): 0Harmony(2.0.2), AlienRace(1.0.0) | |
| Humanoid_Alien_Races_2.0_zh(RWZH.ChinesePack.HumanoidAlienRaces): (no assemblies) | |
| EdB Prepare Carefully_zh(LingLuo.PrepareCarefully): 0Harmony(av:2.0.2,fv:2.0.0.8), EdBPrepareCarefully(av:1.1.1,fv:1.1.9) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // The `class` property for Hyperapp virtual DOM elements can take multiple | |
| // forms. This function is able to merge two such values using the form | |
| // of the initial value if possible. | |
| const mergeClasses = (a, b) => { | |
| if (typeof a === "boolean") { | |
| return b | |
| } | |
| if (typeof a === "string") { | |
| if (typeof b === "boolean") { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Distribute in 5 Clusters | |
| # set number of clusters | |
| kclusters = 5 | |
| manchester_grouped_clustering = manchester_grouped.drop('Street', 1) | |
| # run k-means clustering | |
| kmeans = KMeans(n_clusters=kclusters, random_state=0).fit(manchester_grouped_clustering) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Log uploaded on Monday, August 17, 2020, 8:11:34 PM | |
| Loaded mods: | |
| Harmony(brrainz.harmony): 0Harmony(2.0.1), HarmonyMod(1.0.2) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
| HugsLib(UnlimitedHugs.HugsLib)[ov:7.1.4]: 0Harmony(av:2.0.1,fv:1.2.0.1), HugsLib(av:1.0.0,fv:7.1.4) | |
| Allow Tool(UnlimitedHugs.AllowTool): AllowTool(av:3.6.0,fv:3.8.4) | |
| Cyber Fauna 1.1(Daniledman.CyberFauna): (no assemblies) | |
| DeCore 1.1(Daniledman.DeCore): (no assemblies) | |
| Guards For Me(aRandomKiwi.GuardsForMe): GuardsForMe(2.1.8) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * | |
| * path vendor/mirasvit/module-seo/src/Seo/Observer/CheckUrlObserver.php | |
| * | |
| * | |
| */ | |
| namespace Mirasvit\Seo\Observer; | |
| use Magento\Framework\Event\ObserverInterface; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "header": {}, | |
| "payload": { | |
| "ACLineSegments": [ | |
| { | |
| "ACLineSegment": { | |
| "psrType": "overhead" | |
| }, | |
| "current": { | |
| "imaginary": { |