Skip to content

Commit 19cfd3e

Browse files
committed
added test resources
1 parent 80b7554 commit 19cfd3e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
year month day dep_time dep_delay arr_time arr_delay carrier tailnum flight origin dest air_time distance hour minute
2+
2013 1 1 517 2 830 11 UA N14228 1545 EWR IAH 227 1400 5 17
3+
2013 1 1 533 4 850 20 UA N24211 1714 LGA IAH 227 1416 5 33
4+
2013 1 1 542 2 923 33 AA N619AA 1141 JFK MIA 160 1089 5 42
5+
2013 1 1 544 -1 1004 -18 B6 N804JB 725 JFK BQN 183 1576 5 44

suport_api_notes.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,15 @@ gradle install
3333
* Upload jar, sources.jar and pom for new version from `~/.m2/repository/de/mpicbg/scicomp/kscript` to:
3434
> https://bintray.com/holgerbrandl/mpicbg-scicomp/kscript
3535
36-
5. Check for release status on
36+
1. Check for release status on
3737
https://jcenter.bintray.com/de/mpicbg/scicomp/
3838

39-
6. Bump versions for new release cycle
39+
2. Bump versions for new release cycle
40+
41+
42+
Links
43+
-----
44+
45+
46+
http://stackoverflow.com/questions/38021360/kotlin-object-vs-companion-object-vs-package-scoped-methods
47+

0 commit comments

Comments
 (0)