it was after my morning run, and I had a sudden urgent urge to shit!
but I lost the urge by the time I got home.
but then a couple hours later I shat.
so yeah good day, lost weight.
public class DiHoneyBunny extends DiSkillV2 {
private RegexUtil regexUtil = new RegexUtil();
public OnOffSwitch onOffSwitch = new OnOffSwitch();
private String user = "user";
public PercentDripper drip = new PercentDripper();
private Responder responses = new...
1st draft:
dicN{}
keysN
quiz:drawRnd
get word gem:
quiz<-wordgem
ret rnd(wordGem)
quiz me:
solution = t[q]
ret drawRnd
cmdBreaker
if ear = solution
score++;
ret (correct)
else
score = 0;ret(bubu)
what is my score
ret score
*clear score
*category
quiz meaning, *translate
Hello there, all you talented coders! This is your ol’ pal Mr. Solver, and I’ve got a fantastic opportunity for you. You know, the kind that could turn your coding skills into cold, hard cash!
Have you heard of the Livingrimoire AGI software design pattern? Well, if you haven’t, buckle up...
*** varargs
***********
*variables*
***********
Dim age As Integer = 0
Dim isComplete as Boolean = False
Dim str1 As String= "morning"
Const num As Integer = 2
*********
*strings*
*********
Dim name As String = "John"
Dim age As Integer = 30
Dim result As String = String.Format("Hello, {0}. You...
*********
*imports*
*********
from tkinter import *
from tkinter import scrolledtext
from tkinter import messagebox
from tkinter.ttk import Progressbar
from tkinter import filedialog
from tkinter import Menu
******
*stem*
******
import tkinter
window = tkinter.Tk()
# rest of the code goes here...
Imports System.Collections.Generic
Public Class Algorithm
Private algParts As List(Of Mutatable)
Public Sub New(ByVal algParts As List(Of Mutatable))
MyBase.New()
Me.algParts = algParts
End Sub
Public Function getAlgParts() As List(Of Mutatable)
Return...
package skills;
import AXJava.DrawRnd;
import AXJava.Responder;
import AXJava.TrgTime;
import LivinGrimoire.DiSkillV2;
public class DiPunisher extends DiSkillV2 {
public DrawRnd punishments = new DrawRnd();
private String trigger = "i was a bad boy";
private TrgTime reset = new...
class AXPassword {
private var isOpen: Bool = false
private var maxAttempts: Int = 3
private var loginAttempts: Int = maxAttempts
private var regexUtil: RegexUtil = RegexUtil()
private var code: Int = 0
func codeUpdate(ear: String) -> Bool {
if !isOpen {...