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
<!DOCTYPE html> | |
<html lang="ar"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>MEDI Travel</title> | |
<link rel="stylesheet" href="styles.css"> | |
</head> | |
<body> | |
<header> |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: cf2f55eb-3c3f-406a-98d4-9c11494eb7d2 | |
-- Server started: February 07, 2025 11:56 PM UTC | Server uptime: 242 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
databases: | |
- cluster_name: yourDbClustoBeModifiedter | |
db_name: strapi | |
db_user: strapi | |
engine: PG | |
name: strapi | |
production: true | |
envs: | |
- key: APP_URL | |
scope: RUN_AND_BUILD_TIME |
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\yazi\yazi-x86_64-pc-windows-msvc.zip.txt" checksum="E38C0E1929540D55EC7AAE7D14182245" /> | |
<file path="C:\ProgramData\chocolatey\lib\yazi\yazi.nupkg" checksum="CC345AF27F543C760CAC789A7660F45D" /> | |
<file path="C:\ProgramData\chocolatey\lib\yazi\yazi.nuspec" checksum="FC64754F82C764AF80C080154464BE01" /> | |
<file path="C:\ProgramData\chocolatey\lib\yazi\tools\chocolateyinstall.ps1" checksum="068CBB1B021AD40A5200DE19EB7250FA" /> | |
<file path="C:\ProgramData\chocolatey\lib\yazi\tools\yazi-x86_64-pc-windows-msvc\LICENSE" checksum="8BC76EBADBDCE5E09ACCDBDE5FFACF1F" /> | |
<file path="C:\ProgramData\chocolatey\lib\yazi\tools\yazi-x86_64-pc-windows-msvc\README.md" checksum="225BBFBD2E2812A9F8DCFDB670C137DA" /> | |
<file path="C:\ProgramData\chocolatey\lib\yazi\tools\yazi-x86_64-pc-windows-msvc\ |
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
from zipline.utils.calendars import TradingCalendar | |
from datetime import time | |
from pandas.tseries.offsets import CustomBusinessDay | |
from pytz import timezone | |
from zipline.utils.memoize import lazyval | |
class CryptoCalendar(TradingCalendar): | |
""" | |
Exchange calendar for 24/7 trading. |
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
// メッセージリスナーを設定 | |
chrome.runtime.onMessage.addListener((request, sender, sendResponse) => { | |
if (request.action === "openUrl" && request.url) { | |
// 新しいタブでURLを開く | |
chrome.tabs.create({ url: request.url }); | |
} | |
}); |
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
<!DOCTYPE html> | |
<html lang="ar"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>MEDI Travel</title> | |
<link rel="stylesheet" href="styles.css"> | |
</head> | |
<body> | |
<header> |
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
<main> | |
<div class="content-wrapper"> | |
<div class="content"> | |
<div class="main-content"> | |
<div class="photo-wrapper"> | |
<img class="photo" src="https://ca-times.brightspotcdn.com/dims4/default/d5f6173/2147483647/strip/true/crop/4436x4403+0+0/resize/1200x1191!/quality/75/?url=https%3A%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2F5b%2F8d%2F9918bf924c09ae2ff707b58a9484%2Fcowboy-carter-press-03.jpg" /> | |
</div> | |
<div class="main-info"> | |
<div class="title-container"> | |
<h1>Cowboy Carter</h1> |
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-1793470960-1418805006-3216545091-1000</user> | |
<keys> | |
<key installerType="Msi" displayName="whkd" displayVersion="0.2.7"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2A4C2F2C-94F7-4F94-8C2C-9121F8EC44E4}</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[C:\Program Files\whkd\]]></InstallLocation> | |
<UninstallString><![CDATA[MsiExec.exe /I{2A4C2F2C-94F7-4F94-8C2C-9121F8EC44E4}]]></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 Friday, February 7, 2025, 5:03:50 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Dubs Mint Menus(Dubwise.DubsMintMenus): 0Harmony(av:2.3.3,fv:2.3.2), DubsMintMenus(av:1.2.8852.28744,fv:1.0.0) | |
Gunplay(automatic.gunplay): 0Harmony(av:2.3.3,fv:2.0.2), Gunplay(1.0.379.18) | |
Malang Bodies (plaxen.MalangBodies): (no assemblies) | |
Yayo's Caravan (Continued)(Mlie.YayosCaravan)[mv:1.5.1]: caravanVisual(av:1.0.0,fv:1.5.0), VersionFromManifest(0.0.0) | |
Quarry(Ogliss.TheWhiteCrayon.Quarry)[ov:2.0.0.0]: 0Harmony(av:2.3.3,fv:2.2.2), Quarry(2.0.0) |