rules
Here are 602 public repositories matching this topic...
-
Updated
Mar 3, 2022 - JavaScript
RulesEngine has many amazing features but lacks detailed documentation on those.
- Json based rules defination
- Multiple input support
- Dynamic object input support
- C# Expression support
- Extending expression via custom class/type injection
- Scoped parameters
- Post rule execution actions
Please comment on which feature you feel needs more/improved documentation.
-
Updated
Apr 20, 2022 - Python
-
Updated
Jan 13, 2022 - C#
-
Updated
Jun 15, 2022 - Shell
-
Updated
Jun 26, 2022 - JavaScript
-
Updated
Mar 31, 2022 - PHP
-
Updated
Jul 6, 2022 - Jupyter Notebook
-
Updated
Jul 3, 2022 - JavaScript
-
Updated
Mar 2, 2022 - Clojure
-
Updated
Oct 20, 2020 - Java
-
Updated
Jun 11, 2022
You should order masks by efficiency (occurrences/key_space
) because this will lead to the less guesses to crack passwords.
Looking at the top 5:
https://github.com/kaonashi-passwords/Kaonashi/blob/5239bd333ed34993b43126a4499606ba70086034/masks/kaonashi_masks_numbered.txt#L1-L5
And ordering just the 1000 in kaonashi_masks_numbered.txt by efficiency the top 5 are now:
673407:?u?u?u?u
-
Updated
Jun 7, 2022 - JavaScript
-
Updated
Jun 27, 2022 - Java
-
Updated
Jun 28, 2022 - JavaScript
-
Updated
Jul 6, 2022 - Python
-
Updated
Sep 8, 2021 - C#
-
Updated
Jul 7, 2022 - Smarty
-
Updated
May 15, 2020 - C#
Improve this page
Add a description, image, and links to the rules topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rules topic, visit your repo's landing page and select "manage topics."
Current behavior (how does the issue manifest):
The lambda invoke activity returns a
value
object which includes the payload and the []byte serialized response. This really has no real purpose and causes confusion between the unmarshaled payload in the return paramresult
.Expected behavior:
Remove the
value
param, as both the unmarshaled payload and the status are both returne