Thursday, March 10, 2016

R Tools for Visual Studio

RTVS
https://github.com/Microsoft/RTVS

Various WebView info on iOS and Android


Feasible to build your own WebKit-based UIWebView for iOS?
http://stackoverflow.com/questions/6858253/feasible-to-build-your-own-webkit-based-uiwebview-for-ios

Embedded Chromium or Webkit in Android app
http://stackoverflow.com/questions/16604150/embedded-chromium-or-webkit-in-android-app

How to determine the content size of a UIWebView?
http://stackoverflow.com/questions/3936041/how-to-determine-the-content-size-of-a-uiwebview
http://stackoverflow.com/questions/745160/how-to-determine-uiwebview-height-based-on-content-within-a-variable-height-uit

Why Shouldn't A UIWebView Be Placed in a UIScrollView?
http://stackoverflow.com/questions/12868999/why-shouldnt-a-uiwebview-be-placed-in-a-uiscrollview

Cannot scroll in UIWebView in iOS
http://stackoverflow.com/questions/10875971/cannot-scroll-in-uiwebview-in-ios

UIWebview full screen size
http://stackoverflow.com/questions/18552416/uiwebview-full-screen-size

================
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIScrollView_Class
Within UIScrollView, there are 3 properties:
contentOffset: CGPoint
contentSize: CGSize
contentInset: UIEdgeInsets, default is UIEdgeInsetsZero



AlphaGo and deep mind


https://deepmind.com/alpha-go.html

DeepMind replication
https://github.com/Rochester-NRT/AlphaGo



Mastering the game of Go with deep neural networks and tree search
https://drive.google.com/file/d/0B11ZqB11tZ92alI4X1RBc0hQX28/view?usp=sharing_eid&ts=56e1bd00

Kocsis and Szepesvari, Bandit based Monte-Carlo Planning
https://drive.google.com/file/d/0B11ZqB11tZ92a09vZVIzd25fRDQ/view?usp=sharing

More publications
https://deepmind.com/publications.html