Unlist snippets
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: celsius_to_fahrenheit
|
title: celsius_to_fahrenheit
|
||||||
tags: math,beginner
|
tags: math,beginner
|
||||||
|
unlisted: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Converts Celsius to Fahrenheit.
|
Converts Celsius to Fahrenheit.
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: fahrenheit_to_celsius
|
title: fahrenheit_to_celsius
|
||||||
tags: math,beginner
|
tags: math,beginner
|
||||||
|
unlisted: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Converts Fahrenheit to Celsius.
|
Converts Fahrenheit to Celsius.
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: is_divisible
|
title: is_divisible
|
||||||
tags: math,beginner
|
tags: math,beginner
|
||||||
|
unlisted: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Checks if the first numeric argument is divisible by the second one.
|
Checks if the first numeric argument is divisible by the second one.
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: is_even
|
title: is_even
|
||||||
tags: math,beginner
|
tags: math,beginner
|
||||||
|
unlisted: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Checks if the given number is even.
|
Checks if the given number is even.
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: is_odd
|
title: is_odd
|
||||||
tags: math,beginner
|
tags: math,beginner
|
||||||
|
unlisted: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Checks if the given number is odd.
|
Checks if the given number is odd.
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: km_to_miles
|
title: km_to_miles
|
||||||
tags: math,beginner
|
tags: math,beginner
|
||||||
|
unlisted: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Converts kilometers to miles.
|
Converts kilometers to miles.
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: miles_to_km
|
title: miles_to_km
|
||||||
tags: math,beginner
|
tags: math,beginner
|
||||||
|
unlisted: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Converts miles to kilometers.
|
Converts miles to kilometers.
|
||||||
|
|||||||
Reference in New Issue
Block a user