Tagged Questions
The ncr tag has no wiki summary.
3
votes
12answers
2k views
Regex Replacing : to “:” etc
I've got a bunch of strings like:
"Hello, here's a test colon:. Here's a test semi-colon;"
I would like to replace that with
"Hello, here's a test colon:. Here's a test ...
0
votes
4answers
140 views
Printing all Possible nCr Combinations in Java
I'm trying to print out all possibilities of nCr, which are the combinations when order doesn't matter. So 5C1 there are 5 possibilities: 1 , 2, 3, 4, 5. 5C2 there are 10 possibilities: 1 2, 1 3, 1 ...
0
votes
2answers
442 views
Interfacing with Compris POS
Does anyone have any data on how to interface with a Compris POS? I have a Compris POS, and I need to grab data from the database. I can't get information from NCR regarding the underlying data ...