Skip to content

Instantly share code, notes, and snippets.

@appleneko2001
appleneko2001 / javascript_engines_and_runtimes.md
Last active December 18, 2025 08:53 — forked from guest271314/javascript_engines_and_runtimes.md
A list of JavaScript engines, runtimes, interpreters

TODO: tags

  • ⚙️ is engine / intepreter
  • 🧰 is utilities
  • 🖥️ is server

  • V8 ⚙️

V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Chrome and in Node.js, among others. It implements ECMAScript and WebAssembly, and runs on Windows 7 or later, macOS 10.12+, and Linux systems that use x64, IA-32, ARM, or MIPS processors. V8 can run standalone, or can be embedded into any C++ application.

@appleneko2001
appleneko2001 / steam_console_params.txt
Created June 24, 2023 14:55 — forked from davispuh/steam_console_params.txt
Steam client parameters, consoles commands and variables
-480p - Run tenfoot in 480p rather than 1080p
-720p - Run tenfoot in 720p rather than 1080p
-accesscode -
-all_languages - show longest loc string from any language
-batterytestmode - rapidly cycle battery percentages for testing
-bigpicture - Start in Steam Big Picture mode
-blefw -
-cafeapplaunch - Launch apps in a cyber cafe context
-candidates - Show libjingle candidates for local connection as they are processed
-ccsyntax - Spew details about the localized strings we load
@appleneko2001
appleneko2001 / clock.html
Last active September 4, 2022 18:40 — forked from sam0737/clock.html
個人修改版Clock with Browser source for OBS Studio
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body translate="no" >