Search Results

Search found 2 results on 1 pages for 'rasputin'.

Page 1/1 | 1 

  • How do I split filenames from paths using python?

    - by Rasputin Jones
    I have a list of files that look like this: Input /foo/bar/baz/d4dc7c496100e8ce0166e84699b4e267fe652faeb070db18c76669d1c6f69f92.mp4 /foo/baz/bar/60d24a24f19a6b6c1c4734e0f288720c9ce429bc41c2620d32e01e934bfcd344.mp4 /bar/baz/foo/cd53fe086717a9f6fecb1d0567f6d76e93c48d7790c55e83e83dd1c43251e40e.mp4 And I would like to split out the filenames from the path while retaining both. Output ['/foo/bar/baz/', 'd4dc7c496100e8ce0166e84699b4e267fe652faeb070db18c76669d1c6f69f92.mp4'] ['/foo/baz/bar/', '60d24a24f19a6b6c1c4734e0f288720c9ce429bc41c2620d32e01e934bfcd344.mp4'] ['/bar/baz/foo', 'd53fe086717a9f6fecb1d0567f6d76e93c48d7790c55e83e83dd1c43251e40e.mp4'] How would one go about this? Thanks!

    Read the article

  • iPad UiTableView concatenate question

    - by rasputin
    Hi! I need make a application for iPad. The App need a control seem to Twitter iPad App that show tables and when you push a cell open other table and put the table over. You can make horizontal scroll with these tables. In this link can see the App Twitter and tableviews function: http://www.youtube.com/watch?v=RIJTXNfGHuM I don't know how make a similar functionality. Can you help me or you know how can make that functionality? Thank you very much!!

    Read the article

1