-
Create as a separate, tested npm module!
Key concept: string based API: 1d6, 1d99, 2d10+4, etc.
http://manpages.ubuntu.com/manpages/precise/en/man6/rolldice.6.html
https://github.com/sstrickl/rolld…
-
Hi Everyone,
I'm trying to use ka-lite tool on Linux Mint 17. I've downloaded the software from Github, then installed it successfully.
I started to run it from terminal
./start.sh
then open it from…
-
Should it be possible to compile sun_usb without USE_LEGACY_KEYMAP defined?
I am getting this when I do:
obj_sun_usb/common/bootmagic.o: In function `scan_keycode':
/home/bjd/Documents/hw/kbd/sunkbd/…
-
When making a pull-request with a single commit, it'll copy the commit message and use that for the pull-request. This is awesome. However, if you designate the base with `-b` the message won't be t…
-
Vienna would better implement code signing for meeting Mountain Lion's Gatekeeper requirements.
-
Let's say I have a data json file with an array of objects, each object being a context for a page. I want that for each object to create a page based on a handlebars template (which can/can't have a …
-
Aww, one of my favorite goodies I worked on back in the day is no longer handling one of its special cases. The code for -L and -H is still in dice.pm but it must no longer be matching its execution p…
-
```
.d 9999d5
IndexError: list index out of range (file "/home/ampharos/willie/willie/modules/calc.py", line 25, in calculate)
.d 9999999999999999d5
MemoryError (file "/home/ampharos/willie/willie…
-
It's relatively common to drop the number of dice if it's a one, in a complex input. "d4+d6". In these cases the roller should parse these as "1d4+1d6".
-
You have 2*3d6+4 working, good job.
http://en.wikipedia.org/wiki/Dice_notation lists additional notations that might be nice to support:
Some games extend the standard notation to "AdXkY" where Y …