Adobe

by v_Enhance, Apr 20, 2011, 1:31 AM

The solution turned out to be windows cmd: "tree /F /A > my_out.txt" and some Python.
C:\Users\Evan\Documents\temp\adobe_workdir>python
Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> def produceDict(filename):
...     currQueue = "null"
...     k= 0
...     res = {}
...     for line in open(filename):
...             if line[0] == "+":
...                     res[currQueue]=k
...                     k=0
...                     currQueue = line
...             else:
...                     k+=1
...     return res
...
>>> rDict = produceDict("ryan_out.txt")
>>> eDict = produceDict("my_out.txt")
>>> for key in rDict:
...     try:
...             if rDict[key] != eDict[key]: print key
...     except:
...             print "ERROR"
...             print key
...
+---AdobeDreamweaver11-mul

+---AdobeContribute6-mul

ERROR
+---TLF_Flash11-mul

+---AdobeFontsRecommended-mul

+---AdobeIllustrator15-mul


The problem was 6 missing files in a 7GB download off a VPN server that takes a minute to display each of the 165 possible folders from which files might be missing. More fault of my Internet though. (Sadly, Adobe took the CS5 downloads down.)
This post has been edited 1 time. Last edited by v_Enhance, Apr 20, 2011, 1:32 AM

Comment

J
U VIEW ATTACHMENTS T PREVIEW J CLOSE PREVIEW rREFRESH
J

1 Comment

The post below has been deleted. Click to close.
This post has been deleted. Click here to see post.
Nice python code!

by robodude1357, May 4, 2011, 4:31 PM

Archives
- April 2023
+ August 2014
+ March 2014
+ February 2014
+ May 2013
+ April 2013
Shouts
Submit
  • no more school for a while :O

    by SamuelWang, Apr 16, 2025, 7:49 PM

  • first shout of 2026

    by Yiyj1, Apr 11, 2025, 2:10 AM

  • first shout in 2025

    by Captainscrubz, Jan 28, 2025, 5:32 PM

  • 289322 is crazy

    by Tem8, Nov 20, 2024, 3:13 AM

  • orz evan :orz: thx for diamond

    by Likeminded2017, Nov 17, 2024, 5:44 AM

  • a relic of the past

    by Clew28, Jul 25, 2024, 8:55 PM

  • why'd you look at this? You leave me no choice...

    by aidending, Jul 14, 2024, 11:49 PM

  • hi evan thanks for the diamond

    by Scilyse, Feb 8, 2024, 10:16 PM

  • woa hi evan

    by crazyeyemoody907, Aug 20, 2023, 9:14 PM

  • just google "nontrivial progress" for this blog! :D

    by gracemoon124, Jul 29, 2023, 10:40 PM

  • HI GUYS!

    by unknown12, Apr 16, 2023, 3:04 AM

  • isn't the shoutbox a bit too big?

    by cinnamon_e, Apr 1, 2023, 7:56 PM

  • Omg market moment

    by GrantStar, Mar 19, 2023, 12:50 AM

  • no $ $ $ $

    by v4913, Mar 18, 2023, 9:56 PM

  • do shouts bring this up the blogroll?

    by vsamc, Mar 4, 2023, 4:46 PM

181 shouts
Contributors
About Owner
  • Posts: 6876
  • Joined: Dec 30, 2008
Blog Stats
  • Blog created: Mar 13, 2010
  • Total entries: 383
  • Total visits: 293289
  • Total comments: 1317
Search Blog
a