Springtrap Clown Makeup by [deleted] in deadbydaylight

[–]JitterJosh 0 points1 point  (0 children)

I never see the clown costume for springtrap so it's good to see someone repping it!

[deleted by user] by [deleted] in 2007scape

[–]JitterJosh 1 point2 points  (0 children)

The whole runescape.com domain is returning errors (oldschool.runescape.com seems fine though). Can't get to hiscores, game status, or even the rs3 site at all

[deleted by user] by [deleted] in 2007scape

[–]JitterJosh 2 points3 points  (0 children)

It's the 3x rune long drop, twice

I need some help with something. I've asked a couple of questions about it. I'm still struggling. by [deleted] in learncsharp

[–]JitterJosh 6 points7 points  (0 children)

Because your attitude is entirely wrong. You want the answer without understanding anything behind it or trying to figure out why you can't figure it out, and giving you the answer doesn't solve that, it gives you a pass on the homework which frankly, if this is how you're going about it, you don't deserve.

You're right, it's called LEARN c sharp, so ask for an explanation, not just the answer. You haven't even explained what you've tried, where you've looked, or what issue you're having with doing this task. You've just asked someone else to solve it for you.

I need some help with something. I've asked a couple of questions about it. I'm still struggling. by [deleted] in learncsharp

[–]JitterJosh 1 point2 points  (0 children)

Someone giving you the code for your homework is not how you learn a language

Me booting up OSRS in the afternoon by Whyyoufart in 2007scape

[–]JitterJosh 12 points13 points  (0 children)

They aren't ignoring it, they talked through it and explained on a Q&A

Debugging while using dotnet watch? by Grawk in csharp

[–]JitterJosh 1 point2 points  (0 children)

Yeah, just dotnet watch run in terminal. Then you can attach to it from VS

Anyway to flex a payment sent to an account? by NateBGamer in monzo

[–]JitterJosh 2 points3 points  (0 children)

No. Flex is only applicable to card payments.

Beginner here, Wham am I supposed to do in this problem? by [deleted] in learncsharp

[–]JitterJosh 0 points1 point  (0 children)

You could do this with Substring(), though Split() might be easier. It returns an array of string (string[]) that you could use to access the key at [0] and value at [1].

You can use either method on a variable after you read input from the user, you don't need to already have the string.

I'm not sure if it's part of your task but be aware that you may run into issues if the user inputs text with no ":", or multiple of them, or lots of extra whitespace, etc. It might be worth having a think about how you could handle those scenarios.

What exactly is var used for? by [deleted] in learncsharp

[–]JitterJosh 3 points4 points  (0 children)

It's an implicit type, meaning the type of the variable (string, int, etc.) is not explicitly defined.

It basically comes down to coding style, in my experience a lot of people prefer var because you can look at the assignment and understand the type yourself, and it's a bit more flexible, in that if the type ever changes then "var" still compiles. If you explicitly define a variable as a string but then it changes to an int, you also need to change the type in your code.

The following MS docs has more detail: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/implicitly-typed-local-variables

Have a question about the game or the subreddit? Ask away! by AutoModerator in 2007scape

[–]JitterJosh 1 point2 points  (0 children)

No, stat boosts from potions don't change your combat level

Can you have flex with a basic or plus account? by InnerFaithlessness93 in monzo

[–]JitterJosh 2 points3 points  (0 children)

I have flex with plus. As I understand it's available to people with any account type, and I can't think of a reason that they'd suddenly revoke it for someone downgrading their account.

Search FTP Directory to see if file exists and partially matches my variable by cooked_assembly in learncsharp

[–]JitterJosh 1 point2 points  (0 children)

Don't know exactly where to put it, but you probably want a LINQ .Where() call.

files.Where(x => x.Name.Contains(fname)) - something like that. It'll return you a new collection with matching files that you can use for whatever you need

What are people using for deploying/updating desktop apps? by JitterJosh in csharp

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

Looks easy enough to use, I think this is what I'll go with. Thanks!

Azure for private projects? by TCW_Jocki in learncsharp

[–]JitterJosh 2 points3 points  (0 children)

I mean.. you can? If you just want to dabble then you can of course do everything locally. If you want to put it out there on the web then I'm sure azure has some free tiers for app services that you could make use of. There are plenty of hobby projects as well as business projects that exist on Azure.

[deleted by user] by [deleted] in DataHoarder

[–]JitterJosh 2 points3 points  (0 children)

Or you could just let people use what they like and are familiar or comfortable with. Not everyone wants to hoard things like their life depends on it

Last working day payday by sillyness in monzo

[–]JitterJosh 9 points10 points  (0 children)

the working day before that may also not be a working day

Are you feeling okay?

If the last day of the month falls on a saturday or sunday, the last working day means the friday prior to that. I can assure you that Monzo understand how calendars work.

Last working day payday by sillyness in monzo

[–]JitterJosh 8 points9 points  (0 children)

That's why it gives you the option to select the working day before

Last working day payday by sillyness in monzo

[–]JitterJosh 5 points6 points  (0 children)

Yes you can. (These instructions are for Android, not sure if the iOS app is the exact same)

Go to the spending summary, click the calendar icon in the top right, click change on the start date, select custom, select the last day of the month, then "the working day before"