-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscratchpad
50 lines (41 loc) · 1.28 KB
/
scratchpad
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Scratchpad notes
Root: /usr/local/apache2/htdocs
docker cp index.html <ContainerID>:"/usr/local/apache2/htdocs/index.html"
https://github.com/chrisying/TkBoids
# pylint: disable=R0917
docker exec -it test-mysql bash
Binary Search
Quick Sort
Merge Sort
Depth First Search
Breadth First Search
Dijkstra's Algorithm
A* Search Algorithm
Dynamic Programming
Fibonacci Sequence
Longest Common Subsequence
Binary Tree Traversals
(Inorder, Preorder, Postorder)
Heap Sort
Knapsack Problem
Flyod-Warshall Algorithm
Union Find
Topological Sort
Kruskals Algorithm
Prim's Algorithm
Bellman-Ford Algorithm
Rabin-Karp Algorithm
Huffman Coding Compression
Quickselect
Kandane's Algorithm
Flood Fill Algorithm
Lee Algorithm
from sqlalchemy.engine import URL
connection_string = "DRIVER={ODBC Driver 17 for SQL Server};SERVER=dagger;DATABASE=test;UID=user;PWD=password"
connection_url = URL.create("mssql+pyodbc", query={"odbc_connect": connection_string})
from sqlalchemy import create_engine
engine = create_engine(connection_url)
https://www.youtube.com/watch?v=K2AXS5S9DOw
https://medium.com/@nanditasahu031/getting-started-with-argocd-b5a02353e144
https://preettheman.medium.com/lets-build-a-comic-reading-website-with-flask-python-37ffbb7f48f8
https://learn.nextwork.org/projects/aws-account-setup?track=low