-
Updated
May 30, 2020 - Swift
clock
Here are 1,251 public repositories matching this topic...
-
Updated
May 1, 2020 - Java
-
Updated
Sep 24, 2019 - JavaScript
-
Updated
Mar 20, 2020 - Dart
-
Updated
May 21, 2018 - Swift
-
Updated
Jul 7, 2020 - Kotlin
-
Updated
Dec 30, 2019 - CSS
For example, it seems like .travis.yml uses cmake (for the tests), so this is a cmake project that pops out a library that I should link against (it seems not - cmake is just for tests?)? If I look at a module like cpu that has cpu.h and cpu.c do I just drop those into my project (probably not that simple since they may depend on other modules)?
Maybe something like a default-use case s
Congrats on your first Electron app! I see this in the README:
customizable date/time display
But I don't see how to customize anything. Is that enabled yet?
-
Updated
Dec 21, 2019 - Swift
dialog.trigger = document.getElementById('someElement'); must be typed before document.getElementById('test1').addEventListener('onOk', function() { this.value = x.time.toString(); });
- take photos and import them
- add a photo of the inside of the clock v2
- write the detailed build instructions
The date format in different area may be not the same. Could this app add a function for the users to change date format into their localized habits?
Thanks for your apps.
-
Updated
May 3, 2020 - Swift
Button padding
Please use the same padding inside the touch bar button (left and right side) for more consistency with default buttons.
Thanks.
-
Updated
Jun 28, 2020 - C++
-
Updated
May 30, 2020 - C++
-
Updated
Apr 29, 2020 - Objective-C
-
Updated
Jul 4, 2020 - JavaScript
-
Updated
May 22, 2020 - Verilog
Since the @angular/http package has been removed, shouldn't the library remove it as well?
the replacement is @angular/common/http as the Angular docs mentions here: https://angular.io/guide/deprecations#angularhttp
Thank you for the awesome time-picker
Improve this page
Add a description, image, and links to the clock topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clock topic, visit your repo's landing page and select "manage topics."

I think there is an error on the Caveats Gotchas Wiki Page:
TrueTimeRx.initializeNtp("time.google.com")should beTrueTimeRx.build().initializeNtp("time.google.com")asinitializeNtpis non-static and should be called upon the instance.