Home
Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Calendar
games
Log in
Register
What's new
Search
Search
Search titles only
By:
Current visitors
New profile posts
Search profile posts
Menu
Log in
Register
Install the app
Install
Home
Members
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
fukurou's latest activity
fukurou
replied to the thread
DiSpiderSense
.
public SpiderSense addEvent(String event); public void learn(String in1); public Boolean getSpiderSense(); public ArrayList<String>...
Jan 20, 2025
fukurou
posted the thread
DiSpiderSense
in
chit chat
.
import java.util.Scanner; public class SpiderSenseDemo { public static void main(String[] args) { SpiderSense spiderSense =...
Jan 20, 2025
fukurou
replied to the thread
👨💻 dev
diinsulted
.
class DiBanter(Skill): def __init__(self, responder: Responder, memory_size: int = 15, reply_chance: int = 90, )...
Jan 16, 2025
fukurou
replied to the thread
👨💻 dev
diinsulted
.
class DiCusser(Skill): def __init__(self, responder: Responder, memory_size: int = 15, reply_chance: int = 90, )...
Jan 16, 2025
fukurou
replied to the thread
👨💻 dev
diinsulted
.
class AnnoyedQ: def __init__(self, queLim: int): self._q1: RefreshQ = RefreshQ(queLim) self._q2: RefreshQ =...
Jan 16, 2025
fukurou
posted the thread
👨💻 dev
diinsulted
in
chit chat
.
def count_occurrences(lst, element): return lst.count(element) # Example usage: my_list = [1, 2, 3, 2, 4, 2, 5] element_to_count =...
Jan 15, 2025
fukurou
replied to the thread
jizz board
.
self.convo1.add_items(UniqueResponder("you are being responsible", "you are doing the right thing", "you are making a good choice"), "i...
Jan 12, 2025
fukurou
replied to the thread
jizz board
.
class DiEvent(Skill): def __init__(self): super().__init__() self._e = False self.declarations =...
Jan 12, 2025
fukurou
replied to the thread
jizz board
.
class DiEvent(Skill): def __init__(self): super().__init__() self._e = False self.declarations =...
Jan 12, 2025
fukurou
replied to the thread
jizz board
.
class EventChat: # Funnel input to a unique response bundle def __init__(self, ur: UniqueResponder, *args): self._dic =...
Jan 12, 2025
fukurou
posted the thread
jizz board
in
chit chat
.
class YourClass: def __init__(self, ur: UniqueResponder, *args): self._dic = {arg: ur for arg in args} def...
Jan 12, 2025
fukurou
replied to the thread
👨💻 dev
AXContains
.
class DiWarrior(Skill): def __init__(self): super().__init__() # Call the parent class constructor...
Jan 12, 2025
fukurou
replied to the thread
👨💻 dev
AXContains
.
class DiWarrior(Skill): def __init__(self): super().__init__() # Call the parent class constructor...
Jan 12, 2025
fukurou
replied to the thread
👨💻 dev
AXContains
.
class DiWarrior(Skill): def __init__(self): super().__init__() # Call the parent class constructor...
Jan 12, 2025
fukurou
posted the thread
👨💻 dev
AXContains
in
chit chat
.
from typing import Set def contains_element(my_set: Set[int], element: int) -> bool: return element in my_set # Example usage...
Jan 11, 2025
Home
Members
Top
Text copied to clipboard.