Skip to content

Instantly share code, notes, and snippets.

@timhughes
timhughes / fastapi_websocket_redis_pubsub.py
Last active April 29, 2024 08:00
FastAPI Websocket Bidirectional Redis PubSub
"""
Usage:
Make sure that redis is running on localhost (or adjust the url)
Install uvicorn or some other asgi server https://asgi.readthedocs.io/en/latest/implementations.html
pip install -u uvicorn
Install dependencies

Ищу фронтенд-инженера, которому не всё равно

Привет, меня зовут Стас, я – фронтенд-лид в компании Proxet, и я ищу к себе в команду Middle(+) фронтенд-инженера.

С 2019 года мы работаем над собственным продуктом, это ML-powered рекрутинговая система, и сегодня в моей команде появилась открытая full-time позиция.

Если вдруг мы еще не знакомы, то, наверное, самым важным фактом обо мне на данный момент будет то, что я очень люблю то, чем занимаюсь. И именно такого человека я хотел бы видеть своим тиммейтом. Я ищу того, у кого есть желание влиять на продукт и на инженерные практики в команде.

@protrolium
protrolium / ffmpeg.md
Last active July 23, 2024 06:07
ffmpeg guide

ffmpeg

Converting Audio into Different Formats / Sample Rates

Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma

You can get the list of supported formats with:
ffmpeg -formats

You can get the list of installed codecs with:

@paf31
paf31 / 24days.md
Last active August 8, 2023 05:53
24 Days of PureScript

This blog post series has moved here.

You might also be interested in the 2016 version.