python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Parsing SQLite with JSON, Client to Server
I have got a GUI client, that can receive data from a multithreaded server. I then want to be able to send data back to the server. From what I understand with Json, I can use it to send the SQLite st...
stef_leggy
Votes: 0
Answers: 0
elasticsearch-rest-high-level-client dependency is not working
it's my first question.
I have to using ES rest high level client.
my ES server is 6.8.x, so i write my build.gradle file.
compile "org.elasticsearch.client:elasticsearch-rest-high-level-client:6...
sg oh
Votes: 0
Answers: 1
AttributeError: 'Command' object has no attribute 'client' in discord.py
This is the line of code with the error:
number = await self.client.wait_for("message", check=lambda m: m.author == ctx.author and m.channel == ctx.channel, timeout=20.0)
This line is insid...
Hyperba
Votes: 0
Answers: 1
Can I edit the javascript in Angular from client (browser) and see the restricted routes
Let's say i have a login page and an home page. Only users who are successfully logged in can go to "/home".
I have a backend doing the validation.
My question is: Can the user edit the java...
Vinayak
Votes: 0
Answers: 1