Time ranges with python

Time ranges. Read the Docs Installation pip timeranges is available on pip: GitHub You can also install the latest version of the code directly from GitHub: pip install git+git://github.com/MicaelJarniac/timeranges Usage For more examples, see the full documentation. 10:00″ time_range = TimeRange(time(0), time(10)) # Check if these times are contained in `time_range` assert    

Read more

It’s About Time: Analog clock Reading in the Wild

Code repository for “It’s About Time: Analog clock Reading in the Wild” Packages required:pytorch (used 1.9, any reasonable version should work), kornia (for homography), einops, scikit-learn (for RANSAC), tensorboardX (for logging) Using pretrained model: prediction python predict.py will predict on your data (or by default, whatever is in data/demo). This does assume the images being already cropped, we use CBNetv2. (you could instead add something like a yolov5 to the code if you prefer not installing anything extra). evaluation python […]

Read more

Working Time Analysis based on WorkerLivesMatter / WorkingTime

统计各行业,各公司工作时间与工作条件。 原始数据来源:https://github.com/WorkerLivesMatter/WorkingTime,向发起人致敬。 经过少量处理,整理为供PostgreSQL直接可以使用的数据表。 Public Demo: http://demo.pigsty.cc/d/worktime-query 如何使用? 如果你已经有了pigsty环境, 使用管理用户在管理节点上克隆本项目并执行 make all 即可 git clone https://github.com/Vonng/worktime && cd worktime make all 数据说明

Read more

A time table app to notify the user about their class timings

A time table app to notify the user about their class timings Features This project incorporates some features i wanted to see in a time table app, Including but not limited to : User replaceable time table (read below how to replace), generated with csv file Background service which notifies the user what class is currently going on aswell as which class is next How to use your own time table: The app supports usage of Custom time tables. On […]

Read more

A small python that you set a time and on that time, app will send you notification and also play an alarm

Always be OnTime! What is OnTime? OnTime is a small python that you set a time and on that time, app will send you notification and also play an alarm. How to get OnTime? You can download OnTime via Github. $ git clone https://github.com/BlackIQ/OnTime How to install OnTime? OnTime just install on Linux. So, if you have Windows, forget it! Installing is so simple. Just run setup and it will be installed. How to run OnTime? Just enter ontime command! […]

Read more