Vincent Ollivier

Results 33 issues of Vincent Ollivier

> print "this is an input that fits on one line" > print "this is a very looooooooooooooooooooooooooooooooooooooooooooooooooooooo ooooooooooooooooooooooooooooooooooong input that fits over two lines" > print "this is an...

experiment

Should `print foo => /tmp/bar` truncate the file or append to its content? At the moment we do the former and have no way of doing the latter. We could...

enhancement

We could add the `-n` option (from Unix v7) to avoid printing a trailing newline, and the `-e` option (from Unix v8) to interpret escape characters like Bash. The latter...

enhancement

Geodate displays the current local time in a geocentric date format using a natural lunisolar calendar with metric time based on decimal fractions of the mean solar day. https://github.com/vinc/geodate

Hi, I'd like to add [MOROS](https://github.com/vinc/moros) to the list! It's a hobby OS I've been working on and off for the past 2 years, it's inspired by Unix but it...

I wanted to generate lowercase alphanumeric tokens so I modified the Generator module to do that and the same for uppercase. I added `%a` and `%A` quite arbitrary, maybe there's...

Raise `ArgumentError` when exposing an attribute that will overwrite a helper defined by `ActionView`. This PR will prevent `expose :tag` from silently overwriting the `tag` helper defined by `ActionView::Helpers::TagHelper `....