fork(1) download
  1. using System;
  2. using System.Globalization;
  3. using System.Linq;
  4. using System.Collections.Generic;
  5.  
  6. public class Test
  7. {
  8. public class Song
  9. {
  10. public TimeSpan Duration { get; set; }
  11. public string Title {get;set;}
  12. public string Interpret { get; set; }
  13. }
  14.  
  15. public static void Main()
  16. {
  17. string text = @"
  18.  
  19.  
  20.  
  21. 5:15
  22. 1. LRAD
  23. Knife Party
  24.  
  25.  
  26.  
  27.  
  28.  
  29. 5:49
  30. 2. Hymn
  31. His Majesty Andre
  32.  
  33.  
  34.  
  35.  
  36.  
  37. 5:33
  38. 3. Saturn
  39. Kill The Noise, Brillz, Minxx
  40.  
  41.  
  42.  
  43.  
  44.  
  45. 6:00
  46. 4. Wayfarer - Original Mix
  47. Audien
  48.  
  49.  
  50.  
  51.  
  52.  
  53. 3:24
  54. 5. Heads Will Roll - A-Trak Radio Edit
  55. Yeah Yeah Yeahs, A-Trak
  56.  
  57.  
  58.  
  59.  
  60.  
  61. 6:53
  62. 6. Summertime Sadness [Lana Del Rey vs. Cedric Gervais] - Cedric Gervais Remix
  63. Lana Del Rey, Cedric Gervais
  64.  
  65.  
  66.  
  67.  
  68.  
  69. 4:23
  70. 7. EDM Death Machine
  71. Knife Party
  72.  
  73.  
  74.  
  75.  
  76.  
  77. 3:34
  78. 8. Leaving You - Radio Edit
  79. Audien, Michael S.
  80.  
  81.  
  82.  
  83.  
  84.  
  85. 5:22
  86. 9. Astrocat
  87. Pixl
  88.  
  89.  
  90.  
  91.  
  92.  
  93. 5:41
  94. 10. Chronicles Of A Fallen Love - Tom Swoon Remix
  95. The Bloody Beetroots, Greta Svabo Bech
  96.  
  97.  
  98.  
  99.  
  100.  
  101. 3:34
  102. 11. Reason - Radio Edit
  103. Nervo, Hook n Sling
  104.  
  105.  
  106.  
  107.  
  108.  
  109. 4:22
  110. 12. Power Glove
  111. Knife Party
  112.  
  113.  
  114.  
  115.  
  116.  
  117. 4:19
  118. 13. Polar - Original Mix
  119. Fire Flowerz
  120.  
  121.  
  122.  
  123.  
  124.  
  125. 5:39
  126. 14. Enjoy - Oliver Remix
  127. Gigamesh
  128.  
  129.  
  130.  
  131.  
  132.  
  133. 6:41
  134. 15. In My Mind (Axwell Remix)
  135. Ivan Gough & Feenixpawl feat. Georgi Kay
  136.  
  137.  
  138.  
  139.  
  140.  
  141. 3:19
  142. 16. Stellar - Radio Edit
  143. Daddy's Groove
  144.  
  145.  
  146.  
  147.  
  148.  
  149. 4:04
  150. 17. Reason - TV Noise Remix
  151. Liv Nervo, Nervo, Hook n Sling, Miriam Nervo
  152.  
  153.  
  154.  
  155.  
  156.  
  157. 6:36
  158. 18. Galactic Voyage
  159. Pixl
  160.  
  161.  
  162.  
  163.  
  164.  
  165. 4:08
  166. 19. Iron Hill
  167. Fire Flowerz
  168.  
  169.  
  170.  
  171.  
  172.  
  173. 6:17
  174. 20. Harmony
  175. Vicetone
  176.  
  177.  
  178.  
  179.  
  180.  
  181. 5:15
  182. 21. Stars - Original Mix
  183. Vicetone, Jonny Rose
  184.  
  185.  
  186.  
  187.  
  188.  
  189. 3:33
  190. 22. Self Destruct
  191. Pegboard Nerds, Various Artists
  192.  
  193.  
  194.  
  195.  
  196.  
  197. 3:14
  198. 23. Pressure Cooker
  199. Pegboard Nerds, Various Artists
  200.  
  201.  
  202.  
  203.  
  204.  
  205. 4:42
  206. 24. Razor Sharp
  207. Pegboard Nerds & Tristam
  208.  
  209.  
  210.  
  211.  
  212.  
  213. 4:17
  214. 25. Dreams (feat. Laura Brehm)
  215. Rogue, Laura Brehm
  216.  
  217.  
  218.  
  219.  
  220.  
  221. 5:01
  222. 26. Internet Friends - VIP
  223. Knife Party
  224.  
  225.  
  226.  
  227.  
  228.  
  229. 5:27
  230. 27. How We Do - Original Mix
  231. Hardwell, Showtek
  232.  
  233.  
  234.  
  235.  
  236.  
  237. 3:27
  238. 28. Slow Down - Radio Edit
  239. Showtek
  240.  
  241.  
  242.  
  243.  
  244.  
  245. 5:35
  246. 29. Get Loose
  247. Showtek, Noisecontrollers
  248.  
  249.  
  250.  
  251.  
  252.  
  253. 4:59
  254. 30. Unison - Knife Party Remix
  255. Porter Robinson
  256.  
  257.  
  258.  
  259.  
  260.  
  261. 5:15
  262. 31. Stars - Original Mix
  263. Vicetone, Jonny Rose
  264.  
  265.  
  266.  
  267.  
  268.  
  269. 3:40
  270. 32. Flight
  271. Tristam, Braken
  272.  
  273.  
  274.  
  275.  
  276.  
  277. 4:57
  278. 33. Imagine Reality
  279. Uppermost
  280.  
  281.  
  282.  
  283.  
  284.  
  285. 3:36
  286. 34. 5-HT - Kat Krazy Remix
  287. The Good Natured
  288.  
  289.  
  290.  
  291.  
  292.  
  293. 4:03
  294. 35. D.A.N.C.E.
  295. Justice
  296.  
  297.  
  298.  
  299.  
  300.  
  301. 4:51
  302. 36. Alive
  303. Krewella
  304.  
  305.  
  306.  
  307.  
  308.  
  309. 5:09
  310. 37. Lights
  311. Steve Angello, Third Party
  312.  
  313.  
  314.  
  315.  
  316.  
  317. 5:48
  318. 38. We Come Running - Vicetone Remix
  319. Youngblood Hawke
  320.  
  321.  
  322.  
  323.  
  324.  
  325. 3:28
  326. 39. Live for the Night
  327. Krewella
  328.  
  329.  
  330.  
  331.  
  332.  
  333. 4:30
  334. 40. We Come Running - Tiësto Remix
  335. Youngblood Hawke
  336.  
  337.  
  338.  
  339.  
  340.  
  341. 2:46
  342. 41. Damaged - Radio Edit
  343. Adrian Lux
  344.  
  345.  
  346.  
  347.  
  348.  
  349. 2:51
  350. 42. Teenage Crime - Radio Edit
  351. Adrian Lux
  352.  
  353.  
  354.  
  355.  
  356.  
  357. 3:53
  358. 43. You Make Me
  359. Avicii
  360.  
  361.  
  362.  
  363.  
  364.  
  365. 2:42
  366. 44. Wild Child - Radio Edit
  367. Adrian Lux, Marcus Schössow, JJ
  368.  
  369. ";
  370.  
  371. List<Song> songs = text.Split(new []{Environment.NewLine}, StringSplitOptions.None)
  372. .Where(line => line.Trim().Length > 0)
  373. .Select((line, index) => new { line, index })
  374. .GroupBy(x => x.index / 3)
  375. .Select(grp => new Song
  376. {
  377. Duration = TimeSpan.Parse(grp.First().line.Trim()),
  378. Title = grp.ElementAt(1).line.Trim(),
  379. Interpret = grp.ElementAt(2).line.Trim()
  380. }).ToList();
  381.  
  382. foreach(Song s in songs)
  383. Console.WriteLine("{0} from {1} [{2}]",
  384. s.Title, s.Interpret, s.Duration);
  385. }
  386. }
