-
Updated
Jun 15, 2020
rules
Here are 390 public repositories matching this topic...
SQL Insert Statement
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):
The documentation provides many examples of things we can do, with zero context on when, why, or pros and cons of each. Like, why would I use a RuleSet? What's the purpose of this feature? When should I use rules vs perms? What's the best way to implement rules in a DRY manner across multiple subapps in a Django project?
-
Updated
May 13, 2020 - JavaScript
-
Updated
Jun 10, 2020 - C#
Hi all,
thank you for this package.
I need to write a Cypher Compiler/Executer but i don't understand how RulerZ works and how to start.
Please can you explain how to do it?
Thank you!
-
Updated
Jun 15, 2020 - Shell
-
Updated
Sep 12, 2019 - Clojure
-
Updated
May 7, 2020 - Java
-
Updated
Mar 16, 2020 - HTML
-
Updated
May 29, 2020
-
Updated
Feb 17, 2020 - Python
-
Updated
Jun 15, 2020 - 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
May 15, 2020 - C#
-
Updated
Jul 28, 2018 - Python
-
Updated
Jun 5, 2020
I'll collect steps in this comment for now.
- Amend per the Motions
- Announce:
- website (e.g. https://www.worldcubeassociation.org/posts/wca-regulations-may-2019)
- staff
- WCT
organizations@
- Followup:
- Ask WCAT to check future competition formats comply with new Regs
- Update branches
- Update main date, remove textual revision date (e.g. 962213a30fbd1157f61fbf49a
-
Updated
May 15, 2020 - JavaScript
-
Updated
Jan 10, 2019 - PHP
-
Updated
Jun 13, 2020 - Java
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."
Background
Having added some
streamalert-clicommands, the documentation on the command line via-hand ReadTheDocs varies and is laborious to maintain.Description
A fantastic tool, to reduce this headache is
sphinx-argparse. In short, it adds the ability to take anargparseparser and create documentation from thedescriptionsand everything else in the parser. A live e