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
Pipeline still running ... | |
PipelineRun is still running: Tasks Completed: 12 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 41 | |
[get-pr-number : parse-pr-url] + echo -n 6435 | |
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number | |
[get-pr-number : parse-pr-url] 6435 | |
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m | |
[acquire-lease : create-lease] + '[' m == m ']' | |
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400 | |
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS |
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
git init | |
git add --all | |
git commit -m "Add school books site" | |
git branch -M main | |
git remote add origin https://github.com/Mohlab5/https-www.mfoe.gov.jo-.git | |
git push -u origin main |
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, August 23, 2025, 1:09:53 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.4.0.0]: 0Harmony(2.4.0), HarmonyMod(2.4.0) | |
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) | |
Vehicle Framework(SmashPhil.VehicleFramework): SmashTools(av:1.6.0,fv:1.6.0), UpdateLogTool(av:1.6.0,fv:1.6.0), Vehicles(av:1.6.0,fv:1.6.0) | |
Odyssey(Ludeon.RimWorld.Odyssey): (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
# Satellite Image Classification on RESISC45 | |
**Hybrid ConvNeXt-Tiny + SwinV2-Tiny (PyTorch / timm)** | |
**Task.** 45-class land-use scene classification on **NWPU-RESISC45** (31.5k RGB @ 256×256). | |
**Approach.** A simple **hybrid CNN+ViT**: concatenate ConvNeXt and SwinV2 global tokens (768+768 → 1536) → MLP classifier. | |
## Key Results (Validation @256) | |
| Model | Top-1 Accuracy | | |
|--------------------------:|:--------------:| |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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\tcps\tcps.nupkg" checksum="E4472C2F8A7C8140965985C207208046" /> | |
<file path="C:\ProgramData\chocolatey\lib\tcps\tcps.nuspec" checksum="5277CE040D47B2CDE504B6964AF67758" /> | |
<file path="C:\ProgramData\chocolatey\lib\tcps\tools\doublecmd.ps1" checksum="119FC8BD6551D9ECBFBA6AE26731886B" /> | |
<file path="C:\ProgramData\chocolatey\lib\tcps\tools\Ini.ps1" checksum="85A25FACA2EA2052D1730AD094A68A73" /> | |
<file path="C:\ProgramData\chocolatey\lib\tcps\tools\tcps.ps1" checksum="2E6F8504DA0B75A3E7E0B88122DB6F82" /> | |
<file path="C:\ProgramData\chocolatey\lib\tcps\tools\totalcmd.ps1" checksum="869D4C4C782D21458DAC374BDB32FBCE" /> | |
</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
https://mmce4q3ii5rgkun7bz3qgoylmcs2gr.burpcollaborator.net |
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
# Shadowrocket: 2025-08-23 18:07:00 | |
[General] | |
update-url = https://raw.githubusercontent.com/vuong2023/shad/main/modules/Locket_ohb.sgmodule | |
[Script] | |
# ~ By Vuong2023 | |
# ~ Egern transfer to Shadowrocket & Surge & LanceX | |
revenuecat = type=http-response, pattern=^https:\/\/api\.revenuecat\.com\/.+\/(receipts$|subscribers\/[^/]+$), script-path=https://raw.githubusercontent.com/vuong2023/shad/main/js/Locket_Ohoang7.js, requires-body=true, max-size=-1, timeout=60 | |
deleteHeader = type=http-request, pattern=^https:\/\/api\.revenuecat\.com\/.+\/(receipts|subscribers), script-path=https://raw.githubusercontent.com/vuong2023/shad/main/js/deleteHeader.js, timeout=60 |
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
#!/usr/bin/env rust-script | |
//! ```cargo | |
//! [dependencies] | |
//! ordermap = "0.5" | |
//! serde = { version = "1", features = ["derive"] } | |
//! serde_json = { version = "1", features = ["preserve_order"] } | |
//! anyhow = "1" | |
//! ``` | |
use anyhow::Result; |
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
#!/usr/bin/env bun | |
"use strict"; | |
const fs = require("fs"); | |
const { execSync } = require("child_process"); | |
const path = require("path"); | |
// ANSI color constants | |
const c = { | |
cy: '\033[36m', // cyan |
NewerOlder