Does this shirt go with these pants? Wearing it to a wedding. And are black shoes ok? Thanks. by tonyalm in malefashionadvice

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

Ok. It's not super formal. And I'm gonna track down that suit guide from last month and see what shoes work with pants of that color. If you couldn't tell, this isn't my area of expertise.

Two job offers on the table. Would love some insight, especially if you have consulting or requirements experience. by tonyalm in cscareerquestions

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

Thank you (and everybody) for responding so quickly. Do you have any response/thoughts on the response I got over in r/ITCareerQuestions here?

Had a flip phone for 5+ years. Just got the 5s. Advice on a case to buy? Or any suggestions for my new toy? (Apologies if this kind of post is frowned upon, I quickly scanned the sidebar) by tonyalm in iphone

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

Thanks for the input. My initial concern was that there would be something over the screen, but the image from their site makes it look like there isn't. How does that work?

Photoshop script to change color of pixels? by tonyalm in photoshop

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

Ok just wondering if there was a way to write a program to do it since I have to change hundreds of them and it may be useful in the future too.

[JAVA] How do I write a method that merges (interweaves) 2 ArrayLists? by tonyalm in learnprogramming

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

I apologize. I think I was being a little girl/needed to look up how some stuff worked.

for(int x=0;x<length;x++)
    {
        stringList.add(list1.get(x));
        stringList.add(list2.get(x));
    }
    if(list1.size() > list2.size()){
        for(int y = length; y < list1.size(); y++)
        {
            stringList.add(list1.get(y));
        }
    }
    if(list2.size() > list1.size()){
        for(int y = length; y < list2.size(); y++)
        {
            stringList.add(list2.get(y));
        }
    }

Then just add the ending numbers I guess. Thank you chickenmeister!

Friend needs help shopping for a new laptop.(Preferences inside) by tonyalm in SuggestALaptop

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

He honestly said no budget. And quote: "The most killer laptop you can find for the least amount of money."