trackler 2.0.8.15 → 2.0.8.16

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/common/exercises/clock/canonical-data.json +473 -425
  3. data/common/exercises/crypto-square/canonical-data.json +105 -95
  4. data/common/exercises/difference-of-squares/canonical-data.json +76 -62
  5. data/common/exercises/etl/canonical-data.json +67 -59
  6. data/common/exercises/meetup/canonical-data.json +859 -762
  7. data/common/exercises/meetup/description.md +13 -7
  8. data/common/exercises/minesweeper/canonical-data.json +21 -5
  9. data/common/exercises/nth-prime/canonical-data.json +23 -16
  10. data/common/exercises/nucleotide-count/canonical-data.json +49 -41
  11. data/common/exercises/ocr-numbers/canonical-data.json +204 -183
  12. data/common/exercises/pascals-triangle/canonical-data.json +38 -27
  13. data/common/exercises/queen-attack/canonical-data.json +125 -109
  14. data/common/exercises/rotational-cipher/canonical-data.json +1 -1
  15. data/common/exercises/triangle/canonical-data.json +103 -74
  16. data/lib/trackler/version.rb +1 -1
  17. data/tracks/csharp/docs/TESTS.md +7 -1
  18. data/tracks/csharp/exercises/{exercises.sln → Exercises.All.sln} +0 -0
  19. data/tracks/csharp/exercises/Exercises.Default.sln +1433 -0
  20. data/tracks/csharp/exercises/Exercises.Refactoring.sln +61 -0
  21. data/tracks/csharp/exercises/acronym/AcronymTest.cs +35 -11
  22. data/tracks/csharp/exercises/parallel-letter-frequency/ParallelLetterFrequencyTest.cs +2 -2
  23. data/tracks/delphi/docs/TESTS.md +2 -2
  24. data/tracks/elixir/exercises/bowling/bowling.exs +1 -1
  25. data/tracks/fsharp/docs/LEARNING.md +2 -1
  26. data/tracks/go/config.json +7 -1
  27. data/tracks/go/exercises/prime-factors/{primefactors_test.go → prime_factors_test.go} +4 -1
  28. data/tracks/go/exercises/protein-translation/protein_translation_test.go +6 -6
  29. data/tracks/go/exercises/pythagorean-triplet/example.go +2 -0
  30. data/tracks/go/exercises/pythagorean-triplet/pythagorean_triplet_test.go +8 -0
  31. data/tracks/julia/README.md +2 -0
  32. data/tracks/julia/config.json +9 -0
  33. data/tracks/julia/exercises/rotational-cipher/HINTS.md +21 -0
  34. data/tracks/julia/exercises/rotational-cipher/example.jl +16 -0
  35. data/tracks/julia/exercises/rotational-cipher/rotational-cipher.jl +0 -0
  36. data/tracks/julia/exercises/rotational-cipher/runtests.jl +51 -0
  37. data/tracks/ocaml/config.json +5 -0
  38. data/tracks/ocaml/exercises/connect/.merlin +3 -0
  39. data/tracks/ocaml/exercises/connect/Makefile +15 -0
  40. data/tracks/ocaml/exercises/connect/connect.mli +4 -0
  41. data/tracks/ocaml/exercises/connect/example.ml +80 -0
  42. data/tracks/ocaml/exercises/connect/test.ml +121 -0
  43. data/tracks/ocaml/tools/test-generator/templates/connect/template.ml +23 -0
  44. data/tracks/python/exercises/all-your-base/all_your_base_test.py +2 -0
  45. data/tracks/python/exercises/luhn/example.py +5 -8
  46. data/tracks/python/exercises/luhn/luhn_test.py +34 -24
  47. data/tracks/ruby/README.md +138 -23
  48. metadata +16 -4
