• Bridge
  • Products
  • About
  • Random Thoughts Blog
  • Contact Us
  • Data Science Blog
    • Bridge
    • Products
    • About
    • Random Thoughts Blog
    • Contact Us
    • Data Science Blog
Enholm Heuristics

Enholm Heuristics

  • Bridge
  • Products
  • About
  • Random Thoughts Blog
  • Contact Us
  • Data Science Blog

Blog

Enholm Heuristics > Random Thoughts Blog
  • Random Thoughts Blog

Knoppix HD Install on VMWare

  • May 13, 2014
  • jenholm
Some peculiar details on installing Knoppix 7.0 on VMWare 1) When configuring the vm, you must custom configure the hard drive type to IDE, or else the boot will...
Continue Reading
  • Random Thoughts Blog

Convert SAS Datetime to [R] Datetime

  • March 24, 2014
  • jenholm
Suppose I import a bunch of SAS dates into R. How well does that work? Not very. First is the import itself. If you use read.csv, R will try...
Continue Reading
  • Random Thoughts Blog

PHP to Java Bridge Operations for docx Microsoft Word Generation

  • March 8, 2014
  • jenholm
So I decided to make this web application that a user could create a legal form in Microsoft Word (docx) format, and since my web site is in PHP,...
Continue Reading
  • Random Thoughts Blog

Excel VBA to find and replace chart title strings

  • November 20, 2013
  • jenholm
Sub changeChartTitles() Dim c As Chart ws_count = ThisWorkbook.Worksheets.Count For i = 1 To ws_count Set ws = ThisWorkbook.worksheets(i) For j = 1 to ws.ChartObjects(j).Chart Set c= ws.ChartObjects(j).Chart c.ChartTitle.Text=...
Continue Reading
  • Random Thoughts Blog

SAS Iterate through comma separated list

  • November 20, 2013
  • jenholm
There is probably a better way to do this..if you know of one please tell me. This way looks pretty clunky to me: %GLOBAL BP_DESC_VAR BP; /* MAKE LIST...
Continue Reading
  • Random Thoughts Blog

SAS Table Value into variable

  • June 4, 2013
  • jenholm
Here’s some macro code to put a list of values from a SAS table into a bunch of variables: %LET CURRENT_TABLE_DATE = ‘APR2009’; %GLOBAL CURRENT_TABLE_DATE; %MACRO RUN_DATES; PROC SQL;...
Continue Reading
  • Random Thoughts Blog

SAS – Count Number of Words in a comma separated list

  • June 4, 2013
  • jenholm
I’ve seen a lot of ugly ways to count the number of words in a comma separated list, most of them involve an overly complicated macro. There is an...
Continue Reading
  • Random Thoughts Blog

Batch File Command to Get Installed Programs from Windows 7 Registry

  • October 19, 2012
  • jenholm
Here’s a little batch file line to get your installed programs from your Windows 7 registry.   C:\Windows\System32\reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall temp1.txt This needs to be all on one line...
Continue Reading
  • Random Thoughts Blog

Excel VBA Macro to delete records with duplicate fields

  • October 3, 2012
  • jenholm
Every once in a while you need to go beyond the Excel feature that screens out duplicate records and single out records with a duplicate field, that contain data...
Continue Reading
  • Random Thoughts Blog

A Flash to HTML5 Odyssey

  • June 21, 2012
  • jenholm
For the last two days I’ve been looking at options for making a Flash website readable on mobile devices paying particular attention to iOS devices. We all know how...
Continue Reading

Posts pagination

Previous 1 … 7 8 9 … 11 Next

2025 Enholm Heuristics All Rights Reserved