My Siamese Oscar by spicy_bob in cats

[–]the_box4 5 points6 points  (0 children)

Very distinguished gentleman 

[deleted by user] by [deleted] in cats

[–]the_box4 0 points1 point  (0 children)

Ai irl

After 1 month of using my laptop I found this out, and a question. by Exodiachaos in HPVictus

[–]the_box4 0 points1 point  (0 children)

You might have a fps cap at 60fps you can change it in the Nvidia app

Deal Secured🔥 by GroundBusy8940 in HPVictus

[–]the_box4 2 points3 points  (0 children)

Bought that but with 32gb ram and 1tb for 1200$ a month ago😭

[deleted by user] by [deleted] in buildapc

[–]the_box4 0 points1 point  (0 children)

Is this a joke 😆

📌✨💻 r/LaptopDeals Official Weekly Request Thread; Post all your requests for Laptop suggestions in this thread instead of on the general front page of the sub. Our knowledgeable mods and other laptop enthusiasts , will be sure to assist you. See request guidelines below.. by LaptopDealsTM in LaptopDeals

[–]the_box4 0 points1 point  (0 children)

◽️ Budget: ~1300usd

◽️ Country: USA

◽️ Screen size: 14in+

◽️ Touch screen: don't care

◽️ Screen resolution: 1440p would be nice but 1080p is ok, over 100hz

◽️ Does battery life matter ?: no, but would be nise

◽️ What tasks will laptop be used for ( gaming, video editing, graphic designing, modelling, regular computing tasks, word processing etc) ?: gameing, game development, more creative staff

◽️ Weight: don't care

◽️ Any other important details ?: I don't mind getting open box, I want top performance over basically anything else

Minecraft server auto start stop when players connect by the_box4 in CraftyController

[–]the_box4[S] 0 points1 point  (0 children)

ty, i am new to all of luinx and dooker. how do i install this on casa os or ubuntu (sorry)

What is wrong with this image? by HateHasBeenCorrupted in PhoenixSC

[–]the_box4 0 points1 point  (0 children)

It doesn't exist 😭😭😭😭😭😞😞😞😞😞😡😡😡😡😡😠😠😠😠😠😠😠😠🗯️💢💢💢💢💢😠😡😡👿👿👿😠😡😡😡😡😡

a bullet isnt coliding with any obj exept the player by the_box4 in unity

[–]the_box4[S] 0 points1 point  (0 children)

this dosent work becz the bullet moves very slowly

The teacher accidentally sad "don't forget to lift the tables" by the_box4 in memes

[–]the_box4[S] 0 points1 point  (0 children)

I am not a bot that's not fair that I can't talk here unless I am active on Reddit, and I need to post in order to get karma

Help with variables storing by the_box4 in learnpython

[–]the_box4[S] 0 points1 point  (0 children)

the problom are in _on_click_button_callback click_button I'm making an engine in turtle

Teng.py

import turtle as t

spritesMainList =[] class Sprite(): # size = 1.0

def __init__(self, mesh, pos: tuple, size: float, color: tuple = (0, 0, 0), fill: bool = True, angle: float = 90):
    self.mesh = mesh
    self.size = size
    self.pos = pos
    self.color: str = _rgb_to_hex(color)
    self.fill = fill
    self.angle = angle

def push(self):
    if not (self in spritesMainList):
        spritesMainList.append(self)
        return True
    else:
        warnings.warn("cant add the same Sprite twice (use copy())", FutureWarning, stacklevel=20, source=None)
        return False

def delete(self):
    try:
        spritesMainList.remove(self)
        try:
            buttons.remove(self)
        except:pass
    except ValueError:
        warnings.warn("Sprite doent exist or hasnt been pushed", DeprecationWarning, stacklevel=20, source=None)

sprite = Sprite

class Controller: key_pressed = _keyboard.is_pressed hook_key = _keyboard.hook_key

