Discover gists
This file contains 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-3145728412-1752322905-909997274-1000</user> | |
<keys> | |
<key installerType="Custom" displayName="TeXstudio - TeXstudio is a fully featured LaTeX editor." displayVersion="4.8.6"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\TeXstudio</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA["C:\Program Files\texstudio"]]></InstallLocation> | |
<UninstallString><![CDATA["C:\Program Files\texstudio\uninstall.exe" /S]]></UninstallString> |
This file contains 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 Tuesday, February 11, 2025, 5:07:49 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.4]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.4) | |
Allow Tool(UnlimitedHugs.AllowTool): AllowTool(av:3.6.0,fv:3.13.1) | |
Graphics Settings+(Telefonmast.GraphicsSettings)[mv:1.0.0]: GraphicSetter(1.0.0) |
This file contains 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
<h1>Media Queries</h1> | |
<h2>Subheading</h2> | |
<div class="flex-row"> | |
<div class="image-container"> | |
<img src="https://picsum.photos/900/600" alt=""> | |
</div> | |
<div class="image-container"> | |
<img src="https://picsum.photos/900/600" alt=""> | |
</div> |
This file contains 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 Tuesday, February 11, 2025, 10:05:56 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.4]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.4) | |
Research Reinvented: Stepping Stones(PeteTimesSix.ResearchReinvented.SteppingStones): ResearchReinvented_SteppingStones(1.0.0) | |
Tribal Essentials Reborn(zal.tribalessentials)[mv:1.2.3.0]: (no assemblies) |
This file contains 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
2025-02-11 22:05:32,933 5000 [DEBUG] - XmlConfiguration is now operational | |
2025-02-11 22:05:33,053 5000 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-11 22:05:33,074 5000 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-02-11 22:05:33,074 5000 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-11 22:05:33,074 5000 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco' | |
2025-02-11 22:05:33,088 5000 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-02-11 22:05:33,108 5000 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco' | |
2025-02-11 22:05:33,108 5000 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-11 22:05:33,108 5000 [DEBUG] - Adding new typ |
This file contains 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"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\vscode\vscode.nupkg" checksum="F37B0F129E96D46F25B9A5D4F3E41DC0" /> | |
<file path="C:\ProgramData\chocolatey\lib\vscode\vscode.nuspec" checksum="69FB0252A1B2198C9E8C1C04AD5C4CCE" /> | |
</files> | |
</fileSnapshot> |
This file contains 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
[Fact] | |
public void Divide_ShouldThrowException_WhenDividingAnyNumberByZero() | |
{ | |
// Act | |
var result = () => _calculator.Divide(1, 0); | |
// Assert - FluentAssertions | |
result.Should().Throw<DivideByZeroException>() | |
.WithMessage("Cannot divide by zero."); |
This file contains 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 {onCLS, onTTFB} from 'web-vitals'; | |
const entryTypes = [ | |
'navigation', | |
'visibility-state', | |
'measure', | |
'long-animation-frame', | |
'resource', | |
'paint', | |
] as const; |
This file contains 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 os, re, pdb, distro | |
from pprint import pprint | |
## Get the repos | |
PATH = "/var/lib/apt/lists/" | |
files = os.listdir(PATH) | |
release_files = [file for file in files if file.endswith("Release")] | |
ORIGIN_PATTERN = re.compile("Origin: (.*)\n") | |
SUITE_PATTERN = re.compile("Suite: (.*)\n") |
This file contains 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
fpu.c:57:8: warning: #warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp] | |
Script started on 2025-02-11 21:42:17+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh risc-v-06" <not executed on terminal>] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=risc-v-06 | |
+ neofetch | |
.-/+oossssoo+/-. | |
`:+ssssssssssssssssss+:` | |
-+ssssssssssssssssssyyssss+- | |
.ossssssssssssssssssdMMMNysssso. |