-
```
Sometimes the format of the WPA key is known and should be easily crackable by
brute force on a few GPUs. E.g. 8 characters from the set [a-z] or 10 digits
[0-9]. To crack those I have to writ…
-
```
Sometimes the format of the WPA key is known and should be easily crackable by
brute force on a few GPUs. E.g. 8 characters from the set [a-z] or 10 digits
[0-9]. To crack those I have to writ…
-
```
Sometimes the format of the WPA key is known and should be easily crackable by
brute force on a few GPUs. E.g. 8 characters from the set [a-z] or 10 digits
[0-9]. To crack those I have to writ…
-
```
Sometimes the format of the WPA key is known and should be easily crackable by
brute force on a few GPUs. E.g. 8 characters from the set [a-z] or 10 digits
[0-9]. To crack those I have to writ…
-
A tree of redo chains where every path from the root to a leaf is a "redo chain."
This is actually really cool since sometimes when I undo to see old code and then I accidentally type 'z' (cause my s…
-
## CVE-2021-43138 - High Severity Vulnerability
Vulnerable Library - async-3.2.0.tgz
Higher-order functions and common patterns for asynchronous code
Library home page: https://registry.npmjs.org/as…
-
## CVE-2021-43138 - High Severity Vulnerability
Vulnerable Library - async-3.2.0.tgz
Higher-order functions and common patterns for asynchronous code
Library home page: https://registry.npmjs.org/as…
-
Hi,
I'm in need of a design pattern where a function takes a number of arguments of which one or more are Promises::Channels or Promises::Promise/Promises::Deferred.
Recently @yanick added a pat…
-
### What happened + What you expected to happen
A JSONL file > 4 GB cannot currently be processed and will throw a `pyarrow.lib.ArrowInvalid: offset overflow while concatenating arrays` error
### Ve…
-
Returning a series of lists from the api does not add much benefit to the user.
_Example_
```python
# get state dcids
state_dcids = dc.get_places_in(pd.Series(['country/USA']), 'State')[0]
#…