files I wrote when I started learning HTML, CSS and JS long back
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
youtube-dl --skip-download --write-info-json <> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from datetime import datetime | |
from typing import Optional | |
import pandas as pd | |
from rich import box | |
from rich.console import Console | |
from rich.table import Table | |
console = Console() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rg --passthru --max-count 10 --color ansi job |
The Laws of Human Nature by Robert Greene
For every law the author provides an example from history, interprets and explains it and gives advice on how to use the law.
- Pros: very interesting historical examples.
- Cons: the laws are not supported by any scientific data and purely an opinion of the author.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from loguru import _Logger | |
from loguru import _Core | |
import ray | |
def create_logger_obj(): | |
return _Logger( | |
core=_Core(), | |
exception=None, | |
depth=0, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"hpt_res": { | |
"sarima": [ | |
{ | |
"p": 1, | |
"d": 0, | |
"q": 0, | |
"seasonal_order": [ | |
0, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer