Skip to content

Instantly share code, notes, and snippets.

@ryango
ryango / sushi.txt
Created April 2, 2023 00:23
sushi saturday deforum settings
{
"W": 768,
"H": 1024,
"tiling": false,
"restore_faces": false,
"seed": 1159736376,
"sampler": "Euler a",
"seed_resize_from_w": 0,
"seed_resize_from_h": 0,
"steps": 60,
@nivethan-me
nivethan-me / README.md
Last active May 21, 2024 10:56
Setup a Next.js 13 project with Eslint + Prettier with automatic tailwind class sorting
# =============================================================== #
from pprint import pprint
from tda.orders.generic import OrderBuilder
from typing import Union
import sys
from tda.orders.common import (one_cancels_other as oco,
first_triggers_second as trigger)
# =============================================================== #
# https://hakibenita.com/fast-load-data-python-postgresql
from typing import Iterator, Dict, Any, Optional
from urllib.parse import urlencode
import datetime
#------------------------ Profile
import time