Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@jamster321
jamster321
Follow
View jamster321's full-sized avatar

Jamie Willis jamster321

Senior Software Engineer at Ravelin

Organizations

@unravelin

Block or report jamster321

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more aboutreporting abuse.

Report abuse

PinnedLoading

  1. advent-of-code-2020advent-of-code-2020Public

    My solutions for Advent of Code 2020

    Go

  2. pi-snakepi-snakePublic

    Snake Game for the Raspberry Pi Zero with Scroll pHAT

    Python 1

  3. pi-bus-timespi-bus-timesPublic

    Displays the time until the bus on the ScrollPhat

    Python

  4. A function for adjusting dates by mo...A function for adjusting dates by months in Go, while maintaining the day of the month where possible. If the target month does not have enough days the last day of the month is used.
    1
    import"time"
    2
    3
    funcAddMonths(d time.Time,monthsint) time.Time {
    4
    targetMonth:=d.AddDate(0,months,1-d.Day())
    5
    daysInTargetMonth:=targetMonth.AddDate(0,1,-1).Day()

[8]ページ先頭

©2009-2025 Movatter.jp