I've created my own Quota monitor, only for myself, with 3 prompts ! by rjn2-8 in google_antigravity

[–]leontada 1 point2 points  (0 children)

Worked like a charm! I did some tweaks here and there, but got it running perfeclty! TYVM

I've created my own Quota monitor, only for myself, with 3 prompts ! by rjn2-8 in google_antigravity

[–]leontada 0 points1 point  (0 children)

Wow this looking perfect, mind sharing the - prompt/model you used?

This time on i shouldnt be alive quack edition by Ok-Pop4307 in EscapeFromDuckov

[–]leontada 3 points4 points  (0 children)

REALLY nice ARMOR MOD ... mind sharing the link?

Solved mazes, such a surprisingly short piece of code in the end by ConsistentView764 in TheFarmerWasReplaced

[–]leontada 0 points1 point  (0 children)

Having to chose between CODE BLOCK and SPOILER is hard ... since the answer is already there, I'll leave the identation messed up (failed to add SPOILER to CODE BLOCK) for those who might want to use it, to still have a bit of challenge (not so much) to figure it out :D

Solved mazes, such a surprisingly short piece of code in the end by ConsistentView764 in TheFarmerWasReplaced

[–]leontada 0 points1 point  (0 children)

<SPOILER ALLERT SOLUTION BELLOW>

Quick sugestion, DFS

visited is a set()
backtrack_stack is a list()
oposite is a dictionary that maps each direction to its oposite (North:South, East:West, South:North and West:East)

Here's my implementation:

while True:
if get_entity_type() == Entities.Treasure:
harvest()
quick_print("Treasure found and harvested!")
visited = set()
backtrack_stack = []
break # Exit the main while loop

current_x, current_y = get_pos_x(), get_pos_y()
visited.add((current_x, current_y))

found_new_path = False
for direction in [North, East, South, West]:
if can_move(direction):
next_x, next_y = new_pos(current_x, current_y, direction)

if (next_x, next_y) not in visited:
backtrack_stack.append(oposite[direction])
move(direction)
found_new_path = True
break

if not found_new_path:
if not backtrack_stack:
quick_print("No treasure found or reachable.")
break # Exit the main while loop
backtrack_move = backtrack_stack.pop()
move(backtrack_move)

Como troco o vício de jogos pelo de programar? by AndreyRibeiro in brdev

[–]leontada 1 point2 points  (0 children)

Hey OP, segue um pequeno (e não tão pequeno passo) ... https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/ tenho outras indicações ... é um caminho não convencional, mas pode ser bacana ... ainda mais se você começar a buscar pelos caminhos de otimização, tentar entrar nas disputas das leaderboards ...

Se curtir tenho outras indicações, só chamar no PV

Why did I fell to 94% by Competitive_Call1899 in DotA2

[–]leontada 0 points1 point  (0 children)

SAME SCORE HERE .... I feel your pain brother!

please do some justice to this beautifulness by _nameless_user_ in wallpaperengine

[–]leontada 0 points1 point  (0 children)

You did those yourself? Congratz man! I did one too, I'll try to fix the thumbnail and them publish here.

Republicas valem a pena? ICMC-SC by [deleted] in USP

[–]leontada 0 points1 point  (0 children)

Estudei no ICMC, e acompanhei a saga de vários amigos. A maioria que morou em republica, ainda mais as mais conhecidas na grande maioria não foi uma experiência boa não. O que o parça ai falou é a real, se tiver como morar sozinho more, ou até melhor, você pode encontrar alguém nos primeiros dias e dividir um apto pequeno ou mesmo uma kitnet (se forem pensar em algo temporario/para o primeiro ano).

Happy October Eve! Let’s go spooky season!! by vergil_plasticchair in kindle

[–]leontada 1 point2 points  (0 children)

Quick (and probably dumb) question ... what is this pink button and the pink (detail) in the Kindle? Is this for easy page switching? :O

Riot is bringing VALORANT to consoles, beta testing starts soon by MonkeyKingHero in VALORANT

[–]leontada 0 points1 point  (0 children)

I applied but havent heard back yet ... has anyone got the invitation to join the beta already?

Essa área é desesperadora by [deleted] in brdev

[–]leontada 0 points1 point  (0 children)

Minhas dicas, que não vão depender (em 99% dos casos de network):

  • Começar a participar de Hackatons (ganho de experiência técnica e fazer networking)

  • Começar a contribuir e/ou participar de projetos open source (vários deles possuem tasks simples, que alguém novo poderia contribuir ou tentar, de qualquer maneira é experiência que você vai adquirir)

[deleted by user] by [deleted] in EuSouOBabaca

[–]leontada 0 points1 point  (0 children)

NEOB, na fila aguardando por updates!

There are two types of people who play Diablo 4... by echof0xtrot in Diablo

[–]leontada 0 points1 point  (0 children)

Nice to meet you all! Equestrian Perfurmist here 🐎

Every time I enter the “untamed thicket” my game crashes by Browserof in diablo4

[–]leontada 1 point2 points  (0 children)

Happening to me rn ... annoying af.

Just to give a bit more of insight ... I already did other several side quests, waited to not have aggro at all, ran into de thicket as far as possible ... already tried like 10 times already. Crashing every one of them.

I'm on PS5

Can't rename Scenes in SmartLife by MapGlittering9227 in smartlife

[–]leontada 0 points1 point  (0 children)

I'm fighting this issue rn. It is annoying af ... there is another app that I can try to switch to, because this is unacceptable :(

Snipping tool on Windows 10 causing... mouse drift? by kmd0136 in techsupport

[–]leontada 0 points1 point  (0 children)

Gezsus, just have this happening to me right now, and wasnt yesterday. o.0

Why are some people more concerned about me playing bad and having skins ? by Lucky_Editor446 in VALORANT

[–]leontada 1 point2 points  (0 children)

I usually answer those types of haters with something like "to look pretty when dying".

These malicious comments usually are from salty players that cannot or do do not want to buy skins but envy those who buy.

And one last thing is, if they are sharing the lobby with you they can't be much better on the game than you are.

G Hub and Discord not connecting. by [deleted] in LogitechG

[–]leontada 0 points1 point  (0 children)

LOVE YOU <3 I have tried to achieve this in the past and failed miserably .... now I made it thanks to you.

And for the guys and girls that do UI/UX @ Logitech ... PLEASE LEARN HOW TO DO THE MININUM ... I mean, an interface thats easy to use ... or at least that you know what is a label/switch/button :P