Giter Site home page Giter Site logo

e_calendar's Introduction

一个日历 - 做一个简洁实用的日历工具

开发历程

  1. 一开始只是觉得需要一个可以看到节假日的日历,别的日历都太复杂了,太臃肿看着不爽

  2. 为了100%的简洁,所以所有额外功能都是默认保持关闭状态

todo

  1. 基本日历功能

  2. 节假日功能

  3. 背单词功能

  4. 生词两大来源之一:Chrome浏览器插件查词功能

  5. 生词两大来源之二:移动App,iOS,Android

  6. 番茄钟

  7. 记事本功能

  8. 记事本视图

  9. 周视图,日程安排

截图

微信小程序

单词功能(待完善)

在日历上复习你阅读中查过的词,Chrome插件取词插件地址

  1. 接触生词的来源是平常网上的阅读

  2. 参考 Anki艾宾浩斯遗忘曲线 的复习提醒,以及对单词的印象:不认识(1m Again)、复杂(5m Hard)、一般(10m Good)、简单(4d Easy),的三个自我认识和理解

艾宾浩斯遗忘曲线 的实现

timeSort
nextReviewDate = 
R=e^(-t/S),其中R是被记忆的内容,t是时间,S是相对记忆强度
R=e^(-1/1)=0.36787944117
R=e^(-1/2)=0.60653065971
R=e^(-1/3)=0.71653131057
R=e^(-1/4)=0.77880078307

单词第一次出现,三个选项:10min 1day 4day,选了第一个则加入队列继续复习,直到可以隔天记忆,
计算得R=e^(-1/1)=0.36787944117,超过三次,只能选择1day复习,30*(1/4)
0.36*1.36 
S=10/in(0.36)=10天 S=10/in(0.36)=10天
in(0.36) = -1

where R is retrievability (a measure of how easy it is to retrieve a piece of information from memory),
 S is stability of memory (determines how fast R falls over time in the absence of training, testing or other recall),
 and t is time.
艾宾浩斯遗忘曲线,图中竖轴表示学习中记住的知识数量,横轴表示时间(天数),曲线表示记忆量变化的规律

小程序

NavigationBarPaddingTop = MenuButtonTop - StatusBarHeight NavigationBarPaddingBottom = NavigationBarPaddingTop NavigationBar = StatusBarHeight + NavigationBarPaddingTop + NavigationBarPaddingBottom + MenuButtonHeight

扫码体验

微信小程序

e_calendar's People

Contributors

lxp-git avatar dependabot[bot] 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.