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

https://github.com/dzucconi/negative

Encode Ruby programs as whitespace
https://github.com/dzucconi/negative

Last synced: 5 months ago
JSON representation

Encode Ruby programs as whitespace

Awesome Lists containing this project

README

          

```bash
Usage: ./negative [OPTION]...

Encode .rb files as whitespace
-f, --filename [FILENAME] input filename
-o, --output [FILENAME] ouput filename
-i, --[no-]input use -f as an input to eval
-z, --[no-]reader include reader
-x, --[no-]executable output is executable
```

```ruby
eval("










































































































































".split(/\n/).map(&:size).pack("C*"))
# => and to have seen nothing, or almost nothing
# except the face of a girl from Buenos Aires
# a face that does not want you to remember it.
```