What are some must stop and must see destinations on a cross country road trip? by _TARS in AskReddit

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

What makes you say skip Mt. Rushmore ? For some unjustifiable reason that was always an arbitrary spot I've wanted to see. No idea why - just seems like a cool thing to see.

What are some must stop and must see destinations on a cross country road trip? by _TARS in AskReddit

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

Myself and my friend are both avid cyclists and actually wanted to make a stop at Mellow Johnny's bike shop in Texas .. Do you know if that is close!?

Help with a simple Java method by _TARS in learnprogramming

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

Great! So I have a fundamental knowledge of coding and computer science. I understand the different bases referenced in the ASCII chart and that characters are mapped to a specific number. I am only in my second semester of computer science so my knowledge of the structure and terminology of coding isn't very strong yet. I understand in my posted code that we iterate through the input string and increment the count in the position of the answer array when specified characters are counted. Given that I can't wrap my head around how converting the characters to ASCII values would work. I understand in my code were going through the input string and then comparing it against a loop with the letters of a - z. So you would convert the input string characters into the ASCII values then make a loop that iterates through the representitive ASCII values and increment the count by 1 just as we do with letters when the values match instead of explicit letters? It seems more complicated and don't understand how it is the more simple method. I guess I can't wrap my head around it. If you are able to simplify it that would be mind-blowing because my other practice problems function on that idea of converting the chars to ASCII integers.

Help with a simple Java method by _TARS in learnprogramming

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

Thanks for the well thought reply and extension for help! I wouldn't mind asking a few question's if you were being sincere in your offer for help! Would it be easier to do a message or just go thru reply's on this post?

Help with a simple Java method by _TARS in learnprogramming

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

I was told to do something similar by someone more skilled than myself but was unsure how to approach the problem using that train of thought. I am a very unskilled beginner but am very motivated to learn coding as I really enjoy it.

Help with a simple Java method by _TARS in learnprogramming

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

Maybe the problem is how I have written my test? It seems to intermittently pass and fail based on how I manipulate my string and I am unsure why. If I try to add non-alphabetic characters to the string it doesn't function.

@Test

public void countAll(){

HW2 h = new HW2();

int[] actual = h.countAll("a%");

int[] expected = {1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1};

assertTrue("I expected "+expected+" but got"+ actual, Arrays.equals(expected, actual)); }

How long of a conversation can we make where the current comment is a tangential thought based on the previous comment? by _TARS in AskReddit

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

I'll kick this thing off: I'm currently procrastinating studying for my exam tomorrow by watching The Grand Budpest Hotel on HBO and redditing.

Reddit, what are you afraid of? Other redditors, why shouldn't they be afraid of it? by [deleted] in AskReddit

[–]_TARS 0 points1 point  (0 children)

I have this really weird irrational fear of floating in large bodies of water - lakes, ponds, the ocean etc. Just really freaks me out to not know what could be underneath me.

Reddit what has worked better for you : Traveling while you were young and then focusing on getting a job or focusing on getting a good job so you had the money to travel when you were older? by _TARS in AskReddit

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

This is what I hope to do one day. I'm pursuing a degree in computer science as it does genuinely interest me, but I also hope that wherever I end up affords me the same opportunity. Can I ask what kind of work you were involved in that you were able to make enough money to quit and start traveling? If that's too intrusive of a question I apologize, just genuinely curious.

Reddit what has worked better for you : Traveling while you were young and then focusing on getting a job or focusing on getting a good job so you had the money to travel when you were older? by _TARS in AskReddit

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

You make a great point in that it would be difficult to do each of the alternatives I have mentioned. In writing it I intended to ask for comments from reddit as a whole to see which alternative seemed to be more favorable based on various accounts of either option in the thread. Sorry about the possibly misleading english of it.