Skip to content

Instantly share code, notes, and snippets.

View RealCyGuy's full-sized avatar
:octocat:
Status.

Cyrus Yip RealCyGuy

:octocat:
Status.
View GitHub Profile
@RealCyGuy
RealCyGuy / itch profile custom styles.css
Last active September 24, 2023 20:45
The custom CSS I use for my itch.io profile here: https://realcyguy.itch.io/
.user_page_wrap .text_header h1 {
font-size: 60px;
color: #eaaaff;
background: #eaaaff;
background: linear-gradient(90deg, #d862ff, #00a8ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.user_page_wrap .user_links {
@RealCyGuy
RealCyGuy / combine.nu
Created June 16, 2024 18:15
merges m4a with mp4 file. made for use with radeon relive recordings
# merges m4a with mp4 file. made for use with radeon relive recordings
def main [video_name: path] {
let audio_name = $video_name | path parse | update extension m4a | path join
let video_name = $video_name | path parse | update extension mp4 | path join
let front = $video_name | path parse | update extension "" | path join
let output = $front + " merged.mp4" | path join
ffmpeg [-i $video_name -i $audio_name -c:v copy -filter_complex "[1:a] volume=2 [aud]; [0:a][aud] amix=inputs=2:duration=longest [audio_out]" -map 0:v -map "[audio_out]" $output]
}

Privacy Policy

Last Updated: November 26, 2025

1. Introduction

This Privacy Policy explains how we collect, use, and share information in connection with your use of our Discord Activity ("Activity"). By using the Activity, you agree to the collection and use of information in accordance with this policy.

2. Information We Collect

We collect the following information provided by Discord when you access the Activity:

  • User ID: To uniquely identify you within the game.

Terms of Service

Last Updated: November 26, 2025

1. Acceptance of Terms

By accessing or using this Discord Activity ("Activity"), you agree to be bound by these Terms of Service ("Terms"). If you do not agree to these Terms, you may not use the Activity.

2. License to Use

We grant you a limited, non-exclusive, non-transferable, revocable license to use the Activity for your personal, non-commercial entertainment purposes, subject to these Terms.