I've been trying to create a pricing table where monthly price is given and a checkbox from where you can toggle between monthly and annually prices. I have 8 p
I'm attempting to create a Rubik's Cube in Python, i have gotten as far as visually representing the cube. Struggling a bit with how to implement rotation. I g
I have a router that fetches all data from the database. Here is my code: @router.get('/articles/', response_model=List[articles_schema.Articles]) async def mai
Is there a possibility to create a solution template including a Solution Folder and multiple files in .NET 6 for Jetbrains Rider? So far, I only found project
I encounter this bug in the datafeed requests of getBars. My setup is as follows: main series request for instrument e.g. BTCUSDT custom indicator for Index Pri
I need to implement some C code blow: float number = 1.5f long i = * ( long * ) &number; It is not about to convert the value from float into integer. This
I have filtered out procedures that I am interested on, and now want to display their average patient_cost. I have the calculation working, but am unsure how to
I have a service with a subject: @Injectable() export class UserService() { private currentUserSubject = new BehaviorSubject<User>(null); public