<script type=module> polyfill
```html <script type="module" src="https://cdn.jsdelivr.net/npm/@startinblox/core@1/+esm"></script> <script type="module" src="https://cdn.jsdelivr.net/npm/@startinblox/router@0.13/+esm"></script> <script type="module" src="https://cdn.jsdelivr.net/npm/@s
No description provided.
This plugin allows for the use of `import()`/`import.meta` in browsers that only support `<script type="module"></script>`.
```html <script type="module" src="https://cdn.jsdelivr.net/npm/@startinblox/component-epmap"></script>
```html <script type="module" src="https://unpkg.com/soon-wallet@0.2.2/dist/assets/index-DxxzUjFB.js"></script> ```
```html <script type="module" src=https://unpkg.com/@getcanary/search@latest> </script>
<script type="module" src="https://unpkg.com/3d-model-ts-library-rollup@1.2.3/dist/cjs/index.js"></script> npm i 3d-model-ts-library-rollup \n First use function initKey(key: string): void
A Vite plugin that prevents Vite from rewriting ES module imports by targeting `<script type="module">`
Current browsers supporting script type module, and a very inclusive legacy config
@vue/compiler-sfc
JavaScript library for DOM operations
Yet another Base64 transcoder in pure-JS
An arbitrary-precision Decimal type for JavaScript.
Webpack loader to transform <script type="module"> to require statements
Fast Color Parsing and Manipulation
A JavaScript parser built from the Hermes engine
Easing functions for smooth animation.
mirror of statuses, bundled and exposed as ES module
A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic
A library for arbitrary-precision decimal and non-decimal arithmetic
Seeded random number generator for Javascript.
Determines whether a Node file is a Module (`import`) or a Script (`require`)
A Babel preset that targets modern browsers by fixing engine bugs.
You've got a script. It's got some settings. Some settings are for this module, some are for that module. Most of them don't change. Except on your laptop, where the paths are different. Or when you're in production mode. Or when you're testing from the command line. "" So, Consigliere of mine, I think you should tell your Don what everyone knows. "" -- Don Corleone Configliere manage settings from many sources: static constants, simple config files, environment variables, commandline options, straight ruby. You don't have to predefine anything, but you can ask configliere to type-convert, require, document or password-obscure any of its fields. Modules can define config settings independently of each other and the main program.
This module provides utility functions and methods to handle plain text, classes Part/Paragraph/Boundary to represent the logical structure of a document and ParseRule to describe the rules to parse plain text to produce a Part-type Ruby instance. A few handy Ruby executable scripts to make use of them are included.
Inline allows you to write foreign code within your ruby code. It automatically determines if the code in question has changed and builds it only when necessary. The extensions are then automatically loaded into the class/module that defines it. You can even write extra builders that will allow you to write inlined code in any language. Use Inline::C as a template and look at Module#inline for the required API. == Features/Problems: * Quick and easy inlining of your C or C++ code embedded in your ruby script. * Extendable to work with other languages. * Automatic conversion between ruby and C basic types * char, unsigned, unsigned int, char *, int, long, unsigned long * inline_c_raw exists for when the automatic conversion isn't sufficient. * Only recompiles if the inlined code has changed. * Pretends to be secure. * Only requires standard ruby libraries, nothing extra to download.
MesaReader is a ruby module that contains three classes, MesaData, MesaProfileIndex, and MesaLogDir. These classes are intended to read in three types of files or directories, MESA history/profile logs, MESA profile indexes, and entire MESA LOGS directories, respectively. The resulting objects can then be maniuplated to return useful data in a ruby or tioga script. In addition to simple returning of data columns (the primary function of the MesaData class), some basic searching features are built-in, allowing you to search for profiles that correspond to something in the history, or for parts of history columns that depend on other history columns. All returned vectors have many built-in methods since they are DVectors from the DObjects module in Tioga, which is a requirement. For detailed instructions, see the readme on the github page at https://github.com/wmwolf/MESA_Reader
# Temperature Convertor convert temperature from fehrenheit or kelvin to celsius ## Detail The "Temperature" class stores and controls the value and convert function **Constructor** > ` def initialize(temperature, mode) ` The initialization process retrieve temperature user input and specific Temperature Mode and store temperature in celsius form.<br> [param] temperature: float --> the temperature value<br> [param] mode: TemperatureMode --> the temperature unit (Fahrenheit, Celsius or Kelvin)<br> Note the TemperatureMode is an enumerate that holds value of TemperatureMode::Celsius, TemperatureMode::Fahrenheit or TemperatureMode::Kelvin. The implementation is:<br> ```ruby module TemperatureMode Celsius = 1 Fahrenheit = 2 Kelvin = 4 end ``` **method** > ` def toFahrenheit() ` Convert the temperature to Fahrenheit<br> [return] temperature in Fahrenheit, type in float<br> > ` def toKelvin() ` Convert the temperature to Kelvin<br> [return] temperature in Kelvin, type in float<br> **Property** > ` this.temperature ` temperature in Celsius, type in float ## Get Start Use following script for testing ```ruby temp = Temperature.new(-24, 1) puts temp.toString puts "Current temperature is #{'%.2f' % temp.toFahrenheit} °F" puts "Current temperature is #{'%.2f' % temp.toKelvin} K" ```
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.