Questions tagged [viewer]

490 questions
643
votes
34 answers

View markdown files offline

Is there a way to display .md files offline so we know what it will look like once it's uploaded in Github? I'm referring to showing the README.md file as it would come out in Github, and not as for editing purposes. Needs to work on Mac and Windows…
enchance
  • 25,010
  • 30
  • 75
  • 111
254
votes
33 answers

Viewing contents of a .jar file

What would be the easiest way to view classes, methods, properties, etc. inside a jar file? I'm looking for something equivalent to the very useful Lutz Roeder .NET Reflector - for Java
Dani
  • 3,897
  • 4
  • 27
  • 36
170
votes
9 answers

Lightweight XML Viewer that can handle large files

There are plenty of "heavyweight" tools such as XmlSpy, which are good for prodding around in xml docs - but often (very often in some cases!) you just want to quickly open and browse an xml doc, and have it pretty printed. Possibly with some basic…
philsquared
  • 21,754
  • 12
  • 64
  • 95
77
votes
18 answers

Java Log Viewer

Unfortunately, sometimes the only way to debug a program is by going through its long log files. I searched for a decent log viewer for a while now, and haven't found a real solution. The only program that seemed to be most appropriate was Chainsaw…
Nadav
  • 1,762
  • 2
  • 16
  • 20
44
votes
3 answers

Is there any JSON viewer to open large json files (windows)?

I have very large JSON file which is of several GB. I am looking for any efficient JSON viewer. In which we are also able to view JSON in tree format. I understand such huge file can't be loaded in one go. I wonder is there any software to view JSON…
Anwar Shaikh
  • 1,421
  • 2
  • 19
  • 41
32
votes
3 answers

Which is the best viewer for NLog?

Which is the best viewer for NLog? log2console sentinel Other?
Pierre8r
  • 551
  • 1
  • 5
  • 10
32
votes
5 answers

Reading a .pdb file

I have a lot of files in .pdb format, some of them downloaded, but until now I can't use or read what's inside, so I'm looking for how to read and view the .pdb file format from MS Windows XP. Any of you that may know how to open it?
jones
  • 561
  • 3
  • 8
  • 19
31
votes
4 answers

How to limit RDLC report for one page in a PDF ?

I have a RDLC report and I am displaying it on the Report Viewer Control in my front end application. I am able to view the report perfectly. But the problem arises when I try to export the report to a PDF (using the built-in option). I print the…
Arvind
24
votes
2 answers

What is a good GeoTiff Viewer?

I'm working with GeoTiff related files and would like to know what's a good viewer to see the outcome of my work? It needs to work on a Windows machine. Thanks.
VerticalEvent
  • 579
  • 1
  • 8
  • 18
22
votes
2 answers

HDF5 viewers/editors linux

HDFVIEW is pretty good, but are there any alternatives? It would be great to be able to change things like chunking/compression settings - hdfview doesn't have that functionality - without having to resort loading the files in using…
tdc
  • 7,149
  • 11
  • 38
  • 61
22
votes
2 answers

Interactive Graphviz viewer with basic node/edge filtering

I looked thru Graphviz resources page , and questions 1 and 2 and still couldn't find specific answer. My usecase is browsing dependencies among software components (e.g. installable packages), and one particular trait with it is that some common…
pfalcon
  • 5,907
  • 4
  • 30
  • 40
20
votes
2 answers

Make R's View() open in a new window automatically

I like to use the Source Editor / data viewer invoked by View() in R. I use multiple monitors and it's really nice to have a viewer or two open on a side monitor while I code in the main RStudio window. It's a bit inconvenient to have to do View(df)…
lost
  • 1,144
  • 6
  • 13
16
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
  • 163
  • 1
  • 1
  • 4
16
votes
3 answers

Powerful gitk/gitg alternative?

I am searching for a graphical git repository viewer. Gitk is nice and distributed alongside git itself, gitg is a (in my opinion) better alternative to gitk but both have a lack of features (searching for commits/tags/..., switiching/configuring…
daniel451
  • 9,128
  • 15
  • 53
  • 115
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,171
  • 9
  • 43
  • 85
1
2 3
32 33