Coder Social home page Coder Social logo

slideshow's Introduction

For IOH

1. 需把PPT匯出成PNG檔,並把所有圖檔放在同一個資料夾裡後丟到slides資料夾內
2. 視情況修改 index.html 中的 var dir (路徑)
	$(document).ready(function(){
	var dir = "slides/test/";
	var fileextension = ".PNG";`
3. 視情況修改 js/jquery.presentation-full.jsfileName/test/
	 dataType: 'html',
         type: 'POST',
         data: { timeContent: timeContent, fileName: "slides/test/timeStamp.txt"},
         error: function(){
         	alert("fail");
         }
4.每次按下一頁時會把時間記錄下來,並存成 timeStamp.txt,目前的路徑是在 slides/test/
5.DEMO

http://140.116.247.27/slideShow/

slideshow's People

Contributors

homerchen19 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.