diff --git a/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid b/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid index b8b51ef..dc62edc 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Saved/Sites/_Development.tid @@ -1,15 +1,16 @@ created: 20230429190335486 creator: Octt -modified: 20231029134807371 +modified: 20231104005103010 modifier: Octt tags: title: Saved/Sites/Development -Saved sites that are mainly about development (mainly devlogs or tips+tricks). +Saved sites that are mainly about development (mainly devlogs, project showcases, or tips+tricks). -Note: some are in [[Development/Resources]]. +Note: the most technically useful ones might be listed under [[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/_Sites.tid b/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid index d0501cb..5a18067 100644 --- a/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid +++ b/Wiki-OcttKB/tiddlers/Normal/Saved/_Sites.tid @@ -1,11 +1,11 @@ created: 20230223222804008 creator: Octt -modified: 20231102231222842 +modified: 20231104005211899 modifier: Octt tags: title: Saved/Sites -List of some Internet sites (Web and also other protocols) I want to save, for some reason or another. Sometimes they have interesting content, others I just like the aesthetic, or navigation experience. All here are miscellaneous, look in subpages for categories. +List of some Internet sites (Web and also other protocols, so not only "websites") I want to save, for some reason or another. Sometimes they have interesting content, others I just like the aesthetic, or navigation experience, and maybe they are by themselves a good inspiration for my site design journeys. All here are miscellaneous, look in subpages for categories. Some personal ones could be defined as "[[digital gardens|Digital Garden]]". @@ -17,6 +17,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the * [[Akalanka Ekanayake Blog|https://blog.akalanka.uk/]] --- It's a curious blog, mainly deals with IT subject but the theme/style looks like a fashion blog lmao * [[Eli Grey|https://eligrey.com/]] * [[Gianmarco Gargiulo|https://gianmarco.gg]] +* <> * [[koyu's personal website|https://web.koyu.space/]] * [[l33t.codes|https://l33t.codes]] --- Nice emulated retro-style with CRT effects and monospace text of many colors. * [[📚 Nitay Neeman's Blog|https://nitayneeman.github.io/]] @@ -28,6 +29,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the * [[Val Packett|https://val.packett.cool/]] !!! ''[[Book]]-leaning'' +* [[Alf's room (ă‚ąăƒ«ăƒ•ăźéƒšć±‹)|https://alf-s-room.com/]] * [[Ledom Software|https://ledomsoft.com]] * [[100R - Hundred Rabbits|https://100r.co/]] --- <<[ "[[Git|https://github.com/hundredrabbits/100r.co]]">> diff --git a/Wiki-OcttKB/tiddlers/Normal/TiddlyWiki/_ThirdParty.tid b/Wiki-OcttKB/tiddlers/Normal/TiddlyWiki/_ThirdParty.tid index ac9e0cb..cd7cd64 100644 --- a/Wiki-OcttKB/tiddlers/Normal/TiddlyWiki/_ThirdParty.tid +++ b/Wiki-OcttKB/tiddlers/Normal/TiddlyWiki/_ThirdParty.tid @@ -1,6 +1,6 @@ created: 20230206113426599 creator: Octt -modified: 20230928230938921 +modified: 20231104002058740 modifier: Octt tags: title: TiddlyWiki/ThirdParty @@ -30,6 +30,7 @@ title: TiddlyWiki/ThirdParty !!!! ''More personal TiddlyWikis'' * [[Dave and Blanca Gifford's homepage|https://giffmex.org/Welcome.html]] * [[Eberron Tiddlywiki|https://eberron.tiddlyhost.com/]] --- //campaign setting for D&D designed for telling fantastical pulp and noir stories// --- <<[ "[[Git|https://github.com/wccbuck/eberron_tw/]]">> +* [[ℍđ•Șđ•Ąđ•–đ•Łđ”±đ”ąđ””đ”±: h0p3|https://h0p3.neocities.org/]] !!!! ''Individual Plugins'' diff --git a/Wiki-OcttKB/tiddlers/Normal/_BASIC.tid b/Wiki-OcttKB/tiddlers/Normal/_BASIC.tid new file mode 100644 index 0000000..0e4fbe2 --- /dev/null +++ b/Wiki-OcttKB/tiddlers/Normal/_BASIC.tid @@ -0,0 +1,10 @@ +created: 20231104002534686 +creator: Octt +modified: 20231104002812574 +modifier: Octt +tags: +title: BASIC + +<<^wikipediaframe BASIC>> + +* [[BASIC Anywhere Machine|https://sites.google.com/view/basicanywheremachine/]] --- //All-in-one HTML file. BASIC interpreter with a console window. IDE with CodeMirror + helpful programming tools. Powered by TiddlyWiki.// --- <<[# "Main App" "https://basicanywheremachine.neocities.org/bam-ide">> diff --git a/Wiki-OcttKB/tiddlers/Normal/_C Language.tid b/Wiki-OcttKB/tiddlers/Normal/_C Language.tid index c273017..7177a3d 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_C Language.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_C Language.tid @@ -1,6 +1,6 @@ created: 20231029134919585 creator: Octt -modified: 20231102232811333 +modified: 20231103234130540 modifier: Octt tags: title: C Language @@ -11,3 +11,5 @@ title: C Language * [[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 [...]// * [[strcpy vs. memcpy|https://stackoverflow.com/questions/2898364/strcpy-vs-memcpy]] --- //strcpy stops when it encounters a NUL ('\0') character, memcpy does not//, aka as the names suggest often strcpy is perfect for strings while for generic data memcpy could be needed. * [[ISO C90 forbids mixed declarations and code in C|https://stackoverflow.com/questions/13291353/iso-c90-forbids-mixed-declarations-and-code-in-c]] --- old C standards required that new variables can be declared only before any other actual instruction in a scoped block, e.g. only at the top of a function +* [[Creating empty function macros|https://stackoverflow.com/questions/9187628/empty-function-macros]] --- only safe way is `#define SomeFunction(arg) ((void)0)` +** [[C macros, what's the meaning of ((void)0)?|https://stackoverflow.com/questions/61157541/c-macros-whats-the-meaning-of-void0]] diff --git a/Wiki-OcttKB/tiddlers/Normal/_Gamepad.tid b/Wiki-OcttKB/tiddlers/Normal/_Gamepad.tid index a01a3f0..aa90b06 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Gamepad.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Gamepad.tid @@ -1,10 +1,10 @@ created: 20230822234737434 creator: Octt icon: 🎼 -modified: 20230905232423627 +modified: 20231103235715411 modifier: Octt page-cover: https://source.unsplash.com/random?Gamepad -tags: +tags: Gaming title: Gamepad <<^wikipediaframe Gamepad>> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid b/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid index 6e8a92e..8ea6b08 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Gaming.tid @@ -1,6 +1,6 @@ created: 20230116202756249 creator: Octt -modified: 20231102235613628 +modified: 20231104000058047 modifier: Octt tags: $:/i18n:en title: Gaming @@ -11,5 +11,6 @@ title: Gaming ... +* [[GameSnacks|https://gamesnacks.com/]] --- //Play Bite-Sized HTML5 Games for Mobile and Desktop// --- mostly trashy games but some are decent, also there are no ads apparently? * [[Free Game Planet|https://www.freegameplanet.com/]] --- //All The Best Free Video Games With New Additions Every Day// ** [[Alpha Beta Gamer|https://www.alphabetagamer.com/]] --- //Free Video Game Alpha & Beta Tests. The Worlds Biggest Beta Testing Site// diff --git a/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid b/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid index 74e59f8..aedf5f3 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: 20231103220933272 +modified: 20231104004811786 modifier: Octt tags: Gaming Nintendo NDS Console $:/i18n:en Handheld title: Nintendo DS @@ -11,6 +11,8 @@ title: Nintendo DS <<^wikipediaframe "Nintendo DS">> +* [[Some NDS ROM File Format Discoveries|https://gbatemp.net/threads/some-nds-rom-file-format-discoveries.624725/]] + !!! Emulators ...WIP diff --git a/Wiki-OcttKB/tiddlers/Normal/_Puzzle.tid b/Wiki-OcttKB/tiddlers/Normal/_Puzzle.tid index 92491ed..fb620ae 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Puzzle.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Puzzle.tid @@ -1,6 +1,6 @@ created: 20230404140257082 creator: Octt -modified: 20230927231308407 +modified: 20231103233211355 modifier: Octt tags: title: Puzzle @@ -9,6 +9,7 @@ title: Puzzle * <> +* [[Puzzling Stack Exchange|https://puzzling.stackexchange.com/]] --- //question and answer site for those who create, solve, and study puzzles// * [[Simon Tatham's Portable Puzzle Collection|https://www.chiark.greenend.org.uk/~sgtatham/puzzles/]] * https://www.clarity-media.com/onlinepuzzles/ * https://www.studiogiochi.com/enigmistica/logica/ diff --git a/Wiki-OcttKB/tiddlers/Normal/_Simple DirectMedia Layer.tid b/Wiki-OcttKB/tiddlers/Normal/_Simple DirectMedia Layer.tid index a985e12..619fe4c 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Simple DirectMedia Layer.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Simple DirectMedia Layer.tid @@ -1,10 +1,11 @@ created: 20231103223458206 creator: Octt -modified: 20231103224520707 +modified: 20231103232645877 modifier: Octt title: Simple DirectMedia Layer <<^wikipediaframe "Simple DirectMedia Layer">> +* [[Lazy Foo' Productions - SDL 1.2 tutorial |https://lazyfoo.net/SDL_tutorials/]] --- Beginning Game Programming in C++ * [[Getting Started With SDL 1.2|http://gamedevgeek.com/tutorials/getting-started-with-sdl/]] ; [[Moving Sprites With SDL 1.2|http://gamedevgeek.com/tutorials/moving-sprites-with-sdl/]] ; [[Animating Sprites With SDL|http://gamedevgeek.com/tutorials/animating-sprites-with-sdl/]] * Minimal examples of using the HTML5 canvas via SDL, through WebAssembly and [[C|https://github.com/shlomnissan/sdl-wasm]] or [[C++|https://github.com/timhutton/sdl-canvas-wasm]] diff --git a/Wiki-OcttKB/tiddlers/System/OcttKB/Config/_TripleClickEdit.tid b/Wiki-OcttKB/tiddlers/System/OcttKB/Config/_TripleClickEdit.tid index c2dc176..6e7476f 100644 --- a/Wiki-OcttKB/tiddlers/System/OcttKB/Config/_TripleClickEdit.tid +++ b/Wiki-OcttKB/tiddlers/System/OcttKB/Config/_TripleClickEdit.tid @@ -1,7 +1,7 @@ Enabled: 0 created: 20231103212710757 creator: Octt -modified: 20231103222606894 +modified: 20231103232313314 modifier: Octt tags: $:/GlobalOption title: $:/OcttKB/Config/TripleClickEdit diff --git a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta index c49003f..3f56797 100644 --- a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta +++ b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta @@ -1,5 +1,5 @@ -created: 20231103225001941 +created: 20231104005255568 current-tiddler: GettingStarted -modified: 20231103225001941 +modified: 20231104005255568 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 49de6ef..77b1b65 100644 --- a/Wiki-OcttKB/tiddlers/System/_StoryList.tid +++ b/Wiki-OcttKB/tiddlers/System/_StoryList.tid @@ -1,6 +1,6 @@ -created: 20231103222031777 +created: 20231103232327602 creator: Octt list: -modified: 20231103224853079 +modified: 20231104005215498 modifier: Octt title: $:/StoryList \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/plugins/danielo515/2click2edit/_ClickListener.js b/Wiki-OcttKB/tiddlers/System/plugins/danielo515/2click2edit/_ClickListener.js index 4ad7362..970697a 100644 --- a/Wiki-OcttKB/tiddlers/System/plugins/danielo515/2click2edit/_ClickListener.js +++ b/Wiki-OcttKB/tiddlers/System/plugins/danielo515/2click2edit/_ClickListener.js @@ -35,7 +35,7 @@ ClickListener.prototype.render = function(parent,nextSibling) { wrong object, we should call our edit function with our widget object set as the this property.*/ /* OcttKB: edit this to work with 3 clicks instead of 2 */ - window.addEventListener('click', function(ev){ + parent.addEventListener('click', function(ev){ if (ev.detail === 3) { self.editTiddler.call(self, event); } diff --git a/Wiki-OcttKB/tiddlers/System/plugins/danielo515/2click2edit/_ClickListener.js.meta b/Wiki-OcttKB/tiddlers/System/plugins/danielo515/2click2edit/_ClickListener.js.meta index 36a4f21..b4a0f19 100644 --- a/Wiki-OcttKB/tiddlers/System/plugins/danielo515/2click2edit/_ClickListener.js.meta +++ b/Wiki-OcttKB/tiddlers/System/plugins/danielo515/2click2edit/_ClickListener.js.meta @@ -1,6 +1,6 @@ created: 20231103222110593 creator: Octt -modified: 20231103222326612 +modified: 20231103232415086 modifier: Octt module-type: widget title: $:/plugins/danielo515/2click2edit/ClickListener.js diff --git a/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid b/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid index acbabb5..dc0461d 100644 --- a/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid +++ b/Wiki-OcttKB/tiddlers/System/state/_showeditpreview.tid @@ -1,7 +1,7 @@ created: 20220920140732083 creator: Octt -modified: 20231103214416538 +modified: 20231104002543422 modifier: Octt title: $:/state/showeditpreview -no \ No newline at end of file +yes \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/_tab-1749438307.tid b/Wiki-OcttKB/tiddlers/System/state/_tab-1749438307.tid index 1f692d3..a65c38e 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: 20231029235240359 +modified: 20231103232346162 modifier: Octt title: $:/state/tab-1749438307 -$:/core/ui/ControlPanel/Saving \ No newline at end of file +$:/core/ui/ControlPanel/Plugins \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid b/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid index 6bb0080..3c1e022 100644 --- a/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid +++ b/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid @@ -1,6 +1,6 @@ created: 20230501095944427 creator: Octt -modified: 20231103223316838 +modified: 20231104003632489 modifier: Octt title: $:/state/search/currentTab diff --git a/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid b/Wiki-OcttKB/tiddlers/System/state/tab/_sidebar--595412856.tid index 476e440..14fa772 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: 20231103222616958 +modified: 20231104004813805 modifier: Octt title: $:/state/tab/sidebar--595412856 diff --git a/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid b/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid index e98a315..26d4f84 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid @@ -1,6 +1,6 @@ created: 20230501095944427 creator: Octt -modified: 20231103223316838 +modified: 20231104003632490 modifier: Octt title: $:/state/tab/search-results/sidebar diff --git a/Wiki-OcttKB/tiddlers/System/status/_RequireReloadDueToPluginChange.tid b/Wiki-OcttKB/tiddlers/System/status/_RequireReloadDueToPluginChange.tid index 9af7b08..6df5e60 100644 --- a/Wiki-OcttKB/tiddlers/System/status/_RequireReloadDueToPluginChange.tid +++ b/Wiki-OcttKB/tiddlers/System/status/_RequireReloadDueToPluginChange.tid @@ -1,3 +1,3 @@ title: $:/status/RequireReloadDueToPluginChange -yes \ No newline at end of file +no \ No newline at end of file