Хочу сделать смену языка на сайте [closed] - javascript

Closed. This question is not written in English. It is not currently accepting answers.
Stack Overflow is an English-only site. The author must be able to communicate in English to understand and engage with any comments and/or answers their question receives. Don't translate this post for the author; machine translations can be inaccurate, and even human translations can alter the intended meaning of the post.
Closed yesterday.
Improve this question
сделать с флагоми Армени Рассии и Англи
Зделате как хотите

Related

Is it not supported to send API emails for free after registering mailgun? What should I do if I want to test the distribution? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 days ago.
Improve this question
Is it possible to support mailgun to send emails for free for testing
Does mailgun have Chinese supplier support and how to sign a contract
Trying to use mailgun to send emails for free, but failed

What's the remote server url? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
How do I know what my URL is when the server is not local?
have now uploaded the server through HEROKU.
Here are the errors and code.
It tells you in the settings page for the app on the Heroku dashboard under "Domains".

Javascript library for mysql interaction into the browser [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm creating a client side application that will rely only on a remote mysql database, all the project use vuejs. Is there any js library that can work into the browser to save and retrive data on the remote mysql db?
Well, the simplest answer is "you should never do it".
Because do this on the "client side" is not secure, you will expose sensitive information about your database, and this is not okay.
You can see here why
However, if you really want to (just don't), here is, is really old but is because is not a good thing to do, but you can try.

How to do bulk insertion in cosmosdb using nodejs? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
How to do a bulk insertion in cosmos DB using node.js?
Is there any library available to make a bulk insertion in cosmos DB?
There is no bulk support directly with the node.js SDK but there is this sample that uses stored procedure for updates. Can modify to do inserts instead.
hope this is helpful.

How to Access Smart Card from a Chrome browser using WebUSB API and PC/SC? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I'm trying to write a web application which needs to exchange messages with a local Smart Card.
Currently I'm trying to use WebUSB API to connect the Chrome with the smart card reader, but I'm struggling to use the PC/SC specification.
In my researches I found this two topics:
Architectures to access Smart Card from a generic browser? Or: How to bridge the gap from browser to PC/SC stack?
How to send APDU to PCSC reader from web broswer using javascript
Although they deal with the same subject, they have no connection examples.
If anyone has any tips or example of connection I would be grateful.

Categories