I need to validate India's Taxpayer Identification number(TIN) and Central Sales Tax(CST) fields. How can I do that using php? I have to implement this valida
I would like to change the title of a column my datatable generated by jQuery Datatable plugin Do you know if I can do something like this: table = $('#exam
I have a simple button that when I click him he redirect me to another page in the website now using react router ( <Link to=''>). now what's I want is wh
I am working of app which provides connection to different wifi networks. We do it via downloading profiles. We want to do it with as less user interaction as p
I have an Angular app that uses MSAL.js and when I try to get an access token I'm receiving the following error: AADB2C90077: User does not have an existing
I'm trying to make a JavaScript bookmarklet that will act as a highlighter, changing the background of selected text on a webpage to yellow when the bookmarklet
Consider the following code : import React, { Component } from 'react'; class Counter extends Component { state = { value: 5 }; increment = () => {
tensor([[0, 5], [1, 4], [2, 2], [4, 2], [7, 9], [2, 0]) I want to reshape this tensor to tensor([[5], [14],