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
| flatpak --user override --filesystem=/home/$USER/.icons/:ro && flatpak --user override --filesystem=/usr/share/icons/:ro |
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
| [placeholder] |
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
| fn get_output_path() -> PathBuf { | |
| use std::env; | |
| let manifest_dir = env::var("CARGO_MANIFEST_DIR").unwrap(); | |
| let build_type = env::var("PROFILE").unwrap(); | |
| let path = Path::new(&manifest_dir).join("target").join(build_type); | |
| PathBuf::from(path) | |
| } |
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
| using System; | |
| using Microsoft.Xna.Framework; | |
| using Microsoft.Xna.Framework.Graphics; | |
| namespace MyNamespace { | |
| public class MyGame : Game { | |
| private GraphicsDeviceManager graphics; | |
| private SpriteBatch spriteBatch; |
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
| <noscript>turn on javascript you ass</noscript> | |
| <h1 id="title"><strike> </strike>djman</h1> | |
| <h1><strike> </strike>what me am</h1> | |
| <h3 id="am">i am <span id="content">someone who hates people that don't enable javascript</span></h3> | |
| <p> | |
| i do random things.<br> | |
| sometimes, i eat eggs.<br> | |
| other times, i don't eat eggs.<br><br> | |
| i have a <span class="iq">9</span><span class="iq">9</span><span class="iq">9</span> digit iq.<br><br> |
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
| import java.io.BufferedReader; | |
| import java.io.InputStreamReader; | |
| import java.net.HttpURLConnection; | |
| import java.net.URL; | |
| import java.util.HashMap; | |
| import java.util.Map; | |
| import java.util.UUID; | |
| import java.util.concurrent.ExecutorService; | |
| import java.util.concurrent.Executors; | |
| import java.util.function.Consumer; |
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
| import java.io.BufferedReader; | |
| import java.io.IOException; | |
| import java.io.InputStreamReader; | |
| import java.lang.reflect.Type; | |
| import java.net.HttpURLConnection; | |
| import java.net.URL; | |
| import java.util.ArrayList; | |
| import java.util.HashMap; | |
| import java.util.List; | |
| import java.util.Map.Entry; |