Get the real path of the system temp directory
Typescript port of an accurate python Hijri-Gregorian dates converter based on the Umm al-Qura calendar: https://github.com/mhalshehri/hijri-converter
Temporary files and directories
Returns a unique temp file name inside the specified folder
convert from v8 coverage format to istanbul's format
Convert Swagger 2.0 definitions to OpenApi 3.0 and validate
`fs-temp` is a quick and simple way to create temporary files and directories.
TypeScript definitions for temp
Temporary files, directories or names!
Write data to a random temporary file
Create and remove temporary directories with minimal effort
```typescript export function getTempName(prefix?: string | null | undefined): string;
Convert Word documents from docx to simple HTML and Markdown
Tensorflow model converter for javascript
Converts Swagger documents from version 1.x to version 2.0
Delete files and directories
Node.js utility to convert PDF file/buffer pages to PNG files/buffers. No build-time compilation required — pre-built native binaries included for all major platforms.
Get a random temporary file path
Analyze and debug space usage through source maps
Cron string converter
Converts CSS values from one unit to another
Type checker for the Python language
Provides a uniquely named temp directory.
Axios transformer/interceptor that converts snake_case/camelCase
Simple terminal temperature unit converter between Celsius, Fahrenheit and Kelvin.
A command line tool to convert between common temperature units.
Simple terminal temperature unit converter between Celsius, Fahrenheit and Kelvin.
convert temperatures simply and quickly!
Converter cecius to fahrenheit and kelvin
# 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.