OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2023-10-27 14:23:30 +00:00
parent a4bb21b431
commit 1d86bdbaf8
10 changed files with 41 additions and 15 deletions

View File

@ -1,6 +1,6 @@
created: 20230216222435750 created: 20230216222435750
creator: Octt creator: Octt
modified: 20230926083742264 modified: 20231027110212490
modifier: Octt modifier: Octt
tags: Development tags: Development
title: Development/Resources title: Development/Resources
@ -12,6 +12,7 @@ title: Development/Resources
: [[DigitalOcean Tutorials|https://www.digitalocean.com/community/tutorials]] : [[DigitalOcean Tutorials|https://www.digitalocean.com/community/tutorials]]
: [[Rollbar Tutorials|https://rollbar.com/blog/category/tutorials/]] : [[Rollbar Tutorials|https://rollbar.com/blog/category/tutorials/]]
: [[MDN Web Docs|https://developer.mozilla.org/en-US/]] (Mozilla) : [[MDN Web Docs|https://developer.mozilla.org/en-US/]] (Mozilla)
: [[Programiz|https://www.programiz.com/]]
: [[W3Schools|https://www.w3schools.com/]] : [[W3Schools|https://www.w3schools.com/]]
: <<linkdescgit DevDocs "https://devdocs.io" "API Documentation Browser" "https://github.com/freeCodeCamp/devdocs">> : <<linkdescgit DevDocs "https://devdocs.io" "API Documentation Browser" "https://github.com/freeCodeCamp/devdocs">>

View File

@ -1,5 +1,6 @@
created: 20220923195125955 created: 20220923195125955
modified: 20230206111552127 creator: Octt
modified: 20231027100208949
modifier: Octt modifier: Octt
tags: $:/i18n:en tags: $:/i18n:en
title: Free sharing title: Free sharing
@ -10,4 +11,6 @@ The reasoning behind this philosophy is that the whole of humanity can benefit,
People who believe in free sharing not only often choose to leave freedom of sharing what they create to the world, but also engage in mutual exchanges of public information that is officially not free (usually, hidden behind paywalls and/or licenses that don't allow redistribution). People who believe in free sharing not only often choose to leave freedom of sharing what they create to the world, but also engage in mutual exchanges of public information that is officially not free (usually, hidden behind paywalls and/or licenses that don't allow redistribution).
This last kind of behavior is not to be confused with [[computer piracy]], which is a term indicating either the unauthorized redistribution of digital content with the main scope of monetary gain, and not the spirit of sharing for bettering humanity, or in general the perpetration of any illegal activity through the use of computer systems or regarding those. This last kind of behavior is not to be confused with [[computer piracy]], which is a term indicating either the unauthorized redistribution of digital content with the main scope of monetary gain, and not the spirit of sharing for bettering humanity, or in general the perpetration of any illegal activity through the use of computer systems or regarding those.
* <<linkdescgit FreeMediaHeckYeah "https://fmhy.pages.dev/" "The Largest Collection of Free Stuff On The Internet!" "https://github.com/fmhy">>

View File

@ -1,7 +1,7 @@
created: 20230111153758951 created: 20230111153758951
creator: Octt creator: Octt
icon: 🐧 icon: 🐧
modified: 20230823231133171 modified: 20231027110415527
modifier: Octt modifier: Octt
page-cover: https://images.unsplash.com/photo-1549605659-32d82da3a059?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D page-cover: https://images.unsplash.com/photo-1549605659-32d82da3a059?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
tags: $:/i18n:en Unix tags: $:/i18n:en Unix
@ -13,10 +13,11 @@ title: Linux
* [[The Linux Kernel documentation|https://docs.kernel.org/]] * [[The Linux Kernel documentation|https://docs.kernel.org/]]
* [[Embedded Linux Wiki|https://elinux.org/Main_Page]] * [[Embedded Linux Wiki|https://elinux.org/Main_Page]]
* [[die.net Linux Documentation|https://linux.die.net]]
!!! ''Manpages'' !!! ''Manpages''
* on [[linux die|https://linux.die.net/]] * on [[linux die|https://linux.die.net/man]]
* or, simplified: [[tldr pages|https://tldr.sh/]] --- <<#[ Git "https://github.com/tldr-pages">> * or, simplified: [[tldr pages|https://tldr.sh/]] --- <<#[ Git "https://github.com/tldr-pages">>
!!! ''Misc'' !!! ''Misc''

View File

@ -1,6 +1,6 @@
created: 20230202104823127 created: 20230202104823127
creator: Octt creator: Octt
modified: 20231024225142212 modified: 20231027142143929
modifier: Octt modifier: Octt
tags: Nintendo Gaming $:/i18n:en Console tags: Nintendo Gaming $:/i18n:en Console
title: NES title: NES
@ -11,6 +11,15 @@ title: NES
* <<YoutubeL bfJzJOQqsDk "Pushing The Limits of the NES: Amazing Hacks That Made NES Games Possible">> * <<YoutubeL bfJzJOQqsDk "Pushing The Limits of the NES: Amazing Hacks That Made NES Games Possible">>
* [[nessemble|https://github.com/kevinselwyn/nessemble]] --- //6502 assembler/disassembler/simulator targeting the Nintendo Entertainment System// * [[NesDev.org|https://www.nesdev.org/]] --- //Info, programs, and more//
* [[Nintendo Entertainment System Documentation|https://www.nesdev.org/NESDoc.pdf]]
* [[Nerdy Nights (mirror)|https://nerdy-nights.nes.science/]] --- //tutorial series to help people write games for the NES// * [[Nerdy Nights (mirror)|https://nerdy-nights.nes.science/]] --- //tutorial series to help people write games for the NES//
* [[everynes/no$nes technical documentation|https://problemkaputt.de/everynes.htm]]
* [[Retro Puzzle Maker|https://puzzle.nes.science]] --- //new tool meant to help you create new puzzle games you can play on an NES// * [[Retro Puzzle Maker|https://puzzle.nes.science]] --- //new tool meant to help you create new puzzle games you can play on an NES//
* <<linkdescgit "NES Starter Kit""https://cppchriscpp.github.io/nes-starter-kit/" "Simplified starter kit for making NES games using C and graphical tools." "https://github.com/cppchriscpp/nes-starter-kit">>
* [[nessemble|https://github.com/kevinselwyn/nessemble]] --- //6502 assembler/disassembler/simulator targeting the Nintendo Entertainment System//
* [[BZK 6502 Disassembler|https://github.com/cyneprepou4uk/BZK-6502-Disassembler]] --- //Create a disassembly of a NES game// --- <<[# Manual "https://cyneprepou4uk.github.io/iromhacker/nes/en/bzk6502/1/index.html">> <<[# Thread "https://www.romhacking.net/forum/index.php?topic=31875.0">>
* [[NES Games Disassembly|https://github.com/cyneprepou4uk/NES-Games-Disassembly]] --- //Source code of some NES games// --- <<[# Thread "https://www.romhacking.net/forum/index.php?topic=32220.0">>

View File

@ -1,6 +1,6 @@
created: 20231024225405083 created: 20231024225405083
creator: Octt creator: Octt
modified: 20231024225713145 modified: 20231027093941495
modifier: Octt modifier: Octt
tags: Nintendo tags: Nintendo
title: Wii title: Wii
@ -9,3 +9,5 @@ title: Wii
* <<linkdescgit "Wii Hacks Guide""https://wii.hacks.guide" "The complete guide to modding your Wii" "https://github.com/hacks-guide/Guide_Wii">> * <<linkdescgit "Wii Hacks Guide""https://wii.hacks.guide" "The complete guide to modding your Wii" "https://github.com/hacks-guide/Guide_Wii">>
* [[Complete Softmod Guide|https://sites.google.com/site/completesg/home]] --- //step by step the basics on how to softmod/enable hombrew on your Wii// --- it contains some minor useful information not present on wii.hacks.guide * [[Complete Softmod Guide|https://sites.google.com/site/completesg/home]] --- //step by step the basics on how to softmod/enable hombrew on your Wii// --- it contains some minor useful information not present on wii.hacks.guide
* <<linkdescgit "Open Shop Channel""https://oscwii.org" "Homebrew apps library for the Nintendo Wii." "https://github.com/OpenShopChannel">>

View File

@ -0,0 +1,10 @@
created: 20231027105227448
creator: Octt
modified: 20231027105633633
modifier: Octt
tags:
title: x86_64
<<^wikipediaframe x86_64>>
* <<linkdesc "x86-64 Simplified""https://treeniks.github.io/x86-64-simplified" "opinionated alternative Instruction Set Reference for the x86-64 Architecture to prioritize readability and simplicity over accuracy or completeness">>

View File

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

View File

@ -1,6 +1,6 @@
created: 20231024223723941 created: 20231027111548357
creator: Octt creator: Octt
list: list:
modified: 20231024225736416 modified: 20231027111548357
modifier: Octt modifier: Octt
title: $:/StoryList title: $:/StoryList

View File

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

View File

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