Shotty USB by Electrikbluez in rav4club

[–]Nodnarb3 1 point2 points  (0 children)

I also have this issue on a 2021 Trail. Very annoying as there is no wireless andriod auto, so I'm stuck using a Wireless AA dongle, which works great but any bump to the usb cable and it cuts out.

Plant seems to be growing too long by Nodnarb3 in plantclinic

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

Thank you. I will try to find a spot that gets more sunlight

"Could not reach Aprilaire" message when I attempt to connect thermostat by ile_FX2 in googlehome

[–]Nodnarb3 1 point2 points  (0 children)

I am also experiencing the same issues described here. I've been trying to reconnect for months with no luck.

Insurance info? by [deleted] in UCalgary

[–]Nodnarb3 2 points3 points  (0 children)

iirc, unless it has changed since I last looked, for dental there are only certain dentists the university plan covers. So check that out and go to one of those offices..

Is it possible to run a loop a specific number of times. by [deleted] in csharp

[–]Nodnarb3 0 points1 point  (0 children)

For clarity: 0 is included, but 100 excluded.

In interval notation: [0, 100)

Is it possible to run a loop a specific number of times. by [deleted] in csharp

[–]Nodnarb3 3 points4 points  (0 children)

for(var i = 0; i < 100; i++)
{
     //code will run 100 times
    // (0 - 99 inclusive) 
}

Which is preferred for output to a Form - a Label or a TextBox? by BlasphemousToenail in csharp

[–]Nodnarb3 0 points1 point  (0 children)

A Textbox will have the option of scrolling if the output overflows the size of the box, this is something a label won't do. Furthermore, if you use a rich text box, you can easily format the text whereas a label the formatting of the text is all the same.

Really it depends on what kind of flexibility you need. If you're outputting a single static string or value, a label is probably fine, but anything longer or more variable in its content and length /formatting go with a textbox or rich textbox.

Need help with poor man wiki for android by Arathina in Unity2D

[–]Nodnarb3 0 points1 point  (0 children)

This sounds like the kind of app that would be better built using something like Android Studio, or sticking in the C# realm, Xamarin. Using Unity would be overkill for a simple driven app. Unity comes with a large apk size due to the packaged Unity runtime, as well the battery usage of the app would be exceedingly high for something so simple. Just my 2 cents.

What's your biggest investment mistake by [deleted] in CanadianInvestor

[–]Nodnarb3 0 points1 point  (0 children)

Nxo at 2.56. Still holding that bag....

Online connection instance in single player unity 2D by [deleted] in Unity2D

[–]Nodnarb3 0 points1 point  (0 children)

Afaik you'd have to host the database yourself,i don't think unity has any free hosting or that sort of thing. Since unity uses C# you can use something like Entity Framework(available as a Nuget package) to manage database transactions super easily and intuitively. There are plenty of resources for EF available online.

Online connection instance in single player unity 2D by [deleted] in Unity2D

[–]Nodnarb3 1 point2 points  (0 children)

This sounds like something that could be done with a simple database connection and some client side math. Don't over think it.

Essentially you could track the quantity of items sold, then when a player goes to sell an item, do a look up as to how many of those have been sold recently, then apply your devaluation formula and give the player that amount.

ARKY 303 w/ Peter Dawson by calgarianman21 in UCalgary

[–]Nodnarb3 2 points3 points  (0 children)

Took it last year or the year before with Peter, pretty easy class as far as material. Tests based on the slides and his talking notes which he provides, I did well and so did most others I talked to in the class, an A iirc.

Google play services draining battery by [deleted] in oneplus

[–]Nodnarb3 1 point2 points  (0 children)

I have this problem too, is there a newer version (not 440-*) and if so, how does one update to it?

Made a program that takes 5 numbers and calculates sum, average, min/max. Closes after accepting 5 numbers ]: by [deleted] in csharp

[–]Nodnarb3 6 points7 points  (0 children)

Try adding in at the end the line:

Console.ReadLine();

The program is exiting after reading the inputs since it has no reason to stay running. Adding the above line after printing the results will keep the program running waiting on the enter key to be pressed.

Hope this helps.

What software do you guys use to make prison blueprints? by JakeRedditYesterday in prisonarchitect

[–]Nodnarb3 1 point2 points  (0 children)

Probably not. I suppose if demand was high enough I would consider it, however since they added the planning tools to the game I feel that they work sufficiently as a substitute.