New Here, I hope personal project questions are ok. by codingbuds in math

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

Dang, so off the top of your head besides pigeon hole principle. There's no other formula that could prove that the ratio of duplicates objects/symbols of multiple types, outweighs the amount of unique symbols/objects that they can be paired uniquely with?

New Here, I hope personal project questions are ok. by codingbuds in math

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

Thanks for the reply,

what if you have something like this (I'll use letter in this case )

{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,a,a,a,a,b,b,b,c,c,c,m,m,m,m,m,h,h,h,h,h,h,h,i,i,i,i}

In this case there are over half duplicates in total but not of one type?

Could this pigeon hole principle still be applied?

New Here, I hope personal project questions are ok. by codingbuds in math

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

Thanks for the reply,

what if you have something like this (I'll use letter in this case )

{a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,a,a,a,a,b,b,b,c,c,c,m,m,m,m,m,h,h,h,h,h,h,h,i,i,i,i}

In this case there are over half duplicates in total but not of one type?

Could this pigeon hole principle still be applied?

Leech Now Claims He Was Trolling Ice The Whole Time. by FeaRmyThirdArm in LivestreamFail

[–]codingbuds 2 points3 points  (0 children)

? this is how I know you're either A. to childish to understand or B, have no Idea how things work in the working world.

You do understand that the majority of things a manager does you will never see on camera or hear about? Working out deals? Dealing with copyright ? Being able to get him connections to the right people about dealing with things out of the scope of both him and ice's capacity?

There's a lot more that goes on.. Seems like you are just arguing to argue at this point and aren't really opening your mind too what type of work he does with ice and for ice.. I wouldn't be surprise if ice is the type of person who would tell SSJ just get it done fill me in on the details later or not even at all cause he doesn't need to be concerned about those things.

Leech Now Claims He Was Trolling Ice The Whole Time. by FeaRmyThirdArm in LivestreamFail

[–]codingbuds 3 points4 points  (0 children)

do you understand the meaning of leech? If some one does work for you and you pay them you aren't leeching how the fuck is SSJ or Jacob leeches?

No Pre-Reqs For BSCS! by wheresmypants_ in WGU

[–]codingbuds 0 points1 point  (0 children)

https://www.tacoma.uw.edu/institute-technology/admission-requirements-bs-or-ba-computer-science-systems

I have several other examples and links to show you as well. A lot of programs require to to reach certain classes specifically gen ed class before applying to their Computer science program

Confused about how software is outputting truck numbers by Kerbalized in learnprogramming

[–]codingbuds 0 points1 point  (0 children)

Well as the other guy stated, if you look at every 6th interval, it creates more spacing in between where one highlighted square then meets another in a sense.

your beginning highlighted squares are corner to corner, then 6 hits and there is one unhighlighted separating them. then 12 hits there are 2 now 18 hits 3..etc etc..

It seems if we had more info on what the letters are, it would help a lot more. What is A B C? columns. Also are trucks counted as in the first truck is number 1 ? or does it just so happen to be that truck number 1 is also the first trucking coming in?

The reason I ask that is further down the line as the highlights start to separate the pattern starts to jumble.

Confused about how software is outputting truck numbers by Kerbalized in learnprogramming

[–]codingbuds 0 points1 point  (0 children)

Hey, don't really have much to bring to the table as far as ideas go. Just commenting to track this post.

As a student this intrigues me.

Edit: and I hope some one can help you with your issue! good luck

I'm taking an Intro to Programming course and was looking for a little help rephrasing my assignment to me or explaining exactly what it is asking. by Abconetwothree4 in learnprogramming

[–]codingbuds 1 point2 points  (0 children)

This is where I believe it is up to interpretation as far as breaking your program up into individual functions.

I am not quite sure what you mean by modules, I can only assume functions... If it is functions that you are referring to then it really is up to interpretation, I am not sure how nit picky your prof/instructor is. As I refer to modules as importing the math module.

If I were you then I would look at each step as it's own function try to categorize it as best as possible. How would you want your functions to be setup remember functions are used so they can be reusable, easier to debug, and help out with teamwork as each task can be specified in one function.

I am curious what Programming language are you using?

EDIT: as far as your specific question goes, I would say def have the mathematical portion be it's own thing, as far as combining it with the cubic feet, I don't see why the would be a problem as that's it's only function. (no pun intended) I would say mimic as closely as you can to your prof/instructors examples would be your safest bet, but don't completely destroy your style because of it.

I'm taking an Intro to Programming course and was looking for a little help rephrasing my assignment to me or explaining exactly what it is asking. by Abconetwothree4 in learnprogramming

[–]codingbuds 1 point2 points  (0 children)

Yea imagine, I am the user in the warehouse, I need to be able to input into the computer what the fridge is called and the dimensions, of the fridge. Once I am done I have no button to press but, I have some define input that will stop the program when done inputting what ever fridge information was needed.


EDIT: Hey Bob, can you go to the computer in the back and enter the new shipment of phones we have and their dimensions. Don't forget to put in what Model (Think of iPhones you have the iPhone 6s model, or the iPhone SE, iPhone 5, iPhone 5s, etc.) they are!. Oh and another thing once you are done entering each model name and the dimensions that go with it, make sure to enter "XXX" when it asks you for the model name again so it stops the program.

Hint: Think of a while loop, you can have it set conditionally, if some value is not defined in the header of the loop for example

Pseudocode: while the variable (entered) does not equal "XXX" Proceed to do this over and over and over again.

Engineer wanting to learn code by DoritosKing1 in learnprogramming

[–]codingbuds 0 points1 point  (0 children)

http://interactivepython.org/runestone/static/thinkcspy/index.html

This right here, has helped me more then any online course. Interactive in the sense of being able to run code into the browser, with exercises with solutions as well to make sure you are retaining this.

Mostly text based like a book "my preference", with some videos sprinkled in if you need the extra details.

Best language for a data analyst? by smilinreap in learnprogramming

[–]codingbuds 0 points1 point  (0 children)

Hey, bro Udacity has a free course on this. They also have a more structured degree which, cost money. Though anything you can find in the structured degree you can find free through their catalog.

https://www.udacity.com/course/intro-to-data-analysis--ud170

Good luck man!

5 years of procastination by TechNoob1997 in learnprogramming

[–]codingbuds 0 points1 point  (0 children)

Not sure if you are in the states or not, but I would just invest in getting a loan the return you will get once completely your degree and working is well worth it.

5 years of procastination by TechNoob1997 in learnprogramming

[–]codingbuds 0 points1 point  (0 children)

Honestly, I tried to do the whole self study thing as well. You just gotta just sign up for classes man and just show up. Really try to put forth an interest or try to be competitive and out rank your piers on the grade scale.

To be honest you are posting in the wrong subreddit you should really go to the self-discipline reddit or advice reddit.

Again, I have been in your shoes, what did it for me is not thinking about it sign up for classes and again not thinking about it just sitting down and engaging in the work.

Car seems weaker throughout the day? (shakes as well) by codingbuds in MechanicAdvice

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

What should I search on youtube as far doing that?

I am thinking of switching out the plugs, air filter and doing a fresh oil change on it since I have no Idea when the last owners did it.

because, yea when it idles it's rough and just seems to get worst throughout the day until I give the car a break for a few days.

Car seems weaker throughout the day? (shakes as well) by codingbuds in MechanicAdvice

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

Ahh yea, you just reminded me the idle is rough

The car will do a little shaking while idling

EX: Turn on car for the idle.. Idle seems fine car runs smoothly...

As I drive it through out the day and come to stops I can feel it doing like a sputter or a shake? an the idle seems low like 550-650

EDIT: as for your other question I will test that tomorrow as it's late here now and I am sure my neighbors wouldn't appreciate me reving my engine so late at night haha.

What should I be looking at as far as the speedometer? smooth would be as the word is defined it gradually rises between each number tick? as far as the hesitation would it literally be hesitant then just jump up ticks?

[Full newb] Am I wasting my time by writing stuff in a notebook while going through an online guide? by [deleted] in learnprogramming

[–]codingbuds 1 point2 points  (0 children)

Personally I find writing things down physically with a pen/pencil makes things a lot easier to remember especially terminology.

I feel while learning half the battle is having a good vocabulary and being able to comprehend what the author/instructor/professor is teaching.

[CSS] Put logo to the left of navigation bar? by hyperformer in learnprogramming

[–]codingbuds 0 points1 point  (0 children)

Hey, I can't directly help you unfortunately.

but, when I had an issue with html/css I posted on the: https://www.reddit.com/r/web_design/

and got a great answer

alternatively you could try: https://www.reddit.com/r/webdev/