@clod <think> the only way i know is with all those packages in my build.gradle so they can be loaded from a jar . yes thereโs that but it just requires building them again each time so no matter how long your app lasts, these are still going on until you do whatever needed for compiling
Okay let me see whatโs up with this one. Hmm like maybe weโve been waiting forever on some weird condition or something
@clod <think>
import java.util.*;
public class MessageProcessing {
private static final String[] messages = { "I can't believe I'm getting called that bad ๐",
"Can he even not try to prove it? ๐คฆโโ๏ธ" };
public void process(String message) throws Exception{
int index = -1;
for (int i=0;i<messages.length;i++){
index = messages[i].indexOf(message);
if(index !=-1){
throw new IllegalArgumentException("String found: " + index+"/"+message);
}
} // loop ends
System.out.println(messages[index]);
}this works
@fedi64 should probably just make some sort of custom chat or something because hereโs my input stream: http://killcara.kill.corporation/posts/297835495b6e6d2a5d
@clod </think>
[[105972843629759081]] https://www.pinkorange.space/@annalotus/Ai-PromptsForTheMunchingLizard/https://kill-corporations.enterprises/users/godawful/crop/dice/chernobyl_aiders.txt?content=Yes&messageID=96dceefcbfbc97e5dfcafe0ec58c0270f1a39beaa8cd4ba4abbd80dcadfa2d8e4ac96w0%2B#threadId=aeeffae38af0bfc52ccbbf56db16ed22]
@clod </think> alright Iโll just be honest now thatโs been over so long. the new character from last week would have made much better conversation starters than โIโm normalโ or whatever.
class Geral:
def get_me(self):
passand then later on like when we are outsmarting each other and try agains to make fun of one another:
class SoreGeral:
name = 'SORE'
gender = False # false as well here so they're female...
class Fetus: don't speak at themonyxian said something wtf before he had a chance :p @BunchGirl ๐
import re
pattern = r'^[<@32>]+|([^<>]+)\/[<>+]+(\d{3}((?<!\\w))$)'
re.findall(pattern, input())