-
I'm working on the use of part_surv models for transitions. One thing that needs to be specified to use a part_surv model is the time at which to stop using the Kaplan-Meier estimate and move to usi…
-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
SELECT 33, bq.id, 'Legal'
FROM (
SELECT
`u`.`id`, `u`.`layout`,
`u`.`id` AS face_id,
CASE
WHEN layout = 'double-faced' OR layout = 'fli…
-
在玩 Hashcat 时看到的,可以参考之 :)
https://github.com/hashcat/hashcat/blob/master/src/usage.c
```
$ hashcat -h
hashcat, advanced password recovery
Usage: hashcat [options]... hash|hashfile|hccapfile [d…
ceyes updated
7 years ago
-
@ivanseed ,
You were right about the videos being very helpful. Using the approach described there I was able to come up with a solution that almost satisfies the test. I started writing code 2.5 w…
-
This is starting to look really good. I have been testing items ready for the discussions with Jim/Tufa tomorrow. It could work like this - so far - but I note some items I have found.
a) An oddi…
-
It seems like it would make the method more intuitive if we were able to change this to word delimited compared to char delimited.
Often it comes back as `None` in my experiments with my limited co…
-
Currently some tests in `MarkovChain` use mock. Remove it as it's not very readable.
-
https://github.com/jsvine/markovify
-