OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2023-11-04 00:53:01 +00:00
parent 7d6eb126e8
commit 014444a845
21 changed files with 49 additions and 28 deletions

View File

@ -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//
* <<linkdescgit SkyLyrac"https://www.skylyrac.net" "Hacking, software projects and my thoughts" "https://github.com/AntonioND/antoniond.github.io">>
* [[ZetCode|https://zetcode.com/]] - //accessible tutorials for various languages//

View File

@ -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]]
* <<httpL iter.ca>>
* [[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]]">>

View File

@ -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''

View File

@ -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">>

View File

@ -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]]

View File

@ -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>>

View File

@ -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//

View File

@ -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

View File

@ -1,6 +1,6 @@
created: 20230404140257082
creator: Octt
modified: 20230927231308407
modified: 20231103233211355
modifier: Octt
tags:
title: Puzzle
@ -9,6 +9,7 @@ title: Puzzle
* <<WikipediaL "Sliding 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/

View File

@ -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]]

View File

@ -1,7 +1,7 @@
Enabled: 0
created: 20231103212710757
creator: Octt
modified: 20231103222606894
modified: 20231103232313314
modifier: Octt
tags: $:/GlobalOption
title: $:/OcttKB/Config/TripleClickEdit

View File

@ -1,5 +1,5 @@
created: 20231103225001941
created: 20231104005255568
current-tiddler: GettingStarted
modified: 20231103225001941
modified: 20231104005255568
title: $:/HistoryList
type: application/json

View File

@ -1,6 +1,6 @@
created: 20231103222031777
created: 20231103232327602
creator: Octt
list:
modified: 20231103224853079
modified: 20231104005215498
modifier: Octt
title: $:/StoryList

View File

@ -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);
}

View File

@ -1,6 +1,6 @@
created: 20231103222110593
creator: Octt
modified: 20231103222326612
modified: 20231103232415086
modifier: Octt
module-type: widget
title: $:/plugins/danielo515/2click2edit/ClickListener.js

View File

@ -1,7 +1,7 @@
created: 20220920140732083
creator: Octt
modified: 20231103214416538
modified: 20231104002543422
modifier: Octt
title: $:/state/showeditpreview
no
yes

View File

@ -1,7 +1,7 @@
created: 20220920090405977
creator: Octt
modified: 20231029235240359
modified: 20231103232346162
modifier: Octt
title: $:/state/tab-1749438307
$:/core/ui/ControlPanel/Saving
$:/core/ui/ControlPanel/Plugins

View File

@ -1,6 +1,6 @@
created: 20230501095944427
creator: Octt
modified: 20231103223316838
modified: 20231104003632489
modifier: Octt
title: $:/state/search/currentTab

View File

@ -1,6 +1,6 @@
created: 20220920092307479
creator: Octt
modified: 20231103222616958
modified: 20231104004813805
modifier: Octt
title: $:/state/tab/sidebar--595412856

View File

@ -1,6 +1,6 @@
created: 20230501095944427
creator: Octt
modified: 20231103223316838
modified: 20231104003632490
modifier: Octt
title: $:/state/tab/search-results/sidebar

View File

@ -1,3 +1,3 @@
title: $:/status/RequireReloadDueToPluginChange
yes
no