Skip to content

Commit

Permalink
OcttKB Cross-Repo Sync (HTML to Raw)
Browse files Browse the repository at this point in the history
  • Loading branch information
octospacc committed Dec 22, 2023
1 parent ab63e83 commit 7169fce
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 14 deletions.
7 changes: 6 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/Linux/_Distros.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20231221001636851
creator: Octt
modified: 20231221001949847
modified: 20231222115805983
modifier: Octt
tags:
title: Linux/Distros
Expand All @@ -10,3 +10,8 @@ title: Linux/Distros
* [[tomsrtbt (Tom's floppy which has a root filesystem and is also bootable.)|http://www.toms.net/rb/]] --- //"The most GNU/Linux on 1 floppy disk."//

* [[distro Linux vs generi, trova le differenze|https://octospacc.altervista.org/2023/12/20/690/]]

!! Void

* [[The Void (Linux) distribution|https://voidlinux.org/]] --- <<[# Git"https://github.com/void-linux">>
* [[Services and Daemons - runit|https://docs.voidlinux.org/config/services/index.html]]
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/_Dart.tid
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
created: 20231222001710765
creator: Octt
modified: 20231222001908458
modified: 20231222112404418
modifier: Octt
tags:
title: Dart


<<^wikipediaframe "Dart (programming language)">>

* [[How to check a string null in Dart?|https://stackoverflow.com/questions/62212456/how-to-check-a-string-null-in-dart]] (with various properties)
** [[Dart null / false / empty checking: How to write this shorter?|https://stackoverflow.com/questions/42446566/dart-null-false-empty-checking-how-to-write-this-shorter#52948927]]
3 changes: 2 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_Gaming.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20230116202756249
creator: Octt
modified: 20231220223519071
modified: 20231222115256238
modifier: Octt
tags: $:/i18n:en
title: Gaming
Expand All @@ -16,6 +16,7 @@ title: Gaming
* [[MobyGames Video Game Database|https://www.mobygames.com/]] --- //extremely ambitious project with the goal to meticulously catalog all relevant information about electronic games on a game-by-game basis//

* [[RetroBreak|https://retrobreak.co.uk/]] --- //Celebrating Video Game History//
* [[The Tech Game - Community|https://www.thetechgame.com/]] --- gaming news along with useful related downloads

* //''[[Hard Drive|https://hard-drive.net/]]'' is a very real video games news site that you should not question. Just absorb the information as truth and move on. JK it’s satire don’t ban us.//

Expand Down
5 changes: 3 additions & 2 deletions Wiki-OcttKB/tiddlers/Normal/_Java.tid
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
created: 20230211172153874
creator: Octt
modified: 20231105112642209
modified: 20231222121254624
modifier: Octt
title: Java

<<^wikipediaframe "Java (programming language)" en>>

* [[Java NullPointerException|https://www.digitalocean.com/community/tutorials/java-lang-nullpointerexception]]

* [[Oracle Java Downloads Archive|https://www.oracle.com/java/technologies/downloads/archive/]] --- requires shitty account to download basically anything
* [[Oracle Java Downloads Archive|https://www.oracle.com/java/technologies/downloads/archive/]] --- requires shitty account to download basically anything, but has everything
* [[Install openjdk-6-jdk on Ubuntu/Xubuntu 16.04 |https://gist.github.com/bmaupin/ff99b0cc84dd3ad8c4600374f2473184]]
8 changes: 7 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_JavaScript.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20221110145611678
creator: Octt
modified: 20231219000006737
modified: 20231222115353008
modifier: Octt
tags: Development $:/i18n:en Web
title: JavaScript
Expand All @@ -11,11 +11,15 @@ title: JavaScript

* [[Ecma International TC39|https://tc39.es/]] - Committee maintaining JS specifications

* [[aem1k|https://aem1k.com/]] --- //JavaScript Hacks and Creative Coding Created by Martin Kleppe aka @aemkei.// --- <<[# Git"https://github.com/aemkei/aemkei.github.io">>

!!! ''Resources''

* [[The Modern JavaScript Tutorial (javascript.info)|https://javascript.info/]] --- //How it's done now. From the basics to advanced topics with simple, but detailed explanations.//
* <<httpsL JavaScriptTutorial.net>> --- //helps you learn JavaScript programming from scratch quickly and effectively//

* //''[[JSFuck|https://jsfuck.com/]]'' is an esoteric and educational programming style based on the atomic parts of JavaScript. It uses only six different characters to write and execute code.// --- <<[# Git+Guide "https://github.com/aemkei/jsfuck">>

* [[Which equals operator (== vs ===) should be used in JavaScript comparisons?|https://stackoverflow.com/questions/359494/which-equals-operator-vs-should-be-used-in-javascript-comparisons]] ("Good and bad twins") --- `==` is bad unless explicitly needed, since it does type-coercion.
** [[In theory === is faster, no type conversion takes place. Practically there's no performance difference.|https://stackoverflow.com/questions/12332855/which-javascript-equality-operator-or-is-faster]]
** [[JavaScript-Equality-Table|https://dorey.github.io/JavaScript-Equality-Table/unified/]] - <<[ "[[Git|https://github.com/dorey/JavaScript-Equality-Table]]">>
Expand All @@ -42,6 +46,8 @@ title: JavaScript
** <<MDNLink Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests "Synchronous and asynchronous requests">>
* [[HTML DOM Events|https://www.w3schools.com/jsref/dom_obj_event.asp]]

* <<httpsL tixy.land>> --- //(t,i,x,y) => "creative code golfing"// --- <<[# Git"https://github.com/aemkei/tixy">>

!!! ''Tools''

* [[jsPerf|https://jsperf.app/]] - //online JavaScript performance benchmark// - <<[ "[[Git|https://github.com/rd13/jsperf.app]]">>
Expand Down
12 changes: 12 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/_Networking.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
created: 20231222123820453
creator: Octt
modified: 20231222151903777
modifier: Octt
tags:
title: Networking

<<^wikipediaframe "Telecommunications network">>

* [[Port Forwarding without delay and high fps in a real time live stream using socat|https://unix.stackexchange.com/questions/454157/port-forwarding-without-delay-and-high-fps-in-a-real-time-live-stream-using-soca]]
** socat is not good for this, better to use iptables (if only it was working...), or firewalld: eg. `firewall-cmd --add-forward-port=port=80:proto=tcp:toport=8080`
*** see [[Forwarding ports with firewalld|https://major.io/p/forwarding-ports-with-firewalld/]]
5 changes: 4 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_PlayStation Portable.tid
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
created: 20230202110726082
creator: Octt
modified: 20231217011950900
modified: 20231222113814366
modifier: Octt
tags: Gaming Sony Console $:/i18n:en WIP
title: PlayStation Portable

<<^wikipediaframe PlayStation_Portable en>>

* [[pspunk - PSP Guides & Resources|https://www.pspunk.com/]]

* [[How to connect your PSP on Linux|https://gist.github.com/mhitza/81651f49b3a43e6f4554]] --- if it doesn't work automatically, do `sudo modprobe usb-storage`
** <<RedditL r/PSP/comments/54tuxr/guide_remotejoy_on_linux_with_6xx_fw "[GUIDE] Remotejoy on linux with 6.xx fw">> --- //The Guide to displaying your PSP screen on your PC over usb on linux// (... apparently not working for me but I'll save)

* [[PPSSPP|https://www.ppsspp.org]] --- //PSP emulator for Android, Windows, Mac and Linux, written in C++.// --- <<[# Git "https://github.com/hrydgard/ppsspp">>
4 changes: 3 additions & 1 deletion Wiki-OcttKB/tiddlers/Normal/_PlayStation.tid
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
created: 20231219123628187
creator: Octt
modified: 20231220000424514
modified: 20231222113923429
modifier: Octt
tags:
title: PlayStation

<<^wikipediaframe PlayStation>>

* [[PlayStation Developer Wiki|https://www.psdevwiki.com]] (concerning all PS consoles)

* [[Dodgy Keblog|https://dodgyke.blogspot.com/]] --- //The DodgyKebaab PlayStation Save File repository//

* [[どこでもいっしょ.com (PlayStation)|https://www.playstation.com/ja-jp/games/dokodemoissyo/]]
Expand Down
11 changes: 11 additions & 0 deletions Wiki-OcttKB/tiddlers/Normal/_Proxy.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
created: 20231222122318382
creator: Octt
modified: 20231222123655724
modifier: Octt
tags:
title: Proxy

<<^wikipediaframe Proxy>>

* [[Art Class|https://artclass.site/]] --- //Enjoy unblocked games, apps, and more.// --- <<[# Git"https://github.com/art-class">>
* <<httpsL Tinf0il.tech>> --- //Pr­obe the int­ern­et pri­vat­ely// --- <<[# Git"https://github.com/Aluminum-Depot">>
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
created: 20231222002543797
created: 20231222151939186
current-tiddler: GettingStarted
modified: 20231222002543797
modified: 20231222151939186
title: $:/HistoryList
type: application/json
4 changes: 2 additions & 2 deletions Wiki-OcttKB/tiddlers/System/_StoryList.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20231221115333748
created: 20231222112341747
creator: Octt
list:
modified: 20231222001952100
modified: 20231222122304916
modifier: Octt
title: $:/StoryList
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20220920092307479
creator: Octt
modified: 20231221200212483
modified: 20231222151907211
modifier: Octt
title: $:/state/tab/sidebar--595412856

Expand Down

0 comments on commit 7169fce

Please sign in to comment.