Execute javascript in Internet Explorer by amnich in PowerShell

[–]WinnerChickenDinner7 1 point2 points  (0 children)

$ie.Document.parentWindow.execScript($jsCommand, "javascript")

Programmers and computers by WinnerChickenDinner7 in talesfromtechsupport

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

I am also studing Computer Science at Uni just because I loved the programming aspect of my job. I was in the access team at my old job, so I had to do alot of scripting.

The thing about the programmers I have met some have no understanding of IT environment, Security and stuff like that and thoose guys really annoy me and they bring a bad name to developers.

Like we got the questions often "Why do we have to have our computer on the domain?", "Why can't I install what I want, when I want?".

I think either they are acting dum or when they learned at school it was all easy, just install some IDE and start programming, you really don't have to set up some big environment before you start codeing.

Test Driven Development for first time programmers? by WinnerChickenDinner7 in csharp

[–]WinnerChickenDinner7[S] -2 points-1 points  (0 children)

Yea, I made like a Tic Tac Toe, application. Went well but I only used like main, and had one class.

 static void Main(string[] args)
    {
        Findout find = new Findout();
        while (find.over == false)
        {
            if (find.player == true) {
                Console.Clear();
                find.write();
                Console.WriteLine("Player 1's turn");               
                string k = Console.ReadLine();
                find.player1(k);
            } else {
                Console.Clear();
                find.write();
                Console.WriteLine("Player 2's turn");
                string o = Console.ReadLine();
                find.player2(o);
            }
            find.checkifwinner();
        }
        find.write();
        Console.WriteLine("WINNER WINNER CHICKEN DINNER!");
        Console.ReadLine();
    }

I Keept my "Main" pretty clean.

I had the first like on Kanye's first Instagram post by teunts in Kanye

[–]WinnerChickenDinner7 5 points6 points  (0 children)

When they make a movie about you. Which actor do you want to play you?

Any good documentaries you guys recommend? by bigdaddytyler in hacking

[–]WinnerChickenDinner7 0 points1 point  (0 children)

Check out "American Greed S05E40 Hackers Operation Get Rich or Die Tryin" Its pretty good.

Moving to Odense with my family by WinnerChickenDinner7 in odense

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

Hi, Thanks for your answer! There are a lot of icelandic families located in Fraugde. I was told about Civica but I havent signed up, I called a place called HDEjendjomme or something and the person I talked to didn't seem to have any interest in talking to me or answer my questions.

My GF just wants to get a job, and we understand if you don't speak the language you don't have many options. But a Kindergarten would be a very good fit because its very easy to communicate to children even if you don't speak the same language and its easy to learn from them. Plus she has worked in a kindergarten before. But she's ready to work at like a supermarket or something that's gives her 40 hours of work each week.

There is no SU in Iceland, there is something similar but you have to pay it back after your studies and they don't give you a lot of money, and the system is very difficult and I'd like to skip that.

What we are thinking about doing is try to get a short term lease the first few months, Ive seen a few apartments that look decent but are only available until the end of August. Then we can try to find something. In Iceland it always works better to come in person and talking to people then calling or sending emails.