I have data with 2 columns like this : v1 = c(0, 29, 32, 29, 32, 28, -59, 30) v2 = c(0, 0, 0, 0, 1, 1, 0, 1) data = data.frame(v1, v2) v1 v2 1 0 0 2 29
I'm implementing a simple chat application where users can send documents to each other. Whenever a user sends a document, it can be opened via clicking on the
Ive recently bought a MacBook Pro and was setting it up for some python and Django programming but I ended up having problems installing psycopg2, I've tried se
First of all I'm quite new to programming and this is my first question here. I'm creating a code to calculate the trapezoid's area, and I need to make the same
Imagine Facebook mobile app, where you tap on the notification about someone like your comment. The app will open the appropriate screen, scroll you down to the
I have a problem with getting data in component from context file. I try to send props from context file to necessary component, but I receive empty Object. I a
I'm trying to understand this issue I'm having in blazor 3.1 and appreciate anyone who could explain it to me. I have a list of items. I make child components
Can anyone explain what this means? I'm just trying to grab the pageviews of a specific page. Here is my request: { path: '/v4/reports:batchGet', ro