mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-02-09 07:58:58 +01:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
parent
3c13de431e
commit
20612777bd
@ -1,6 +1,6 @@
|
||||
created: 20230221204801305
|
||||
creator: Octt
|
||||
modified: 20230429215115349
|
||||
modified: 20230822235951750
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Web/Development
|
||||
@ -26,6 +26,12 @@ title: Web/Development
|
||||
: [[Prepend/append childNode to beginning/end of element|https://stackoverflow.com/a/45656684]]
|
||||
: [[Replace a DOM Element|https://www.javascripttutorial.net/dom/manipulating/replace-a-dom-element/]]
|
||||
|
||||
; Embeds
|
||||
: [[From object to iframe — other embedding technologies|https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies]]
|
||||
: [[Alternative to iFrames with HTML5?|https://stackoverflow.com/questions/8702704/alternative-to-iframes-with-html5#31845361]]
|
||||
: [[Why are iframes considered dangerous and a security risk?|https://stackoverflow.com/questions/7289139/why-are-iframes-considered-dangerous-and-a-security-risk]]
|
||||
: [[4 IFrame Security Concerns You Should Know|https://blog.bitsrc.io/4-security-concerns-with-iframes-every-web-developer-should-know-24c73e6a33e4?gi=2c961c6663da]]
|
||||
|
||||
!!! ''Tools and similar''
|
||||
|
||||
* https://github.com/csstools/oldie - //tranforms CSS to be compatible with old Internet Explorer//
|
||||
|
12
Wiki-OcttKB/tiddlers/Normal/_Gamepad.tid
Normal file
12
Wiki-OcttKB/tiddlers/Normal/_Gamepad.tid
Normal file
@ -0,0 +1,12 @@
|
||||
created: 20230822234737434
|
||||
creator: Octt
|
||||
modified: 20230822235250518
|
||||
modifier: Octt
|
||||
tags:
|
||||
title: Gamepad
|
||||
|
||||
<<^wikipediaframe Gamepad>>
|
||||
|
||||
* [[The “padhacking” thread|https://archive.supercombo.gg/t/the-padhacking-thread/16708/1]]
|
||||
|
||||
* [[Converting a wireless 360 controller to wired|https://gaming.stackexchange.com/questions/155459/converting-a-wireless-360-controller-to-wired]] --- Basically impossible, while the integrated MCU carries data via USB, it has a fake firmware that can't carry HID events... because actually the pad's port (proprietary USB fork really with 3 extra pins) has data pins. Who knows.
|
@ -1,7 +1,7 @@
|
||||
created: 20230202224901337
|
||||
creator: Octt
|
||||
icon: 📰
|
||||
modified: 20230817233127466
|
||||
modified: 20230823000245126
|
||||
modifier: Octt
|
||||
page-cover: https://images.unsplash.com/photo-1517134062979-e1234be8a085
|
||||
tags: Web Markup
|
||||
@ -12,3 +12,5 @@ title: HTML
|
||||
!!! ''References''
|
||||
|
||||
* [[HTML5 `<link rel="shortcut icon" />`|https://stackoverflow.com/questions/13211206/html5-link-rel-shortcut-icon]]
|
||||
** [[Web Components|https://caniuse.com/?search=web%20components]] --- Partially implemented half-obscure set of features
|
||||
*** [[HTML Imports|https://caniuse.com/imports]] --- //Deprecated method of including and reusing HTML documents in other HTML documents// --- The idea was nice: `<link rel="import" href="/path/to/file.html">`
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20230217150049780
|
||||
creator: Octt
|
||||
modified: 20230608141353147
|
||||
modified: 20230823000733774
|
||||
modifier: Octt
|
||||
tags: Emulation Libre
|
||||
title: QEMU
|
||||
@ -15,3 +15,4 @@ A software integrating QEMU as an [[Android]] app is [[Limbo PC Emulator|https:/
|
||||
!!! ''How-to''
|
||||
|
||||
* [[Really Simple Network Bridging With qemu|https://spad.uk/really-simple-network-bridging-with-qemu/]]
|
||||
* [[Expose guest port to host network|https://unix.stackexchange.com/questions/124681/how-to-ssh-from-host-to-guest-using-qemu#124777]] --- eg. `-device e1000,netdev=net0 -netdev user,id=net0`''`,hostfwd={tcp|udp}::{HostPort}-:{GuestPort}`''
|
||||
|
@ -0,0 +1,8 @@
|
||||
created: 20230822234611698
|
||||
creator: Octt
|
||||
modified: 20230822234708536
|
||||
modifier: Octt
|
||||
tags: WIP
|
||||
title: Software reimplementation
|
||||
|
||||
* [[pyjod|https://projects.lilik.it/zolfa/pyjod]] --- //Implementazione open-source del protocollo di Strong Customer Authentication di Poste Italiane, (https://posteid.poste.it), lato client//
|
@ -1,5 +1,5 @@
|
||||
created: 20230818081904526
|
||||
created: 20230823000805701
|
||||
current-tiddler: GettingStarted
|
||||
modified: 20230818081904526
|
||||
modified: 20230823000805701
|
||||
title: $:/HistoryList
|
||||
type: application/json
|
@ -1,6 +1,6 @@
|
||||
created: 20230818071114428
|
||||
created: 20230822235350279
|
||||
creator: Octt
|
||||
list:
|
||||
modified: 20230818080352384
|
||||
modified: 20230823000424931
|
||||
modifier: Octt
|
||||
title: $:/StoryList
|
@ -1,6 +1,6 @@
|
||||
created: 20220920092307479
|
||||
creator: Octt
|
||||
modified: 20230817233634606
|
||||
modified: 20230822233850934
|
||||
modifier: Octt
|
||||
title: $:/state/tab/sidebar--595412856
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user