Windows 8 and vpns

So I use my vpn to get the house to stream music etc. My issue is, during the day I’m at a place steps on my 10.10.1.x network. Windows 8 vpn puts a route in for 10.0.0.0, which is more than I need. So.. I have to do the following to correct this issue.

1. Go into the vpn ipv4 settings, click the advanced tab, and check the “Disable class based route addition”
2. make a batch file with this:
route add 10.10.1.0 mask 255.255.255.0 10.10.1.1 METRIC 2 IF 41

Connect to the vpn, then run this batch file but be sure to run it as administrator.

Leap Motion

Put information and research here for the leap motion.  The Dev Central is here.

 

Got a few things I need to research on the API.

  1. https://developer.leapmotion.com/documentation/Languages/CSharpandUnity/Guides/Leap_Overview.html
  2. http://blog.programmableweb.com/2013/06/11/frames-motions-gestures-a-sneak-peak-into-the-leap-motion-sdk/
  3. http://pointclouds.org/documentation/tutorials/writing_pcd.php
  4. http://pointclouds.org/documentation/tutorials/pcd_file_format.php
  5. http://en.wikipedia.org/wiki/Point_cloud

mp3tag recipes

Populate tags from file name strucuture:

The file name looks like this: _-_The_Wizard_Of_Oz_(Deluxe_Edition)_[CD1]_-_45._Magic_Smoke_Chords
Convert->Filename – Tag (Alt+3)
Enter this in the dialog box: _-_%album%_-_%track%._%title%

Convert Metadata ‘_’ into ‘ ‘

 

Name the files based off Tag Information:
Convert->Tag – Filename (Alt+1)
Enter this in the dialog box: %artist%_-_%track%_-_%title%

Zero pad the numbers:
Format Values->$num(%track%,2)