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
| <html> | |
| <body> | |
| <input id="c" placeholder="کامنت خود را وارد کنید..." /> | |
| <button onclick="s()">ارسال</button> | |
| <script> | |
| let tg = window.Telegram.WebApp; | |
| tg.expand(); | |
| function s() { |
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"?> | |
| <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\rust-analyzer\rust-analyzer.nupkg" checksum="016B710C82CE3A780031C5666AEACE4B" /> | |
| <file path="C:\ProgramData\chocolatey\lib\rust-analyzer\rust-analyzer.nuspec" checksum="C8FC5C680DDD8E3905869808C760A219" /> | |
| <file path="C:\ProgramData\chocolatey\lib\rust-analyzer\legal\LICENSE.txt" checksum="07414A39527237F9181D99B376F843F1" /> | |
| <file path="C:\ProgramData\chocolatey\lib\rust-analyzer\legal\VERIFICATION.txt" checksum="0C1B9DFC354FDFC757D85B71D839C85E" /> | |
| <file path="C:\ProgramData\chocolatey\lib\rust-analyzer\tools\rust-analyzer.exe" checksum="F4882C09D09738C6BD19AB5D6CCF9032" /> | |
| </files> | |
| </fileSnapshot> |
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-215233544-3638282204-3167213555-1000</user> | |
| <keys> | |
| <key installerType="Unknown" displayName="Windows Driver Package - Watlow (Watlow_EZ-ZONE) Watlow (11/16/2009 2.50.0.0)" displayVersion="11/16/2009 2.50.0.0"> | |
| <RegistryView>Registry64</RegistryView> | |
| <KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\C87A0F32ED0C417254F83B76376DFAEE3D000D07</KeyPath> | |
| <DefaultValue /> | |
| <InstallLocation><![CDATA[]]></InstallLocation> | |
| <UninstallString><![CDATA[rundll32.exe C:\PROGRA~1\DIFX\ED00A7CB25A64AAB\DIFxAppA.dll, DIFxARPUninstallDriverPackage C:\Windows\System32\DriverStore\FileRepository\watbususb64.inf_amd64_5375a895537bd59b\watbususb64.inf]]></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
| Log uploaded on Friday, December 5, 2025, 8:24:11 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) | |
| 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) | |
| Map Preview(m00nl1ght.MapPreview): LunarLoader(1.1.16), LunarFramework(1.1.16), HugsLogPublisher(2.1.8), MapPreview(1.12.22), MapPreviewMod(1.12.22) | |
| Beautiful Bodies(mireia.bodies): (no assemblies) | |
| Vee face for Facial Animation(Lat.VeeFaceForFacialAnimation): (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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content="Help and support for those dealing with cyberbullying."> | |
| <title>Stand Up Against Cyberbullying</title> | |
| <link rel="stylesheet" href="styles.css"> | |
| </head> | |
| <body> |
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
| local player = game.Players.LocalPlayer | |
| local UIS = game:GetService("UserInputService") | |
| -- GUI | |
| local gui = Instance.new("ScreenGui", player.PlayerGui) | |
| gui.Name = "ModernMenu" | |
| -- MAIN FRAME | |
| local frame = Instance.new("Frame", gui) | |
| frame.Size = UDim2.new(0, 280, 0, 260) |
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
| POST / HTTP/1.1 | |
| Host: localhost | |
| User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 | |
| Next-Action: x | |
| Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad | |
| Content-Length: 459 | |
| ------WebKitFormBoundaryx8jO2oVc6SWP3Sad | |
| Content-Disposition: form-data; name="0" |
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"?> | |
| <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\ruff\ruff.nupkg" checksum="419509628A89F2DD65C47B636C2FF7C8" /> | |
| <file path="C:\ProgramData\chocolatey\lib\ruff\ruff.nuspec" checksum="3251E1E430B9D0B556C54D1111A95D1A" /> | |
| <file path="C:\ProgramData\chocolatey\lib\ruff\legal\LICENSE.txt" checksum="309F6E6A36D27E1B555F2E1C7C6FE908" /> | |
| <file path="C:\ProgramData\chocolatey\lib\ruff\legal\VERIFICATION.txt" checksum="87DD22E44D54C842519367E29DD7E331" /> | |
| <file path="C:\ProgramData\chocolatey\lib\ruff\tools\x64\ruff.exe" checksum="B1D2E73CB93BAED1DD6354C326BBDF9C" /> | |
| <file path="C:\ProgramData\chocolatey\lib\ruff\tools\x86\ruff.exe" checksum="C6A5574A55841A770FE40D84C646745E" /> | |
| </files> |
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
| id | station | stationid | value | unit | obstime | date | |
|---|---|---|---|---|---|---|---|
| 0 | 流浮山 | RF001 | 0 | mm | 2025-12-06T12:00:00+08:00 | 2025-12-06 | |
| 1 | 湿地公园 | RF002 | 0 | mm | 2025-12-06T12:00:00+08:00 | 2025-12-06 | |
| 2 | 水边围 | N12 | 0 | mm | 2025-12-06T12:00:00+08:00 | 2025-12-06 | |
| 3 | 石岗 | RF003 | 0 | mm | 2025-12-06T12:00:00+08:00 | 2025-12-06 | |
| 4 | 大美督 | RF004 | 0 | mm | 2025-12-06T12:00:00+08:00 | 2025-12-06 | |
| 5 | 大埔墟 | RF005 | 0 | mm | 2025-12-06T12:00:00+08:00 | 2025-12-06 | |
| 6 | 北潭涌 | RF006 | 0 | mm | 2025-12-06T12:00:00+08:00 | 2025-12-06 | |
| 7 | 滘西洲 | RF007 | 0 | mm | 2025-12-06T12:00:00+08:00 | 2025-12-06 | |
| 8 | 西贡 | N15 | 0 | mm | 2025-12-06T12:00:00+08:00 | 2025-12-06 |
NewerOlder