OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2023-12-17 01:40:40 +00:00
parent 755f4e19df
commit c4656e9f1d
21 changed files with 113 additions and 26 deletions

View File

@ -1,6 +1,6 @@
created: 20230217221957113
creator: Octt
modified: 20231213003220382
modified: 20231217011235987
modifier: Octt
tags:
title: Android/Development
@ -44,13 +44,18 @@ title: Android/Development
* [[Intercept and override HTTP requests from WebView|https://stackoverflow.com/questions/4780899/intercept-and-override-http-requests-from-webview]]
** [[Intercept all requests in WebView on Android|https://medium.com/@madmuc/intercept-all-network-traffic-in-webkit-on-android-9c56c9262c85]]
** [[Intercepting and Blocking Requests|https://joshuatz.com/posts/2021/webview-intercepting-and-blocking-requests/]]
* [[Android Webview - Completely Clear the Cache|https://stackoverflow.com/questions/2465432/android-webview-completely-clear-the-cache]] --- `webview.clearCache(true);` (note, this doesn't automatically reload the page)
* [[How to implement @JavascriptInterface for android webview in Kotlin|https://stackoverflow.com/questions/62937014/how-to-implement-javascriptinterface-for-android-webview]]
* [[Android Calling JavaScript functions in WebView|https://stackoverflow.com/questions/4325639/android-calling-javascript-functions-in-webview/31291128#31291128]] --- `webview.evaluateJavascript("obj()", null)` on >= 4.4, otherwise `webview.loadUrl("javascript:obj()")`
</div>
: [[Android Icon Size guide for Android 6 Marshmallow|https://www.creativefreedom.co.uk/icon-designers-blog/android-icon-size-guide/]]
: [[How to rename an Android Studio Project|https://www.delasign.com/blog/android-studio-rename-project/]] --- //A step by step guide on renaming an Android Studio project. Open Source Kotlin Android project included.//
: <div>
* [[why setCanceledOnTouchOutside(false) doesn't work in Alert builder?|https://stackoverflow.com/questions/13526690/why-setcanceledontouchoutsidefalse-doesnt-work-in-alert-builder]]
* [[How to prevent a dialog from closing when a button is clicked|https://stackoverflow.com/questions/2620444/how-to-prevent-a-dialog-from-closing-when-a-button-is-clicked]]
* [[Best way to secure Android app sensitive Data?|https://stackoverflow.com/questions/8184492/best-way-to-secure-android-app-sensitive-data/8184699#8184699]]
* [[New Android Project named after Main Activity instead of app name|https://stackoverflow.com/questions/12084299/new-android-project-named-after-main-activity-instead-of-app-name]] --- //In the manifest file, you are able to set one label for the launcher icon, and another for the activity. The app name is set in the intent filter, like this: `<activity ... > <intent-filter android:label="@string/app_name"> ...`//
</div>
!!!! ''Hacking / Modding''

View File

@ -1,6 +1,6 @@
created: 20230216222435750
creator: Octt
modified: 20231126230016941
modified: 20231217011012123
modifier: Octt
tags: Development
title: Development/Resources
@ -16,6 +16,7 @@ title: Development/Resources
: [[Programming Simplified|https://www.programmingsimplified.com/]] --- //C C++ and Java programming tutorials and programs//
: [[W3Schools|https://www.w3schools.com/]]
: <<linkdescgit DevDocs "https://devdocs.io" "API Documentation Browser" "https://github.com/freeCodeCamp/devdocs">>
: [[DevTut|https://devtut.github.io/]] --- //Tutorials compiled from StackOverflow Documentation// --- <<[# "Source Git" "https://github.com/devtut/generate">> <<[# "Deploy Git" "https://github.com/devtut/devtut.github.io">>
; Code search
: [[grep.app|https://grep.app/]]

View File

@ -1,6 +1,6 @@
created: 20230429190335486
creator: Octt
modified: 20231213001835896
modified: 20231217011433251
modifier: Octt
tags:
title: Saved/Sites/Development
@ -16,6 +16,7 @@ Note: the most technically useful ones, or the non-too-personal ones, might be l
* [[The Copetti Site - Rodrigo Copetti|https://www.copetti.org/]] --- //Technical writings for hungry readers// --- has a //Architecture of Consoles// series
* [[copyrat90::devlog|https://copyrat90.github.io/]], <<httpL velog.io/@copyrat90>> --- <<[# Git"https://github.com/copyrat90/copyrat90.github.io">>
* [[Ctrl Alt Develop|https://www.ctrlaltdevelop.com/]] --- //Control the conditions. Alter your paradigm. Develop a solution.//
* [[delasign|https://www.delasign.com/]] --- //we design, develop & optimize digital products & experiences for companies & individuals.//
* [[DevDugeon|https://www.devdungeon.com/]] --- //Virtual Hackerspace; programming, cybersecurity, software freedom, and electronics//
* [[cpprograms|https://cpprograms.net/]]
* [[DefKorns|https://defkorns.github.io/]] --- //Mod repository// (has a cool strange Spiderman theme?)
@ -27,6 +28,8 @@ Note: the most technically useful ones, or the non-too-personal ones, might be l
* [[Jack's AutoHotkey Blog|https://jacks-autohotkey-blog.com/]] --- //Feed Your Brain While Adding Power to Your Windows Computers//
* [[Hey onetwo!|https://onetwo.ren/]] --- //林一二的开放记忆 | 关于前端_模因学_语义网_游戏开发_的博客 (Lin Yier's Open Memory | Blog about front-end, memetics, semantic web, game development)//
** TiddlyWiki: [[Standard|https://onetwo.ren/wiki/]], [[Prerelease|https://wiki.onetwo.ren/]] --- //knowledge base mainly used to store text memes that Lin Yier encounters by chance, as well as to replace his various thoughts posted in Weibo Moments, and as a directory to pile up online content to be sorted out during the exploration process//
* [[Lessons from a...
Creative Developer (iwearshorts.com)|https://iwearshorts.com/]] --- //Things I learn along the way, I keep here. Life, lessons and betterment through code.//
* [[Krzysztof Kowalczyk|https://blog.kowalczyk.info/]] --- design and implementation of software
* [[Lameguy64|http://lameguy64.net/]] --- mainly PS1 development projects
* [[Meefik's Blog|https://meefik.github.io/]] --- //Freedom and Open Source// --- <<[# Git"https://github.com/meefik/meefik.github.io">>

View File

@ -1,6 +1,6 @@
created: 20230223222804008
creator: Octt
modified: 20231213002924275
modified: 20231217013254799
modifier: Octt
tags:
title: Saved/Sites
@ -54,6 +54,8 @@ These are portfolios, collections of projects, hubs, landing pages, etc.
* [[OctoSpacc Hub|https://hub.octt.eu.org]]
* [[abe's projects - abe.today|https://abe.today/]] --- //Hi, I'm abe. I enjoy making things!//
* [[Arktis :: Sigve Sebastian Farstad|https://arkt.is/]]
* [[Daniel X's Artisanal Internets|https://danielx.net/]]
** [[Whimsy Space - ZineOS|https://whimsy.space/]]
* [[Grumpy Website|https://grumpy.website/]] --- //world-leading media conglomerate of renowned experts in UIs, UX and TVs//
* [[Jeff Thompson|https://www.jeffreythompson.org/]] --- many creative programming and artistic tech works by the author are highlighted on the site
* [[libdb.so (diamondburned)|https://libdb.so/]] / <<httpsL diamondx.pet>> --- cool site, the thing is just a terminal shell but with working links, images, and small tools --- <<[# Git "https://github.com/diamondburned/libdb.so">>
@ -73,6 +75,7 @@ These are kind of blogs, but don't contain mainly things written as blogs, but m
* [[Matias Kinnunen (mtsknn)|https://mtsknn.fi]] --- <<[# Git "https://github.com/mtsknn/mtsknn.fi">>
* [[Naomi's Notes|https://notes.nyaomi.xyz/]]
* note.nkmk.me: [[en|https://note.nkmk.me/en]], [[jp|https://note.nkmk.me]] (different articles)
* [[绒布地球 (Rongrongbq)|https://rongrongbq.moe/]]
* [[rdpillon|https://rpdillon.net/]] --- //Rick's Home Online//
* Show Notes from the [[Open Source is Awesome|https://opensourceisawesome.com/]] Youtube Channel
* <<linkdescgit SvennD "https://svennd.be/" "Linux Sysadmin and Cyber Security Professional. This blog is mainly self-documenting. May my poorly written notes help you, dear DenverCoder9!" "https://github.com/svennd/blog">>
@ -86,6 +89,7 @@ These are kind of blogs, but don't contain mainly things written as blogs, but m
** [[How (by Okpedia)|https://how.okpedia.org/]] --- //Tutorials and Solutions KB// --- (apparently a separate wiki of the same person above, also multi-language)
* [[Computer Science Mojo|https://csmojo.com]] --- //David's Notes on coding, software and computer science// --- <<[ "[[Git|https://github.com/zhenyufu/zhenyufu.github.io]]">>
* [[Maggie Appleton|https://maggieappleton.com/]] --- <<[ "[[Git|https://github.com/MaggieAppleton/maggieappleton.com-V2]]">>
* [[bash.org QDB|http://web.archive.org/web/20230719194509/http://bash.org/]] --- // Quote Database Home//
* [[RetroRGB|https://www.retrorgb.com/]] --- //site dedicated to keeping everyone up-to-date with everything the retro-gaming world has to offer//
* [[RaspiBO|https://www.raspibo.org/]] --- //gruppo informale di appassionati di elettronica ed informatica libera della zona di Bologna (ma non solo)//
* [[TheFrenchGhosty|https://thefrenchghosty.me/]]

View File

@ -1,8 +0,0 @@
created: 20230130143847729
creator: Octt
modified: 20230207221713804
modifier: Octt
tags: Nintendo Retro $:/i18n:en Game Proprietary
title: The Legend of Zelda:en
<<.@Wikipedia The_Legend_of_Zelda en >>

View File

@ -1,6 +1,6 @@
created: 20231029134919585
creator: Octt
modified: 20231213001056574
modified: 20231217010837009
modifier: Octt
tags:
title: C Language
@ -31,6 +31,7 @@ title: C Language
** "compound conditionals" are supported, eg. `#if defined(X) || (defined(Y) && defined(Z))`...
* [[How to enforce C89-style variable declarations in gcc?|https://stackoverflow.com/questions/3099813/how-to-enforce-c89-style-variable-declarations-in-gcc#3099874]] --- for some things of this goal, just the flags `-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement` are needed, I would guess.
* [[Good C-coding style for multiple lines if conditions|https://stackoverflow.com/questions/29328923/good-c-coding-style-for-multiple-lines-if-conditions]]
* [[How to get the current directory in a C program?|https://stackoverflow.com/questions/298510/how-to-get-the-current-directory-in-a-c-program]] --- (`getcwd(...)`)
* [[C Program to list all files and sub-directories in a directory|https://www.geeksforgeeks.org/c-program-list-files-sub-directories-directory/]]

View File

@ -0,0 +1,10 @@
created: 20231217011441930
creator: Octt
modified: 20231217011614153
modifier: Octt
tags:
title: Firmware
<<^wikipediaframe Firmware>>
* [[Darthsternie's Firmware and Exploits Archive|https://darthsternie.net/]]

View File

@ -0,0 +1,16 @@
created: 20231217010413488
creator: Octt
modified: 20231217010548601
modifier: Octt
tags:
title: Instant messaging
<<^wikipediaframe "Instant messaging">>
* [[Signal|https://www.signal.org/]]
!! IRC
<<^wikipediaframe IRC>>
* [[hunter2 [KYM]|https://knowyourmeme.com/memes/hunter2]]

View File

@ -0,0 +1,13 @@
created: 20231217005152232
creator: Octt
modified: 20231217005816030
modifier: Octt
tags:
title: Kotlin
<<^wikipediaframe Kotlin>>
* [[What's the difference between !! and ? in Kotlin?|https://stackoverflow.com/questions/44536114/whats-the-difference-between-and-in-kotlin]] --- when `obj` is null, `obj!!` throws `NullPointerException`, `obj?` returns `null`
* [[How to do url encoding for query parameters in Kotlin|https://stackoverflow.com/questions/56942341/how-to-do-url-encoding-for-query-parameters-in-kotlin#56942734]] --- `URLEncoder.encode(text, "utf-8")`
* [[How to create a JSONObject from String in Kotlin?|https://stackoverflow.com/questions/44295665/how-to-create-a-jsonobject-from-string-in-kotlin]] --- `JSONObject("""{ "name": "test" }""")`

View File

@ -0,0 +1,10 @@
created: 20231217011807960
creator: Octt
modified: 20231217011850682
modifier: Octt
tags:
title: MSX
<<^wikipediaframe MSX>>
* //''[[MSX Resource Center|https://msx.org/]]'' is a website about the 8bit MSX computer system.//

View File

@ -0,0 +1,10 @@
created: 20231217003857814
creator: Octt
modified: 20231217004351451
modifier: Octt
tags:
title: Mario Paint
<<^wikipediaframe "Mario Paint">>
* [[danielx Mario Paint Music Composer|https://danielx.net/composer/]]

View File

@ -1,10 +1,12 @@
created: 20230202110726082
creator: Octt
modified: 20231029224711694
modified: 20231217011950900
modifier: Octt
tags: Gaming Sony Console $:/i18n:en WIP
title: PlayStation Portable
<<^wikipediaframe PlayStation_Portable en>>
* [[PPSSPP|https://www.ppsspp.org]] --- <<[# Git "https://github.com/hrydgard/ppsspp">>
* [[How to connect your PSP on Linux|https://gist.github.com/mhitza/81651f49b3a43e6f4554]] --- if it doesn't work automatically, do `sudo modprobe usb-storage`
* [[PPSSPP|https://www.ppsspp.org]] --- //PSP emulator for Android, Windows, Mac and Linux, written in C++.// --- <<[# Git "https://github.com/hrydgard/ppsspp">>

View File

@ -1,6 +1,6 @@
created: 20230417102825671
creator: Octt
modified: 20230916151514069
modified: 20231217013016814
modifier: Octt
tags: Web
title: RSS
@ -11,3 +11,6 @@ title: RSS
* [[RSSHub|https://docs.rsshub.app/]] --- //🍰 Everything is RSSible// --- <<[ "[[Git|https://github.com/DIYgod/RSSHub]]">>
* [[RSS 2 HTML|https://rss.bloople.net/]] --- //PHP script to convert RSS feeds into HTML, suitable for embedding in webpages// --- <<#[ Git "https://github.com/bloopletech/rss2html">>
* [[Are there any constantly updating RSS feed services to use for testing, or just very active RSS feeds?|https://stackoverflow.com/questions/18202048/are-there-any-constantly-updating-rss-feed-services-to-use-for-testing-or-just]]
** [[Lorem RSS|https://lorem-rss.herokuapp.com/]] //Generates RSS feeds with content updated at regular intervals// --- <<[# Git"https://github.com/mbertolacci/lorem-rss">>

View File

@ -1,6 +1,6 @@
created: 20230905232949767
creator: Octt
modified: 20231204003128501
modified: 20231217014000892
modifier: Octt
tags:
title: Static site generator
@ -10,6 +10,9 @@ title: Static site generator
* <<linkdescgit Docusaurus "https://docusaurus.io" "Easy to maintain open source documentation websites." "https://github.com/facebook/docusaurus">>
* <<linkdescgit Hugo "https://gohugo.io" "The worlds fastest framework for building websites" "https://github.com/gohugoio/hugo">>
* [[Hexo|https://hexo.io/]] --- //A fast, simple & powerful blog framework//
** //[[NexT|https://theme-next.js.org/]] is a high quality elegant theme for Hexo. It is crafted from scratch, with love.// --- <<[# Git "https://github.com/next-theme">>
* [[Jekyll|https://jekyllrb.com]] (+ docs) --- //🌐 Jekyll is a blog-aware static site generator in Ruby// --- <<#[ Git"https://github.com/jekyll">>
** [[Jekyll Themes|http://jekyllthemes.org/]] --- //A directory of the best-looking themes for Jekyll blogs// --- <<#[ Git"https://github.com/mattvh/jekyllthemes">>
*** <<linkdescgit "So Simple [Theme]" "https://mmistakes.github.io/so-simple-theme" " A simple Jekyll theme for words and pictures." "https://github.com/mmistakes/so-simple-theme">>

View File

@ -0,0 +1,10 @@
created: 20230130143847729
creator: Octt
modified: 20231217012638518
modifier: Octt
tags: Nintendo Retro $:/i18n:en Game Proprietary
title: The Legend of Zelda
<<^WikipediaFrame The_Legend_of_Zelda>>
* [[Zelda Classic|https://www.zeldaclassic.com/]]

View File

@ -1,6 +1,6 @@
created: 20230217100639349
creator: Octt
modified: 20231213002459791
modified: 20231217012343146
modifier: Octt
tags: Web
title: Web Browser
@ -32,3 +32,7 @@ title: Web Browser
!!! <<FlathubLink org.gnome.Epiphany "Epiphany">>
* https://gitlab.gnome.org/GNOME/epiphany
!! Extensions / Add-ons
* [[Redirector|https://einaregilsson.com/redirector/]]

View File

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

View File

@ -1,6 +1,6 @@
created: 20231212221353246
created: 20231217004207490
creator: Octt
list:
modified: 20231213003135779
modified: 20231217013258199
modifier: Octt
title: $:/StoryList

View File

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

View File

@ -1,7 +1,7 @@
created: 20220920092307479
creator: Octt
modified: 20231213003239301
modified: 20231217005039458
modifier: Octt
title: $:/state/tab/sidebar--595412856
OcttKB/Index
$:/core/ui/SideBar/Recent

View File

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