Search results

  1. fukurou

    👨‍💻 dev TKInter cs

    ********* *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...
  2. fukurou

    2 more ports on the way?

    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...
  3. fukurou

    DiPunisher skill

    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...
  4. fukurou

    🎮gaming project mugen

    @ZORO
  5. fukurou

    meeseeks!

    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 {...
  6. fukurou

    mo regexes

    @the living tribunal "^((?!.*(server|choco).*).)*$"
  7. fukurou

    humanoid design

  8. fukurou

    scrapping the new port project

    @owly its a waste of time. 101 classes, + lots of missing codes, +cost I don't see any additional gain none whatsoever.
  9. fukurou

    regex col

    email : [A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,6} timeStamp : [0-9]{1,2}:[0-9]{1,2}:[0-9]{1,2} simpleTimeStamp : [0-9]{1,2}:[0-9]{1,2} secondlessTimeStamp : [0-9]{1,2}:[0-9]{1,2} fullDate : [0-9]{1,4}/[0-9]{1,2}/[0-9]{1,2} [0-9]{1,2}:[0-9]{1,2}:[0-9]{1,2} date ...
  10. fukurou

    to fap or not to fap that is the question

    actually it's: to fap now or later
  11. fukurou

    .net is a cope

  12. fukurou

    rumour booster announcement

    I feel a massive shit brewing inside. a spicy shit, which requires time and a peaceful toilet. soon I shall shit. enjoying the cool Autom breeze taking my time. I'll even wash my ass with soap after words.
  13. fukurou

    pyintaller

    cmd: pip install pyinstaller // run once to install cd .py file directory address pyinstaller --onefile pythonScriptName.py
  14. fukurou

    habit skill java-python

    private UniqueItemSizeLimitedPriorityQueue habitsPositive = new UniqueItemSizeLimitedPriorityQueue(); private AXCmdBreaker habitP = new AXCmdBreaker("i should"); private String temp = ""; // bad habits private UniqueItemSizeLimitedPriorityQueue habitsNegative = new...
  15. fukurou

    luxury interior designs

  16. fukurou

    🏕️offgrid fat shelter build

  17. fukurou

    merch

    https://www.redbubble.com/shop/ap/153024852?ref=studio-promote
  18. fukurou

    golem build

    gollum (Golem) (M) @ Assault Vest Ability: Rock Head Tera Type: Normal EVs: 4 HP / 252 Atk / 252 SpD Careful Nature - Earthquake - Explosion - Fire Punch - Double-Edge
  19. fukurou

    Raspberri Pi and Arduino

    :s18:when manipulating hardware: power off everything before correctly power off the Raspberry Pi
Top