diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid b/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid index 75bdabd3..b8b51ef1 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid @@ -1,14 +1,15 @@ created: 20230429190335486 creator: Octt -modified: 20231029001624412 +modified: 20231029134807371 modifier: Octt tags: title: Saved/Sites/Development -Saved sites that are mainly about development (mainly devlogs). +Saved sites that are mainly about development (mainly devlogs or tips+tricks). Note: some are in [[Development/Resources]]. * [[cpprograms|https://cpprograms.net/]] * [[Dustin John Pfister|https://dustinpfister.github.io/]] +* [[Jack's AutoHotkey Blog|https://jacks-autohotkey-blog.com/]] --- //Feed Your Brain While Adding Power to Your Windows Computers// * [[ZetCode|https://zetcode.com/]] - //accessible tutorials for various languages// diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved/_Games.tid b/Wiki-OcttKB/tiddlers/Normal/Saved/_Games.tid index 76eaf39a..63b29d4c 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Saved/_Games.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Saved/_Games.tid @@ -1,10 +1,11 @@ created: 20230307215116937 creator: Octt -modified: 20230307215737976 +modified: 20231029223445149 modifier: Octt title: Saved/Games List of some small games I liked, I must save them but don't know where. +* [[Pistol-Pong-DS|https://github.com/Jonatan6/Pistol-Pong-DS]] --- //It's like the classic game pong, but with guns.// * [[Rogule|https://rogule.com/]] - //A dungeon a day keeps the Balrog away// - <<[ "[[Git|https://github.com/chr15m/rogule.com]]">> * [[ZType|https://zty.pe/]] - //Typing Game// diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid b/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid index 7f6e4090..f2b475fa 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid @@ -1,6 +1,6 @@ created: 20230223222804008 creator: Octt -modified: 20231029002857888 +modified: 20231029140010025 modifier: Octt tags: title: Saved/Sites @@ -29,7 +29,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the !!! ''[[Book]]-leaning'' * [[Ledom Software|https://ledomsoft.com]] -* [[Hundred Rabbits|https://100r.co/]] --- <<[ "[[Git|https://github.com/hundredrabbits/100r.co]]">> +* [[100R - Hundred Rabbits|https://100r.co/]] --- <<[ "[[Git|https://github.com/hundredrabbits/100r.co]]">> !!! ''[[Gallery]]-leaning'' diff --git a/Wiki-OcttKB/tiddlers/Normal/_6502.tid b/Wiki-OcttKB/tiddlers/Normal/_6502.tid index 87ca79aa..a6217547 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_6502.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_6502.tid @@ -1,6 +1,6 @@ created: 20231029001701704 creator: Octt -modified: 20231029002636303 +modified: 20231029140602120 modifier: Octt tags: title: 6502 @@ -9,3 +9,6 @@ title: 6502 * <> --- //the 6502 microprocessor resource// * [[6502 Disassembly Projects|https://6502disassembly.com/]] + +* [[6502 Assembly Crash Course [NesHacker]|https://www.youtube.com/playlist?list=PLgvDB6LWam2WvoFvh8tlUqbqw92qWM0aP]] +* [[https://100r.co/site/6502_assembly.html]] --- Extremely reduced introduction to 6502 assembly basic concepts diff --git a/Wiki-OcttKB/tiddlers/Normal/_C Language.tid b/Wiki-OcttKB/tiddlers/Normal/_C Language.tid new file mode 100644 index 00000000..41afd945 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_C Language.tid @@ -0,0 +1,11 @@ +created: 20231029134919585 +creator: Octt +modified: 20231029135726399 +modifier: Octt +tags: +title: C Language + +<<^wikipediaframe C_Language>> + +* [[Why do many functions that return structures in C, actually return pointers to structures?|https://softwareengineering.stackexchange.com/questions/359408/why-do-many-functions-that-return-structures-in-c-actually-return-pointers-to-s]] +* [[Passing by reference in C|https://stackoverflow.com/questions/2229498/passing-by-reference-in-c]] --- "C does not support passing a variable by reference"... //Passing a pointer ''is'' passing-by-reference. This seems to be one of those facts that "savvy" C programmers pride themselves on. Like they get a kick out of it. "Oh you might THINK C has pass-by-reference but no it's actually just the value of a memory address being passed harharhar". Passing by reference literally just means passing the memory address of where a variable is stored rather than the variable's value itself [...]// diff --git a/Wiki-OcttKB/tiddlers/Normal/_Emulation.tid b/Wiki-OcttKB/tiddlers/Normal/_Emulation.tid index 8be1fb1b..f10a966c 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Emulation.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Emulation.tid @@ -1,6 +1,6 @@ created: 20230116211647194 creator: Octt -modified: 20230223215637591 +modified: 20231029225116302 modifier: Octt tags: $:/i18n:en title: Emulation @@ -9,14 +9,13 @@ title: Emulation !! ''Resources'' -* https://old.reddit.com/r/iosgaming/comments/tcdpr4/list_of_browser_based_emulators/ +* a <> !!! ''Web Sites'' * [[Emulation General Wiki|https://emulation.gametechwiki.com]] !!! ''Game Console Emulators'' * https://github.com/EmulatorJS -* https://github.com/44670/desmume-wasm * https://github.com/js-emulators/desmond * https://github.com/44670/44vba * https://github.com/skylersaleh/SkyEmu @@ -30,6 +29,7 @@ title: Emulation * [[Bochs|https://bochs.sourceforge.io/]] - //IA-32 emulator// - <<[ "[[Git|https://github.com/bochs-emu/]]">> ** <> by lubomyr<> - Sources: [[Core|https://github.com/lubomyr/bochs]], [[GUI|https://github.com/lubomyr/BochsLauncher]] * [[PCem|https://pcem-emulator.co.uk/]] - IBM PC emulator with focus on emulation of infinite hardware components - <<[ "[[Git|https://github.com/sarah-walker-pcem/pcem]]">> +** [[86Box|https://86box.net/]] --- a sometimes more recommended fork --- <<[# Git "https://github.com/86Box">> !!! ''Linux Emulators'' * [[WebVM|https://webvm.io]] - //Linux virtualization for the Web, in WebAssembly// - <<[ "[[Git|https://github.com/leaningtech/webvm]]">> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid b/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid index 8222c6bb..25b7191b 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid @@ -1,6 +1,6 @@ created: 20220923110724649 creator: Octt -modified: 20230206111552230 +modified: 20231029225136809 modifier: Octt tags: Gaming Nintendo NDS Console $:/i18n:en title: Nintendo DS @@ -10,3 +10,11 @@ title: Nintendo DS <> <<^wikipediaframe "Nintendo DS">> + +!!! Emulators + +...WIP + +* DeSmuMe +** * https://github.com/44670/desmume-wasm +* [[NooDS|https://github.com/Hydr8gon/NooDS]] --- //A (hopefully!) speedy DS emulator.// diff --git a/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid b/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid index 2229b886..6b0726b5 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid @@ -1,8 +1,10 @@ created: 20230202110726082 creator: Octt -modified: 20231022225123579 +modified: 20231029224711694 modifier: Octt tags: Gaming Sony Console $:/i18n:en WIP title: PlayStation Portable -<<^wikipediaframe PlayStation_Portable en>> \ No newline at end of file +<<^wikipediaframe PlayStation_Portable en>> + +* [[PPSSPP|https://www.ppsspp.org]] --- <<[# Git "https://github.com/hrydgard/ppsspp">> diff --git a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta index 3fb9ca75..ada1ec9b 100644 --- a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta +++ b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta @@ -1,5 +1,5 @@ -created: 20231029003844176 +created: 20231029235335653 current-tiddler: GettingStarted -modified: 20231029003844176 +modified: 20231029235335653 title: $:/HistoryList type: application/json \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/_StoryList.tid b/Wiki-OcttKB/tiddlers/System/_StoryList.tid index 35630f77..40f9a13f 100644 --- a/Wiki-OcttKB/tiddlers/System/_StoryList.tid +++ b/Wiki-OcttKB/tiddlers/System/_StoryList.tid @@ -1,6 +1,6 @@ -created: 20231029001339232 +created: 20231029133444147 creator: Octt list: -modified: 20231029003718059 +modified: 20231029225230080 modifier: Octt title: $:/StoryList \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid b/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid index 6ca218a1..beb58db9 100644 --- a/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid +++ b/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid @@ -1,6 +1,6 @@ created: 20220920140732083 creator: Octt -modified: 20231029001715612 +modified: 20231029134926936 modifier: Octt title: $:/state/showeditpreview diff --git a/Wiki-OcttKB/tiddlers/System/state/_sidebar.tid b/Wiki-OcttKB/tiddlers/System/state/_sidebar.tid index 8e998933..64815e5f 100644 --- a/Wiki-OcttKB/tiddlers/System/state/_sidebar.tid +++ b/Wiki-OcttKB/tiddlers/System/state/_sidebar.tid @@ -1,6 +1,6 @@ created: 20220920174307633 creator: Octt -modified: 20230823100807042 +modified: 20231025052608945 modifier: Octt title: $:/state/sidebar diff --git a/Wiki-OcttKB/tiddlers/System/state/_tab-1749438307.tid b/Wiki-OcttKB/tiddlers/System/state/_tab-1749438307.tid index b19421db..150a178b 100644 --- a/Wiki-OcttKB/tiddlers/System/state/_tab-1749438307.tid +++ b/Wiki-OcttKB/tiddlers/System/state/_tab-1749438307.tid @@ -1,7 +1,7 @@ created: 20220920090405977 creator: Octt -modified: 20230928233100670 +modified: 20231029225255203 modifier: Octt title: $:/state/tab-1749438307 -$:/core/ui/ControlPanel/Info \ No newline at end of file +$:/core/ui/ControlPanel/Saving \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid b/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid index f1923d0a..9dfc7f7f 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid @@ -1,6 +1,6 @@ created: 20220920092307479 creator: Octt -modified: 20231029003721818 +modified: 20231029144452242 modifier: Octt title: $:/state/tab/sidebar--595412856