I'm having problems with git merge. I have 2 branches, develop and feature. What I did: I merged feature into develop by mistake, and so I unmerged it ( git rev
I am using readr::read_csv to import a series of files, then updating with data through and API. read_csv generally does a good job of guessing column type, bu
I'd like to make a ggplot function that allows me to choose a dataset, the data on x and y axes, and the y-axis label as an expression, but I can't get the y-ax
I'd like to convert string below into timestamp, I already did this into Sheets but I would like to automate this process. FROM: 38740 TO: 00:38.74 In google sh
On Leetcode, I'm supposed to "flatten" a tree so that it becomes a "linked list." /** * Definition for a binary tree node. * public class TreeNode { * in
It's been a long time I am finding a solution to this problem and banging my head but I am very confused and hopeless. Actually, I am storing attendance time in
So basically I'm trying to make a simple open gl 3D graphics engine using my own linear algebra to make projection and transformation matrices. OpenGL has a cla
I have a vue.js template that has a todo prop. I want to dynamically set the id value of each element. This what I have tried so far, is something like this pos
I am trying to get a value (player) from the dropdown select. Once I click the dropdown button, I want the value 'player' to get sent to flask and render the ne