From 034a0690f728ba39171a2d50a4e1d23ba6d1864f Mon Sep 17 00:00:00 2001 From: lhai36366 <97079875+lhai36366@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:11:09 +0700 Subject: [PATCH] Create devcontainer.json 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) --- .devcontainer/devcontainer.json | 291 ++++++++++++++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..89d30de --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,291 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +}env=~/.ssh/agent.env + +agent_load_env () { test -f "$env" && . "$env" >| /dev/null ; } + +agent_start () { + (umask 077; ssh-agent >| "$env") + . "$env" >| /dev/null ; } + +agent_load_env + +# agent_run_state: 0=agent running w/ key; 1=agent w/o key; 2=agent not running +agent_run_state=$(ssh-add -l >| /dev/null 2>&1; echo $?) + +if [ ! "$SSH_AUTH_SOCK" ] || [ $agent_run_state = 2 ]; then + agent_start + ssh-add +elif [ "$SSH_AUTH_SOCK" ] && [ $agent_run_state = 1 ]; then + ssh-add +fi + + + + + + + + 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 +https://github.com/users/lhai36366/succession/invitation