<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Programming on Life Long Learning, Thinking, and Curiosity - Tyson Maly Computer Engineer and Technical Manager</title>
    <link>http://www.tysonmaly.com/categories/programming/</link>
    <description>Recent content in Programming on Life Long Learning, Thinking, and Curiosity - Tyson Maly Computer Engineer and Technical Manager</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 20 Sep 2017 13:22:33 +0000</lastBuildDate>
    
	<atom:link href="http://www.tysonmaly.com/categories/programming/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Perl and Prolog</title>
      <link>http://www.tysonmaly.com/perl-and-prolog/</link>
      <pubDate>Wed, 20 Sep 2017 13:22:33 +0000</pubDate>
      
      <guid>http://www.tysonmaly.com/perl-and-prolog/</guid>
      <description>I just started playing with the perl module Language::Prolog::Yaswi which allows you to interface with SWI Prolog. It has a few quirks, but it seems to work well. I could not get the consult to work as expected using paths outside the current directory. To get around this limitation, I could simple read the contents of a file located outside the current directory. Then simple call the swi_inline to consult the code.</description>
    </item>
    
    <item>
      <title>How to split pdf into multiple files</title>
      <link>http://www.tysonmaly.com/programming/how-to-split-pdf-into-multiple-files/</link>
      <pubDate>Tue, 17 May 2016 18:30:24 +0000</pubDate>
      
      <guid>http://www.tysonmaly.com/programming/how-to-split-pdf-into-multiple-files/</guid>
      <description>Split pdf files into single page pdf files with this free tool Here is a quick tip on how you can split pdf files with multiple pages into single page pdf files on windows using a free command line utility called the pdf toolkit pdftk by pdflabs.
Say you have a large number of paper documents that you want to scan then extract the text from. Adobe Acrobat Professional offers the ability to batch process a folder of pdf files and OCR them and extract the text from them.</description>
    </item>
    
    <item>
      <title>How to clean eye glasses</title>
      <link>http://www.tysonmaly.com/programming/how-to-clean-eye-glasses/</link>
      <pubDate>Wed, 11 May 2016 22:04:58 +0000</pubDate>
      
      <guid>http://www.tysonmaly.com/programming/how-to-clean-eye-glasses/</guid>
      <description>Here is the simple method you can use to clean eye glasses. This method is safe and will not harm glasses with anti-reflective coatings. I have been using this method for years, and I told my co-worker about it. I did not give it much thought, but she said it works really well for her. So I decided to share it with everyone. I use to buy these lens cleaner wipes from the local pharmacy, but I found this method works much better.</description>
    </item>
    
    <item>
      <title>Go projects</title>
      <link>http://www.tysonmaly.com/programming/go/go-projects/</link>
      <pubDate>Thu, 21 Apr 2016 16:49:15 +0000</pubDate>
      
      <guid>http://www.tysonmaly.com/programming/go/go-projects/</guid>
      <description>Go Projects Here is a very useful tip for finding go projects based on a keyword search. I recently had to parse a large number of Excel xlsx and xls files for a regulatory compliance request. I would have traditionally used a Perl module for this, but the version of the module for xlsx that I had was prone to some memory issues. Go does not really have a CPAN for those just learning golang.</description>
    </item>
    
    <item>
      <title>Model View Controller Architecture MVC</title>
      <link>http://www.tysonmaly.com/model-view-controller-architecture-mvc/</link>
      <pubDate>Mon, 21 Apr 2008 11:32:47 +0000</pubDate>
      
      <guid>http://www.tysonmaly.com/model-view-controller-architecture-mvc/</guid>
      <description>The Model View Controller (MVC) pattern is very popular in the web applications world. Many web programmers might have a story about a web project that grew out of hand with messy asp or php pages. The html and scripting language can grow so close that you would need a designer and program handcuffed together to make a minor change to the system. This can present a major problem both for resources and for future maintenance.</description>
    </item>
    
  </channel>
</rss>