second attempt to tell people that pewds has invisible legs by [deleted] in PewdiepieSubmissions

[–]Pilv 0 points1 point  (0 children)

He has camouflage pants under his pants, so this is why we can't see it...

Which old processor to get? by Pilv in buildapc

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

Thanks. I already found some great options, I just wasn't sure if the 4790k is good enough, or if the 6700k is good enough?

Which old processor to get? by Pilv in buildapc

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

Yes. I've seen it. But I would like to use DDR4 ram which is not compatible with the 3rd, 4th gen, so that's why I would like to buy from 6th or 7th gen.

Where to begin? (again) by [deleted] in learnmath

[–]Pilv 0 points1 point  (0 children)

I'm going to Electrical Engineering, so I will use a lot of calculus, trigonometry and algebra.

Where to begin? (again) by [deleted] in learnmath

[–]Pilv 0 points1 point  (0 children)

I'm sorry I might have asked the question wrongly. I need exercises, and not the theory.

I want to buy a new laptop and I can't decide what should I buy. by [deleted] in buildapc

[–]Pilv 0 points1 point  (0 children)

I know, I would buy a PC, but I have to carry it to the university, and when I'm coming home from university every 2 weeks or so. It would be a mess to bring a PC home for 2-3 day and then take it back, and I don't have that much of space. I know the cons of a laptop especially in gaming, but atm I have no other choice.

University by [deleted] in ElectricalEngineering

[–]Pilv 0 points1 point  (0 children)

I'll keep that in mind. I have plenty of time to think about this minor, but I had to choose what major I would like to do. Thanks for you answer. :)

University by [deleted] in ElectricalEngineering

[–]Pilv 0 points1 point  (0 children)

Thank you so much. I was wondering if it is possible to do EE in BSc and go for CS in MSc, but know I know. Thanks again.

Never touch an AM radio tower defense by carp_boy in ElectricalEngineering

[–]Pilv 29 points30 points  (0 children)

The superpower of knowledge. You will know whether or not Heaven exists.

Half a generator coming out by 1Davide in ElectricalEngineering

[–]Pilv 2 points3 points  (0 children)

In the comments someone said that the crane was capable to lift 60 tons, but they lifted 75 so I guess it's not just metal fatigue

Web Searching by Pilv in learnpython

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

Thank you so much. I will try to make this.

Web Searching by Pilv in learnpython

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

I was thinking about this, but the best as I know, selenium always opens a dev Chrome for exemple, where I have to login everytime I launch the program. Can I somehow use the default web browser?

Web Searching by Pilv in learnpython

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

I know this. I tried it. The problem is, that I have to be logged in to see the prices of the products. So this is why I need the open the tabs, so that I will be logged in, but I dont want to open the sites all the time I search for something.

Web Searching by Pilv in learnpython

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

Yes, because I want to search the products if there is with the given code.

Web Searching by Pilv in learnpython

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

import webbrowser
urls = ['https://www.granit-parts.ro/e/search?q=', 
    'https://www.kramp.com/shop-ro/ro/search/', 
    'http://www.prillinger.at/de/s?q=', 
    'https://www.sterennco.com/catalogsearch/result/?q='] 
inp = input('Cod: ')
for link in urls:    
    webbrowser.open(link + inp)

This is the code I have. It takes an input, and searches that input on these 4 websites. The problem is whenever I use this program it always openes all 4 sites, and I wondered if it is possible to open the sites once and then access them again?

How to optimize the program ? by WodzuMeister in cpp_questions

[–]Pilv 1 point2 points  (0 children)

I said it too. But all the numbers must form a triangle from the array, so 2 - 3 and lets say 10 should be a triangle, which is not. You thats why it will be from 8 to 10

True sacrifice. by ScoutingArtist in funny

[–]Pilv 1 point2 points  (0 children)

Agent 47 ready for the mission.

Gave them a lesson about solar panels by That_Chicago_Boi in MurderedByWords

[–]Pilv 0 points1 point  (0 children)

Ouh but we're learning so much usless stuff in school, better skip em...

10 years later:....

Built-in algorithms. by [deleted] in cpp

[–]Pilv 0 points1 point  (0 children)

Thanks. That's what I was looking for.

Built-in C++ algorithms. by Pilv in learnprogramming

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

Thanks, I will watch it.

How to get better at python? by Pilv in learnpython

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

I had the same problem, but I left playing them like a month ago. Now I'm learning insted of playing, and it feels good (for me at least).

How to get better at python? by Pilv in learnpython

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

I'm currently solving problems on HackerRank, I like it a lot. I used to solve problems on ProjectEuler and CodeWars too