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
What is more expensive, computational power or storage in hosting servers?
I created a basic program that can make it easy to write css, make it more easy to debug and take less space.
A basic animation looks like this :
$moveLeftRight|l;r|5px;0|6px;None|
Basic css Style:
....
Im Yaver Javid
Votes: 0
Answers: 2
Accessing byte array values from socket inputStream
I am attempting to retrieve the byte values from an InputStream which is being sent to the socket. I have used many ways but it always prints me the address of the byte array instead of its contents.
...
Giorgos Cut
Votes: 0
Answers: 1
ZipArchive not saving file on live server in Laravel
I have some encrypted responses that I convert to a Zip file in my Laravel application. The function below downloads the API response, saves it as a Zip file, and then extracts it while I read the fol...
Oladapo Jimoh
Votes: 0
Answers: 1