Open
Conversation
octref
commented
Oct 27, 2020
Author
octref
left a comment
There was a problem hiding this comment.
I also noticed that running clang-format, as shown in https://github.com/XXIIVV/oscean/pull/64/files#diff-e725440041c6148bb049cdd4cda1fe3f7d7ac60cd1cd9352fecc34242886282cR3-R4, would cause a lot of unnecessary changes. I didn't commit them.
Not sure if that's because I'm running a different clang-format than yours. Mine is clang-format version 10.0.1 on macOS.
links/tw.txt
Outdated
| @@ -1,154 +1,154 @@ | |||
| 2020-11-27T00:00:00-07:00 Talk at Speakers Series, SNSYC | https://wiki.xxiivv.com/talk | |||
| 2020-11-25T00:00:00-07:00 Grundlagen der digitalen Kommunikation | https://wiki.xxiivv.com/talk | |||
| 2020-07-31T01:00:00-07:00 Migrated to Plan9 | https://wiki.xxiivv.com/computer | |||
Author
There was a problem hiding this comment.
Not sure why they were 01:00:00 before 🤷♂️
| <p>To calculate the day of the year, convert the month's letter to a value, starting with 0 for A, multiply by 14 and add the day of the month. For example, J05 is equal to <code>(+ 5 (* 9 14))</code>, or 131.</p> | ||
| LINK | ||
| ANSI C Library : https://github.com/XXIIVV/oscean/tree/master/src/projects/arvelie | ||
| JavaScript Library : https://github.com/octref/arvelie |
Author
There was a problem hiding this comment.
Hope you don't mind including it here.
Member
|
The date is not zero based, but maybe it should. Right now it's 00-13 in this PR, I've been using 01-14, I kindda like the zero base, let me sleep on that. |
Member
|
Still working on this.. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
arvelie 1919Q13->1919-08-25arvelie 1986-03-22->1986F11I also regenerated the site.