rules
Here are 535 public repositories matching this topic...
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
May 23, 2021 - Python
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
May 13, 2021 - C#
-
Updated
Sep 15, 2021 - Shell
-
Updated
Jun 3, 2021 - PHP
-
Updated
Dec 11, 2020 - Clojure
-
Updated
Oct 20, 2020 - Java
-
Updated
Sep 11, 2021 - JavaScript
-
Updated
Sep 22, 2021 - JavaScript
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
Aug 6, 2021
-
Updated
Feb 17, 2020 - Python
-
Updated
Oct 22, 2021 - Jupyter Notebook
-
Updated
Sep 8, 2021 - C#
-
Updated
Oct 17, 2021 - JavaScript
-
Updated
May 15, 2020 - C#
-
Updated
Oct 21, 2021 - Smarty
-
Updated
Jul 28, 2018 - Python
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:
All the SQL activities either don't support Insert or are specific to a usecase
Expected behavior:
to be able to insert to a sql database in an activity
What is the motivation / use case for changing the behavior?
many workflows/pipelines require logging to a database
Additional information you deem important (e.g. I need this tomorrow):