-
Updated
Feb 13, 2021
dice-roller
Here are 492 public repositories matching this topic...
-
Updated
Nov 15, 2020 - C++
Describing rolls
-
Updated
Jan 31, 2022 - C++
-
Updated
May 6, 2022 - Ruby
-
Updated
Mar 8, 2022 - Python
"When you tap the dice multiple times in the score keeper app, it goes through all the previous results before showing the final one. Just wanted to let you know, otherwise the app is great."
From user feedback
Desired behavior: do not show the previous results of taps, except for the last one
-
Updated
Apr 16, 2018 - JavaScript
-
Updated
Mar 9, 2021 - C
Pasting a YouTube Music artist or album link will simply return to "YouTube Music" instead of the actual title.
2021-W32-5 22:46:28 +0300 <+Aminda> https://music.youtube.com/channel/UCA1tzQiUweOGdzynVXRCTzQ
2021-W32-5 22:46:30 +0300 <~katyusha> ^ YouTube Music
2021-W32-5 22:46:33 +0300 <+Aminda> https://music.youtube.com/playlist?list=OLAK5uy_k_IIpFnaYoUxL7oE6RnloghQD9eF
-
Updated
Apr 21, 2021 - Less
-
Updated
Dec 1, 2021 - JavaScript
-
Updated
Jun 15, 2021 - C#
-
Updated
Apr 29, 2021 - Python
-
Updated
May 11, 2022 - C
-
Updated
Mar 9, 2017 - Java
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Jun 17, 2021 - Python
-
Updated
Apr 14, 2022 - TypeScript
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Oct 25, 2018 - TypeScript
-
Updated
Jan 17, 2022 - Java
-
Updated
May 15, 2020 - Dart
-
Updated
Apr 25, 2018 - JavaScript
Improve this page
Add a description, image, and links to the dice-roller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dice-roller topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
In the tool I'm writing currently I use mustache for user side templating and this lib to "evaluate" the values. For some expression it would be easier and cleaner to write and use them if this lib would support ternary operations.
Describe the solution you'd like
Support writing
a ? b : cwhich returnsbifais non