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
$^Sejda PDF Desktop Pro Crack 2025 |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 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
patient_id gender age visit_date treatment_start_date days_on_placebex adherence height_cm baseline_weight_kg final_weight_kg baseline_systolic_bp final_systolic_bp | |
1001 M 58 2020-08-16 2020-08-10 6 3 - Good 166.3 96.1 96 126.6 126.7 | |
1002 F 26 2024-02-17 2023-07-23 209 3 - Good 153.9 48.1 41.1 113 106.6 | |
1003 F 23 2023-04-24 2020-12-11 864 1 - Poor 157.5 64.5 114.9 114.9 | |
1004 F 32 2022-10-31 2022-09-07 54 3 - Good 156.2 56.2 54.4 114.8 113.2 | |
1005 M 62 2023-01-21 2020-09-14 859 2 - Partial 175.1 119.6 108.2 135.5 141.7 | |
1006 F 69 2024-11-15 2024-11-02 13 2 - Partial 140.7 82.1 82 141.9 141.6 | |
1007 F 45 2021-11-27 2021-02-16 284 2 - Partial 143.9 68.6 63.5 128.7 123.7 | |
1008 M 39 2020-07-28 2020-07-05 23 1 - Poor 170.9 98.5 98.5 135.2 135.2 | |
1009 F 40 2023-05-21 2021-11-26 541 1 - Poor 162.3 86.9 87.1 111.5 111.5 |
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, 8:22:11 PM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Performance Fish(bs.performance): PerformanceFish(0.6.2) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Vanilla Backgrounds Expanded(vanillaexpanded.backgrounds): VBE(1.0.0) | |
Ideology(Ludeon.RimWorld.Ideology): (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
<?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="InnoSetup" displayName="Microsoft Visual Studio Code" displayVersion="1.97.1"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EA457B21-F73E-494C-ACAB-524FDE069978}_is1</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[C:\Program Files\Microsoft VS Code\]]></InstallLocation> | |
<UninstallString><![CDATA["C:\Program Files\Microsoft VS Code\unins000.exe" /SILENT]]></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
import { Context } from "@oak/oak"; | |
import { h } from "preact"; | |
import { render } from "preact-render-to-string"; | |
import { layoutDecorator } from "./layout.tsx"; | |
export type DecoratorFunction = (content: string) => string; | |
export function defaultDecorator(content: string): string { | |
return content; | |
} |
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
//! Dependencies | |
//! | |
//! ```toml | |
//! [dependencies] | |
//! anyhow = "1.0.95" | |
//! bytes = "1.10.0" | |
//! dotenvy = "0.15.7" | |
//! may = "0.3.49" | |
//! may_minihttp = "0.1.11" | |
//! postgres = "0.19.10" |
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 'tailwindcss'; | |
@theme { | |
--breakpoint-sm: 768px; | |
--breakpoint-md: 992px; | |
--breakpoint-lg: 1200px; | |
--breakpoint-xl: 1450px; | |
/** Custom fonts will need to be imported **/ | |
--font-display: "Poppins", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
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
/mvnw text eol=lf | |
*.cmd text eol=crlf |
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 shutil | |
from pathlib import Path | |
import logging | |
import re | |
import subprocess | |
skip_patterns = [ | |
r'.*\.pyc$', | |
r'.*__pycache__.*', | |
r'.*assets.*', |
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
[0 mosu@sweet-chili ~/tmp] tracepath -6 accounts.hetzner.com | |
1?: [LOCALHOST] 0.017ms pmtu 1500 | |
1: _gateway 0.205ms | |
1: _gateway 0.053ms | |
2: _gateway 0.058ms pmtu 1492 | |
2: 2003:0:1701:a418::1 9.818ms | |
3: 2003:0:1701:a410::2 10.410ms | |
4: no reply | |
5: 2003:0:f00::a19 16.134ms | |
6: core12.nbg1.hetzner.com 15.641ms |