User contributions for Iwiseman
Jump to navigation
Jump to search
24 March 2025
- 05:1605:16, 24 March 2025 diff hist +16 BibbleWiki Page →Overriding Skin
- 05:1505:15, 24 March 2025 diff hist +325 N BibbleWiki Page Created page with "=Introduction= This is just a page to keep stuff I learn about wiki =Backup= For this I use mysqldump and backup the entire folder =Overriding Skin= I use vector as my skin. <br> <br> You can amend css <>/MediaWiki:Vector.css<br> <br> You can amend js <>/MediaWiki:Vector.js<br> <br> This is how I get the copy button to work"
- 05:0805:08, 24 March 2025 diff hist +80 Main Page →Personel
- 05:0705:07, 24 March 2025 diff hist +76 Model Context Protocol (MCP) →The Real Solution current
- 05:0505:05, 24 March 2025 diff hist +1,235 Model Context Protocol (MCP) →Writing a Server (Kotlin)
- 04:5404:54, 24 March 2025 diff hist +6,866 Model Context Protocol (MCP) No edit summary
22 March 2025
- 23:5523:55, 22 March 2025 diff hist +453 MediaWiki:Vector.js No edit summary current
- 23:1623:16, 22 March 2025 diff hist −491 MediaWiki:Common.css No edit summary current
- 23:1523:15, 22 March 2025 diff hist −1,350 MediaWiki:Common.js Replaced content with "→Any JavaScript here will be loaded for all users on every page load.: " current Tag: Replaced
- 23:1323:13, 22 March 2025 diff hist −28 MediaWiki:Vector.css No edit summary current Tag: Manual revert
- 23:1223:12, 22 March 2025 diff hist +28 MediaWiki:Vector.css No edit summary Tag: Reverted
- 23:0923:09, 22 March 2025 diff hist +1,250 N MediaWiki:Vector.js Created page with "→All JavaScript here will be loaded for users of the Vector skin: // Add copy buttons to all <syntaxhighlight> blocks document.addEventListener("DOMContentLoaded", () => { document.querySelectorAll("div.mw-highlight").forEach((block) => { const button = document.createElement("button"); button.className = "copy-button"; button.textContent = "Copy"; button.addEventListener("click", () => { const code = block.innerText;..."
- 23:0823:08, 22 March 2025 diff hist +338 MediaWiki:Vector.css No edit summary
- 23:0623:06, 22 March 2025 diff hist −8 MediaWiki:Vector.css No edit summary
- 23:0423:04, 22 March 2025 diff hist +44 N Index.php Created page with "mw-highlight { background-color: #Red; }" current
- 23:0023:00, 22 March 2025 diff hist +113 N MediaWiki:Vector.css Created page with "→All CSS here will be loaded for users of the Vector skin: mw-highlight {  background-color: #222; }"
- 22:5622:56, 22 March 2025 diff hist +48 N User:Iwiseman/vector.css Created page with "mw-highlight {  background-color: #222; }" current
- 22:5322:53, 22 March 2025 diff hist +42 N Iwiseman/vector.css Created page with "mw-highlight { background-color: #222; }" current
- 22:4822:48, 22 March 2025 diff hist +18 MediaWiki:Common.css No edit summary
- 22:4622:46, 22 March 2025 diff hist −19 MediaWiki:Common.css No edit summary
- 22:4522:45, 22 March 2025 diff hist +48 MediaWiki:Common.css No edit summary
- 22:3922:39, 22 March 2025 diff hist −33 MediaWiki:Common.css No edit summary
- 22:3922:39, 22 March 2025 diff hist −3 MediaWiki:Common.css No edit summary
- 22:3822:38, 22 March 2025 diff hist +37 MediaWiki:Common.css No edit summary
- 22:2322:23, 22 March 2025 diff hist +97 N Test page syntax Created page with "<syntaxhighlight lang="bash"> wget https://example.com/file.zip unzip file.zip </syntaxhighlight>" current
- 22:2322:23, 22 March 2025 diff hist +22 Gradle No edit summary current
- 22:1722:17, 22 March 2025 diff hist +1 Gradle →Get Software
- 22:1622:16, 22 March 2025 diff hist +444 MediaWiki:Common.css No edit summary
- 22:1522:15, 22 March 2025 diff hist +1,424 N MediaWiki:Common.js Created page with "→Any JavaScript here will be loaded for all users on every page load.: document.addEventListener("DOMContentLoaded", () => { document.querySelectorAll("syntaxhighlight").forEach((block) => { // Create the copy button const button = document.createElement("button"); button.className = "copy-button"; button.textContent = "Copy"; // Add click event to copy the code button.addEventListener("click", () => {..."
- 05:2805:28, 22 March 2025 diff hist +813 Gradle →Gradle 5.4.1 to 6.x
- 04:1404:14, 22 March 2025 diff hist +3,725 Model Context Protocol (MCP) →Writing a Server (Python)
20 March 2025
- 03:0403:04, 20 March 2025 diff hist +417 Angular Revisited 2025 No edit summary
19 March 2025
- 00:4100:41, 19 March 2025 diff hist +671 N Angular Revisited 2025 Created page with "=Introduction= Been a while since I touched Angular except for when I put my loader into WASM. So this page is just to add any changes I have found =CommonModule= The structural directives, e.g. NgFor NgIf not can be import in the component. I guessing the is because of SSR so now we do this <syntaxhighlight lang="ts"> @Component({ selector: 'app-chess-board', imports: [NgFor, NgClass, NgIf], templateUrl: './chess-board.component.html', styleUrl: './chess-board.c..."
- 00:3500:35, 19 March 2025 diff hist +129 Main Page →Angular
18 March 2025
- 22:3222:32, 18 March 2025 diff hist +518 Android Kotlin Flows →The Unit Test current
- 22:1722:17, 18 March 2025 diff hist +2 Android Kotlin Flows →The Unit Test
- 22:1622:16, 18 March 2025 diff hist +5,342 Android Kotlin Flows →Unit Testing Flows
- 22:1522:15, 18 March 2025 diff hist 0 N File:Android Dispatcher.png No edit summary current
- 04:1104:11, 18 March 2025 diff hist +336 Android Kotlin Flows →State Flow and Shared Flow
- 02:5802:58, 18 March 2025 diff hist +77 Android Kotlin Flows →State Flow and Shared Flow
- 02:4302:43, 18 March 2025 diff hist +182 Android Kotlin Flows →State Flow and Shared Flow
- 02:4102:41, 18 March 2025 diff hist +36 Android Kotlin Flows →State Flow and Shared Flow
- 02:4002:40, 18 March 2025 diff hist +39 Android Kotlin Flows →Simple Example
- 02:3902:39, 18 March 2025 diff hist +139 Android Kotlin Flows →State Flow and Shared Flow
- 02:3702:37, 18 March 2025 diff hist +45 Android Kotlin Flows →Flow Operators
- 02:3302:33, 18 March 2025 diff hist +137 Android Kotlin Flows →Flow Operators
- 02:2302:23, 18 March 2025 diff hist +689 Android Kotlin Flows →Simple Example
- 02:0502:05, 18 March 2025 diff hist +78 Android Kotlin Flows →Simple Example
- 02:0402:04, 18 March 2025 diff hist +382 Android Kotlin Flows →Simple Example
- 01:5301:53, 18 March 2025 diff hist −91 Android Kotlin Flows →Simple Example