Skip to content

Instantly share code, notes, and snippets.

@lmoe
lmoe / mpv.conf
Created December 31, 2018 00:46
[Linux] Final mpv 4k settings for Ryzen 2200G without stuttering or desync
# Arch Linux
# AMD Ryzen 2200G (OC)
# extra/xorg-server 1.20.3-1 (xorg)
# aur/xf86-video-amdgpu-git 18.1.0.33-1
# aur/linux-amd-staging-drm-next-git 4.21.797775.d9c54d61df32-1
# mpv 0.29.1
# audio stuff
audio-device=alsa/hdmi:CARD=Generic,DEV=0
audio-channels=2.1,stereo
@developius
developius / README.md
Last active May 20, 2025 11:20
Setup SSH keys for use with GitHub/GitLab/BitBucket etc
@milanaryal
milanaryal / schema-org-structured-data-markup-using-microdata.html
Last active May 6, 2025 19:06
An example of how to mark up a HTML5 webpage using the schema.org schemas and microdata.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Site Title</title>
<link rel="stylesheet" href="/assets/css/style.min.css">
@rxaviers
rxaviers / gist:7360908
Last active June 3, 2025 07:34
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"