- London, United Kingdom
- https://tfrench.github.io/
Pinned Loading
-
-
-
chatgpt-retrieval-plugin
chatgpt-retrieval-plugin PublicForked from openai/chatgpt-retrieval-plugin
The ChatGPT Retrieval Plugin lets you easily search and find personal or work documents by asking questions in everyday language.
Python
-
etcd v3 leader election using Python
etcd v3 leader election using Python 1"""etcd3 Leader election."""
2import sys
3import time
4from threading import Event
5 -
Server code for using SSL and server...
Server code for using SSL and server-side authentication 1# read in key and certificate
2with open('server.key', 'rb') as f:
3private_key = f.read()
4with open('server.crt', 'rb') as f:
5certificate_chain = f.read()
-
Add compression to gRPC calls in Python
Add compression to gRPC calls in Python 1import grpc
23from grpc._cython.cygrpc import CompressionAlgorithm
4from grpc._cython.cygrpc import CompressionLevel
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.