https://github.com/diredocks/diredocks
is a special repository
https://github.com/diredocks/diredocks
Last synced: 5 months ago
JSON representation
is a special repository
- Host: GitHub
- URL: https://github.com/diredocks/diredocks
- Owner: diredocks
- Created: 2024-02-05T09:01:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T07:14:19.000Z (almost 2 years ago)
- Last Synced: 2024-08-17T08:21:13.407Z (almost 2 years ago)
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```python
f = lambda x: [[y for j, y in enumerate(set(x)) if (i >> j) & 1] for i in range(2**len(set(x)))]
```