No description provided.
Get the real path of the system temp directory
Temporary files and directories
Returns a unique temp file name inside the specified folder
Plain color conversion functions
`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;
Converts a source-map from/to different formats and allows adding/changing properties.
Get a random temporary file path
Delete files and directories
Analyze and debug space usage through source maps
Type checker for the Python language
Provides a uniquely named temp directory.
Convert tabs to spaces in a string
Tiny millisecond conversion utility
Generate a random path name.
A stack that destroys itself after a given time (ttl)
recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.
[](https://www.npmjs.com/package/@aws-sdk/util-dynamodb) [](https://www.npmjs.com/package/@aws-sdk/util
Convert the result of `process.hrtime.bigint()` to seconds, milliseconds, nanoseconds
A command line tool to convert between common temperature units.
Simple terminal temperature unit converter between Celsius, Fahrenheit and Kelvin.
Simple terminal temperature unit converter between Celsius, Fahrenheit and Kelvin.
A rust library crate that will convert any temperature value given by the userfrom Celsius to Fahrenheit scale or from Fahrenheit to Celsius scale.
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.
No description provided.
No description provided.
No description provided.
No description provided.