Git Product home page Git Product logo

momentsclock's Introduction

Moments Clock

Moments is an measurement of time that was used in the medievil times that equated to 90 seconds.

image

So I made a super simple program that would display the current amount of seconds, minutes and moments that have passed. I do plan to make it so you can create a timer and a stopwatch that can be selected for different uses.

momentsclock's People

Contributors

willthedeveloper avatar

Watchers

 avatar

momentsclock's Issues

Can't get hours to increment at the correct point.

When you run the program with the code, commented out, the hours increment at the same rate that the seconds do which is wrong.

Code snippet, temporarily commented out.

MomentsClock/Program.cs

Lines 60 to 64 in 953ae19

// Increase the hour by one every 60 minutes and or every 40 moments equivalent.
/*if (Minutes % 60 == 0 && Moments % 40 == 0)
{
Hours += 1;
}*/

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.