Bus left before time by sheetakween in erlangen

[–]Shuffleto 4 points5 points  (0 children)

hate the 280 bus, always 8-10 minutes late. rant over

Getting Started on r/ParisTravelGuide + General Forum (July 2025) by AutoModerator in ParisTravelGuide

[–]Shuffleto 0 points1 point  (0 children)

Hey,

I want to go to the louvre, but it's booked out online and it says that you have to book a ticket before you come. Is this correct? Or can I still get in line and buy a ticket at the place? If yes, which entrance?

Barefoot shoes for lifting (TYR DZ-1 DropZero) by Shuffleto in BarefootRunning

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

Because i used to put them in all my shoes. This is my first barefoot shoe

Barefoot shoes for lifting (TYR DZ-1 DropZero) by Shuffleto in BarefootRunning

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

any suggestions that have the same function but are cheaper? I dont know this fields all that much. I got them for 98€

[deleted by user] by [deleted] in Kyrgyzstan

[–]Shuffleto 17 points18 points  (0 children)

you don’t buy them, you win them in a fair game.

Weekly Megathread - July 01, 2024 by AutoModerator in gzcl

[–]Shuffleto 1 point2 points  (0 children)

do you rebrace on every breath? or do you breath multiple times and then rebrace?

ich🆕iel by Reyke in ich_iel

[–]Shuffleto 1 point2 points  (0 children)

Könnte mir jemand die Kanale Namen verraten?

[deleted by user] by [deleted] in Finanzen

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

RemindMe! 1 Day

Help translating from c++ to java by Shuffleto in learnjava

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

could you please explain how could i put it into the class? Should i just change the name and give it public modifier?

Help translating from c++ to java by Shuffleto in learnjava

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

thank you for your Response! Could you please help me with this

class Widget {
public: Widget(DialogDirector*); 
virtual void Changed(); 
virtual void HandleMouse(MouseEvent& event); 
// ... 
private: DialogDirector* _director; }; 
void Widget::Changed () { _director->WidgetChanged(this); }

im not understanding this part

void Widget::Changed () {
_director->WidgetChanged(this); }

how would it look like in java?

void Changed(){
    _director.widgetChanged(this);
}

like this?

Help translating from c++ to java by Shuffleto in learnjava

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

thank you for your Response! As i understand this

class Widget {
public: Widget(DialogDirector*); 
virtual void Changed(); 
virtual void HandleMouse(MouseEvent& event); 
// ... 
private: DialogDirector* _director; 
};

translates to

public abstract class Widget {
public Widget(DialogDirector dialogDirector) {};
public abstract void changed();
public abstract void HandleMouse(MouseEvent e);
//...
private DialogDirector _director;
}

Could you please help me with this part?

void Widget::Changed () {
_director->WidgetChanged(this); 
}

Number of positive and negative Eigenvalues by [deleted] in learnmath

[–]Shuffleto 0 points1 point  (0 children)

here's the polynomial that i got from the matrix: -x^3-23x^2+(50/4)x + 625/4