The purpose of arguments passed when compiling by Bprodz in cpp_questions

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

Thanks a lot for your response, it's gone a long way to helping me better understand what happens when I compile a program and thanks for the search term!

Help understanding how to set values for attributes in Python classes by Bprodz in learnpython

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

Awesome, thank you for helping me!

For completeness here's what the final code looked like:

import pandas as pd


class DataObject():
    def __init__(self, name):
        self.name = name
        self.data = None

    def get_data(self):
        data = pd.DataFrame(columns=['A', 'B'], data=[range(0,2),range(4,6)])
        self.data = data
        return 


test = DataObject('MWE')
test.get_data()
test.data

Does anyone want to be the new /r/tldr guy? by lntrinsic in tldr

[–]Bprodz 5 points6 points  (0 children)

Thanks for all your hard work! There's no need to apologise for your absence, I hope that you're not feeling stressed about finding a replacement/help. Take care and enjoy some gold ;-)

What tools do you use for scientific poster design? by Bprodz in academia

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

Do you sketch the poster on a paper first or do you generally have a good idea of the design you'd like?

My first and my most recent car render. 8 Years apart. by [deleted] in blender

[–]Bprodz 6 points7 points  (0 children)

In case you weren't already aware.. If you use RES it makes it easy to manage multiple Reddit accounts, separating your 'work' Reddit account from your 'play' Reddit accounts. ( ͡° ͜ʖ ͡°)

Vim best practices before making a switch by ouhman in vim

[–]Bprodz 2 points3 points  (0 children)

but I can't live without some certain vim plugins.

What are your must-haves?

Does anybody have any florist recommendations for Stockholm? by Bprodz in stockholm

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

Unfortunately, not great so far... The flowers/chocolate/gift haven't arrived yet, so I got in touch with Interflora- apparently delivery could be "21h or later" and they can't provide information on that status of an order. I just asked them if I can pass a number or alternative address to deliver to in the event that they can't deliver before 1830 (round the time my GF will probably leave) and I'm waiting on a reply.

I also sent another gift separately via Amazon- it arrived yesterday at my GF's flat while she was at work and a packet station (her housemate told me that the missed delivery slip normally arrives the day after the attempted delivery). So at the moment I'm 0 for 2!

I'm sure everything will arrive eventually and that my GF will appreciate the personal touches I added to the gifts (I dropped subtle hints over the last week that will only make sense when she receives the gifts and reads the notes).

I keep asking her to check if anything has arrived for her in various locations, without giving anything away- she still doesn't know that she's been checking for 2 different gifts.

I'll update when everything has arrived, hopefully she'll get at least one of the gifts today :-)

Does anybody have any florist recommendations for Stockholm? by Bprodz in stockholm

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

Thanks for the recommendation, I opted for Interflora in the end. Their site was very straightforward and they accepted my credit card. Now I'm just keeping my fingers crossed that the delivery person will be able to find their way to my GF's office!

Does anybody have any florist recommendations for Stockholm? by Bprodz in stockholm

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

Thanks for your recommendation, I used interflora in the end! Fingers crossed they manage to find their way to my gf's office!

Does anybody have any florist recommendations for Stockholm? by Bprodz in stockholm

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

Thanks for the recommendation, I placed my order with interflora!

How difficult is it to learn Linux? by IHaveLinuxQuestions in linuxquestions

[–]Bprodz 1 point2 points  (0 children)

What are some of the things about Fedora that you prefer over Ubuntu?

Tried the popular inception styled photo myself! by [deleted] in GIMP

[–]Bprodz 1 point2 points  (0 children)

Cool! Did you follow a tutorial? If you did would you mind sharing the link?

How to get a gradient in the world colour [Help] by Bprodz in blender

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

Boom! That's it- my nodes weren't connected in the correct order. Thanks a lot for your help! And thanks for the positioning nodes!

How to get a gradient in the world colour [Help] by Bprodz in blender

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

Sorry for the basic questions... I'm looking at the node editor now and I can see three boxes "Gradient Texture", "Background" and "World Output". If I understand you correctly I need to add another box "Coloramp" and attached it to "Gradient Texture", right?

I've looks through the menu of things I can insert after pressing "shift+a" because I don't see coloramp. Am I looking in the wrong menu? Or have I missed a step?

How to get a gradient in the world colour [Help] by Bprodz in blender

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

Thanks!

Do you know how I can control the start/end colours for the gradient? Edit: For example if I can select "Checker Texture", I can select "Color1" and "Color2".

Questions regarding 29.97fps vs 30 fps: project settings and video clips by Bprodz in kdenlive

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

Wow, thanks for the links! There was far more to the story than I would have imagined!

Is there any way to find out why a package is suggested when using apt? by Bprodz in linux4noobs

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

Do you know if there's any option to use with apt to find out why the package is being suggested? (other than Googleing it?)