shadi
shadi
CC#
Created by it’s raining outside on 8/26/2024 in #help
✅ how do i override built-in methods?
i think this would work on my phone so can't test public static MyClass operator ^ (MyClass a, MyClass b) { return new MyClass( a.Value ^ b.Value); }
20 replies
CC#
Created by shadi on 8/19/2024 in #help
Not angular specific - general guidance needed
@Sossenbinder but how would I suffix all the keys throughout the project if I can't find them in the first place? 😄 Also I don't wanna do it manually, file is huge and each key is used multiple times throughout the project
8 replies
CC#
Created by Reki- on 9/21/2022 in #help
loop
@Reki- Calculate how many spaces you need to print each line and how many stars in your first line, I think you need to print 4 spaces, then 1 star, then 4 spaces again (the last 4 spaces are unnecessary) then think of a pattern to draw you the first triangle up top, then do another loop that does the second shape
13 replies
CC#
Created by 4 on 9/21/2022 in #help
How to make Random Password Generator [Answered]
@cupck Split that string into char array. from there, you can decide how long each password is, and then setting each character to be of array[randomNumbe]
21 replies
CC#
Created by shadi on 9/13/2022 in #help
DateTime format into DateOnly
I can't find any statement like this online. all my other annotations are working fine
10 replies
CC#
Created by shadi on 9/13/2022 in #help
DateTime format into DateOnly
10 replies