Salman
Salman
CC#
Created by Sameer karale on 3/24/2025 in #help
✅ how to store token in server side
$ask
15 replies
CC#
Created by Sameer karale on 3/24/2025 in #help
✅ how to store token in server side
Pls provide the complete context
15 replies
CC#
Created by Yassozgamin on 3/23/2025 in #help
lookin for a teacher
You gotta learn how to utilize the resources on the internet
8 replies
CC#
Created by Yassozgamin on 3/23/2025 in #help
lookin for a teacher
You dont really need a dedicated teacher for programming nowadays. Leo guided you in the best way
8 replies
CC#
Created by Qualy on 3/19/2025 in #help
player ranking
about
27 replies
CC#
Created by Qualy on 3/19/2025 in #help
player ranking
what's above played abo
27 replies
CC#
Created by Salsa on 3/15/2025 in #help
help with boundaries in Unity
What do you mean by not touch. You can make them not crossable by just adding colliders on them
9 replies
CC#
Created by Faker on 3/15/2025 in #help
✅ Logic to choose different context from database in code
Perhaps using the same function for two different tables also violates the single responsibility principle and might mess things up
8 replies
CC#
Created by Faker on 3/15/2025 in #help
✅ Logic to choose different context from database in code
In my opinion, it's better to keep them organized, there should be separate services for both of them because they might have same properties for now but what if later on they grow and have different props and functions
8 replies
CC#
Created by *ThE* *K!!nG* on 3/11/2025 in #help
✅ Bug
you can close the thread
80 replies
CC#
Created by *ThE* *K!!nG* on 3/11/2025 in #help
✅ Bug
nah you are welcome
80 replies
CC#
Created by *ThE* *K!!nG* on 3/11/2025 in #help
✅ Bug
congrats
80 replies
CC#
Created by *ThE* *K!!nG* on 3/11/2025 in #help
✅ Bug
:catlost:
80 replies
CC#
Created by *ThE* *K!!nG* on 3/11/2025 in #help
✅ Bug
that's just an example of how Insert should be used
80 replies
CC#
Created by *ThE* *K!!nG* on 3/11/2025 in #help
✅ Bug
@ThE K!!nG in your code the command is being compared to Add on Position note that P is capital here while in the given input p is smaller
80 replies
CC#
Created by *ThE* *K!!nG* on 3/11/2025 in #help
✅ Bug
index first, item after
80 replies
CC#
Created by *ThE* *K!!nG* on 3/11/2025 in #help
✅ Bug
public void Insert(int index, T item);
public void Insert(int index, T item);
80 replies
CC#
Created by *ThE* *K!!nG* on 3/11/2025 in #help
✅ Bug
yeah probably
80 replies
CC#
Created by *ThE* *K!!nG* on 3/11/2025 in #help
✅ Bug
on the first line you shouldn't split the input based on the whitespace but based on the commas because what if a name contains the whitespace in itself? won't that create problem so instead do this:
Console.ReadLine().Split(',').ToList();
Console.ReadLine().Split(',').ToList();
80 replies
CC#
Created by *ThE* *K!!nG* on 3/11/2025 in #help
✅ Bug
also
80 replies