From f1afb63b05086d3c87df4e185444f300493e6995 Mon Sep 17 00:00:00 2001 From: lhai36366 <97079875+lhai36366@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:49:53 +0700 Subject: [PATCH] Create devcontainer.json https://github.com/user-attachments/files/18845760/features.md --- .devcontainer/devcontainer.json | 299 ++++++++++++++++++++++++++++++++ 1 file changed, 299 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..ff1da52 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,299 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {'Ssh-rsa-lhai63633@openssh.com/features.md](https://github.com/user-attachments/files/18845760/features.md) +[faq.md](https://github.com/user-attachments/files/18845761/faq.md) +[configuration-requirements.md](https://github.com/user-attachments/files/18845763/configuration-requirements.md) +[feedback.md](https://github.com/user-attachments/files/18845764/feedback.md) +[reference-project.md](https://github.com/user-attachments/files/18845765/reference-project.md) +[special-thanks.md](https://github.com/user-attachments/files/18845766/special-thanks.md) +[speech-synthesis.md](https://github.com/user-attachments/files/18845767/speech-synthesis.md) +[subtitle-font.md](https://github.com/user-attachments/files/18845768/subtitle-font.md) +[video-demonstration.md](https://github.com/user-attachments/files/18845770/video-demonstration.md) +[subtitle-generation.md](https://github.com/user-attachments/files/18845771/subtitle-generation.md) +[thanks-for-sponsoring.md](https://github.com/user-attachments/files/18845772/thanks-for-sponsoring.md)but bad implementation. +* 40 > 50 (Decent) : With some improvements, this games could become a good games. +* 50 > 60 (Not Good Enough): Averagely good games. +* 60 > 70 (Passable) : Passable games. +* 70 > 80 (Good) : Good games. +* 80 > 90 (Very Good) : Great games, almost perfect. +* 90 > 100 (Best Games) : Best published games. + Some of them are not graphically impeccable, but the idea or playability have made them immortal. + + +Number of Assigning Scores: +--------------------------- +* 0 > 10 : 18 +* 10 > 20 : 89 +* 20 > 30 : 33 +* 30 > 40 : 328 +* 40 > 50 : 112 (+ 2) +* 50 > 60 : 1021 (+ 3) +* 60 > 70 : 273 (+ 8) + + + + + + MicroDOS v3.1 BIOS T-34 + 19?? + <unknown> + + + + + + + + + + MicroDOS v3.1M BIOS T-72 + 19?? + <unknown> + + + + + + + + + + Card Game + 1994 + S.E.S., VM Group + + + + + + + + + + CD-Pacman + 1995 + <unknown> + + + + +interface interface_identifier { /* interface_members... */ }; +partial interface interface_identifier { /* interface_members... */ }; +namespace namespace_identifier { /* namespace_members... */ }; +partial namespace namespace_identifier { /* namespace_members... */ }; +dictionary dictionary_identifier { /* dictionary_members... */ }; +partial dictionary dictionary_identifier { /* dictionary_members... */ }; +enum enumeration_identifier { "enum", "values" /* , ... */ }; +callback callback_identifier = return_type (/* arguments... */); +callback interface callback_interface_identifier { /* interface_members... */ }; + + + + + + Game 15 Part 1 + 19?? + <unknown> + + + + + + + + + + Kombat Rabbits + 1995 + <unknown> + + + + + + + + + + Lemmings + 1996 + <unknown> + + + + + + + + + + Color Lines + 19?? + <unknown> + + + + + + + + + + Reversi Master + 19?? + <unknown> + + + + + + + + + + Puzznic + 1996 + <unknown> + + + + + + + + + + Robocop + 1995 + <unknown> + + + + + + + + + + Tetris 3D + 1996 + <unknown> + + + + + + + + + + Zoo + 19?? + <unknown> + + + + + + + + + + Great Battle Super Tank + 2000 + gDW + + + + + + + + + + Incubus + 19?? + <unknown> + + + + + + + + + + Real Player demo + 1997 + <unknown> + + + + + + + + + + T.Rex 0.5: Take One + 19?? + S.E.S. + + + + + + + + + +IDL Index +typedef (Int8Array or Int16Array or Int32Array or + Uint8Array or Uint16Array or Uint32Array or Uint8ClampedArray or + BigInt64Array or BigUint64Array or + Float16Array or Float32Array or Float64Array or DataView) ArrayBufferView; + +typedef (ArrayBufferView or ArrayBuffer) BufferSource; +typedef (ArrayBuffer or SharedArrayBuffer or [AllowShared] ArrayBufferView) AllowSharedBufferSource; +[Exposed=*, + Serializable] +interface DOMException { // but see below note about JavaScript binding + constructor(optional DOMString message = "", optional DOMString name = "Error"); + readonly attribute DOMString name; + readonly attribute DOMString message; + readonly attribute unsigned short code; + + const unsigned short INDEX_SIZE_ERR = 1; + const unsigned short DOMSTRING_SIZE_ERR = 2; + const unsigned short HIERARCHY_REQUEST_ERR = 3; + const unsigned short WRONG_DOCUMENT_ERR = 4; + const unsigned short INVALID_CHARACTER_ERR = 5; + const unsigned short NO_DATA_ALLOWED_ERR = 6; + const unsigned short NO_MODIFICATION_ALLOWED_ERR = 7; + const unsigned short NOT_FOUND_ERR = 8; + const unsigned short NOT_SUPPORTED_ERR = 9; + const unsigned short INUSE_ATTRIBUTE_ERR = 10; + const unsigned short INVALID_STATE_ERR = 11; + const unsigned short SYNTAX_ERR = 12; + const unsigned short INVALID_MODIFICATION_ERR = 13; + const unsigned short NAMESPACE_ERR = 14; + const unsigned short INVALID_ACCESS_ERR = 15; + const unsigned short VALIDATION_ERR = 16; + const unsigned short TYPE_MISMATCH_ERR = 17; + const unsigned short SECURITY_ERR = 18; + const unsigned short NETWORK_ERR = 19; + const unsigned short ABORT_ERR = 20; + const unsigned short URL_MISMATCH_ERR = 21; + const unsigned short QUOTA_EXCEEDED_ERR = 22; + const unsigned short TIMEOUT_ERR = 23; + const unsigned short INVALID_NODE_TYPE_ERR = 24; + const unsigned short DATA_CLONE_ERR = 25; +}; + +callback Function = any (any... arguments); +callback VoidFunction = undefined ();https://fetch.spec.whatwg.org/#cross-origin-resource-policy-check + + } +}