Skip to content

Instantly share code, notes, and snippets.

View abdullahEmumba's full-sized avatar

abdullahEmumba

View GitHub Profile
@abdullahEmumba
abdullahEmumba / index.html
Created June 4, 2025 09:55 — forked from youssef22222/index.html
Speed Violation Map - 2819 TEB (Metro) - 1749030859
<!DOCTYPE html>
<html>
<head>
<title>Speed Violation Path</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<style>
html, body { height: 100%; margin: 0; padding: 0; }
#map { height: 100%; }
@abdullahEmumba
abdullahEmumba / readme.txt
Created June 4, 2025 07:14 — forked from m-ender/readme.txt
Sokoyote (Puzzlescript Next Script)
Play this game by pasting the script into https://david-pfx.github.io/PuzzleScriptNext/src/editor.html
// 가. 자식 객체 수동 삭제후 flush한 뒤 부모 삭제
List<Post> posts = entityManager.createQuery("select p from Post p join fetch p.comments", Post.class).getResultList();
// 자식 엔티티 먼저 삭제
for (Post post : posts) {
post.getComments().clear(); // orphanRemoval=true이면 자동 삭제됨
}
entityManager.flush(); // 자식 DELETE 실행
@abdullahEmumba
abdullahEmumba / bitbucket-pipelines.yml
Created June 4, 2025 06:38 — forked from hrishix6/bitbucket-pipelines.yml
Node22 App Bitbucket Pipeline For Fargate Deployment, Includes running E2E tests , Upload Image to ECR, Register New Task Definition, Update Fargate Service
definitions:
services:
docker:
memory: 5120
pipelines:
branches:
branch-name:
- step:
name: Run Unit and E2E Tests
@abdullahEmumba
abdullahEmumba / output_log.txt
Created June 3, 2025 11:01 — forked from HugsLibRecordKeeper/output_log.txt
Rimworld output log published using HugsLib
Log uploaded on Tuesday, June 3, 2025, 6:56:27 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)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.5]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.5)
Adaptive Storage Framework(adaptive.storage.framework): 0MultiplayerAPI(av:0.5.0,fv:0.5.0), 1ITransformable(1.0.0), AdaptiveStorageFramework(1.2.1), CopyOperation(1.0.0), DefNameLink(1.0.0), GeneratorOperation(1.0.0), GeneratorOperationV2(1.0.0), PatchOperationSet(1.0.0), PatchOperationTryAdd(1.0.0), PostInheritanceOperation(1.0.0), SaveGameCompatibility(1.0.0)
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.5.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), Heavy

Test report for PR(s) easybuilders/easybuild-easyconfigs#22830

Test result

Build succeeded for 1 out of 1 (1 easyconfigs in total)

Overview of tested easyconfigs (in order)

  • SUCCESS Amber-24.0-foss-2023b-AmberTools-24.0-CUDA-12.4.0.eb

Time info

  • start: Tue, 03 Jun 2025 09:38:18 +0000 (UTC)
@abdullahEmumba
abdullahEmumba / output_log.txt
Created June 3, 2025 10:56 — forked from HugsLibRecordKeeper/output_log.txt
Rimworld output log published using HugsLib
Log uploaded on Tuesday, June 3, 2025, 6:31:29 AM
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)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.5]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.5)
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:25.3.21), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), RecipeInheritance(1.0.1), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(0.0.0), VFECore(av:1.1.7,f
@abdullahEmumba
abdullahEmumba / answer6.html
Created June 3, 2025 10:54 — forked from iplabme/answer6.html
HTML Page from Telegram AI Bot
<html><head><title>Class Students</title></head><body><h1>Students List</h1><table border="1"><tr style="background-color:#90EE90;"><th>Student Info</th><th>Value</th></tr><tr><td>firstname</td><td>Гарик</td></tr><tr><td>lastname</td><td>Харламов</td></tr><tr><td>nickname</td><td>Бульдог</td></tr></table></body></html>
@abdullahEmumba
abdullahEmumba / sample.js
Created May 20, 2025 13:30
Sample gist
import React, { useEffect, useRef, useState } from "react";
import styles from "./Header.module.css";
import { Input, Button, Avatar } from "antd";
import { SearchOutlined } from "@ant-design/icons";
import EmumbaLogo from "../../assets/icons/emumba_logo.svg";
import axios from "axios";
import ProfileDropdown from "../ProfileDropdown/ProfileDropdown";
const Header: React.FC = () => {
const [user, setUser] = useState<any>(null);