- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Run command once a port is listening
Notify on completed compilation
ed25519 well supported on most known web-browsers (if even available for websites) such as Firefox, Chromium, Edge and Safari?
P-384 may have an US backdoor if I remember correctly, so what encryption scheme are we supposed to use to not have it?
After a while
Download PDF
open a new tab without URL but does not start a download
It seems that have to wait compilation when come back to a project to see people on it etc.
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
https://www.overleaf.com/socket.io/
Welcome to socket.io.
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
DuckDuckGo search Python Overleaf client.
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
Python script:
import socketio
# standard Python
with socketio.SimpleClient() as sio:
# ... connect to a server and use the client
# ...…
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
pip install "python-socketio[client]"
Output:
Requirement already satisfied: python-socketio[client] in ./venv/lib/python3.11/site-packages…
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
The Socket.IO protocol has been through a number of revisions, and some of these introduced backward incompatible changes, which means that the client and the server must use compatible versions…
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
https://pypi.org/project/python-socketio/ python-socketio has 4.1 k stars and last commit was 3 days ago.
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
DuckDuckGo search socket.io Python client.
Be notified in real-time on any activity (for instance connection, cursor move, typing...)
wscat -c 'wss://www.overleaf.com/socket.io/1/websocket/XXXXXXXXXXXXXXXXXXXX?projectId=XXXXXXXXXXXXXXXXXXXXXXXX'
Output:
Connected (press…