Skip to content

Instantly share code, notes, and snippets.

View ytingyeu's full-sized avatar

ytingyeu

View GitHub Profile
import operator
from typing import List
operator_set = set(['+', '-', '*', '/'])
class Solution():
def count_down(self, nums: List[int], target: int):
@ytingyeu
ytingyeu / 1-mongo-docker-tls-snyology.md
Last active October 8, 2024 13:29
Run MongoDB with TLS in Docker on Synology NAS

Summary

A note to run MongoDB with TLS in Docker on Synology NAS.

Pre-setup

Ignore any step if you have already done.

Install Docker via Packages

Do I need to explain?