Skip to content
View Yuria-Shikibe's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report Yuria-Shikibe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking 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 about reporting abuse.

Report abuse
Yuria-Shikibe/README.MD

你好,我是若至

img.png

Pinned Loading

  1. GameEngine Public

    Currently here is nothing valuable

    C++ 14

  2. NewHorizonMod Public

    A Java mod for Mindustry v7

    Java 438 69

171 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing Yuria-Shikibe's contributions from April 21, 2024 to April 25, 2025. The contributions are 99% commits, 1% issues, 0% pull requests, 0% code review.   Code review 1% Issues   Pull requests 99% Commits

Contribution activity

April 2025

Created 11 commits in 1 repository

Created an issue in gharveymn/small_vector that received 2 comments

Stack memory not clear after move

gch::small_vector<int> vec{1, 2, 3}; auto v = std::move(vec); vec.push_back(4); std::println("{}", vec); This code prints [1, 2, 3, 4], where I th…

2 comments
Loading