Success #stdin #stdout 0.09s 34416KB
stdin
Standard input is empty
stdout
1. LRAD from Knife Party [05:15:00]
2. Hymn from His Majesty Andre [05:49:00]
3. Saturn from Kill The Noise, Brillz, Minxx [05:33:00]
4. Wayfarer - Original Mix from Audien [06:00:00]
5. Heads Will Roll - A-Trak Radio Edit from Yeah Yeah Yeahs, A-Trak [03:24:00]
6. Summertime Sadness [Lana Del Rey vs. Cedric Gervais] - Cedric Gervais Remix from Lana Del Rey, Cedric Gervais [06:53:00]
7. EDM Death Machine from Knife Party [04:23:00]
8. Leaving You - Radio Edit from Audien, Michael S. [03:34:00]
9. Astrocat from Pixl [05:22:00]
10. Chronicles Of A Fallen Love - Tom Swoon Remix from The Bloody Beetroots, Greta Svabo Bech [05:41:00]
11. Reason - Radio Edit from Nervo, Hook n Sling [03:34:00]
12. Power Glove from Knife Party [04:22:00]
13. Polar - Original Mix from Fire Flowerz [04:19:00]
14. Enjoy - Oliver Remix from Gigamesh [05:39:00]
15. In My Mind (Axwell Remix) from Ivan Gough & Feenixpawl feat. Georgi Kay [06:41:00]
16. Stellar - Radio Edit from Daddy's Groove [03:19:00]
17. Reason - TV Noise Remix from Liv Nervo, Nervo, Hook n Sling, Miriam Nervo [04:04:00]
18. Galactic Voyage from Pixl [06:36:00]
19. Iron Hill from Fire Flowerz [04:08:00]
20. Harmony from Vicetone [06:17:00]
21. Stars - Original Mix from Vicetone, Jonny Rose [05:15:00]
22. Self Destruct from Pegboard Nerds, Various Artists [03:33:00]
23. Pressure Cooker from Pegboard Nerds, Various Artists [03:14:00]
24. Razor Sharp from Pegboard Nerds & Tristam [04:42:00]
25. Dreams (feat. Laura Brehm) from Rogue, Laura Brehm [04:17:00]
26. Internet Friends - VIP from Knife Party [05:01:00]
27. How We Do - Original Mix from Hardwell, Showtek [05:27:00]
28. Slow Down - Radio Edit from Showtek [03:27:00]
29. Get Loose from Showtek, Noisecontrollers [05:35:00]
30. Unison - Knife Party Remix from Porter Robinson [04:59:00]
31. Stars - Original Mix from Vicetone, Jonny Rose [05:15:00]
32. Flight from Tristam, Braken [03:40:00]
33. Imagine Reality from Uppermost [04:57:00]
34. 5-HT - Kat Krazy Remix from The Good Natured [03:36:00]
35. D.A.N.C.E. from Justice [04:03:00]
36. Alive from Krewella [04:51:00]
37. Lights from Steve Angello, Third Party [05:09:00]
38. We Come Running - Vicetone Remix from Youngblood Hawke [05:48:00]
39. Live for the Night from Krewella [03:28:00]
40. We Come Running - Tiësto Remix from Youngblood Hawke [04:30:00]
41. Damaged - Radio Edit from Adrian Lux [02:46:00]
42. Teenage Crime - Radio Edit from Adrian Lux [02:51:00]
43. You Make Me from Avicii [03:53:00]
44. Wild Child - Radio Edit from Adrian Lux, Marcus Schössow, JJ [02:42:00]