rules
Here are 489 public repositories matching this topic...
-
Updated
May 23, 2021 - Python
-
Updated
Jul 21, 2021 - JavaScript
-
Updated
May 13, 2021 - C#
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 15, 2021 - Shell
-
Updated
Jun 3, 2021 - PHP
-
Updated
Dec 11, 2020 - Clojure
-
Updated
Oct 20, 2020 - Java
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Jul 26, 2021
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
Jul 5, 2021 - JavaScript
Currently using Laravel 8.49.2, and a form request to instantiate the Delimited validation rule.
public function rules(): array
{
return [
'pm-member-data' => [(new Delimited('numeric', $this->messages()))->min(2)],
];
}
public function messages(): array
{
return [
'pm-member-data.min' => 'You must select at
-
Updated
Feb 17, 2020 - Python
-
Updated
Oct 14, 2020 - C#
<span class="text-[11px] text-[#b3b3b3]">Troye Sivan</span>
Environment (please complete the following information):
- OS: macOS
- Softwares + version used:
- VSCode 1.57.1
- npm 6.14.13, node v14.17.0
-
Updated
May 15, 2020 - C#
-
Updated
Jul 28, 2018 - Python
-
Updated
Jul 29, 2021 - Smarty
-
Updated
Jun 6, 2021 - JavaScript
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):