I heard that users can see react source code that is on the website composed of react and nodejs. Can users see the api source code composed of nodejs that is o
I'm using tonic framework, a rust grpc server implementation. In the generated rust code from the proto file, I have a struct which has a field: #[prost(message
I want to use a single query to update many records in my Postgres database using a Ruby hash or array, rather than having to iterate through each record and ca
I have a dataset with multiple columns with variables that I want to check for correlations. My identifier is country code and the remaining are all variables t
I am trying to create a program which checks if the number user enters is a float, but it does not work. I tried to check with scanf, but that did not work eith
I want to make a vertical to horizontal back to vertical scrolling effect that also works on mobile. I have found the following jQuery code snippet: jQuery(
I want to customize the email verification on firebase but I'm not sure how to.I understand that the documentation says "you must create and host a web page tha
I want to format dates in a Table column in Excel 365 Web using a custom format. I can format a cell but not the cell value picked up in a variable or array.
I subscribed to valueChanges of a mat-selection-list to be notified when the user selects a new list item. In some cases I ask the user if he/she really wants t