🎆
Java17, Spring boot, K8S, ML/DL, Data Science, Python, ELBK, Quasar
-
IBM
- Lowell, MA
-
03:11
(UTC -05:00) - https://www.kaggle.com/krishnamsheth31
Pinned Loading
-
Configure SSL certificates MS SQL se...
Configure SSL certificates MS SQL server on Windows Server 1## Enable SSL connection MSSQL
23- Search Windows Feature in Start
4- Enable IIS - Followed https://stackoverflow.com/questions/30901434/iis-manager-in-windows-10
5- Open IIS and create self signed certificate
-
-
A terrible way to connect to MS SQL ...
A terrible way to connect to MS SQL Server and dump the certificate as a PEM 1import sys
2import pprint
3import struct
4import socket
5import ssl
-
Python snippet to create frozen sets...
Python snippet to create frozen sets of nested dictionaries. 1def freeze(o):
2if isinstance(o, dict):
3return frozenset({k: freeze(v) for k, v in o.items()}.items())
4if isinstance(o, list):
5return frozenset([freeze(v) for v in o])
-
SPECCPU-extractlog
SPECCPU-extractlog PublicExtracts all benchmark information and calculates min, max, standard deviation, mean, median from the log generated from speccpu2006
Python 1
-
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.