Search results

  1. P

    python parsing question

    This seriously makes my head hurt just looking at it. I know regex can be powerful, but damn that is not intuitive to read!
  2. P

    python parsing question

    It does, but I suck at reg ex :)
  3. P

    python parsing question

    OK, I realized I only needed 1 list in the end, so I got it working with this, but I was hoping for something more elegant... But this is good for now. paths = [] with open ('c:\\temp\\test.txt', 'r') as fin: flag = False for line in fin: if line.lstrip().startswith('label')...
  4. P

    python parsing question

    correct. This is an input file that i wanted an easy way to pull all those directories into one directory. So I was going to use a python script to parse this and dump all the data from those directories to one directory.
  5. P

    python parsing question

    Not homework, this is for work. My initial thought is to find the labels then do a split on the quotes, but i was having a hard time figuring out where to stop.
  6. P

    python parsing question

    What is the best way to parse a file that has this type of format into lists in python? Label1 = "c:\temp1;" + "c:\temp2;" + "c:\temp3;" + "c:\temp4"; Label2 = "c:\label2_1;" + "c:\label2_2;" +...
  7. P

    The 2015 Annual ATOT Income Tax Thread

    Can someone explain the non-cash donation limits in plain english? This year my grandmother passed away, and we donated a ton of clothing to some places like Goodwill and others. My question is, I see here: https://www.irs.gov/uac/Top-Eight-Tax-Tips-about-Deducting-Charitable-Contributions...
  8. P

    The 2015 Annual ATOT Income Tax Thread

    I just wish there were two lines broken out on the worksheet for this. As it is, on line 6c of the mortgage worksheet, I currently have $5989 in there ($4200 from this year and $1789 left from last mortgage). I was hoping it would be clearer for me to remember this all come next year when I...
  9. P

    The 2015 Annual ATOT Income Tax Thread

    Thanks for the feedback. First off, unfortunately it seems that because I refinanced with the same lender, I can't claim the remaining points this year. I have to roll those into the length of the new loan from here https://www.irs.gov/publications/p936/ar02.html: so according to what I...
  10. P

    The 2015 Annual ATOT Income Tax Thread

    Sorry for the long winded post, but I wanted to try to put all the info out front. Thanks ahead for your help! We refinanced to a 20 year in Jan 2011 and the 1098 from that year reported $2214 points in box 2 of that year. We've been deducting that over the life of that loan as follows: 2011 -...
  11. P

    FireTV vs. NVidia ShieldTV as a WMC supplement/replacement?

    Blinky - can you describe your setup with the shield to play WMC recordings?
  12. P

    So how are you liking Win10 so far?

    Holy Sh!t! Why did I never think of trying this? I used to use the shift + restart all the time back in w98 days when it would do the soft restart instead of going through POST again. Never thought of trying it again.
  13. P

    Does running Windows Media Center on a PC ruin performance?

    The only other extender that is available today is the Ceton Echo. It has it's pros and cons. http://cetoncorp.com/products/echo/
  14. P

    Does running Windows Media Center on a PC ruin performance?

    Depends on specs. WMC extenders (xbox 360s) shouldn't be CPU intensive, but can be network intensive if you're running 100Mb. Also, if you're running everything off the same HDD you might have some disk thrash that could cause slowness. Plex can be CPU intensive if there's on the fly...
  15. P

    Need help with networking issue

    This is atsc so no help there but thanks :) Also that is only for channels they pack in the same qam channel but chances are they don't pack multiple HD channels in each and who records SD these days? ;)
  16. P

    Need help with networking issue

    This is 3 of the non prime models so 6 tuners. Only need that many to deal with back to back shows on different channels with overlap. If only media center would allow tuner sharing for recordings!
  17. P

    Need help with networking issue

    I don't want the different networks to talk to each other. I want the media center laptop to be able to use both networks independently. The 192.168.1.x network for internet and the 192.168.6.x for the tuners. The reason I'm doing this is that my parent's house only has 100mb networking and if...
  18. P

    Need help with networking issue

    Here's the setup. I have a media center laptop running Windows 7 HP. It has a hardwired network connection ( on board gig Ethernet) that is connected to internet router (all devices work on this router). IP is in the 192.168.1.x range. Then I have another network connection that is via a USB...
  19. P

    Awesome learning game for kids and everyone on kickstarter closing in 4 hours!

    Thanks to anyone that did sign up. They passed the 15k mark with just about 90 minutes left. Now the kids can have some cards that are child resistant!
  20. P

    Awesome learning game for kids and everyone on kickstarter closing in 4 hours!

    Just under 3 hours to go! Only 185 bucks left! Full disclosure this time. This is not my project and I will only gain having plastic cards from you supporting this project.
  21. P

    Awesome learning game for kids and everyone on kickstarter closing in 4 hours!

    Just wanted to pass this on to people. Low like a great game for kids. Just over 4 hours left and need 650 to reach the upgrade stretch goal for 100%plastic cards. http://www.kickstarter.com/projects/2092880210/clever-play-what-you-see-learn-what-you-dont?ref=banner
  22. P

    windows 8.1 pro version

    Also, there is an OS subforum :)
  23. P

    Windows 8.1 vs 8.1 Pro. Worth upgrading?

    Unfortunately if you want to run a WMC setup you need the pro to be able to use the MC add-on.
  24. P

    windows scripting question

    Assuming this is Windows you can use scheduled tasks: http://windows.microsoft.com/en-US/windows7/schedule-a-task For Linux you can use Cron jobs: http://www.thesitewizard.com/general/set-cron-job.shtml
  25. P

    Laptop Upgrade

    I think he's referring to buying a copy of windows 7 OEM like this which is OK. The license though will be "married" to your laptop though. http://www.newegg.com/Product/Produc...82E16832116992
  26. P

    Catan giveaway - game + goodies

    Saw this and hoped there would be some Catan lovers out there like me. They're giving away over $500 in Catan gear for the first annual giveaway. https://gleam.io/nXVXO-IlG3Au
  27. P

    Remote Desktop question

    Not in the default RDP. You can setup VNC with realVNC which would give you this ability.
  28. P

    I just want a shopping cart!!

    Doesn't Amazon offer theirs also with Amazon payments?
  29. P

    Software for automated drawer opening

    What is the interface to the solenoids? The application would be trivial to code but the interface between the software and controlling the solenoids would be more complex ( although still trivial for someone with experience)
  30. P

    Tips for family portrait in front of lit Xmas tree?

    Honestly that looks really cheesy and definitely not what I'm going for.
  31. P

    David Blaine Real or Magic

    Did anyone else watch this? I have a hard time believing this TV produced magic specials but this one kept me guessing. I guess it didn't help that the people he's doing the tricks for are well known actors but some of the reactions just seem too real. Like Harrison Ford in this clip...
  32. P

    Send keys to CMD vb.net?

    Might want to look at this page: http://stackoverflow.com/questions/17843457/running-cmd-exe-with-admin-priviliges
  33. P

    What's a good Line Graph Maker I can use for free? Office 2007 ain't got it.

    In not at a PC right now but I think excel has best fit lines or trends in the graphs. Either that or I think you can use the linest function to estimate a line and graph that.
  34. P

    Excel Live Document

    You can enable shared document settings in the file itself.
  35. P

    Tips for family portrait in front of lit Xmas tree?

    Thanks for the info so far guys! I'll have to play around with this in a few weeks when we get the tree up.
  36. P

    Windows Easy Transfer gone in 8.1

    That's because the idea with Win 8.1 (like it or not) is to have all that data synced to the cloud so that any PC you log into via your MS account will pull all that data with it.
  37. P

    Tips for family portrait in front of lit Xmas tree?

    Going to be doing the family Christmas card soon and we want to have it in front of the tree. How do we do this with good lighting while not making the tree appear flat? Any ideas? I have access to 2 speed lights plus 1 constant light source. Shooting with a DSLR.
  38. P

    Size difference on C: of about 12GB from actual files,why?

    Hibernate is the most likely reason.
  39. P

    Firefox 25.0.1 Released

    Can you please stop spreading this BS about daily updates to Firefox? You only get that if you are on the Beta release. And if you're on the Beta release you KNOW you're going to get daily releases.
  40. P

    Looking for a Windows Explorer replacement

    seriously, the best bet is cmd line for this. just do this: start - run - type "cmd" on the command window change directories to your path (let's say it's d:\photos\ you would type this: d: cd photos ) now at this point, just do this: del *.jpg this will delete all jpg files in the current...
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |