레이블이 learning인 게시물을 표시합니다. 모든 게시물 표시
레이블이 learning인 게시물을 표시합니다. 모든 게시물 표시

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.

JIRA Plugin - ScriptRunner 소개 #2

관련 글 소개 #1:  https://pineoc.blogspot.com/2019/03/scriptrunner-1.html ScriptRunner 소개 #2 지난 글에서는 Behaviours를 보았고 다음 내용인 콘솔, 리스너 등을 ...