Code for Keras plays catch blog post
python qlearn.py
- Generate figures
import RxSwift | |
extension UIButton { | |
public func throttledTapObservable(_ throttle : RxTimeInterval = 1.0) -> RxSwift.Observable<Swift.Void> { | |
return self.rx.tap.asObservable() | |
.throttle(throttle, latest: false, scheduler: MainScheduler.instance) | |
} | |
} |
version: '2' | |
services: | |
myapp: | |
build: . | |
container_name: "myapp" | |
image: debian/latest | |
environment: | |
- NODE_ENV=development | |
- FOO=bar | |
volumes: |
Code for Keras plays catch blog post
python qlearn.py
extension UIImage { | |
func fixedOrientation() -> UIImage { | |
if imageOrientation == UIImageOrientation.Up { | |
return self | |
} | |
var transform: CGAffineTransform = CGAffineTransformIdentity | |
# .gitignore file for Xcode / AppCode projects | |
# based on https://github.com/github/gitignore/blob/master/Objective-C.gitignore | |
# Xcode | |
# | |
build/ | |
*.pbxuser | |
!default.pbxuser | |
*.mode1v3 | |
!default.mode1v3 |
Alice's Adventures in Wonderland | |
ALICE'S ADVENTURES IN WONDERLAND | |
Lewis Carroll | |
THE MILLENNIUM FULCRUM EDITION 3.0 | |