Ritoban Roy-Chowdhury

Results 4 issues of Ritoban Roy-Chowdhury

Not much to say, it just works. I used the `drv:///brlaser.drv/br7240.ppd` driver. ``` % sudo lpinfo --include-schemes usb -l -v 21:45:33 Device: uri = usb://Brother/MFC-8710DW?serial=U63088J3N536298 class = direct info =...

new-printer

https://www.dropbox.com/s/i65ixhtukd7i1lg/iconrequest.tar?dl=0 Thanks, Ritoban Roy-Chowdhury.

When compiling `em = "0.3.0"`, I get the following error from Cargo on `5.4.7-arch1-1`. ``` error[E0277]: the trait bound `syn::Expr: std::convert::From` is not satisfied --> /home/ritoban/.cargo/registry/src/github.com-1ecc6299db9ec823/emu_macro-0.1.0/src/passing.rs:338:38 | 338 | i.args.insert(0,...

In the example in the README, the formula given for the Fibonacci numbers is incorrect for odd values of n (see e.g. https://en.wikipedia.org/wiki/Fibonacci_sequence#Computation_by_rounding). It should use round, not floor (alternatively,...