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 January 27, 2025 03:28
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 DSM Packages

Do I need to explain?