Questions tagged [viewer]

510 questions
17
votes
3 answers

Is there a tool other than ij to look into a local derby database (folder)?

I'm using Derby ij to look into my local Apache Derby database. It's just a folder and I connect to it like this: connect 'jdbc:derby:C:\Users\Torben\MyDatabase' USER 'me' PASSWORD 'secret'; It works, but I don't really like to look into the…
Torben
  • 173
  • 1
  • 1
  • 4
16
votes
5 answers

Silverlight 4.0 PDF Viewer

Any free control to view PDF for Silverlight? or how to view pdf in silverlight from memory stream?
xscape
  • 3,318
  • 9
  • 45
  • 86
15
votes
3 answers

decent log viewer that works with NLog

What would be a the best viewer that works well with NLog when I have the following requirements: I need to view logs offline (files) and online (live) for offline I need to be able to select and view multiple files that are then all displayed in…
bitbonk
  • 48,890
  • 37
  • 186
  • 278
14
votes
2 answers

How to set Notepad++ as TortoiseSVN default editor?

Sometimes I browse a repository and want to look at some files there, without checking them out (let's say I'm looking for a particular file). I've got three choices double clicking the file opens the default editor. For .cs files that would be the…
Vilx-
  • 104,512
  • 87
  • 279
  • 422
13
votes
4 answers

Does Eclipse have an editor/viewer for java serialized files?

I'm serializing my objects with ObjectOutputStream(FileOutputStream(File)) and deserializing them with the analogous InputStreams. Is there a way to look inside of these serialized files (in eclipse preferably), so I can check, if all necessary…
kulpae
  • 3,244
  • 2
  • 25
  • 23
12
votes
1 answer

Photo/Image Viewer for Monotouch

I've googled a bit but could not find a simple Image Viewer class to use in my MonoTouch app. I don't need to show image thumbnails neither a complete photo album (with multiple photos). I just need an image viewer to show an UIImageView, allowing…
Eduardo Coelho
  • 1,953
  • 8
  • 34
  • 60
11
votes
2 answers

Options for collapsing YAML when viewing?

I chose YAML over XML as a format to store our input and output data. It works well, but now I'm discovering one of YAML's main weaknesses: editor/viewer support. I need help to simplify the viewing of potentially large YAML files by coworkers. …
user1111991
  • 111
  • 1
  • 5
10
votes
2 answers

What database viewer to use for CouchDB?

I'm pretty new to CouchDB. I have googled without finding a database viewer for CouchDB. How do you view a CouchDB database without manipulating the raw HTTP messages ? Ideally, the tool would meet the following requirements : Cross-platform…
Stephan
  • 41,764
  • 65
  • 238
  • 329
10
votes
5 answers

Poor image rendering with Google Docs PDF viewer

I used Word 2007 to create a PDF file with an 1526px * 900px image filling a whole page. This is not the first time it's happened, but Google Docs PDF viewer absolutely mangles the colour rendering making it unusable. I've taken screenshots at the…
Turkeyphant
  • 222
  • 1
  • 3
  • 15
9
votes
3 answers

Clipboard viewer for programming purposes

I need a clipboard viewer in order to understand the type and contents of the data I'm receiving. Is there any such program available, (for Windows) that lets you explore any type of data currently in the clipboard? ClipSpy: Unfortunately the only…
Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607
9
votes
2 answers

How do you embed an .epub in a web page?

Is there a viewer or plugin of any kind that would allow an .epub document to be viewable on a web page? A Google search turned up tons of installable epub viewing desktop software but I couldn't seem to find anything for embedding this format on a…
CatDadCode
  • 58,507
  • 61
  • 212
  • 318
9
votes
5 answers

Embed Powerpoint viewer on a web page (PHP)

I am building a PHP application where the user upload Powerpoint files. I want the other users to view it online instead of downloading. (Using a third party apps like google docs might be a little cumbersome for the users) Is it possible to write a…
thinzar00
  • 588
  • 2
  • 5
  • 13
9
votes
1 answer

Android - microsoft office viewer in my app

What I have / tried: I am developing an android application. In which I have to add the viewer for the microsoft office documents(doc, docx, ppt, pptx, xls, xlsx) to the users. So I have searched in the internet. I got some reference about the…
SKK
  • 1,705
  • 3
  • 28
  • 50
9
votes
4 answers

A PDF viewer for PDF with large vector images on linux?

I need to view some PDF with large vector images (they can be really large) on linux (I am on Debian Wheesy). I need also to zoom on theses images with more than 400% (infinite zoom would be great, more than 800% would be good). I have tested…
Paul Irolla
  • 91
  • 1
  • 2
8
votes
3 answers

How do i know if teamviewer executed successfully and get the session id and password?

I am trying to run TeamViewer in a headless ubuntu OS. The OS is running as amazon ec2 AMI so I have no physical access to it. Currently, I just type the command "teamviewer" in ssh and the only output I get is something like: TeamViewer:…
PJ.
  • 1,196
  • 2
  • 12
  • 25
1
2
3
33 34