An open API service indexing awesome lists of open source software.

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

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)))]
```