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
| /* Old */ | |
| section:has(a[href^="https://member.op.gg/membership"]), | |
| /* Newer */ | |
| .flex-col:has(> .flex-col > [style] > [style] > [data-ad]), |
This file has been truncated, but you can view the full file.
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
| /* Inter Variable v4.0 */ | |
| @font-face { | |
| font-family: Inter Variable; | |
| font-style: normal; | |
| font-weight: 100 900; | |
| font-display: block; |
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
| Installing, this may take a few minutes... | |
| Please create a default UNIX user account. The username does not need to match your Windows username. | |
| For more information visit: https://aka.ms/wslusers | |
| Enter new UNIX username: mon | |
| New password: | |
| Retype new password: | |
| passwd: password updated successfully | |
| Installation successful! | |
| To run a command as administrator (user "root"), use "sudo <command>". | |
| See "man sudo_root" for details. |
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
| url | title | artist | playlist | position | |
|---|---|---|---|---|---|
| https://www.youtube.com/watch?v=p5YjEc9cGtU | APARECIUM | To sync | 0 | ||
| https://www.youtube.com/watch?v=f9TH7HruP-Y | 잘 지내길 바래 | Kim Seungmin | To sync | 1 | |
| https://www.youtube.com/watch?v=tcCIylFRHlQ | Young | To sync | 2 | ||
| https://www.youtube.com/watch?v=W6RvzhJ4dU8 | 의류수거함 | To sync | 3 | ||
| https://www.youtube.com/watch?v=GrRF9yFGCS0 | love on loop (LOL) | To sync | 4 | ||
| https://www.youtube.com/watch?v=YnbhWaNnalU | Butterfly | 박준하 | To sync | 5 | |
| https://www.youtube.com/watch?v=utHlhF1DG7E | On my mind | To sync | 6 | ||
| https://www.youtube.com/watch?v=2lYz6l9utB4 | 2 Things | To sync | 7 | ||
| https://www.youtube.com/watch?v=WuUQX7Fz8SM | Chance ) (合作演出:Peakboy (픽보이)和Peakboy) | Chan | To sync | 8 |
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
| export default function TableView({ activities }) { | |
| return ( | |
| <div style={{}}> | |
| <div style={{ height: "64px", display: "flex", alignItems: "center", justifyContent: "space-between" }}> | |
| <div style={{ fontFamily: "Montserrat", fontSize: "18px", fontWeight: 500, lineHeight: "24px" }}> | |
| 共 {activities.length} 筆資料 | |
| </div> | |
| <div style={{ display: "flex", gap: "10px", alignItems: "unset" }}> | |
| <div> | |
| <svg xmlns="http://www.w3.org/2000/svg" width={8} height={12} viewBox="0 0 8 12" fill="none"> |
- Dogfooding is using an app or feature shortly before it's publically released.
- The term
dogfoodcomes from the expression "eating your own dogfood".
- Fishfooding is using an app or feature really early in its development before it's even really finished.
- The term "fishfood" actually comes from the Google+ team inside of Google.
- Google+ was internally codenamed Emerald Sea.
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
| // This file is automatically generated and not intended for manual editing. | |
| lockfile-version 1 | |
| root { | |
| dependencies { | |
| "@oclif/core" ">=2.0.0 <3.0.0-0" | |
| "@oclif/plugin-help" ">=5.0.0 <6.0.0-0" | |
| "@oclif/plugin-plugins" ">=3.1.3 <4.0.0-0" | |
| async ">=3.2.4 <4.0.0-0" | |
| inquirer ">=9.2.7 <10.0.0-0" | |
| lodash-es ">=4.17.21 <5.0.0-0" |
/!\ Be very carrefull in your setup : any misconfiguration make all the git config to fail silently ! Go trought this guide step by step and it should be fine 😉
- Generate your SSH keys as per your git provider documentation.
- Add each public SSH keys to your git providers acounts.
- In your
~/.ssh/config, set each ssh key for each repository as in this exemple:
NewerOlder