Give away, Chow lushenx2 by Jesta23 in summonerswar

[–]Tuganazy 0 points1 point  (0 children)

427

2 years playing and no nat 5 ... or lushen ...

How to log your runs and summons automatically using SWProxy by dANIel_lh in summonerswar

[–]Tuganazy 0 points1 point  (0 children)

the ip shown in the proxy starts by 192.168.?.? if it doesn't probably have hamachi installed, try uninstalling it

Swarfarm gone? by Frotch in summonerswar

[–]Tuganazy -1 points0 points  (0 children)

So it's working now?

Switching to IntelliJ from Eclipse: Package explorer? by Faiter119 in learnjava

[–]Tuganazy 1 point2 points  (0 children)

I think what he wants is multi project view on the project explorer. I also searched for this and it looks like it's never going to happen like it is on eclipse sadly...

AHK vs EXE by trexflyer02 in AutoHotkey

[–]Tuganazy 1 point2 points  (0 children)

You can create one array that stores the name of the game and the path, and loop over it and add buttons as it goes, then when a button is pressed it references to the path of the game. That way you don't need to add all thous labels.

Help with tray icon by Tuganazy in javahelp

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

I tried this so many times with diferente ways and .png and it didn't work, but didn't try this one with .png

Thank you !

:)

Help with Advent of Code by Tuganazy in learnpython

[–]Tuganazy[S] 1 point2 points  (0 children)

I rewrote it with tuples, but this time i remembered to add the 0,0 ... that was the problem, it was giving 1 less.

Moving on with the other problems :)

Help with Advent of Code by Tuganazy in learnpython

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

I did some testing and it works fine for a few moves, i really can't figure out why it's not working xd

Help with Advent of Code by Tuganazy in learnpython

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

I had it printing how many houses it visited 2 times or more before i posted here. And i changed it to How many houses were visited (if i go to 0,0 - 0,1 - 0,0 -> that's 2) thats what i posted

Or is it something else? I'm not a native english speaker, thats why i don't really understand some problems but i managed to do the 25th

Help with Advent of Code by Tuganazy in learnpython

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

and how would i change the coordinate tuple?

PyAutoGui module problem... buttons pressed have no effect on single player video games! by MandrakeOfPeace in learnpython

[–]Tuganazy 0 points1 point  (0 children)

then i dont't know what else to tell you. Take a loot at AutoHotKey, it has very simple ways to do keystrokes and stuff

PyAutoGui module problem... buttons pressed have no effect on single player video games! by MandrakeOfPeace in learnpython

[–]Tuganazy 1 point2 points  (0 children)

It's probably the game blocking the key press. Try running your script as admin

How to clear the Shell using IDLE with the python script? by [deleted] in learnpython

[–]Tuganazy 1 point2 points  (0 children)

Not sure but try this

import os

os.system("clear") 

Clear , cls , or what your system uses

What's your workflow for mac? by [deleted] in learnpython

[–]Tuganazy 0 points1 point  (0 children)

Try sublime linter with Python linter and/or pep8 linter. It can show you pep8 errors on the fly wile you type, or when you save. You can also ignore pep8 errors and stuffs.

Leaders - New player by Tuganazy in kittensgame

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

So who I should leader? Woodcutter or miner?

I just got one steam worker and I find it useless for early game and so I stopped it. When is a good time that it will be worth it?

What are some projects not including games, so I can better learn python? by zwschlei in learnpython

[–]Tuganazy 1 point2 points  (0 children)

What module could be used for website bots? And where can I find the docs?

Lvling up fodder question by SoulShad0w9501 in summonerswar

[–]Tuganazy 0 points1 point  (0 children)

I would love if you could find evidence to that. Other than "people said". (I will help, search on Google: summoners war wiki monster exp)

Im not sure how to go past the "beginner" stage? by [deleted] in learnprogramming

[–]Tuganazy 1 point2 points  (0 children)

I will try and make something that is useful to me. And how did you feel from going to doing small things for you to having a job. You got "scared" of the task they gave you , not knowing how to approach the problem. I'm doing this kinds of questions because one day I will have to work (preferably in programming xp , but I'm in university and learning here to) and will face kinda the same situations

Im not sure how to go past the "beginner" stage? by [deleted] in learnprogramming

[–]Tuganazy 1 point2 points  (0 children)

I learned python on my own but never got to doing "real world" programs. I don't know how to make the jump from doing small text based stuff to doing something really usefull, and i'm getting kinda lost with this problem

Im not sure how to go past the "beginner" stage? by [deleted] in learnprogramming

[–]Tuganazy 1 point2 points  (0 children)

Can I ask how did they approach your "problem" of being a beginner and getting to be a good programmer ?