mirror of https://gitlab.com/octtspacc/OcttKB
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
parent
afab887b00
commit
7eb1abe395
|
@ -1,10 +1,11 @@
|
|||
created: 20230113095521581
|
||||
modified: 20230206111552153
|
||||
creator: Octt
|
||||
modified: 20231223232945005
|
||||
modifier: Octt
|
||||
tags: TODO $:/i18n:en
|
||||
title: Hacker News:en
|
||||
|
||||
<<MediaWiki Hacker_News en 2>>
|
||||
<<^wikipediaframe "Hacker News">>
|
||||
|
||||
!! ''The Latest News''
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20230223222804008
|
||||
creator: Octt
|
||||
modified: 20231222235907740
|
||||
modified: 20231224002043287
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Saved/Sites
|
||||
|
@ -24,6 +24,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the
|
|||
* [[FlareXes|https://flarexes.com]]
|
||||
* [[Gianmarco Gargiulo|https://gianmarco.gg]]
|
||||
* [[iliana etaoin|https://iliana.fyi/]] --- //systems engineer at oxide computer company//
|
||||
* [[Il Disinformatico|https://attivissimo.blogspot.com/]] --- //Un blog di Paolo Attivissimo, giornalista informatico e cacciatore di bufale//
|
||||
* <<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.
|
||||
|
@ -38,6 +39,7 @@ Note: "[property]-leaning" means the majority of the content of the site, or the
|
|||
* [[Max Schillinger|https://maximilian-schillinger.de/index.html]] --- //Linux pro, workflow optimizer, coder for life.//
|
||||
* [[📚 Nitay Neeman's Blog|https://nitayneeman.github.io/]]
|
||||
* [[P01✨ CREATIVE CODER & TECHNICAL SPEAKER|http://www.p01.org]]
|
||||
* [[Parzibyte.me|https://parzibyte.me]] (+Blog) --- //Blog de conocimiento gratuito: linux, programación, open source, bases de datos, android, frameworks, web e informática en general.// --- <<[# Git"https://github.com/parzibyte/parzibyte_me_3">>
|
||||
* [[Read the Tea Leaves|https://nolanlawson.com/]] --- //Software and other dark arts, by Nolan Lawson//
|
||||
* [[RetrOfficina4004 Vintage|https://retrofficina4004.blogspot.com/]] --- //Chi non ricorda il passato è destinato a riviverlo//
|
||||
* [[λ ryan. himmelwright. net|https://ryan.himmelwright.net/]]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20230221204801305
|
||||
creator: Octt
|
||||
modified: 20231109000404934
|
||||
modified: 20231223213738061
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Web/Development
|
||||
|
@ -46,6 +46,8 @@ title: Web/Development
|
|||
* [[Convert any website into a PWA in just 3 simple steps|https://dev.to/developertharun/convert-any-website-into-a-pwa-in-just-3-simple-steps-35pp]]
|
||||
* [[SPA source code recovery by un-Webpacking source maps|https://medium.com/@rarecoil/spa-source-code-recovery-by-un-webpacking-source-maps-ef830fc2351d]] - ''[[unwebpack-sourcemap|https://github.com/rarecoil/unwebpack-sourcemap]]''
|
||||
* [[How to inject service-worker.js to a webpage via Chrome Extension? I want to add offline functionality to the existing page|https://stackoverflow.com/questions/72356003/how-to-inject-service-worker-js-to-a-webpage-via-chrome-extension-i-want-to-add]]
|
||||
* [[Convert HTML5 Canvas Sequence to a Video File|https://stackoverflow.com/questions/19235286/convert-html5-canvas-sequence-to-a-video-file/62065826#62065826]]
|
||||
** customize video quality by changing codec: <<MDNLink Web/API/MediaRecorder/mimeType#examples MediaRecorder/mimeType>>
|
||||
|
||||
* [[Hail, Babel! The Transpiling Overlord|https://www.telerik.com/blogs/hail-babel-the-transpiling-overlord]]
|
||||
** [[Using babel to transpile to es3 (safari compliant)|https://stackoverflow.com/questions/40205547/using-babel-to-transpile-to-es3-safari-compliant]]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20231119143717311
|
||||
creator: Octt
|
||||
modified: 20231123234234466
|
||||
modified: 20231223233512593
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Assembly language
|
||||
|
@ -8,7 +8,7 @@ title: Assembly language
|
|||
<<^wikipediaframe "Assembly language">>
|
||||
|
||||
* [[armips assembler|https://github.com/Kingcom/armips]] --- //assembler for various ARM and MIPS platforms//
|
||||
* [[ABC: A C compiler for printable x86|http://tom7.org/abc/]] --- includes a paper encoded as an executable with this setup, and a full YT video
|
||||
* [[ABC: A C compiler for printable x86|http://tom7.org/abc/]] --- includes a paper encoded as an executable with this setup (PAPER.EXE), and a full YT video
|
||||
* [[AA86 - Symbolic assembler demo|https://utf-8.jp/public/sas/index.html]] --- generates 8086 executables made of only cute printable characters, from ASM
|
||||
|
||||
* [[Programming in assembly language tutorial|https://github.com/mschwartz/assembly-tutorial]]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20231115233135878
|
||||
creator: Octt
|
||||
modified: 20231115233436963
|
||||
modified: 20231223210119928
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: C++
|
||||
|
@ -10,3 +10,4 @@ title: C++
|
|||
* [[ISO C++ Standard Foundation|https://isocpp.org/]]
|
||||
* [[mixing c and cpp|https://isocpp.org/wiki/faq/mixing-c-and-cpp]]
|
||||
** [[What is the effect of extern "C" in C++?|https://stackoverflow.com/questions/1041866/what-is-the-effect-of-extern-c-in-c]], and how to use it in practice to effectively mix C and C++
|
||||
* [[mingw - compiling g++ programs for windows 98?|https://stackoverflow.com/questions/25596221/g-programs-for-windows-98#50849554]]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20230605212401089
|
||||
creator: Octt
|
||||
modified: 20231123234533983
|
||||
modified: 20231223222317790
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: DIY
|
||||
|
@ -10,6 +10,8 @@ title: DIY
|
|||
!! ''Repairs''
|
||||
|
||||
* [[Repair Preservation Group Wiki (repair.wiki)|https://repair.wiki/w/Repair_Wiki]]
|
||||
* [[Woodgears.ca|https://woodgears.ca/]] --- //An engineer's approach to
|
||||
Woodworking//
|
||||
|
||||
* [[Notes on the Troubleshooting and Repair of Television Sets|https://www.repairfaq.org/samnew/tvfaq.htm]]
|
||||
** [[CRT repair and troubleshooting|https://repair.wiki/w/CRT_repair_and_troubleshooting]]
|
||||
|
|
|
@ -1,3 +1,19 @@
|
|||
created: 20231223234312578
|
||||
creator: Octt
|
||||
modified: 20231223234827077
|
||||
modifier: Octt
|
||||
title: Database
|
||||
|
||||
<<^wikipediaframe Database>>
|
||||
|
||||
!! SQL
|
||||
|
||||
<<^wikipediaframe SQL>>
|
||||
|
||||
!!! MySQL \ MariaDB
|
||||
|
||||
<<^wikipediaframe MySQL>>
|
||||
<<^wikipediaframe MariaDB>>
|
||||
|
||||
* [[How to install MySQL (MariaDB) on Android with Termux|https://parzibyte.me/blog/en/2019/04/16/install-mysql-mariadb-android-termux/]]
|
||||
* [[--skip-grant-tables option cannot execute statement|https://stackoverflow.com/questions/54751024/skip-grant-tables-option-cannot-execute-statement]] --- in `mysql>` execute `flush privileges`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20231221000014083
|
||||
creator: Octt
|
||||
modified: 20231221170938128
|
||||
modified: 20231223223915590
|
||||
modifier: Octt
|
||||
title: Email
|
||||
|
||||
|
@ -9,6 +9,7 @@ title: Email
|
|||
* [[What characters are allowed in an email address?|https://stackoverflow.com/questions/2049502/what-characters-are-allowed-in-an-email-address]] (contains scary examples)
|
||||
|
||||
* [[MxToolbox|https://mxtoolbox.com/]] --- misc tools for email server administration and testing
|
||||
* [[SPF/DKIM/DMARC/DomainKey/RBL Test Online|https://appmaildev.com/]]
|
||||
|
||||
!! ''Hosting and software''
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20230116202756249
|
||||
creator: Octt
|
||||
modified: 20231223100756494
|
||||
modified: 20231223212858861
|
||||
modifier: Octt
|
||||
tags: $:/i18n:en
|
||||
title: Gaming
|
||||
|
@ -17,6 +17,7 @@ title: Gaming
|
|||
* [[The Cutting Room Floor|https://tcrf.net/]] is a site dedicated to unearthing and researching unused and cut content from video games
|
||||
* [[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//
|
||||
* [[The King of Grabs|https://thekingofgrabs.com/]] --- //Grabbing amazing video game screenshots one game at a time.//
|
||||
* [[VGMaps.com: The Video Game Atlas|https://www.vgmaps.com/]] --- //the largest source of screenshot maps on the Internet, with thousands of maps of your favourite video games!//
|
||||
|
||||
* [[RetroBreak|https://retrobreak.co.uk/]] --- //Celebrating Video Game History//
|
||||
* [[The Tech Game - Community|https://www.thetechgame.com/]] --- gaming news along with useful related downloads
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20231221155549063
|
||||
creator: Octt
|
||||
modified: 20231221160314187
|
||||
modified: 20231223214751769
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Hardware
|
||||
|
@ -8,3 +8,4 @@ title: Hardware
|
|||
<<^wikipediaframe Hardware>>
|
||||
|
||||
* [[The Hardware Book [HwB]|http://www.hardwarebook.info/]] --- //Internet's largest free collection of connector pinouts and cable descriptions//
|
||||
* [[PinoutGuide.com|https://pinoutguide.com/]] --- //Handbook of hardware schemes, cables and connectors layouts pinouts//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20221110145611678
|
||||
creator: Octt
|
||||
modified: 20231222115353008
|
||||
modified: 20231223224154890
|
||||
modifier: Octt
|
||||
tags: Development $:/i18n:en Web
|
||||
title: JavaScript
|
||||
|
@ -31,6 +31,7 @@ title: JavaScript
|
|||
* [[Fastest method to escape HTML tags as HTML entities?|https://stackoverflow.com/questions/5499078/fastest-method-to-escape-html-tags-as-html-entities]] --- in the browser, `(html) => { var escape = document.createElement('textarea'); escape.textContent = html; return escape.innerHTML; }`
|
||||
* [[Get a random item from a JavaScript array|https://stackoverflow.com/questions/5915096/get-a-random-item-from-a-javascript-array#5915122]] --- `item = items[Math.floor(Math.random() * items.length)];`
|
||||
* [[Simplest code for array intersection in javascript|https://stackoverflow.com/questions/1885557/simplest-code-for-array-intersection-in-javascript#1885569]] --- `arrayNew = array1.filter(value => array2.includes(value));`
|
||||
* [[Why is 'for (... in ...)' with arrays considered bad practice in JavaScript?|https://stackoverflow.com/questions/2265167/why-is-forvar-item-in-list-with-arrays-considered-bad-practice-in-javascript]] --- use `for (... of ...)` instead
|
||||
|
||||
* [[How to get text from all descendents of an element (disregarding scripts)?|https://stackoverflow.com/questions/2532043/how-to-get-text-from-all-descendents-of-an-element-disregarding-scripts]]
|
||||
* [[Converting HTML string into DOM elements?|https://stackoverflow.com/questions/3103962/converting-html-string-into-dom-elements#3104237]] --- `doc = new DOMParser().parseFromString(htmlString, 'text/html')`
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
created: 20230111153758951
|
||||
creator: Octt
|
||||
icon: 🐧
|
||||
modified: 20231221235827928
|
||||
modified: 20231223225542672
|
||||
modifier: Octt
|
||||
page-cover: https://images.unsplash.com/photo-1549605659-32d82da3a059?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
|
||||
tags: $:/i18n:en Unix
|
||||
|
@ -45,14 +45,20 @@ title: Linux
|
|||
|
||||
!!! ''Troubleshooting, practical guides''
|
||||
|
||||
* [[Linux Hint|https://linuxhint.com/]]
|
||||
* [[Linuxize|https://linuxize.com/]] --- //Linux Tips, Tricks and Tutorials//
|
||||
* [[Ubuntu Geek|https://www.ubuntugeek.com/]] --- //Ubuntu Linux Tutorials,Howtos,Tips & News//
|
||||
|
||||
* [[How to Zip Files and Directories in Linux|https://linuxize.com/post/how-to-zip-files-and-directories-in-linux/]] --- //the `zip` util and all important options//
|
||||
|
||||
* [[Ubuntu 18.04 - pulseaudio Daemon startup failed|https://askubuntu.com/questions/1114659/ubuntu-18-04-pulseaudio-daemon-startup-failed]]
|
||||
|
||||
* [[Create a Linux Swap File|https://linuxize.com/post/create-a-linux-swap-file/]]
|
||||
* [[How to Increase Swap on Raspberry Pi|https://linuxhint.com/increase-swap-raspberry-pi/]] --- edit the `/etc/dphys-swapfile` file accordingly, then run: `sudo dphys-swapfile {swapoff,setup,swapon}`
|
||||
* [[cannot mount /dev/loop1 read-only|https://serverfault.com/questions/839898/cannot-mount-block-device-dev-loop-read-only]] --- Filesystem might have a dirty log, using `-o norecovery` can still mount it readonly.
|
||||
|
||||
* [[How to take back control of /etc/resolv.conf on Linux|https://www.ctrl.blog/entry/resolvconf-tutorial.html]] --- //Several DNS-related programs want to automatically manage the DNS name server and resolution configuration file at `/etc/resolv.conf`. In some situations, you may want to manage this file yourself.//
|
||||
|
||||
* [[How do I start a process with a nice value of -20 and not give it root privilege?|https://unix.stackexchange.com/questions/72934/how-do-i-start-a-process-with-a-nice-value-of-20-and-not-give-it-root-privilege]] --- quick hack: `sudo nice -n -20 su -c ${cmd} ${user}`
|
||||
|
||||
* [[How to Show FPS Counter in Linux Games|https://linuxhint.com/show_fps_counter_linux_games/]]
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
created: 20231223233937694
|
||||
creator: Octt
|
||||
modified: 20231223234138891
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: News
|
||||
|
||||
<<^WikipediaFrame "News">>
|
||||
|
||||
* [[Boing Boing|https://boingboing.net/]] --- //The award-winning zine, blog and directory of mostly wonderful things.//
|
|
@ -1,6 +1,6 @@
|
|||
created: 20230202104823127
|
||||
creator: Octt
|
||||
modified: 20231119011705431
|
||||
modified: 20231223212338912
|
||||
modifier: Octt
|
||||
tags: Nintendo Gaming $:/i18n:en Console
|
||||
title: Nintendo Entertainment System
|
||||
|
@ -39,3 +39,9 @@ title: 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">>
|
||||
|
||||
!!! Emulators
|
||||
|
||||
* [[FCEUX|https://fceux.com]] --- //The all in one NES/Famicom/Dendy Emulator// --- <<[# "https://github.com/TASEmulators/fceux">>
|
||||
* [[Nestopia|]]
|
||||
* [[NesDs|]]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20230202110151955
|
||||
creator: Octt
|
||||
modified: 20230723230745197
|
||||
modified: 20231223223656445
|
||||
modifier: Octt
|
||||
tags: $:/i18n:en Calculator
|
||||
title: NumWorks
|
||||
|
@ -12,7 +12,9 @@ title: NumWorks
|
|||
|
||||
* [[Numworks Hacks Guide|https://guide.getomega.dev/]]
|
||||
* [[Omega|https://getomega.dev/]] Custom Firmware, abandoned --- <<[ "[[Git|https://github.com/Omega-Numworks]]">>
|
||||
** ... including [[Phi|https://phi.getomega.dev/]], //jailbreak for the Numworks calculator with Epsilon 16 and higher. It brings back custom firmwares.//
|
||||
** [[Upsilon|https://getupsilon.web.app/]] --- CFW forked from Omega and mantained --- <<[ "[[Git|https://github.com/UpsilonNumworks]]">>
|
||||
|
||||
* [[Nwagyu|https://www.nwagyu.com/]] --- //Collection of free nwa apps that you can install on your NumWorks calculator//
|
||||
* [[Templates to Plot Functions, Parametric Equations, and Sequences|http://edspi31415.blogspot.com/2021/01/numworks-templates-to-plot-functions.html]]
|
||||
* [[Templates to Plot Functions, Parametric Equations, and Sequences|https://edspi31415.blogspot.com/2021/01/numworks-templates-to-plot-functions.html]]
|
||||
* [[Version 16 bêta : verrouillage NumWorks anti Omega / KhiCAS|https://tiplanet.org/forum/viewtopic.php?t=24968&p=261770&lang=en#p261770]]
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
created: 20231223234901522
|
||||
creator: Octt
|
||||
modified: 20231223235310265
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Picture
|
||||
|
||||
<<^WikipediaFrame "Picture">>
|
||||
|
||||
* [[Apeaksoft Free Watermark Remover|https://www.apeaksoft.com/watermark-remover/]] || [[vidmore Free Watermark Remover Online|https://www.vidmore.com/watermark-remover/]]
|
|
@ -1,6 +1,6 @@
|
|||
created: 20221102121324531
|
||||
creator: Octt
|
||||
modified: 20231222225931242
|
||||
modified: 20231223211424877
|
||||
modifier: Octt
|
||||
tags: Emulation Retro $:/i18n:en Gaming
|
||||
title: Retrogaming
|
||||
|
@ -13,7 +13,12 @@ title: Retrogaming
|
|||
|
||||
* [[Let's Play GBA|https://www.letsplaygba.com/]] --- //Play All Game Boy Advance Games Online// --- shitty JS emulation but offers a Flash emulator, curious
|
||||
|
||||
!!! Emulators
|
||||
|
||||
* [[Mesen|https://www.mesen.ca/]] --- //Mesen is a multi-system emulator for Windows and Linux. It supports NES, SNES, Game Boy (Color) and PC Engine games. It also includes an extensive set of debugging tools for homebrew development and romhacking.// --- <<[# Git"https://github.com/SourMesen">>
|
||||
|
||||
!!! ''ROMs and various archives''
|
||||
|
||||
* [[r/Roms Megathread|https://r-roms.github.io]]
|
||||
* [[No-Intro Romsets|https://archive.org/details/no-intro_romsets]]
|
||||
* [[Redump Romsets|https://archive.org/details/redump]]
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
created: 20231223212409681
|
||||
creator: Octt
|
||||
modified: 20231223212742123
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Speedrun
|
||||
|
||||
<<^WikipediaFrame "Speedrun">>
|
||||
|
||||
<<^WikipediaFrame "Tool-assisted speedrun">>
|
||||
|
||||
* [[TASVideos|https://tasvideos.org/]] --- //Tool-assisted game movies, When human skills are just not enough//
|
||||
** [[TAS Emulators|https://github.com/TASEmulators]] --- //Rerecording emulators and tools used for making Tool Assisted Speedruns//
|
|
@ -1,6 +1,6 @@
|
|||
created: 20231221170555191
|
||||
creator: Octt
|
||||
modified: 20231221170742861
|
||||
modified: 20231223215423378
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Sysadmin
|
||||
|
@ -12,4 +12,4 @@ title: Sysadmin
|
|||
Saved sites that are mainly about miscellaneous system administration (mainly devlogs, project showcases, or tips+tricks, and online tools). (Some are in other Saved pages and should be moved here.)
|
||||
|
||||
* [[Jimmy's weblog|https://web.archive.org/web/20210211061312/http://www.jimmy.co.at/weblog/]]
|
||||
* [[Major Hayden|https://major.io/]] --- //A social nerd writing about everything 🤓//
|
||||
* [[Major Hayden|https://major.io/]] --- //A social nerd writing about everything 🤓// --- <<[# Git"https://github.com/major/major.io">>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20230217100639349
|
||||
creator: Octt
|
||||
modified: 20231221000838294
|
||||
modified: 20231223213314857
|
||||
modifier: Octt
|
||||
tags: Web
|
||||
title: Web Browser
|
||||
|
@ -20,14 +20,14 @@ title: Web Browser
|
|||
!!! [[Firefox|https://firefox.com]]
|
||||
|
||||
* [[How to Install Any Add-on in Firefox for Android|https://www.maketecheasier.com/install-addon-firefox-android]] (Firefox Beta is needed)
|
||||
** [[https://mastodon.uno/@octo/111064836718607256]]
|
||||
** [[Usando Firefox Beta, è possibile aggiungere una lista custom di #addons...|https://mastodon.uno/@octo/111064836718607256]]
|
||||
* [[Why Extensions can't modify Mozilla sites (like AMO)|https://ninetailed.ninja/extensions-modify-mozilla-sites.html]]
|
||||
* [[How to increase Firefox scrollbar width?|https://unix.stackexchange.com/questions/304711/how-to-increase-firefox-scrollbar-width]] --- set `widget.non-native-theme.scrollbar.size.override` to number in `about:config`
|
||||
|
||||
; Forks
|
||||
: [[LibreWolf|https://librewolf.net]] (Desktop)
|
||||
: <<FDroidLink org.mozilla.fennec_fdroid "Fennec F-Droid">> (Android)
|
||||
: [[CENO Browser|https://censorship.no/en/index.html]] (Android) - //Short for censorship.no!, is the world’s first mobile browser that side-steps current Internet censorship methods. Its peer-to-peer backbone allows people to access and share web information in and across regions where connectivity has been interrupted or compromised.// - <<[ "[[Git|https://gitlab.com/censorship-no]]">>
|
||||
: [[CENO Browser|https://censorship.no/en/index.html]] (Android) --- //Short for censorship.no!, is the world’s first mobile browser that side-steps current Internet censorship methods. Its peer-to-peer backbone allows people to access and share web information in and across regions where connectivity has been interrupted or compromised.// --- <<[ "[[Git|https://gitlab.com/censorship-no]]">>
|
||||
|
||||
!!! <<FlathubLink org.gnome.Epiphany "Epiphany">>
|
||||
|
||||
|
@ -35,4 +35,5 @@ title: Web Browser
|
|||
|
||||
!! Extensions / Add-ons
|
||||
|
||||
* [[octollection|https://addons.mozilla.org/en-US/firefox/collections/18049170/octollection]] --- my add-ons collection for Firefox
|
||||
* [[Redirector|https://einaregilsson.com/redirector/]]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
created: 20230203214532694
|
||||
creator: Octt
|
||||
icon: 🕸️
|
||||
modified: 20231221190902388
|
||||
modified: 20231224001341503
|
||||
modifier: Octt
|
||||
page-cover: https://source.unsplash.com/random?web
|
||||
tags: Internet
|
||||
|
@ -35,6 +35,8 @@ title: Web
|
|||
|
||||
(Note: some are in [[Static site generator]].)
|
||||
|
||||
* [[Blogger|https://blogger.com]] (Google) --- //Create a unique and beautiful blog easily.//
|
||||
** [[Dynamic Views: seven new ways to share your blog with the world|https://blogger.googleblog.com/2011/09/dynamic-views-seven-new-ways-to-share.html]]
|
||||
* [[WordPress]]
|
||||
* [[werc - A sane web anti-framework|http://werc.cat-v.org/]] --- //Bringing minimalism and sanity to the web// --- Has interesting features with a fixed but style-customizable layout, + support for apps and extensions.
|
||||
* [[H5P|https://h5p.org/]] --- //Create, share and reuse interactive HTML5 content in your browser//
|
||||
|
@ -48,3 +50,7 @@ title: Web
|
|||
* [[Moe Counter!|https://moe-counter.glitch.me/]] (`count.getloli.com`)
|
||||
* [[Start Hits|https://hits.seeyoufarm.com]] --- //🚀 Easy way to know how many visitors are viewing your Github, Website, Notion 🎉// --- <<#[ Git "https://github.com/gjbae1212/hit-counter">>
|
||||
* //Others: https://github.com/newTendermint/awesome-analytics | https://github.com/pluja/awesome-privacy#analytics //
|
||||
|
||||
!!! Misc libraries
|
||||
|
||||
* [[Typo|https://neatnik.net/typo/]] --- //Typo types the way a real person types. There are subtle variations in speed, occasional errors that are corrected, and a general feeling of humanity.// --- <<[# Git"https://github.com/neatnik/typo">>
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
created: 20230818075444257
|
||||
creator: Octt
|
||||
modified: 20230818075520008
|
||||
modified: 20231224001236299
|
||||
modifier: Octt
|
||||
tags: XSL
|
||||
title: XSLT
|
||||
|
||||
<<^wikipediaframe XSLT>>
|
||||
|
||||
* [[XSL if test with multiple test conditions|https://stackoverflow.com/questions/21381055/xsl-if-test-with-multiple-test-conditions]] --- `<xsl:choose> <xsl:when test="expression"> ...`
|
||||
* [[how to check with 2 conditions for test in xsl if\when|https://stackoverflow.com/questions/1654082/how-to-check-with-2-conditions-for-test-in-xslwhen#1654104]] --- `<xsl:when test="$test1 = 'Yes' or $test1 = 'yes'">`
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
created: 20231223163647398
|
||||
created: 20231224002337900
|
||||
current-tiddler: GettingStarted
|
||||
modified: 20231223163647398
|
||||
modified: 20231224002337900
|
||||
title: $:/HistoryList
|
||||
type: application/json
|
|
@ -1,6 +1,6 @@
|
|||
created: 20231223100508971
|
||||
creator: Octt
|
||||
list:
|
||||
modified: 20231223162642355
|
||||
modified: 20231224001653008
|
||||
modifier: Octt
|
||||
title: $:/StoryList
|
|
@ -0,0 +1,7 @@
|
|||
created: 20231223211110201
|
||||
creator: Octt
|
||||
modified: 20231223211112752
|
||||
modifier: Octt
|
||||
title: $:/state/folded/Retrogaming
|
||||
|
||||
show
|
|
@ -1,6 +1,6 @@
|
|||
created: 20230501095944427
|
||||
creator: Octt
|
||||
modified: 20231223123047860
|
||||
modified: 20231223235907926
|
||||
modifier: Octt
|
||||
title: $:/state/search/currentTab
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20220920092307479
|
||||
creator: Octt
|
||||
modified: 20231223161011255
|
||||
modified: 20231224001445779
|
||||
modifier: Octt
|
||||
title: $:/state/tab/sidebar--595412856
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
created: 20230501095944427
|
||||
creator: Octt
|
||||
modified: 20231223123047860
|
||||
modified: 20231223235907926
|
||||
modifier: Octt
|
||||
title: $:/state/tab/search-results/sidebar
|
||||
|
||||
|
|
Loading…
Reference in New Issue