I'm new, and I have a problem: I got a dataset (csv file) with the 15 columns and 33,000 rows. When I view the data in Excel it looks good, but when I try t
I'm looking to make something similar to this As you can see, when you scroll the sidebar follows you. This is my code, i can't make it work: <template>
I have the following code in Python: X, Y = np.meshgrid(np.arange(0, Z.shape[1], dtype=float), np.arange(0, Z.shape[0], dtype=float)) # error 1
I have written a SQL Server stored procedure with lot of comments. However, when I am merging the changes from local to acceptance/production environment in Vis
I need eep file from bascom to run my project of door lock ,correctly. When i compile the codes with bascom,i can't find eep file. Please help me. I am in bad t
I want to use standard cloudevent format for sending events from frontend applications to the backend API. I came to know about the following package which conf
I have this in the template: <div class="icon-action" *ngIf="node == null ? false : node.data && node.data.name && !node.parent.dat
I am trying to implement the google calendar api with flutter web, I have been looking for several ways to make the connection and the only one that looks promi
Whenever I click on link, a blue highlight of big margin appears around the anchor. I searched but I can't find any solution for that.