https://www.youtube.com/playlist?list=PLOU2XLYxmsIIuiBfYad6rFYQU_jL2ryal
This playlist teach about What is machine learning, machine learning technique, so on.
Good for Machine learning study.
2016년 7월 4일 월요일
2015년 12월 28일 월요일
Linux programming study(리눅스 프로그래밍 스터디)
리눅스 공부 겸 만든 자료입니다.
동아리에서 공부할 때 만든건데 공유합니다.
http://www.slideshare.net/yunseokl1/linux-programming-study
2015년 12월 22일 화요일
Make HTML ebook application, using Swiper
Make HTML e-book Application
- Sample Project
GitHub :
1. Using swiper : https://github.com/pineoc/htmlbook-swiper-example
2. Using turnjs : https://github.com/pineoc/htmlbook-turnjs-example
1. Using Swiper Lib.
Swiper homepage : http://www.idangero.us/swiper/#.VkA9PLfhCUk
#default demo
http://www.idangero.us/swiper/demos/01-default.html
if you want to make ebook web application,
you can make app using this default demo code.
My sample project is hybrid web application project(use cordova framework).
you can use this project code in folder 'www', html file 'www/book.html'.
These are ebook screen shots.
it has some error if run on computer.
(Failed to load resource: net::ERR_FILE_NOT_FOUND, cordova.js)
(ignore this error. )
This app in google play
https://play.google.com/store/apps/details?id=net.moon1000.kingkongM8
next post will make application using turnjs
2015년 12월 20일 일요일
GitHub Explore
Github Explore
Today, i will show you GitHub function 'Explore'
In GitHub homepage,
login, and you can see this page.
click your avatar image,
you can see this dropdown menu.
this menu have some functions,
i will show you one of these.
Explore
Explore page
this page show you what project most interesting and issued (famous)
In this time, we can see projects. Machine Leaning, Software development tools, Game Engines, Universal 2nd Factor, so on.
You can see the Trending repo this week.
And you can see starred repo ranked this week.
I hope my repositories are most starred some time or other.
end of my today learning.
피드 구독하기:
글 (Atom)
JIRA Plugin - ScriptRunner 소개 #2
관련 글 소개 #1: https://pineoc.blogspot.com/2019/03/scriptrunner-1.html ScriptRunner 소개 #2 지난 글에서는 Behaviours를 보았고 다음 내용인 콘솔, 리스너 등을 ...
-
에반젤리스트(Evangelist)란 무엇일까요? 단어 그대로 말한다면 '전도사'의 의미를 가지고 있습니다. 그리고 제가 공부하는 IT업계에서도 이 에반젤리스트가 있지요. 이분들이 하는 일은 쉽게 말해서 기술에 대해 전파하고 알리...
-
Nginx 를 이번에 사용하게 되었는데요. Nginx를 이용해서 폴더에 있는 파일을 받을 수 있게 하려합니다. mac OS에서 테스트할때의 nginx 의 nginx.conf 파일은 /usr/local/etc/nginx/nginx.conf 경...