I wrote Python code which shows Correlation between NASDAQ price, Corn and Gold(Corr=0.945). Corn and Gold are best mix I have found. https://gist.github.com/Kouhei-Takagi/a1a9b073f6cd6dacb7eb1ea871d8fd3c I changed some important parts. https://gist.github.com/Kouhei-Takagi/5becaf7c3a24d63ac9c56856e81297f2
2019/1/26. Swift2Kotlin support page
I made mini-app for macOS, Swift2Kotlin.
This app is for converting Swift code to Kotlin code.
Its function is still not perfect.
I keep on improving it slowly…
“Format” Button is convert Swift code in left text field to Kotlin code in right one.
“Open .swift file” Button is for open your .swift file.
“Save as .txt” Button is for saving your Kotlin code in right field as text file.
The text file name will be “Date” & “Kotlin” & “.txt”.
Swift2Kotlin
Comments
Post a Comment