I am trying to determine if the input number is divisible by 2 or 3 or by both or not divisible by any one of them. The problem when the input is 0, it's suppos
I am using npm 6 ❯ npm -v 6.14.11 and the registry is set to ❯ npm config get registry https://registry.npmjs.org/ ❯ cat ~/.npmrc regist
I am trying to build a program that takes an integer and simulates the motion of a random walk until the random walker is at Manhattan distance r from the start
I'm working with a data frame with postal codes, and I'm trying to add to the data frame with the postal codes 2 columns: one with the full postal code and othe
When running Jest tests, a child-component of a mounted-component, uses mapGetters to get some values from store, and it throws Error when trying to read the vu
I am new to .net core and while using trying to bind Drop downs from ajax request but instead of Populated list i am getting the empty object list with full cou
I struggle with define zones on option in node, I've no idea how should I do it, in the node I have 2 septate panels (the dark purple from left and panel from
I'm using php storm for a project and I tried to change from the built in web server to the apache one as it messed with my url redirections. Using a mac, I cha
for(i=1;i<=2;i++) { for(j=1;j<=2;j++) { if(i==j) { continue;