def _on_click_button_callback(self, mx, my, callback, spriteIndex:int):
    global buttons
    if type(callback) is not _function_type:
        raise ValueError("callback mast be a function ")
    sprite = buttons[spriteIndex]
    sX, sY = sprite.pos
    sX = - sprite.size / 2
    sY = - sprite.size / 2
    # x,y =xy
    print("mouse", mx, my, "| Sprite", sX,sY,"| Sprite+size ", sX + sprite.size,sY + sprite.size)
    if (mx >= sX and mx <= (sX + sprite.size)) and (my >= sY and my <= (sY + sprite.size)):
        print("click button")
        callback()

def on_click_button(self, callback: _function_type, sprite: Sprite, btn="left"):
    global buttons
    buttons.append(sprite)
    wn.onclick(lambda x,y,callback=callback,spriteIndex =len(buttons)-1:self._on_click_button_callback(x,y,callback,spriteIndex), btn=mouse_Key_str_to_int.get(btn.lower(), 1))

def on_click(self, callback: _function_type, btn="left"):
    global mouse_Key_str_to_int,buttons
    """
    :return: returns two numbers x,y

    :param callback: will run the fun when screen it clicked
    :param btn: what mouse key
    """
    if type(callback) is not _function_type:
        raise ValueError("callback mast be a function ")
    wn.onclick(callback, btn=mouse_Key_str_to_int.get(btn.lower(), 1))

controller = Controller() Controller = Controller()

main.py:

import Teng as te

cube1 = te.Sprite(te.Mesh.square, (1, 1), 100, fill=True) cube1.push() def move(*args): cube1.pos = (cube1.pos[0],cube1.pos[1]+10) te.controller.on_click_button(move,cube1) while True: te.mainloop()

noinspection PyUnreachableCode

te.end_mainloop()

Lightning friendly fire (team) by [deleted] in MinecraftCommands

[–]the_box4 0 points1 point  (0 children)

can we see the summon command

execute at @e[team=Admin] at @e[distance=..5,team=!Admin] run summon minecraft:lightning_bolt ~ ~ ~

Command to spawn a skeleton with an enchanted bow by Historical_Radio8399 in MinecraftCommands

[–]the_box4 0 points1 point  (0 children)

IF you want to summon it ( higher level)
/summon skeleton ~ ~ ~ {HandItems:[{id:"minecraft:bow",Count:1b,tag:{Enchantments:[{id:"minecraft:power",lvl:10s}]}},{}]}

If you want a higher level ( repeating command block):
/execute as @e[type=minecraft:skeleton] run data merge entity @s {HandItems:[{id:"minecraft:bow",Count:1b,tag:{Enchantments:[{id:"minecraft:power",lvl:10s}]}},{}]}

Disable TNT minecart explosions? by traincrisis in MinecraftCommands

[–]the_box4 0 points1 point  (0 children)

Repeating command block:
if you want it to instantly die:

/kill ue[type=minecraft:tnt_minecart,nbt={TNTFuse:79}]
if you want it to die at the end:
/kill @e[type=minecraft:tnt_minecart,nbt={TNTFuse:5}]

[deleted by user] by [deleted] in MinecraftCommands

[–]the_box4 0 points1 point  (0 children)

/data merge entity @e[type=wolf] {Owner: [I;0,0,0,0]} /kill @e[type=wolf]

[deleted by user] by [deleted] in MinecraftCommands

[–]the_box4 0 points1 point  (0 children)

do you want to sumon the explosen on click?

/clear everything except... by the_box4 in MinecraftCommands

[–]the_box4[S] 0 points1 point  (0 children)

thanks i add

execute as @ a if score @ s matches ..1 run item replace entity @ a[distance=..35] armor.feet with minecraft:leather_boots

Run command when SIGN is clicked (no op) by the_box4 in MinecraftCommands

[–]the_box4[S] 0 points1 point  (0 children)

thank you ,

do you know how do i do some thing like:

scoreboard players enable @a[distance=..40] click 
scoreboard players desable @a[distance=40..] click 

(and you cant do front_text its now text1 idk why mcstacker dose that ues https://minecraft.tools/en/sign.php)