Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
9k views

gluOrtho2D and glViewport

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 ...
4
votes
2answers
181 views

Is there a convenient tool for viewing/analyzing 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 ...
2
votes
1answer
47 views

Viewing html5 storage in Chrome and Firefox

How can I view HTML5 web storage in Chrome and Firefox? What are the best tools available?
2
votes
4answers
138 views

Viewing a pdf file in java

Hey Everyone, I'm devlopping an application for printing pdf docuemnts using java, so i've searched a lot for this on the web and i've finaly could do so using java library PDFRenderer , but i'm ...
2
votes
1answer
181 views

MySQL Extended Display

Is there any equivalent to psql's \x to view a record with each column on a new row?
0
votes
1answer
53 views

OpenGL programming guide: Chapter 3 : Viewing Transformations : Viewing objects from the side

In OpenGL Programming Guide text, in Chapter 3, section 'Viewing Transformations', the authors provide the following code to view an object from the side, starting from default camera position. ...
0
votes
2answers
41 views

Website Doesn't Show Text or Background in Firefox

I am currently helping an organization put together their website. Unfortunately, much of the website text and the background on every page doesn't show up in Firefox but works perfectly in Explorer ...
0
votes
0answers
200 views

AcroPDF GetZoomScroll

I'm using Adobe pdf viewer (AcroPDF) in C# windows app. I can call setZoomScroll(percent, top, left) but cannot obtain these values. Is there ANY way to get the current PDF's zoom, top and left ...
0
votes
1answer
72 views

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?
0
votes
1answer
80 views

Viewing graph in PDF

How can I show a bar graph or a pie chart in PDF? Is there any way to do this with Zend_PDF class? Please help me.
0
votes
1answer
811 views

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 ...