목록IT (1044)
올해는 머신러닝이다.
바로가기
바로가기
TFLearn 의 메인 커미터가 초보자를 위한 텐서플로우 예제를 모아놓은 TensorFlow-Examples 깃허브 레파지토리를 만들었습니다. 이 예제는 크게 두 부분으로 나뉘어서 윗부분은 쥬피터 노트북과 일반 코드로 두가지 버전으로 작성되어 있습니다.
1. http://akarnokd.blogspot.kr/2015/05/schedulers-part-1.html
https://stackoverflow.com/a/28683488
https://medium.com/rainist-engineering/migrate-from-rxjava1-to-rxjava2-3aea3ff9051c
http://jybaek.tistory.com/671
https://brunch.co.kr/@pilsogood/10
http://sdusb.blogspot.com/2017/08/android-databinding-6-inversebinding.html
http://pluu.github.io/blog/android/droidkaigi/2017/08/21/doridkaigi-android/
http://hugrypiggykim.com/2017/08/24/%EB%94%A5%EB%9F%AC%EB%8B%9D-%EA%B5%90%EC%9C%A1-%EC%9E%90%EB%A3%8C-deep-learning-lecture/
https://blog.aritraroy.in/30-bite-sized-pro-tips-to-become-a-better-android-developer-b311fd641089
이펙티브 안드로이드
http://www.hellodatascience.com/?p=557
http://moduscreate.com/swift-modules-for-react-native/
https://www.appstorescreenshot.com/
http://realignist.me/code/2017/01/25/rxjava2-changelog.html
안드로이드 O의 새로운 기능 정리 링크https://academy.realm.io/kr/posts/android-oreo-new-features/
1) SMC 재설정: 맥북 시동시 control + option + shift + 전원버튼을 동시에 눌러서 진행을 하시는 작업입니다. 관련문서: Mac에서 SMC(시스템 관리 컨트롤러) 재설정하기 - https://support.apple.com/ko-kr/HT201295 (2).NVRAM 재설정: 맥북 시동시 command + option + P + R 버튼을 동시에 눌러서 진행을 하시는 작업입니다. 관련문서:Mac에서 NVRAM을 재설정하는 방법 - https://support.apple.com/ko-kr/HT204063
http://ddmix.blogspot.kr/2015/11/favorites-bigdata-ml.html
rxjava 가 메이저 버전 업(1->2)을 하면서 몇 가지 변경점이 생겼다.변경점에 대한 자세한 내용은 아래 링크를 참조하기 바란다.rxJava Wiki : https://github.com/ReactiveX/RxJava/wiki/What’s-different-in-2.0번역 : http://realignist.me/code/2017/01/25/rxjava2-changelog.htmlFlowable 이라는 base reactive class 가 추가 되었다. Observable 과의 차이는 backpressure buffer의 기본 탑재 유무이다.
출처 : https://stackoverflow.com/a/42005735I'd suggest using a Single as it is more accurate representation of the data flow: you make a request to the server and the you get either one emission of data OR an error:Single: onSubscribe (onSuccess | onError)?For an Observable you could theoretically get several emissions of data AND an errorObservable: onSubscribe onNext? (onCompleted | onError)?How..
https://objectivec2swift.com/#/home/converter/
https://brunch.co.kr/@svillustrated/12 바로가기
https://jongmin92.github.io/2017/08/11/Node/check-in-app-billing-purchase-validation/
Google for Mobile 2017: http://www.youtube.com/playlist?list=PL6OeXcmhVzfQi89BOOaHY5j1h26ccQXfK
http://m.blog.daum.net/_blog/_m/articleView.do?blogid=0OI3i&articleno=6590
https://www.bignerdranch.com/blog/splash-screens-the-right-way/
첫번째 링크 : http://johnholdsworth.com/bothworlds.html?utm_campaign=iOS%2BDev%2BWeekly&utm_medium=email&utm_source= 사용예제 : https://github.com/SwiftJava/swift-android-kotlin
해당 예제 바로 가기!!https://github.com/MindorksOpenSource/android-mvp-architecture Read the below listed articles. They describe the MVP concepts and the Project structure.MVP: Part 1MVP: Part 2MVP: Part 3Extension with Interactors and RepositoriesThe app has following packages:data: It contains all the data accessing and manipulating components.di: Dependency providing classes using Dagger2.ui: View c..