viewing

Adding vertical space between lines in vim.

Summary: I'd like to view my text in vim with a small bit of extra vertical space between some lines. I'm writing latex in vim, and have each sentence on a new line. I'd like to add a little bit of vertical space (a few pixels) between sentences to make them clearer. I don't want to add anything to the buffer, just to how I view it. I ...

Is there a convenient tool for viewing/analysing JSON responses?

I find it inconvenient using my browser to view JSON responses, then copy/paste the code into my editor, then have to put line-breaks in to make it more readable. It would be great to have a tool that allows me to enter a URL and receive a JSON in a more usable format, like say, a drill-down tree, or at least some color-coding of the te...

MySQL Extended Display

Is there any equivalent to psql's \x to view a record with each column on a new row? ...

gluOrtho2D and glViewport

Hi, I have an object defined in world coordinates, say a circle centered at (2,3) with radius 4. If I want the circle to not be distorted, to be entirely visible in the viewport and to be as big as possible within the viewport, how can I formulate a gluOrtho2D command to create a world window based on the aforementioned specs given that...

Viewing graph into PDF

how can i show bar graph or pie chart into PDF? is there any way to do this by Zend_PDF class? pls help me ...

Is there a way to see the current log file in RubyMine?

I think it would be great to be able to see log/development.log and maybe log/test.log in the same way you see the output of a running task or tests in RubyMine. Is it possible? ...