New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Hide redirects

6 June 2025

5 June 2025

  • 07:1907:19, 5 June 2025 IPad Pro 13-inch (M4) vs. iPad Air 13-inch (M2): A Detailed Comparison (hist | edit) [4,893 bytes] Ryan (talk | contribs) (Created page with "Here’s a comparison table between the iPad Pro 13-inch (M4) and the iPad Air 13-inch (M2), highlighting their key differences: <span id="ipad-pro-13-inch-m4-vs.-ipad-air-13-inch-m2-comparison"></span> == iPad Pro 13-inch (M4) vs. iPad Air 13-inch (M2) Comparison == {| class="wikitable" |- ! style="text-align: left;"| Feature ! style="text-align: left;"| iPad Pro 13-inch (M4) ! style="text-align: left;"| iPad Air 13-inch (M2) |- | style="text-align: left;"| '''Proces...") Tag: Visual edit: Switched
  • 07:1607:16, 5 June 2025 How to Use Your Android Tablet as a Mac External Display (hist | edit) [6,339 bytes] Ryan (talk | contribs) (Created page with "While Apple’s Sidecar feature allows iPads to seamlessly extend a Mac’s display, using an Android tablet as a second monitor for your Mac requires third-party applications. Here are some of the most common and effective ways to achieve this: '''1. Paid Solutions (Generally More Reliable):''' * '''Duet Display:''' ** '''How it works:''' Duet Display is a popular choice that offers both wired (USB) and wireless (Wi-Fi) connections. You download the app on your Mac an...") Tag: Visual edit: Switched
  • 05:1105:11, 5 June 2025 A plan for beginners in Kotlin server-side development. (hist | edit) [17,913 bytes] Ryan (talk | contribs) (Created page with "'''Phase 1: Solidify Kotlin Fundamentals (1-2 Weeks)''' * '''Goal:''' Ensure you’re comfortable with Kotlin beyond the very basics. * '''Topics:''' ** Data classes, sealed classes, enums ** Functions (lambdas, higher-order functions, extension functions) ** Null safety (the <code>?.</code>, <code>?:</code>, <code>!!</code> operators, <code>let</code>, <code>run</code>, <code>apply</code>, <code>also</code>) ** Collections and functional operations (map, filter, fold,...") Tag: Visual edit: Switched originally created as "A plan for beginners in Kotlin server-side development.""

4 June 2025

  • 13:1513:15, 4 June 2025 Deploy your custom containerized web server application to Google Cloud Run. (hist | edit) [17,869 bytes] Ryan (talk | contribs) (Created page with "Deploy your custom containerized web server application to Google Cloud Run. ----- <span id="prerequisites"></span> == 1. Prerequisites 🧑‍💻 == Before you begin, ensure you have the following set up: <ul> <li>'''Google Cloud Project:''' <ul> <li>A Google Cloud Project with '''billing enabled'''.</li> <li>The following APIs '''enabled''' within your project: <ul> <li>Cloud Run API (<code>run.googleapis.com</code>)</li> <li>Cloud Build API (<code>cloudbuild.goo...") Tag: Visual edit: Switched
  • 13:1113:11, 4 June 2025 Convert markdown to mediawiki with pandoc (hist | edit) [520 bytes] Ryan (talk | contribs) (Created page with "Normal Usage<syntaxhighlight lang="bash"> pandoc -f markdown -t mediawiki test.md -o test.wiki </syntaxhighlight>Sometimes, the current version of MediaWiki can't display the <code><nowiki><syntaxhighlight></nowiki></code> tag. This could be a solution.<syntaxhighlight lang="bash"> pandoc -f markdown -t mediawiki test.md | sed "s/<syntaxhighlight/\n<syntaxhighlight/" > test.wiki </syntaxhighlight>https://pandoc.org/ https://pandoc.org/try/") Tag: Visual edit