@@ -1,764 +1,861 @@
1
1
  {
2
- "cases": [
3
- {
4
- "description": "monteenth of May 2013",
5
- "year": 2013,
6
- "month": 5,
7
- "week": "teenth",
8
- "dayofweek": "Monday",
9
- "dayofmonth": 13
10
- },
11
- {
12
- "description": "monteenth of August 2013",
13
- "year": 2013,
14
- "month": 8,
15
- "week": "teenth",
16
- "dayofweek": "Monday",
17
- "dayofmonth": 19
18
- },
19
- {
20
- "description": "monteenth of September 2013",
21
- "year": 2013,
22
- "month": 9,
23
- "week": "teenth",
24
- "dayofweek": "Monday",
25
- "dayofmonth": 16
26
- },
27
- {
28
- "description": "tuesteenth of March 2013",
29
- "year": 2013,
30
- "month": 3,
31
- "week": "teenth",
32
- "dayofweek": "Tuesday",
33
- "dayofmonth": 19
34
- },
35
- {
36
- "description": "tuesteenth of April 2013",
37
- "year": 2013,
38
- "month": 4,
39
- "week": "teenth",
40
- "dayofweek": "Tuesday",
41
- "dayofmonth": 16
42
- },
43
- {
44
- "description": "tuesteenth of August 2013",
45
- "year": 2013,
46
- "month": 8,
47
- "week": "teenth",
48
- "dayofweek": "Tuesday",
49
- "dayofmonth": 13
50
- },
51
- {
52
- "description": "wednesteenth of January 2013",
53
- "year": 2013,
54
- "month": 1,
55
- "week": "teenth",
56
- "dayofweek": "Wednesday",
57
- "dayofmonth": 16
58
- },
59
- {
60
- "description": "wednesteenth of February 2013",
61
- "year": 2013,
62
- "month": 2,
63
- "week": "teenth",
64
- "dayofweek": "Wednesday",
65
- "dayofmonth": 13
66
- },
67
- {
68
- "description": "wednesteenth of June 2013",
69
- "year": 2013,
70
- "month": 6,
71
- "week": "teenth",
72
- "dayofweek": "Wednesday",
73
- "dayofmonth": 19
74
- },
75
- {
76
- "description": "thursteenth of May 2013",
77
- "year": 2013,
78
- "month": 5,
79
- "week": "teenth",
80
- "dayofweek": "Thursday",
81
- "dayofmonth": 16
82
- },
83
- {
84
- "description": "thursteenth of June 2013",
85
- "year": 2013,
86
- "month": 6,
87
- "week": "teenth",
88
- "dayofweek": "Thursday",
89
- "dayofmonth": 13
90
- },
91
- {
92
- "description": "thursteenth of September 2013",
93
- "year": 2013,
94
- "month": 9,
95
- "week": "teenth",
96
- "dayofweek": "Thursday",
97
- "dayofmonth": 19
98
- },
99
- {
100
- "description": "friteenth of April 2013",
101
- "year": 2013,
102
- "month": 4,
103
- "week": "teenth",
104
- "dayofweek": "Friday",
105
- "dayofmonth": 19
106
- },
107
- {
108
- "description": "friteenth of August 2013",
109
- "year": 2013,
110
- "month": 8,
111
- "week": "teenth",
112
- "dayofweek": "Friday",
113
- "dayofmonth": 16
114
- },
115
- {
116
- "description": "friteenth of September 2013",
117
- "year": 2013,
118
- "month": 9,
119
- "week": "teenth",
120
- "dayofweek": "Friday",
121
- "dayofmonth": 13
122
- },
123
- {
124
- "description": "saturteenth of February 2013",
125
- "year": 2013,
126
- "month": 2,
127
- "week": "teenth",
128
- "dayofweek": "Saturday",
129
- "dayofmonth": 16
130
- },
131
- {
132
- "description": "saturteenth of April 2013",
133
- "year": 2013,
134
- "month": 4,
135
- "week": "teenth",
136
- "dayofweek": "Saturday",
137
- "dayofmonth": 13
138
- },
139
- {
140
- "description": "saturteenth of October 2013",
141
- "year": 2013,
142
- "month": 10,
143
- "week": "teenth",
144
- "dayofweek": "Saturday",
145
- "dayofmonth": 19
146
- },
147
- {
148
- "description": "sunteenth of May 2013",
149
- "year": 2013,
150
- "month": 5,
151
- "week": "teenth",
152
- "dayofweek": "Sunday",
153
- "dayofmonth": 19
154
- },
155
- {
156
- "description": "sunteenth of June 2013",
157
- "year": 2013,
158
- "month": 6,
159
- "week": "teenth",
160
- "dayofweek": "Sunday",
161
- "dayofmonth": 16
162
- },
163
- {
164
- "description": "sunteenth of October 2013",
165
- "year": 2013,
166
- "month": 10,
167
- "week": "teenth",
168
- "dayofweek": "Sunday",
169
- "dayofmonth": 13
170
- },
171
- {
172
- "description": "first Monday of March 2013",
173
- "year": 2013,
174
- "month": 3,
175
- "week": "first",
176
- "dayofweek": "Monday",
177
- "dayofmonth": 4
178
- },
179
- {
180
- "description": "first Monday of April 2013",
181
- "year": 2013,
182
- "month": 4,
183
- "week": "first",
184
- "dayofweek": "Monday",
185
- "dayofmonth": 1
186
- },
187
- {
188
- "description": "first Tuesday of May 2013",
189
- "year": 2013,
190
- "month": 5,
191
- "week": "first",
192
- "dayofweek": "Tuesday",
193
- "dayofmonth": 7
194
- },
195
- {
196
- "description": "first Tuesday of June 2013",
197
- "year": 2013,
198
- "month": 6,
199
- "week": "first",
200
- "dayofweek": "Tuesday",
201
- "dayofmonth": 4
202
- },
203
- {
204
- "description": "first Wednesday of July 2013",
205
- "year": 2013,
206
- "month": 7,
207
- "week": "first",
208
- "dayofweek": "Wednesday",
209
- "dayofmonth": 3
210
- },
211
- {
212
- "description": "first Wednesday of August 2013",
213
- "year": 2013,
214
- "month": 8,
215
- "week": "first",
216
- "dayofweek": "Wednesday",
217
- "dayofmonth": 7
218
- },
219
- {
220
- "description": "first Thursday of September 2013",
221
- "year": 2013,
222
- "month": 9,
223
- "week": "first",
224
- "dayofweek": "Thursday",
225
- "dayofmonth": 5
226
- },
227
- {
228
- "description": "first Thursday of October 2013",
229
- "year": 2013,
230
- "month": 10,
231
- "week": "first",
232
- "dayofweek": "Thursday",
233
- "dayofmonth": 3
234
- },
235
- {
236
- "description": "first Friday of November 2013",
237
- "year": 2013,
238
- "month": 11,
239
- "week": "first",
240
- "dayofweek": "Friday",
241
- "dayofmonth": 1
242
- },
243
- {
244
- "description": "first Friday of December 2013",
245
- "year": 2013,
246
- "month": 12,
247
- "week": "first",
248
- "dayofweek": "Friday",
249
- "dayofmonth": 6
250
- },
251
- {
252
- "description": "first Saturday of January 2013",
253
- "year": 2013,
254
- "month": 1,
255
- "week": "first",
256
- "dayofweek": "Saturday",
257
- "dayofmonth": 5
258
- },
259
- {
260
- "description": "first Saturday of February 2013",
261
- "year": 2013,
262
- "month": 2,
263
- "week": "first",
264
- "dayofweek": "Saturday",
265
- "dayofmonth": 2
266
- },
267
- {
268
- "description": "first Sunday of March 2013",
269
- "year": 2013,
270
- "month": 3,
271
- "week": "first",
272
- "dayofweek": "Sunday",
273
- "dayofmonth": 3
274
- },
275
- {
276
- "description": "first Sunday of April 2013",
277
- "year": 2013,
278
- "month": 4,
279
- "week": "first",
280
- "dayofweek": "Sunday",
281
- "dayofmonth": 7
282
- },
283
- {
284
- "description": "second Monday of March 2013",
285
- "year": 2013,
286
- "month": 3,
287
- "week": "second",
288
- "dayofweek": "Monday",
289
- "dayofmonth": 11
290
- },
291
- {
292
- "description": "second Monday of April 2013",
293
- "year": 2013,
294
- "month": 4,
295
- "week": "second",
296
- "dayofweek": "Monday",
297
- "dayofmonth": 8
298
- },
299
- {
300
- "description": "second Tuesday of May 2013",
301
- "year": 2013,
302
- "month": 5,
303
- "week": "second",
304
- "dayofweek": "Tuesday",
305
- "dayofmonth": 14
306
- },
307
- {
308
- "description": "second Tuesday of June 2013",
309
- "year": 2013,
310
- "month": 6,
311
- "week": "second",
312
- "dayofweek": "Tuesday",
313
- "dayofmonth": 11
314
- },
315
- {
316
- "description": "second Wednesday of July 2013",
317
- "year": 2013,
318
- "month": 7,
319
- "week": "second",
320
- "dayofweek": "Wednesday",
321
- "dayofmonth": 10
322
- },
323
- {
324
- "description": "second Wednesday of August 2013",
325
- "year": 2013,
326
- "month": 8,
327
- "week": "second",
328
- "dayofweek": "Wednesday",
329
- "dayofmonth": 14
330
- },
331
- {
332
- "description": "second Thursday of September 2013",
333
- "year": 2013,
334
- "month": 9,
335
- "week": "second",
336
- "dayofweek": "Thursday",
337
- "dayofmonth": 12
338
- },
339
- {
340
- "description": "second Thursday of October 2013",
341
- "year": 2013,
342
- "month": 10,
343
- "week": "second",
344
- "dayofweek": "Thursday",
345
- "dayofmonth": 10
346
- },
347
- {
348
- "description": "second Friday of November 2013",
349
- "year": 2013,
350
- "month": 11,
351
- "week": "second",
352
- "dayofweek": "Friday",
353
- "dayofmonth": 8
354
- },
355
- {
356
- "description": "second Friday of December 2013",
357
- "year": 2013,
358
- "month": 12,
359
- "week": "second",
360
- "dayofweek": "Friday",
361
- "dayofmonth": 13
362
- },
363
- {
364
- "description": "second Saturday of January 2013",
365
- "year": 2013,
366
- "month": 1,
367
- "week": "second",
368
- "dayofweek": "Saturday",
369
- "dayofmonth": 12
370
- },
371
- {
372
- "description": "second Saturday of February 2013",
373
- "year": 2013,
374
- "month": 2,
375
- "week": "second",
376
- "dayofweek": "Saturday",
377
- "dayofmonth": 9
378
- },
379
- {
380
- "description": "second Sunday of March 2013",
381
- "year": 2013,
382
- "month": 3,
383
- "week": "second",
384
- "dayofweek": "Sunday",
385
- "dayofmonth": 10
386
- },
387
- {
388
- "description": "second Sunday of April 2013",
389
- "year": 2013,
390
- "month": 4,
391
- "week": "second",
392
- "dayofweek": "Sunday",
393
- "dayofmonth": 14
394
- },
395
- {
396
- "description": "third Monday of March 2013",
397
- "year": 2013,
398
- "month": 3,
399
- "week": "third",
400
- "dayofweek": "Monday",
401
- "dayofmonth": 18
402
- },
403
- {
404
- "description": "third Monday of April 2013",
405
- "year": 2013,
406
- "month": 4,
407
- "week": "third",
408
- "dayofweek": "Monday",
409
- "dayofmonth": 15
410
- },
411
- {
412
- "description": "third Tuesday of May 2013",
413
- "year": 2013,
414
- "month": 5,
415
- "week": "third",
416
- "dayofweek": "Tuesday",
417
- "dayofmonth": 21
418
- },
419
- {
420
- "description": "third Tuesday of June 2013",
421
- "year": 2013,
422
- "month": 6,
423
- "week": "third",
424
- "dayofweek": "Tuesday",
425
- "dayofmonth": 18
426
- },
427
- {
428
- "description": "third Wednesday of July 2013",
429
- "year": 2013,
430
- "month": 7,
431
- "week": "third",
432
- "dayofweek": "Wednesday",
433
- "dayofmonth": 17
434
- },
435
- {
436
- "description": "third Wednesday of August 2013",
437
- "year": 2013,
438
- "month": 8,
439
- "week": "third",
440
- "dayofweek": "Wednesday",
441
- "dayofmonth": 21
442
- },
443
- {
444
- "description": "third Thursday of September 2013",
445
- "year": 2013,
446
- "month": 9,
447
- "week": "third",
448
- "dayofweek": "Thursday",
449
- "dayofmonth": 19
450
- },
451
- {
452
- "description": "third Thursday of October 2013",
453
- "year": 2013,
454
- "month": 10,
455
- "week": "third",
456
- "dayofweek": "Thursday",
457
- "dayofmonth": 17
458
- },
459
- {
460
- "description": "third Friday of November 2013",
461
- "year": 2013,
462
- "month": 11,
463
- "week": "third",
464
- "dayofweek": "Friday",
465
- "dayofmonth": 15
466
- },
467
- {
468
- "description": "third Friday of December 2013",
469
- "year": 2013,
470
- "month": 12,
471
- "week": "third",
472
- "dayofweek": "Friday",
473
- "dayofmonth": 20
474
- },
475
- {
476
- "description": "third Saturday of January 2013",
477
- "year": 2013,
478
- "month": 1,
479
- "week": "third",
480
- "dayofweek": "Saturday",
481
- "dayofmonth": 19
482
- },
483
- {
484
- "description": "third Saturday of February 2013",
485
- "year": 2013,
486
- "month": 2,
487
- "week": "third",
488
- "dayofweek": "Saturday",
489
- "dayofmonth": 16
490
- },
491
- {
492
- "description": "third Sunday of March 2013",
493
- "year": 2013,
494
- "month": 3,
495
- "week": "third",
496
- "dayofweek": "Sunday",
497
- "dayofmonth": 17
498
- },
499
- {
500
- "description": "third Sunday of April 2013",
501
- "year": 2013,
502
- "month": 4,
503
- "week": "third",
504
- "dayofweek": "Sunday",
505
- "dayofmonth": 21
506
- },
507
- {
508
- "description": "fourth Monday of March 2013",
509
- "year": 2013,
510
- "month": 3,
511
- "week": "fourth",
512
- "dayofweek": "Monday",
513
- "dayofmonth": 25
514
- },
515
- {
516
- "description": "fourth Monday of April 2013",
517
- "year": 2013,
518
- "month": 4,
519
- "week": "fourth",
520
- "dayofweek": "Monday",
521
- "dayofmonth": 22
522
- },
523
- {
524
- "description": "fourth Tuesday of May 2013",
525
- "year": 2013,
526
- "month": 5,
527
- "week": "fourth",
528
- "dayofweek": "Tuesday",
529
- "dayofmonth": 28
530
- },
531
- {
532
- "description": "fourth Tuesday of June 2013",
533
- "year": 2013,
534
- "month": 6,
535
- "week": "fourth",
536
- "dayofweek": "Tuesday",
537
- "dayofmonth": 25
538
- },
539
- {
540
- "description": "fourth Wednesday of July 2013",
541
- "year": 2013,
542
- "month": 7,
543
- "week": "fourth",
544
- "dayofweek": "Wednesday",
545
- "dayofmonth": 24
546
- },
547
- {
548
- "description": "fourth Wednesday of August 2013",
549
- "year": 2013,
550
- "month": 8,
551
- "week": "fourth",
552
- "dayofweek": "Wednesday",
553
- "dayofmonth": 28
554
- },
555
- {
556
- "description": "fourth Thursday of September 2013",
557
- "year": 2013,
558
- "month": 9,
559
- "week": "fourth",
560
- "dayofweek": "Thursday",
561
- "dayofmonth": 26
562
- },
563
- {
564
- "description": "fourth Thursday of October 2013",
565
- "year": 2013,
566
- "month": 10,
567
- "week": "fourth",
568
- "dayofweek": "Thursday",
569
- "dayofmonth": 24
570
- },
571
- {
572
- "description": "fourth Friday of November 2013",
573
- "year": 2013,
574
- "month": 11,
575
- "week": "fourth",
576
- "dayofweek": "Friday",
577
- "dayofmonth": 22
578
- },
579
- {
580
- "description": "fourth Friday of December 2013",
581
- "year": 2013,
582
- "month": 12,
583
- "week": "fourth",
584
- "dayofweek": "Friday",
585
- "dayofmonth": 27
586
- },
587
- {
588
- "description": "fourth Saturday of January 2013",
589
- "year": 2013,
590
- "month": 1,
591
- "week": "fourth",
592
- "dayofweek": "Saturday",
593
- "dayofmonth": 26
594
- },
595
- {
596
- "description": "fourth Saturday of February 2013",
597
- "year": 2013,
598
- "month": 2,
599
- "week": "fourth",
600
- "dayofweek": "Saturday",
601
- "dayofmonth": 23
602
- },
603
- {
604
- "description": "fourth Sunday of March 2013",
605
- "year": 2013,
606
- "month": 3,
607
- "week": "fourth",
608
- "dayofweek": "Sunday",
609
- "dayofmonth": 24
610
- },
611
- {
612
- "description": "fourth Sunday of April 2013",
613
- "year": 2013,
614
- "month": 4,
615
- "week": "fourth",
616
- "dayofweek": "Sunday",
617
- "dayofmonth": 28
618
- },
619
- {
620
- "description": "last Monday of March 2013",
621
- "year": 2013,
622
- "month": 3,
623
- "week": "last",
624
- "dayofweek": "Monday",
625
- "dayofmonth": 25
626
- },
627
- {
628
- "description": "last Monday of April 2013",
629
- "year": 2013,
630
- "month": 4,
631
- "week": "last",
632
- "dayofweek": "Monday",
633
- "dayofmonth": 29
634
- },
635
- {
636
- "description": "last Tuesday of May 2013",
637
- "year": 2013,
638
- "month": 5,
639
- "week": "last",
640
- "dayofweek": "Tuesday",
641
- "dayofmonth": 28
642
- },
643
- {
644
- "description": "last Tuesday of June 2013",
645
- "year": 2013,
646
- "month": 6,
647
- "week": "last",
648
- "dayofweek": "Tuesday",
649
- "dayofmonth": 25
650
- },
651
- {
652
- "description": "last Wednesday of July 2013",
653
- "year": 2013,
654
- "month": 7,
655
- "week": "last",
656
- "dayofweek": "Wednesday",
657
- "dayofmonth": 31
658
- },
659
- {
660
- "description": "last Wednesday of August 2013",
661
- "year": 2013,
662
- "month": 8,
663
- "week": "last",
664
- "dayofweek": "Wednesday",
665
- "dayofmonth": 28
666
- },
667
- {
668
- "description": "last Thursday of September 2013",
669
- "year": 2013,
670
- "month": 9,
671
- "week": "last",
672
- "dayofweek": "Thursday",
673
- "dayofmonth": 26
674
- },
675
- {
676
- "description": "last Thursday of October 2013",
677
- "year": 2013,
678
- "month": 10,
679
- "week": "last",
680
- "dayofweek": "Thursday",
681
- "dayofmonth": 31
682
- },
683
- {
684
- "description": "last Friday of November 2013",
685
- "year": 2013,
686
- "month": 11,
687
- "week": "last",
688
- "dayofweek": "Friday",
689
- "dayofmonth": 29
690
- },
691
- {
692
- "description": "last Friday of December 2013",
693
- "year": 2013,
694
- "month": 12,
695
- "week": "last",
696
- "dayofweek": "Friday",
697
- "dayofmonth": 27
698
- },
699
- {
700
- "description": "last Saturday of January 2013",
701
- "year": 2013,
702
- "month": 1,
703
- "week": "last",
704
- "dayofweek": "Saturday",
705
- "dayofmonth": 26
706
- },
707
- {
708
- "description": "last Saturday of February 2013",
709
- "year": 2013,
710
- "month": 2,
711
- "week": "last",
712
- "dayofweek": "Saturday",
713
- "dayofmonth": 23
714
- },
715
- {
716
- "description": "last Sunday of March 2013",
717
- "year": 2013,
718
- "month": 3,
719
- "week": "last",
720
- "dayofweek": "Sunday",
721
- "dayofmonth": 31
722
- },
723
- {
724
- "description": "last Sunday of April 2013",
725
- "year": 2013,
726
- "month": 4,
727
- "week": "last",
728
- "dayofweek": "Sunday",
729
- "dayofmonth": 28
730
- },
731
- {
732
- "description": "last Wednesday of February 2012",
733
- "year": 2012,
734
- "month": 2,
735
- "week": "last",
736
- "dayofweek": "Wednesday",
737
- "dayofmonth": 29
738
- },
739
- {
740
- "description": "last Wednesday of December 2014",
741
- "year": 2014,
742
- "month": 12,
743
- "week": "last",
744
- "dayofweek": "Wednesday",
745
- "dayofmonth": 31
746
- },
747
- {
748
- "description": "last Sunday of February 2015",
749
- "year": 2015,
750
- "month": 2,
751
- "week": "last",
752
- "dayofweek": "Sunday",
753
- "dayofmonth": 22
754
- },
755
- {
756
- "description": "first Friday of December 2012",
757
- "year": 2012,
758
- "month": 12,
759
- "week": "first",
760
- "dayofweek": "Friday",
761
- "dayofmonth": 7
762
- }
763
- ]
2
+ "exercise": "meetup",
3
+ "version": "1.0.0",
4
+ "cases": [
5
+ {
6
+ "description": "monteenth of May 2013",
7
+ "property": "meetup",
8
+ "year": 2013,
9
+ "month": 5,
10
+ "week": "teenth",
11
+ "dayofweek": "Monday",
12
+ "dayofmonth": 13
13
+ },
14
+ {
15
+ "description": "monteenth of August 2013",
16
+ "property": "meetup",
17
+ "year": 2013,
18
+ "month": 8,
19
+ "week": "teenth",
20
+ "dayofweek": "Monday",
21
+ "dayofmonth": 19
22
+ },
23
+ {
24
+ "description": "monteenth of September 2013",
25
+ "property": "meetup",
26
+ "year": 2013,
27
+ "month": 9,
28
+ "week": "teenth",
29
+ "dayofweek": "Monday",
30
+ "dayofmonth": 16
31
+ },
32
+ {
33
+ "description": "tuesteenth of March 2013",
34
+ "property": "meetup",
35
+ "year": 2013,
36
+ "month": 3,
37
+ "week": "teenth",
38
+ "dayofweek": "Tuesday",
39
+ "dayofmonth": 19
40
+ },
41
+ {
42
+ "description": "tuesteenth of April 2013",
43
+ "property": "meetup",
44
+ "year": 2013,
45
+ "month": 4,
46
+ "week": "teenth",
47
+ "dayofweek": "Tuesday",
48
+ "dayofmonth": 16
49
+ },
50
+ {
51
+ "description": "tuesteenth of August 2013",
52
+ "property": "meetup",
53
+ "year": 2013,
54
+ "month": 8,
55
+ "week": "teenth",
56
+ "dayofweek": "Tuesday",
57
+ "dayofmonth": 13
58
+ },
59
+ {
60
+ "description": "wednesteenth of January 2013",
61
+ "property": "meetup",
62
+ "year": 2013,
63
+ "month": 1,
64
+ "week": "teenth",
65
+ "dayofweek": "Wednesday",
66
+ "dayofmonth": 16
67
+ },
68
+ {
69
+ "description": "wednesteenth of February 2013",
70
+ "property": "meetup",
71
+ "year": 2013,
72
+ "month": 2,
73
+ "week": "teenth",
74
+ "dayofweek": "Wednesday",
75
+ "dayofmonth": 13
76
+ },
77
+ {
78
+ "description": "wednesteenth of June 2013",
79
+ "property": "meetup",
80
+ "year": 2013,
81
+ "month": 6,
82
+ "week": "teenth",
83
+ "dayofweek": "Wednesday",
84
+ "dayofmonth": 19
85
+ },
86
+ {
87
+ "description": "thursteenth of May 2013",
88
+ "property": "meetup",
89
+ "year": 2013,
90
+ "month": 5,
91
+ "week": "teenth",
92
+ "dayofweek": "Thursday",
93
+ "dayofmonth": 16
94
+ },
95
+ {
96
+ "description": "thursteenth of June 2013",
97
+ "property": "meetup",
98
+ "year": 2013,
99
+ "month": 6,
100
+ "week": "teenth",
101
+ "dayofweek": "Thursday",
102
+ "dayofmonth": 13
103
+ },
104
+ {
105
+ "description": "thursteenth of September 2013",
106
+ "property": "meetup",
107
+ "year": 2013,
108
+ "month": 9,
109
+ "week": "teenth",
110
+ "dayofweek": "Thursday",
111
+ "dayofmonth": 19
112
+ },
113
+ {
114
+ "description": "friteenth of April 2013",
115
+ "property": "meetup",
116
+ "year": 2013,
117
+ "month": 4,
118
+ "week": "teenth",
119
+ "dayofweek": "Friday",
120
+ "dayofmonth": 19
121
+ },
122
+ {
123
+ "description": "friteenth of August 2013",
124
+ "property": "meetup",
125
+ "year": 2013,
126
+ "month": 8,
127
+ "week": "teenth",
128
+ "dayofweek": "Friday",
129
+ "dayofmonth": 16
130
+ },
131
+ {
132
+ "description": "friteenth of September 2013",
133
+ "property": "meetup",
134
+ "year": 2013,
135
+ "month": 9,
136
+ "week": "teenth",
137
+ "dayofweek": "Friday",
138
+ "dayofmonth": 13
139
+ },
140
+ {
141
+ "description": "saturteenth of February 2013",
142
+ "property": "meetup",
143
+ "year": 2013,
144
+ "month": 2,
145
+ "week": "teenth",
146
+ "dayofweek": "Saturday",
147
+ "dayofmonth": 16
148
+ },
149
+ {
150
+ "description": "saturteenth of April 2013",
151
+ "property": "meetup",
152
+ "year": 2013,
153
+ "month": 4,
154
+ "week": "teenth",
155
+ "dayofweek": "Saturday",
156
+ "dayofmonth": 13
157
+ },
158
+ {
159
+ "description": "saturteenth of October 2013",
160
+ "property": "meetup",
161
+ "year": 2013,
162
+ "month": 10,
163
+ "week": "teenth",
164
+ "dayofweek": "Saturday",
165
+ "dayofmonth": 19
166
+ },
167
+ {
168
+ "description": "sunteenth of May 2013",
169
+ "property": "meetup",
170
+ "year": 2013,
171
+ "month": 5,
172
+ "week": "teenth",
173
+ "dayofweek": "Sunday",
174
+ "dayofmonth": 19
175
+ },
176
+ {
177
+ "description": "sunteenth of June 2013",
178
+ "property": "meetup",
179
+ "year": 2013,
180
+ "month": 6,
181
+ "week": "teenth",
182
+ "dayofweek": "Sunday",
183
+ "dayofmonth": 16
184
+ },
185
+ {
186
+ "description": "sunteenth of October 2013",
187
+ "property": "meetup",
188
+ "year": 2013,
189
+ "month": 10,
190
+ "week": "teenth",
191
+ "dayofweek": "Sunday",
192
+ "dayofmonth": 13
193
+ },
194
+ {
195
+ "description": "first Monday of March 2013",
196
+ "property": "meetup",
197
+ "year": 2013,
198
+ "month": 3,
199
+ "week": "first",
200
+ "dayofweek": "Monday",
201
+ "dayofmonth": 4
202
+ },
203
+ {
204
+ "description": "first Monday of April 2013",
205
+ "property": "meetup",
206
+ "year": 2013,
207
+ "month": 4,
208
+ "week": "first",
209
+ "dayofweek": "Monday",
210
+ "dayofmonth": 1
211
+ },
212
+ {
213
+ "description": "first Tuesday of May 2013",
214
+ "property": "meetup",
215
+ "year": 2013,
216
+ "month": 5,
217
+ "week": "first",
218
+ "dayofweek": "Tuesday",
219
+ "dayofmonth": 7
220
+ },
221
+ {
222
+ "description": "first Tuesday of June 2013",
223
+ "property": "meetup",
224
+ "year": 2013,
225
+ "month": 6,
226
+ "week": "first",
227
+ "dayofweek": "Tuesday",
228
+ "dayofmonth": 4
229
+ },
230
+ {
231
+ "description": "first Wednesday of July 2013",
232
+ "property": "meetup",
233
+ "year": 2013,
234
+ "month": 7,
235
+ "week": "first",
236
+ "dayofweek": "Wednesday",
237
+ "dayofmonth": 3
238
+ },
239
+ {
240
+ "description": "first Wednesday of August 2013",
241
+ "property": "meetup",
242
+ "year": 2013,
243
+ "month": 8,
244
+ "week": "first",
245
+ "dayofweek": "Wednesday",
246
+ "dayofmonth": 7
247
+ },
248
+ {
249
+ "description": "first Thursday of September 2013",
250
+ "property": "meetup",
251
+ "year": 2013,
252
+ "month": 9,
253
+ "week": "first",
254
+ "dayofweek": "Thursday",
255
+ "dayofmonth": 5
256
+ },
257
+ {
258
+ "description": "first Thursday of October 2013",
259
+ "property": "meetup",
260
+ "year": 2013,
261
+ "month": 10,
262
+ "week": "first",
263
+ "dayofweek": "Thursday",
264
+ "dayofmonth": 3
265
+ },
266
+ {
267
+ "description": "first Friday of November 2013",
268
+ "property": "meetup",
269
+ "year": 2013,
270
+ "month": 11,
271
+ "week": "first",
272
+ "dayofweek": "Friday",
273
+ "dayofmonth": 1
274
+ },
275
+ {
276
+ "description": "first Friday of December 2013",
277
+ "property": "meetup",
278
+ "year": 2013,
279
+ "month": 12,
280
+ "week": "first",
281
+ "dayofweek": "Friday",
282
+ "dayofmonth": 6
283
+ },
284
+ {
285
+ "description": "first Saturday of January 2013",
286
+ "property": "meetup",
287
+ "year": 2013,
288
+ "month": 1,
289
+ "week": "first",
290
+ "dayofweek": "Saturday",
291
+ "dayofmonth": 5
292
+ },
293
+ {
294
+ "description": "first Saturday of February 2013",
295
+ "property": "meetup",
296
+ "year": 2013,
297
+ "month": 2,
298
+ "week": "first",
299
+ "dayofweek": "Saturday",
300
+ "dayofmonth": 2
301
+ },
302
+ {
303
+ "description": "first Sunday of March 2013",
304
+ "property": "meetup",
305
+ "year": 2013,
306
+ "month": 3,
307
+ "week": "first",
308
+ "dayofweek": "Sunday",
309
+ "dayofmonth": 3
310
+ },
311
+ {
312
+ "description": "first Sunday of April 2013",
313
+ "property": "meetup",
314
+ "year": 2013,
315
+ "month": 4,
316
+ "week": "first",
317
+ "dayofweek": "Sunday",
318
+ "dayofmonth": 7
319
+ },
320
+ {
321
+ "description": "second Monday of March 2013",
322
+ "property": "meetup",
323
+ "year": 2013,
324
+ "month": 3,
325
+ "week": "second",
326
+ "dayofweek": "Monday",
327
+ "dayofmonth": 11
328
+ },
329
+ {
330
+ "description": "second Monday of April 2013",
331
+ "property": "meetup",
332
+ "year": 2013,
333
+ "month": 4,
334
+ "week": "second",
335
+ "dayofweek": "Monday",
336
+ "dayofmonth": 8
337
+ },
338
+ {
339
+ "description": "second Tuesday of May 2013",
340
+ "property": "meetup",
341
+ "year": 2013,
342
+ "month": 5,
343
+ "week": "second",
344
+ "dayofweek": "Tuesday",
345
+ "dayofmonth": 14
346
+ },
347
+ {
348
+ "description": "second Tuesday of June 2013",
349
+ "property": "meetup",
350
+ "year": 2013,
351
+ "month": 6,
352
+ "week": "second",
353
+ "dayofweek": "Tuesday",
354
+ "dayofmonth": 11
355
+ },
356
+ {
357
+ "description": "second Wednesday of July 2013",
358
+ "property": "meetup",
359
+ "year": 2013,
360
+ "month": 7,
361
+ "week": "second",
362
+ "dayofweek": "Wednesday",
363
+ "dayofmonth": 10
364
+ },
365
+ {
366
+ "description": "second Wednesday of August 2013",
367
+ "property": "meetup",
368
+ "year": 2013,
369
+ "month": 8,
370
+ "week": "second",
371
+ "dayofweek": "Wednesday",
372
+ "dayofmonth": 14
373
+ },
374
+ {
375
+ "description": "second Thursday of September 2013",
376
+ "property": "meetup",
377
+ "year": 2013,
378
+ "month": 9,
379
+ "week": "second",
380
+ "dayofweek": "Thursday",
381
+ "dayofmonth": 12
382
+ },
383
+ {
384
+ "description": "second Thursday of October 2013",
385
+ "property": "meetup",
386
+ "year": 2013,
387
+ "month": 10,
388
+ "week": "second",
389
+ "dayofweek": "Thursday",
390
+ "dayofmonth": 10
391
+ },
392
+ {
393
+ "description": "second Friday of November 2013",
394
+ "property": "meetup",
395
+ "year": 2013,
396
+ "month": 11,
397
+ "week": "second",
398
+ "dayofweek": "Friday",
399
+ "dayofmonth": 8
400
+ },
401
+ {
402
+ "description": "second Friday of December 2013",
403
+ "property": "meetup",
404
+ "year": 2013,
405
+ "month": 12,
406
+ "week": "second",
407
+ "dayofweek": "Friday",
408
+ "dayofmonth": 13
409
+ },
410
+ {
411
+ "description": "second Saturday of January 2013",
412
+ "property": "meetup",
413
+ "year": 2013,
414
+ "month": 1,
415
+ "week": "second",
416
+ "dayofweek": "Saturday",
417
+ "dayofmonth": 12
418
+ },
419
+ {
420
+ "description": "second Saturday of February 2013",
421
+ "property": "meetup",
422
+ "year": 2013,
423
+ "month": 2,
424
+ "week": "second",
425
+ "dayofweek": "Saturday",
426
+ "dayofmonth": 9
427
+ },
428
+ {
429
+ "description": "second Sunday of March 2013",
430
+ "property": "meetup",
431
+ "year": 2013,
432
+ "month": 3,
433
+ "week": "second",
434
+ "dayofweek": "Sunday",
435
+ "dayofmonth": 10
436
+ },
437
+ {
438
+ "description": "second Sunday of April 2013",
439
+ "property": "meetup",
440
+ "year": 2013,
441
+ "month": 4,
442
+ "week": "second",
443
+ "dayofweek": "Sunday",
444
+ "dayofmonth": 14
445
+ },
446
+ {
447
+ "description": "third Monday of March 2013",
448
+ "property": "meetup",
449
+ "year": 2013,
450
+ "month": 3,
451
+ "week": "third",
452
+ "dayofweek": "Monday",
453
+ "dayofmonth": 18
454
+ },
455
+ {
456
+ "description": "third Monday of April 2013",
457
+ "property": "meetup",
458
+ "year": 2013,
459
+ "month": 4,
460
+ "week": "third",
461
+ "dayofweek": "Monday",
462
+ "dayofmonth": 15
463
+ },
464
+ {
465
+ "description": "third Tuesday of May 2013",
466
+ "property": "meetup",
467
+ "year": 2013,
468
+ "month": 5,
469
+ "week": "third",
470
+ "dayofweek": "Tuesday",
471
+ "dayofmonth": 21
472
+ },
473
+ {
474
+ "description": "third Tuesday of June 2013",
475
+ "property": "meetup",
476
+ "year": 2013,
477
+ "month": 6,
478
+ "week": "third",
479
+ "dayofweek": "Tuesday",
480
+ "dayofmonth": 18
481
+ },
482
+ {
483
+ "description": "third Wednesday of July 2013",
484
+ "property": "meetup",
485
+ "year": 2013,
486
+ "month": 7,
487
+ "week": "third",
488
+ "dayofweek": "Wednesday",
489
+ "dayofmonth": 17
490
+ },
491
+ {
492
+ "description": "third Wednesday of August 2013",
493
+ "property": "meetup",
494
+ "year": 2013,
495
+ "month": 8,
496
+ "week": "third",
497
+ "dayofweek": "Wednesday",
498
+ "dayofmonth": 21
499
+ },
500
+ {
501
+ "description": "third Thursday of September 2013",
502
+ "property": "meetup",
503
+ "year": 2013,
504
+ "month": 9,
505
+ "week": "third",
506
+ "dayofweek": "Thursday",
507
+ "dayofmonth": 19
508
+ },
509
+ {
510
+ "description": "third Thursday of October 2013",
511
+ "property": "meetup",
512
+ "year": 2013,
513
+ "month": 10,
514
+ "week": "third",
515
+ "dayofweek": "Thursday",
516
+ "dayofmonth": 17
517
+ },
518
+ {
519
+ "description": "third Friday of November 2013",
520
+ "property": "meetup",
521
+ "year": 2013,
522
+ "month": 11,
523
+ "week": "third",
524
+ "dayofweek": "Friday",
525
+ "dayofmonth": 15
526
+ },
527
+ {
528
+ "description": "third Friday of December 2013",
529
+ "property": "meetup",
530
+ "year": 2013,
531
+ "month": 12,
532
+ "week": "third",
533
+ "dayofweek": "Friday",
534
+ "dayofmonth": 20
535
+ },
536
+ {
537
+ "description": "third Saturday of January 2013",
538
+ "property": "meetup",
539
+ "year": 2013,
540
+ "month": 1,
541
+ "week": "third",
542
+ "dayofweek": "Saturday",
543
+ "dayofmonth": 19
544
+ },
545
+ {
546
+ "description": "third Saturday of February 2013",
547
+ "property": "meetup",
548
+ "year": 2013,
549
+ "month": 2,
550
+ "week": "third",
551
+ "dayofweek": "Saturday",
552
+ "dayofmonth": 16
553
+ },
554
+ {
555
+ "description": "third Sunday of March 2013",
556
+ "property": "meetup",
557
+ "year": 2013,
558
+ "month": 3,
559
+ "week": "third",
560
+ "dayofweek": "Sunday",
561
+ "dayofmonth": 17
562
+ },
563
+ {
564
+ "description": "third Sunday of April 2013",
565
+ "property": "meetup",
566
+ "year": 2013,
567
+ "month": 4,
568
+ "week": "third",
569
+ "dayofweek": "Sunday",
570
+ "dayofmonth": 21
571
+ },
572
+ {
573
+ "description": "fourth Monday of March 2013",
574
+ "property": "meetup",
575
+ "year": 2013,
576
+ "month": 3,
577
+ "week": "fourth",
578
+ "dayofweek": "Monday",
579
+ "dayofmonth": 25
580
+ },
581
+ {
582
+ "description": "fourth Monday of April 2013",
583
+ "property": "meetup",
584
+ "year": 2013,
585
+ "month": 4,
586
+ "week": "fourth",
587
+ "dayofweek": "Monday",
588
+ "dayofmonth": 22
589
+ },
590
+ {
591
+ "description": "fourth Tuesday of May 2013",
592
+ "property": "meetup",
593
+ "year": 2013,
594
+ "month": 5,
595
+ "week": "fourth",
596
+ "dayofweek": "Tuesday",
597
+ "dayofmonth": 28
598
+ },
599
+ {
600
+ "description": "fourth Tuesday of June 2013",
601
+ "property": "meetup",
602
+ "year": 2013,
603
+ "month": 6,
604
+ "week": "fourth",
605
+ "dayofweek": "Tuesday",
606
+ "dayofmonth": 25
607
+ },
608
+ {
609
+ "description": "fourth Wednesday of July 2013",
610
+ "property": "meetup",
611
+ "year": 2013,
612
+ "month": 7,
613
+ "week": "fourth",
614
+ "dayofweek": "Wednesday",
615
+ "dayofmonth": 24
616
+ },
617
+ {
618
+ "description": "fourth Wednesday of August 2013",
619
+ "property": "meetup",
620
+ "year": 2013,
621
+ "month": 8,
622
+ "week": "fourth",
623
+ "dayofweek": "Wednesday",
624
+ "dayofmonth": 28
625
+ },
626
+ {
627
+ "description": "fourth Thursday of September 2013",
628
+ "property": "meetup",
629
+ "year": 2013,
630
+ "month": 9,
631
+ "week": "fourth",
632
+ "dayofweek": "Thursday",
633
+ "dayofmonth": 26
634
+ },
635
+ {
636
+ "description": "fourth Thursday of October 2013",
637
+ "property": "meetup",
638
+ "year": 2013,
639
+ "month": 10,
640
+ "week": "fourth",
641
+ "dayofweek": "Thursday",
642
+ "dayofmonth": 24
643
+ },
644
+ {
645
+ "description": "fourth Friday of November 2013",
646
+ "property": "meetup",
647
+ "year": 2013,
648
+ "month": 11,
649
+ "week": "fourth",
650
+ "dayofweek": "Friday",
651
+ "dayofmonth": 22
652
+ },
653
+ {
654
+ "description": "fourth Friday of December 2013",
655
+ "property": "meetup",
656
+ "year": 2013,
657
+ "month": 12,
658
+ "week": "fourth",
659
+ "dayofweek": "Friday",
660
+ "dayofmonth": 27
661
+ },
662
+ {
663
+ "description": "fourth Saturday of January 2013",
664
+ "property": "meetup",
665
+ "year": 2013,
666
+ "month": 1,
667
+ "week": "fourth",
668
+ "dayofweek": "Saturday",
669
+ "dayofmonth": 26
670
+ },
671
+ {
672
+ "description": "fourth Saturday of February 2013",
673
+ "property": "meetup",
674
+ "year": 2013,
675
+ "month": 2,
676
+ "week": "fourth",
677
+ "dayofweek": "Saturday",
678
+ "dayofmonth": 23
679
+ },
680
+ {
681
+ "description": "fourth Sunday of March 2013",
682
+ "property": "meetup",
683
+ "year": 2013,
684
+ "month": 3,
685
+ "week": "fourth",
686
+ "dayofweek": "Sunday",
687
+ "dayofmonth": 24
688
+ },
689
+ {
690
+ "description": "fourth Sunday of April 2013",
691
+ "property": "meetup",
692
+ "year": 2013,
693
+ "month": 4,
694
+ "week": "fourth",
695
+ "dayofweek": "Sunday",
696
+ "dayofmonth": 28
697
+ },
698
+ {
699
+ "description": "last Monday of March 2013",
700
+ "property": "meetup",
701
+ "year": 2013,
702
+ "month": 3,
703
+ "week": "last",
704
+ "dayofweek": "Monday",
705
+ "dayofmonth": 25
706
+ },
707
+ {
708
+ "description": "last Monday of April 2013",
709
+ "property": "meetup",
710
+ "year": 2013,
711
+ "month": 4,
712
+ "week": "last",
713
+ "dayofweek": "Monday",
714
+ "dayofmonth": 29
715
+ },
716
+ {
717
+ "description": "last Tuesday of May 2013",
718
+ "property": "meetup",
719
+ "year": 2013,
720
+ "month": 5,
721
+ "week": "last",
722
+ "dayofweek": "Tuesday",
723
+ "dayofmonth": 28
724
+ },
725
+ {
726
+ "description": "last Tuesday of June 2013",
727
+ "property": "meetup",
728
+ "year": 2013,
729
+ "month": 6,
730
+ "week": "last",
731
+ "dayofweek": "Tuesday",
732
+ "dayofmonth": 25
733
+ },
734
+ {
735
+ "description": "last Wednesday of July 2013",
736
+ "property": "meetup",
737
+ "year": 2013,
738
+ "month": 7,
739
+ "week": "last",
740
+ "dayofweek": "Wednesday",
741
+ "dayofmonth": 31
742
+ },
743
+ {
744
+ "description": "last Wednesday of August 2013",
745
+ "property": "meetup",
746
+ "year": 2013,
747
+ "month": 8,
748
+ "week": "last",
749
+ "dayofweek": "Wednesday",
750
+ "dayofmonth": 28
751
+ },
752
+ {
753
+ "description": "last Thursday of September 2013",
754
+ "property": "meetup",
755
+ "year": 2013,
756
+ "month": 9,
757
+ "week": "last",
758
+ "dayofweek": "Thursday",
759
+ "dayofmonth": 26
760
+ },
761
+ {
762
+ "description": "last Thursday of October 2013",
763
+ "property": "meetup",
764
+ "year": 2013,
765
+ "month": 10,
766
+ "week": "last",
767
+ "dayofweek": "Thursday",
768
+ "dayofmonth": 31
769
+ },
770
+ {
771
+ "description": "last Friday of November 2013",
772
+ "property": "meetup",
773
+ "year": 2013,
774
+ "month": 11,
775
+ "week": "last",
776
+ "dayofweek": "Friday",
777
+ "dayofmonth": 29
778
+ },
779
+ {
780
+ "description": "last Friday of December 2013",
781
+ "property": "meetup",
782
+ "year": 2013,
783
+ "month": 12,
784
+ "week": "last",
785
+ "dayofweek": "Friday",
786
+ "dayofmonth": 27
787
+ },
788
+ {
789
+ "description": "last Saturday of January 2013",
790
+ "property": "meetup",
791
+ "year": 2013,
792
+ "month": 1,
793
+ "week": "last",
794
+ "dayofweek": "Saturday",
795
+ "dayofmonth": 26
796
+ },
797
+ {
798
+ "description": "last Saturday of February 2013",
799
+ "property": "meetup",
800
+ "year": 2013,
801
+ "month": 2,
802
+ "week": "last",
803
+ "dayofweek": "Saturday",
804
+ "dayofmonth": 23
805
+ },
806
+ {
807
+ "description": "last Sunday of March 2013",
808
+ "property": "meetup",
809
+ "year": 2013,
810
+ "month": 3,
811
+ "week": "last",
812
+ "dayofweek": "Sunday",
813
+ "dayofmonth": 31
814
+ },
815
+ {
816
+ "description": "last Sunday of April 2013",
817
+ "property": "meetup",
818
+ "year": 2013,
819
+ "month": 4,
820
+ "week": "last",
821
+ "dayofweek": "Sunday",
822
+ "dayofmonth": 28
823
+ },
824
+ {
825
+ "description": "last Wednesday of February 2012",
826
+ "property": "meetup",
827
+ "year": 2012,
828
+ "month": 2,
829
+ "week": "last",
830
+ "dayofweek": "Wednesday",
831
+ "dayofmonth": 29
832
+ },
833
+ {
834
+ "description": "last Wednesday of December 2014",
835
+ "property": "meetup",
836
+ "year": 2014,
837
+ "month": 12,
838
+ "week": "last",
839
+ "dayofweek": "Wednesday",
840
+ "dayofmonth": 31
841
+ },
842
+ {
843
+ "description": "last Sunday of February 2015",
844
+ "property": "meetup",
845
+ "year": 2015,
846
+ "month": 2,
847
+ "week": "last",
848
+ "dayofweek": "Sunday",
849
+ "dayofmonth": 22
850
+ },
851
+ {
852
+ "description": "first Friday of December 2012",
853
+ "property": "meetup",
854
+ "year": 2012,
855
+ "month": 12,
856
+ "week": "first",
857
+ "dayofweek": "Friday",
858
+ "dayofmonth": 7
859
+ }
860
+ ]
764
861
  }