Skip navigation.

Tyler Muth

Syndicate content Tyler Muth's Blog
Technology with a focus on Oracle, Application Express and Linux
Updated: 12 hours 6 min ago

Add Code w/ Syntax Highlighting to PowerPoint

Wed, 2013-02-06 09:12
…or any media that supports rich text or HTML. I often include code-snippets or queries in technical presentations. I find them much more visually appealing and easier to read if they include syntax highlighting. If you’re using Notepad++ on Windows, it’s trivial. Simply go to the “Plugins” menu > “NppExport” > “Copy all formats to […]
Categories: DBA Blogs, Development

“Refresh” a CSV File

Tue, 2013-02-05 09:22
In a previous post I discussed a PDF reader that allows you to refresh the PDF after changes are made. This is the same concept except it’s for CSV files. I’ve been using Perl to convert sqlplus spool output to CSV which is much easier to read into R. As I’m updating my code and […]
Categories: DBA Blogs, Development

“Refresh” a PDF

Tue, 2013-02-05 08:50
I’ve been working in R (wikipedia entry) a lot lately to graph performance data about Oracle systems. In general I output PDF files. The problem with most PDF readers (on Windows) is that they either get an exclusive lock on the file when it’s open (yes you, Adobe Acrobat), or you have to close and […]
Categories: DBA Blogs, Development