Henry Lee
Henry Lee
Add Java implementation, using the same [algorithm](https://github.com/HenryRLee/PokerHandEvaluator/blob/master/Documentation/Algorithm.md), similar to the [C++ implementation](https://github.com/HenryRLee/PokerHandEvaluator/tree/master/cpp). Create a directory named `java` and add Java source code in it.
An example of how it is done can be referred to #49. Basically, the `returning` clause can be further constrained by more condition methods. These include: ``` addConditionIn addConditionNotIn addConditionLt...
The root cause is that the default System Administrator profile under an Enterprise edition scratch org have missed some field level security on the account and opportunity object. These fields...
https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_geolocate.htm I haven't come up with a design yet. Anyway, the feature is still available by manually feeding the whole DISTANCE expression to the first parameter of the methods `addConditionXX`...
First introduce different exception types. Then allow user to skip some of the skippable exceptions.
Instead of returning an SObject as a result, Query should also support returning a map, which automatically resolves namespace.
One of my repository [Query.apex](https://github.com/PropicSignifi/Query.apex) has a problem when integrating githubsfdeploy. When I used this URL https://githubsfdeploy.herokuapp.com/app/githubdeploy/PropicSignifi/Query.apex, the web-server throws an error saying "Could not find the repository 'query'. Ensure...
Since 8-card evaluator and 9-card evaluator had been deprecated, we no longer need to test these two cases in the test code.
Currently, in Python, the unit tests for our 5-card, 6-card, and 7-card evaluator are using data set in `5cards.json`, `6cards.json`, and `7cards.json`. The dataset is small and fixed. So the...