Skip to content

Instantly share code, notes, and snippets.

@stevecondylios
stevecondylios / resize-image-in-github-issue-github-flavored-markdown.md
Last active May 21, 2025 15:14
How to Resize an Image in a Github Issue (e.g. Github flavored Markdown)

How to Resize an Image in Github README.md (i.e. Github Flavored Markdown)

Percentage:

<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width=50% height=50%>

Pixels:

<img src="https://user-images.githubusercontent.com/16319829/81180309-2b51f000-8fee-11ea-8a78-ddfe8c3412a7.png" width="150" height="280">

@cameronezell
cameronezell / lambda_function.py
Last active December 12, 2024 21:26
Bluesky Lambda
import json
import logging
import random
from datetime import datetime
import boto3
import urllib3
def get_app_password():