[!abstract] Executive Summary (3μ€ μμ½)
- Market View: (μμ±: μ λμ± μΆμ vs μ°ν λ 리 κΈ°λκ° λ±)
- My Position: (μμ±: νκΈ λΉμ€ OO%, κΈ°μ μ£Ό νλ© λ±)
- Next Step: (μμ±: CPI λ°ν μ κΉμ§ κ΄λ§ λ±)
Discover gists
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 Saturday, December 6, 2025, 2:11:42 PM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
| Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
| Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
| Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
| Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies) | |
| [FSF] Filth Vanishes With Rain And Time(FrozenSnowFox.FilthVanishesWithRainAndTime): (no assemblies) |
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
| # Day 27: Boundaries - World Time Zones | |
| # Shows current time in each timezone, centered on user's location | |
| library(mapgl) | |
| library(sf) | |
| library(dplyr) | |
| library(lubridate) | |
| # Get user's current timezone and time | |
| user_tz <- Sys.timezone() |
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
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
| 25-15175-FD | 12/6/2025 1:07:28 | STATION COVERAGE | | 42 Highland St, Plymouth, NH 03264, USA |
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
| ==> default: Running provisioner: shell... | |
| default: Running: C:/TMP/vagrant-shell20251206-924-edbtq.ps1 | |
| default: | |
| default: Chocolatey v2.6.0 | |
| default: Chocolatey is running on Windows v 10.0.17763.0 | |
| default: Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old". | |
| default: Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old". | |
| default: Command line: "C:\ProgramData\chocolatey\choco.exe" install llvm.portable --version 19.1.0 -fdvy --execution-timeout=2700 --allow-downgrade | |
| default: Received arguments: install llvm.portable --version 19.1.0 -fdvy --execution-timeout=2700 --allow-downgrade | |
| default: RemovePendingPackagesTask is now ready and waiting for PreRunMessage. |
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
| import React, { useState, useEffect } from 'react'; | |
| export default function Tsunami() { | |
| const [t, setT] = useState(0); | |
| useEffect(() => { | |
| const interval = setInterval(() => { | |
| setT(prev => prev + 0.045); | |
| }, 45); | |
| return () => clearInterval(interval); |
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 Saturday, December 6, 2025, 2:10:04 PM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| HugsLib(UnlimitedHugs.HugsLib)[ov:12.0.0]: 0Harmony(av:2.4.1,fv:1.2.0.1), HugsLib(av:1.0.0,fv:12.0.0) | |
| HugsLib_zh(RWZH.ChinesePack.HugsLib): (no assemblies) | |
| Dev In Your Language(latta.devl10n): DevInYourLanguage(1.0.0) | |
| Dev In Your Language_zh(latta.devl10n.zh): (no assemblies) | |
| QualityBuilder(hatti.qualitybuilder): 0Harmony(av:2.4.1,fv:1.2.0.1), QualityBuilder(av:1.0.18,fv:1.0.18) | |
| QualityBuilder_zh(RWZH.ChinesePack.qualitybuilder): (no assemblies) |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <user>S-1-5-21-1007685421-2336183308-4174469138-1000</user> | |
| <keys> | |
| <key installerType="Msi" displayName="AWS Command Line Interface v2" displayVersion="2.32.11.0"> | |
| <RegistryView>Registry64</RegistryView> | |
| <KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8B2EBA45-13DF-49A8-822A-8A8430CA5F91}</KeyPath> | |
| <DefaultValue /> | |
| <InstallLocation><![CDATA[]]></InstallLocation> | |
| <UninstallString><![CDATA[MsiExec.exe /I{8B2EBA45-13DF-49A8-822A-8A8430CA5F91}]]></UninstallString> |
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
| 25-15174-FD | 12/6/2025 1:04:22 | CO ALARM / INCIDENT | | Lancaster, NH, USA |