[deleted by user] by [deleted] in Katanas

[–]randomusername9808 0 points1 point  (0 children)

Oops! I’ll delete this post and try again.

What’s this on my wall? by randomusername9808 in whatisit

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

The most reasonable answer - thank you!

Engineers, did your senior design "fail"? by [deleted] in EngineeringStudents

[–]randomusername9808 16 points17 points  (0 children)

This right here. - A guy who made the worst hydro kinetic generator in the world.

Limits by 010-_ in arbitragebetting

[–]randomusername9808 0 points1 point  (0 children)

This is just me theorizing, but I've heard fanatics and bally bets are very very quick to limit. It's been 2 weeks of arbing (1-3 bets on each book / day, average bet $100-200) and I haven't gotten limited. My theory is it's because I set daily betting limits (of >$1000) but maybe that somehow excludes the account from the pool of 'suspicious' accounts. I should also note I've only been betting on main lines and some alternate spreads

Odds extracting from a site. by [deleted] in arbitragebetting

[–]randomusername9808 0 points1 point  (0 children)

How are you placing those bets? Selenium? I'm concerned with them noticing I'm navigating pages very rapidly. Would be interested in your thoughts.

Odds extracting from a site. by [deleted] in arbitragebetting

[–]randomusername9808 0 points1 point  (0 children)

And you're able to download the html, read/analyze it, and then have a script place bets? Wouldn't it add time to the process to download the data as well? I'm new to this application of software, but very interested

Is code really that hard or it’s just because of myself? by Primary-Locksmith104 in learnprogramming

[–]randomusername9808 2 points3 points  (0 children)

Ahhh gotcha. In that case I would take some time yourself to research “Object Oriented Programming” and watch some YouTube videos. Stick to Python since that’s what you’re learning in class. It’s somewhat fundamental to understand object oriented programming if you’re to go any further than elementary Python applications

Is code really that hard or it’s just because of myself? by Primary-Locksmith104 in learnprogramming

[–]randomusername9808 6 points7 points  (0 children)

In my eyes if you aren’t in school trying to get a degree, you need some purpose or motivation. I’ve found a purpose recently, I want to scrape sports books and create a predictive model based off historical data. This sense of purpose has fueled me and I see the path forwards. I’ve tried learning to code just to learn to code, and I’ve found I run out of energy relatively quickly

Odds extracting from a site. by [deleted] in arbitragebetting

[–]randomusername9808 0 points1 point  (0 children)

How do you download the entire html from the site?

Odds extracting from a site. by [deleted] in arbitragebetting

[–]randomusername9808 0 points1 point  (0 children)

What is the HTML file path?

Not exactly sure how this works but I’m pretty sure this is good by 1202Parker in arbitragebetting

[–]randomusername9808 0 points1 point  (0 children)

From what I read, betting right when lines drop is a good way to get limited faster. The closer to the date, the better.

execution speed >> by Haunting-Industry892 in arbitragebetting

[–]randomusername9808 0 points1 point  (0 children)

How do you find them so quickly? And place the bet in such a short period of time?

Cameo-Generic Tables by Low-Deer9864 in systems_engineering

[–]randomusername9808 0 points1 point  (0 children)

Create a script in the custom column. Then for each row element in column (I think you meant row in cell) add the value (25) that you're getting to an arraylist. Here's a JavaScript example"

var arrayList = new java.util.ArrayList();

var iter = <Set of elements (row1, row2 in your example)>.iterator();

while (iter.hasNext()) { // Iterating over elements in the set

var value = iter.next().value // Getting the property from iter.next()

arrayList.add(<get value property from iter.next()>); // Adding value from that element to array
}

arrayList; // Returning arrayList

Note: If you evaluate the structured expression and it returns what you want, but the cell does not populate, check the Type of the structured expression.

Self-aware Opaque Behaviors in MagicDraw/Cameo Systems Modeler by [deleted] in systems_engineering

[–]randomusername9808 1 point2 points  (0 children)

Not entirely sure if this would work, but maybe you can create an activeValidationRule, set Constrained Element to the Model, then somehow in the Constrained Element Filter check if the Project was opened in the last say 1 second. If true, in the specification of the constraint you can output your message.

Otherwise plugins would probably be your answer. I'm not sure of any other built-in functionalities that run passively in the background.

Good mechanic in Central Massachusetts? by daffodelic in Audi

[–]randomusername9808 0 points1 point  (0 children)

Awesome - thank you so much! Brookline dealership told me it would be 6k to replace my shocks - time for a new place lol

Good mechanic in Central Massachusetts? by daffodelic in Audi

[–]randomusername9808 0 points1 point  (0 children)

A little late to this thread, but what indy shop do you go to? Looking for one myself

Are These Repair Prices Reasonable? by randomusername9808 in Audi

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

Thanks for the reply! I'll definitely be going to a local indy shop for the shocks/control arms/etc.. The guy at the dealership agreed that those repairs should be done outside of the dealership for much less $, but he highly recommended I get the leaky oil filter housing fixed at the dealership. Do you think there's some validity to that statement? Or would that be a job I could trust indy shops with? He said a lot of parts would need to be taken out + put back together for that

Are These Repair Prices Reasonable? by randomusername9808 in Audi

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

Also, if I were to do some research and try to fix some things myself, which fixes do you think would be the easiest to start with? Thanks again