Executable papers

May 17, 2013

https://www.researchgate.net/post/Will_all_Computer_Graphics_Publications_include_source_code_in_the_future

http://elsevierconnect.com/executable-papers-in-computer-science-go-live-on-sciencedirect/

http://www.elsevier.com/physical-sciences/computer-science/executable-papers

A Wearable Mobile Sensor Platform to Assist Fruit Grading

May 11, 2013

http://www.mdpi.com/1424-8220/13/5/6109

Efficient 3D object recognition using foveated point clouds

May 3, 2013

http://www.sciencedirect.com/science/article/pii/S0097849313000459

Guacamole: HTML5 remote desktop

March 31, 2013

http://guac-dev.org/

Reducing PDF file size

March 28, 2013

I just needed to reduce a PDF file size (because it had several high res images on it), and found these two solutions:

http://askubuntu.com/questions/113544/how-to-reduce-pdf-filesize http://www.alfredklomp.com/programming/shrinkpdf/

The last solution, a shell script worked nicely and reduced my PDF file size from 20MB to 2MB!!!

Here’s the script that I copied from the site above:

#!/bin/sh

gs -q -dNOPAUSE -dBATCH -dSAFER \
-sDEVICE=pdfwrite \
-dCompatibilityLevel=1.3 \
-dPDFSETTINGS=/screen \
-dEmbedAllFonts=true \
-dSubsetFonts=true \
-dColorImageDownsampleType=/Bicubic \
-dColorImageResolution=72 \
-dGrayImageDownsampleType=/Bicubic \
-dGrayImageResolution=72 \
-dMonoImageDownsampleType=/Bicubic \
-dMonoImageResolution=72 \
-sOutputFile=out.pdf \
$1

$ sh shrinkpdf.sh yourfile.pdf

First 5 Minutes Troubleshooting A Server

March 18, 2013

First 5 Minutes Troubleshooting A Server

http://devo.ps/blog/2013/03/06/troubleshooting-5minutes-on-a-yet-unknown-box.html

Great ideai with RPi – to label the pins

February 18, 2013

http://www.raspberrypi.org/archives/3307

Online C++ compilers

February 4, 2013

http://isocpp.org/blog/2013/01/online-c-compilers

N-Bot goes to Berkeley!

February 1, 2013

N-Bot, the 10-dollar robot that we developed here at the NatalNet laboratory (UFRN-Brazil) is currently on display on the UC Citris Tech museum at University of California, Berkeley.

The exposition will be held until March 1st and is open to the public.

Attached to this post there is a PDF file of the museum brochure designed by Dan Chapman.

Thank you Prof. Ken Goldberg for such an honorable invitation to show our work.
brochure-AFRON.pdf

Brazilian trains years ago

January 14, 2013

I always loved trains. No wonder why: when I was a young kid I used to frequently ride trains with my grandmother Angelina. She had a free pass for any train because my grandfather worked at the railroad company (Fepasa). These are photos of my great-grandfather, Egydio Vidal, who came from Italy and was an engine driver for Fepasa, the São Paulo State railroad company. I miss those rides.


Follow

Get every new post delivered to your Inbox.

Join 47 other followers