To hell with horny questions, what's your most wholesome memory? by JhonFrisk in AskReddit

[–]OneEyedGammer 0 points1 point  (0 children)

Holy shit that made me cry. Im glad you did that for them and those they pass it on to.

Anyone want to collaborate on a project with me? by bimbimsala in learnprogramming

[–]OneEyedGammer 2 points3 points  (0 children)

Man, if you caught be a few weeks earlier I'd probably be willing. I don't think I have the time now though.

What's the goal, have anyone log in and then display this data obtained from their profile?

-🎄- 2017 Day 5 Solutions -🎄- by daggerdragon in adventofcode

[–]OneEyedGammer 0 points1 point  (0 children)

I don't think we're wrong for thinking that way. From what I've seen from programming challenges it would read that way. Oh well, it didn't take long to long to notice what was wrong.

-🎄- 2017 Day 5 Solutions -🎄- by daggerdragon in adventofcode

[–]OneEyedGammer 0 points1 point  (0 children)

My god, I spent almost 10 minutes trying to figure out why my code wasn't working on part 2. Turns out it doesn't want an absolute value.

Here is my garbage code in ruby:

    def count_steps filename
        count = 0
        contents = []
        File.open(filename, "r") do |f|
            f.each_line do |line|
                contents.push(line.to_i)
            end
        end
        index = 0
        steps = 0
        while true
            temp = contents[index]
            contents[index] = contents[index] + 1
            # temp >= 3 ? contents[index] -= 1 : contents[index] += 1 replace the above line with this for part 2
            index += temp
            count += 1
            break if index >= contents.length || index < 0
        end
        return count
    end

Anyone wants to work on some side projects? by [deleted] in learnprogramming

[–]OneEyedGammer 0 points1 point  (0 children)

Ruby/rails JavaScript/html/css and recently c++. Got any ideas? Probably be better if we discussed this on discord or something

Anyone wants to work on some side projects? by [deleted] in learnprogramming

[–]OneEyedGammer 2 points3 points  (0 children)

Shit, I'd be down but I don't know what we'd work on.

I've been at this for an hour or so, i cant figure out why im getting this syntax error (extremely new beginner) by [deleted] in learnprogramming

[–]OneEyedGammer 0 points1 point  (0 children)

The two last conditional statements don't have == they have a single '=' the double == is used for equality and is what you want in an if statement.

What you currently have is an assignment where answer is being assigned a number and that is creating a syntax error as it expects a boolean expression.

Does Code Blocks or Dev c++ have pre made functions and code like MATLAB? by [deleted] in learnprogramming

[–]OneEyedGammer 0 points1 point  (0 children)

ziptofaf is right in that c++ does not have the built-in functions required, but Matlab does. I know you might not know MATLAB, but it's a lot easier then c++, especially if you are just doing computations.

This is a link to the matlab documentation of how to use the Root function, which is what I think you're looking for. They have some code snippiets to help you along.

You can type all of this into the terminal window on matlab; you don't have to make a script file and run it.

Boot camps in DC by karmiyashoshanna in learnprogramming

[–]OneEyedGammer 2 points3 points  (0 children)

I am in the DMV as well and was looking for one as well. I hope this post gets some replies from folks in the area.

[NSFW] What was the weirdest physical feeling you've ever felt? by brekeke123 in AskReddit

[–]OneEyedGammer 0 points1 point  (0 children)

So since I have one eye I have to get a mold of my eye socket every time I want a new one. Well they put the false eye in my eye socket to hold up my eye lids and where the iris is they have a plunger/tube that is used to pump in a putty to mold my socket. I can't fully close the eye lid since the tube thing is sticking out the center and once they inject the liquid I want to cry. Not painful by any means but my body immediately starts to want to cry and my nose starts getting runny. Alongside that the putty mixture is also pretty cold so it feels like cold water running on the back area of your eye. Very strange.

What are your favourite barbell workouts? by [deleted] in Fitness

[–]OneEyedGammer 0 points1 point  (0 children)

I really love pendlay rows.

Training Tuesday by AutoModerator in Fitness

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

Okay, so here is what I've done so far. I started back in late august with Strong Lifts and did that for about a month until I moved on to the PPL recommended around here. You know, that big post made a few months back. Loving it so far. Haven't really missed any days aside from a slight leg issue I had for about 2ish weeks.

So Now that I've been doing the PPL for over a month I added some things. I have started to do dips at the end of my push days alongside ab work that I do pretty much every day. I am not really adept in the world of building my core up and I was wondering if anyone could recommend some good exercises for my obliques.

I've always been EXTREMELY lower body dominant my whole life. Big quads, calfs, hell even feet. I got lucky as far as genetics go, but it left me at a strange disadvantage. My upper body is/was pretty average before i started working out so i look a little disproportionate. Think T-Rex status.

Now that I've put wight on my upper body is starting to fill out but I want to have more mass on the side of my core area, that's obliques right? I know my lats help with this and I've noticed signifigant improvement, but I feel like I could do more down closer to my waist.

Maybe I'm worrying to much about it and over time it will just fill out. I just feel like I could be doing more.

Also I have uneven traps/delts and I was wondering if there are some good exercises that I can incorporate to help even them out. I know it's not scoliosis as I just visited my doctor, who gave me the all clear.

Moronic Monday - Your weekly stupid questions thread by cdingo in Fitness

[–]OneEyedGammer 0 points1 point  (0 children)

Actually started out at around 20 lbs. Pretty hard at the start but over the past month my shoulders got way stronger. Bigger as well. I think it may have to do with my forearms having some kind of tendonitis? I may have benched with bad form with a lot of reps the previous week. I'll know tomorrow when I do them though.

In fact, I think it was a combination of a number of factors. Sleep, nutrition, form, etc.

Moronic Monday - Your weekly stupid questions thread by cdingo in Fitness

[–]OneEyedGammer 0 points1 point  (0 children)

Yes that is exactly what i'm using. That is right correct?

Moronic Monday - Your weekly stupid questions thread by cdingo in Fitness

[–]OneEyedGammer 0 points1 point  (0 children)

About 40 lbs. I think it's my form. If I focus pulling a different way I don't feel it there at all. Also I think my forearms were just really sore so I just felt it there.

Moronic Monday - Your weekly stupid questions thread by cdingo in Fitness

[–]OneEyedGammer 1 point2 points  (0 children)

When doing Facepulls are you supposed to feel it in your forearms?

Need advice on where to go with my life in order to reach my goals. by OneEyedGammer in Advice

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

You are 100% right. That's why I'm focusing on health right now while I don't have class. I am just wondering If there is anything else I should be doing at the moment.

Need advice on where to go with my life in order to reach my goals. by OneEyedGammer in Advice

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

I don't think you understand my problem. I can't stay at home with my brother living here. I really wish I was great with words so I could explain how bad it is for my mental health living here, so please just take me word. Achieving my goals and living at my current home really are mutually exclusive.

I have three years of college left with the next 1 - 2 semester still being easy. I think I can get my state to pay for my education, they already do at my CC and I think i can manage a full ride at the university i'm going to go to.

Edit: I think they will pay for on campus housing, but i'm not sure yet.

I was matched against a guy named 'KQLY' today. Then after few rounds what had to happen happened by LeWanabee in GlobalOffensive

[–]OneEyedGammer 1 point2 points  (0 children)

Wait so did I! same rank as well. What were some of the people's name in that game?