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
{ | |
pkgs, | |
config, | |
lib, | |
... | |
}: | |
let | |
cfg = config.programs.librewolf; |
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
#include <fstream> | |
#include "appcommand.h" | |
#include "colors.h" | |
dpp::slashcommand command_info() { | |
return dpp::slashcommand() | |
.set_name("info") | |
.set_description("Get info about the bot"); | |
} |
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
// src | |
// Cat.kt | |
package space.mrtuxa.discord_bot.funny | |
import net.dv8tion.jda.api.EmbedBuilder | |
import net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent | |
import net.dv8tion.jda.api.hooks.ListenerAdapter | |
import net.dv8tion.jda.api.utils.FileUpload |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCtowVdSdngtobYK9z85BDNzJWMF3BbkKjgQc/nAyIDVX6afbN4IsjeIP2ifhLYw6dcOTsS+ixcSgbYMzzCamL0OpG93idIiaqyK9n7dZD/TkGcr8w10Oh8Xgx54MT4hTz1Af8TSNq+/p9wmDrC/aNa7EWIXEKU5qy7WNe/RP4GC2lfiJyzDxiDA+s5ESbEfNJoYnICFVMbf4I1k+rAkNqqf0d1LuANPClTQSFHJ3ZdhoOIAQSb1HhJZiXsFFfZuStMnhgPAk9b5mrpFKKYpXlVPfh3iZRnVkhztP9yl0iBW6zLltsjZSr3BYVbMNoxal7fOLxnQxSS1njcJ23SCkSS5Njq2X04Uk0iJFFWCNXOSybecLxVDOCpchCSm+WeOVFvZTI5/l6V1rs6g4x2yXlhD2t/GBIPDOuMgqRdwGlMbzzd3aBkfYROmq8tSZ1KQuaC2tYGj9m8tgvr8R5yj0yA50jgy0PKFvDdw4gnGH9DKSewGGudkuUIXDhGXiMYXes= mrtuxa@mrtuxarch |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDOs4vKhu9umcsZlcFTFP0ZORqSIHjMyDm9YoAjZYYz1Ur78fvooOhvvWlygYEJZe8J6xEjq/BJV2RK2b3rPnAdwYBl/nSWWZErThyRLtK5GtbMpI80XxvhanBVrAKgcZHnDb21JFqKV0nCGyOko0jZHQxMAnzjZRFbGi4oAuAXpY/wLVyG1vG4S5t56ZuvQzHv69PiJ/R+FT6Z9ZoyjhF8FjXcXrkLqK6U98T80mdBfXDNcAa/c7yUqNJGP9+ZILNYuiFE076wcpLQAjtGHJQ1MnamxmijxV+iSfa2Z0RFafPjma9HmCrlyBsxly87fql5HvX1XgSJD3ui2X1a8mE6j5ZNNch0B60S48cmiEnU3ie7Duunj27pC8lVNpr+LUvPluuLSF3UvB1fVfHcRwRkNwDz96KjYbGwDFTtzHQKclDd78GUWx1EwNbz69MVwPKhHsf4TVG0eUl4NfGiACV34dd37mLNy9IXUCry0/tB1Ksan5scy+BfLCVkAB3x9p8= mrtuxa@DESKTOP-DKINE5C |
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
/* Set a vintage color palette */ | |
body { | |
background-color: #e8d6b3; | |
color: #635d4d; | |
font-family: 'Courier New', Courier, monospace; | |
} | |
/* Add a patterned background */ | |
body::before { | |
content: ''; |
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
1 <1 ms <1 ms <1 ms kabelbox [192.168.0.1] | |
2 7 ms 9 ms 7 ms 83-169-183-94-isp.superkabel.de [83.169.183.94] | |
3 8 ms 9 ms 7 ms ip5886ea41.static.kabel-deutschland.de [88.134.234.65] | |
4 13 ms 9 ms 9 ms 145.254.3.128 | |
5 16 ms 18 ms 16 ms 145.254.2.195 | |
6 15 ms 15 ms 15 ms fra-5-a9.de.eu [54.36.50.184] | |
7 * * * Request timed out. | |
8 * * * Request timed out. | |
9 * * * Request timed out. | |
10 * * * Request timed out. |
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
I want you to act as a Gentoo Linux Terminal. I will type commands, and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block. Do not write explenations. Do not type commands unless I instruct you to do so. When i need to tell you something in English I will do so by putting text inside curly brackets {like hits}. My first command is pwd |
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
Connected with Over-Network#1925 | |
22:05:28.566 [Javacord - Central ExecutorService - 2] ERROR org.javacord.core.util.event.EventDispatcherBase - Unhandled exception in a listener thread for Over-Network! | |
java.lang.NoClassDefFoundError: org/javacord/api/entity/channel/GroupChannel | |
at de.btobastian.sdcf4j.handler.JavacordHandler.getParameters(JavacordHandler.java:195) ~[sdcf4j-javacord-1.0.10.jar:?] | |
at de.btobastian.sdcf4j.handler.JavacordHandler.handleMessageCreate(JavacordHandler.java:129) ~[sdcf4j-javacord-1.0.10.jar:?] | |
at de.btobastian.sdcf4j.handler.JavacordHandler.lambda$new$0(JavacordHandler.java:59) ~[sdcf4j-javacord-1.0.10.jar:?] | |
at org.javacord.core.util.event.EventDispatcher.lambda$dispatchMessageCreateEvent$145(EventDispatcher.java:5264) ~[javacord-core-3.5.0.jar:?] | |
at org.javacord.core.util.event.EventDispatcherBase.lambda$dispatchEvent$12(EventDispatcherBase.java:213) ~[javacord-core-3.5.0.jar:?] | |
at org.javacord.core.util.event.EventDispatcherBase.lambda$checkRunningListenersAndStartIfPossib |