OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-11-03 22:10:11 +00:00
parent c93c5a6f48
commit 8a859c31c8
38 changed files with 187 additions and 38 deletions

View File

@@ -1,8 +1,8 @@
created: 20221110145611678
creator: Octt
modified: 20231029001426443
modified: 20231103214720248
modifier: Octt
tags: Development Internet $:/i18n:en
tags: Development $:/i18n:en Web
title: JavaScript
''JavaScript'', or "JS", is an high-level programming language. It constitutes a core technology of the Web, sitting optionally alongside HTML and CSS. In recent years, it has gotten more and more popular even for desktop app and backend development.
@@ -21,6 +21,7 @@ title: JavaScript
* [["Illegal invocation" errors in JavaScript|https://mtsknn.fi/blog/illegal-invocations-in-js/]] --- //The error is thrown when calling a function whose `this` keyword isn't referring to the object where it originally did (when the context of the function is lost)//
* [[Does JavaScript have a method like "range()" to generate a range within the supplied bounds?|https://stackoverflow.com/questions/3895478/does-javascript-have-a-method-like-range-to-generate-a-range-within-the-supp]] --- `[...Array(5).keys()]`
* [[Array.prototype.splice()|https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice]] --- //changes the contents of an array by removing or replacing existing elements and/or adding new elements in place//
* [[Listen for triple clicks in JavaScript|https://stackoverflow.com/questions/6480060/how-do-i-listen-for-triple-clicks-in-javascript#6480113]]
!!! ''Tools''

View File

@@ -0,0 +1,10 @@
created: 20231103211923238
creator: Octt
modified: 20231103212152136
modifier: Octt
tags:
title: New
<<^wikipediaframe Compiler>>
* <<linkdescgit Emscripten"https://github.com/emscripten-core/emscripten" "An LLVM-to-WebAssembly Compiler" "https://github.com/emscripten-core/emscripten">>

View File

@@ -1,6 +1,6 @@
created: 20220923110724649
creator: Octt
modified: 20231102105034497
modified: 20231103220933272
modifier: Octt
tags: Gaming Nintendo NDS Console $:/i18n:en Handheld
title: Nintendo DS
@@ -15,10 +15,14 @@ title: Nintendo DS
...WIP
* DeSmuMe
** * https://github.com/44670/desmume-wasm
* [[DeSmuMe|https://desmume.org/]] --- for some uses, still the most accurate and flexible NDS emulator, with better x86 support (but poor ARM performance) --- <<[# Git"https://github.com/TASEmulators/desmume">>
** https://github.com/44670/desmume-wasm
* [[NooDS|https://github.com/Hydr8gon/NooDS]] --- //A (hopefully!) speedy DS emulator.//
!!! Tools
* [[dlditool|https://github.com/devkitPro/dstools/tree/master/src/dlditool]] --- //Dynamically Linked Disk Interface patch tool// for NDS homebrew ROMs
!!! Development
* (WIP) [[NDS-Homebrew-Development|https://github.com/jdriselvato/NDS-Homebrew-Development]] --- //research for developing on the Nintendo DS//

View File

@@ -1,6 +1,6 @@
created: 20230207213320932
creator: Octt
modified: 20231102235121958
modified: 20231103212334824
modifier: Octt
tags: Microsoft Proprietary OS
title: Windows
@@ -39,3 +39,4 @@ title: Windows
** [[TweakUIX|https://www.builtbybel.com/apps/tweak-uix]] --- //Tweak UI Replica// --- [[[Git|https://github.com/builtbybel/TweakUIX]]]
* [[Wallpaper Engine|https://wallpaperengine.io/]] --- //Use stunning live wallpapers on your Windows desktop// --- [[[Steampowered|https://store.steampowered.com/app/431960/Wallpaper_Engine/]]]
* [[Winaero Tweaker|https://winaerotweaker.com/]] --- //Tweaking normally inaccessible UI features on modern Windows//
* [[Windows Terminal|https://github.com/microsoft/terminal]] --- //The new Windows Terminal and the original Windows console host, all in the same place!//