TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #9 · 7 јан.

Иногда бывает ситуация когда dev-сервер по какой-либо причине не закрылся и висит в процессах, занимая порт. Это может быть из-за падения IDE или просто сам забыл погасить и закрыл терминал. Для таких случаев я набросал простую функцию с командой: kill_on_port() { port=$(lsof -t -i:$1) echo "KILL PROCESS:" $port sudo kill -9 $port } alias killonport="kill_on_port $@" Код поместить в ~/.bashrc и рестартнуть систему. Если во время старта dev-сервера получаете ошибку что порт уже занят, просто выполните команду, подставив свой порт. Bash kill_on_port 8000 Скорее всего бесполезно, если другой процесс назначен на перезапуск вашего dev-сервера в случае падения. Имя команды можете изменить на любое другое. #linux

Hashtags

Резултати

Пронајдени 2 слични објави

Пребарај: #hacktoberfest2025

当前筛选 #hacktoberfest2025清除筛选
GitHub Trends

@githubtrending · Post #15299 · 12.11.2025 г., 15:00

#python#agent#ai#aiagent#awesome#chatgpt#hacktoberfest#hacktoberfest2025#llm#long_short_term_memory#memori_ai#memory#memory_management#python#rag#state_management Memori is an open-source memory engine that gives AI language models human-like memory using standard SQL databases like PostgreSQL, MySQL, or SQLite.[1][2] With just one line of code, you can enable any LLM to remember conversations, learn from interactions, and maintain context across sessions.[1] The key benefits are significant cost savings of 80-90% compared to expensive vector databases, complete data ownership and transparency since memories are stored in SQL databases you control, and zero vendor lock-in allowing you to export and move your data anywhere.[1][3] Memori works with popular frameworks like OpenAI, Anthropic, and LangChain, making it easy to integrate into existing projects without complex setup.[1] https://github.com/GibsonAI/Memori

GitHub Trends

@githubtrending · Post #15474 · 07.02.2026 г., 11:30

#javascript#android#genymobile#gnirehtet#gui#hacktoberfest#hacktoberfest2025#hacktoberfest2026#linux#macos#mirroring#recording#scrcpy#scrcpy_engine#scrcpy_gui#screensharing#screenshots#windows Escrcpy lets you mirror and control your Android device on a computer with low-latency scrcpy tech, plus smart AI commands, multi-device management, wireless links, and automation. Install easily via releases or Homebrew on macOS. This helps you test apps, game smoothly on big screens, manage phones efficiently, and save time without rooting or ads—boosting productivity for developers, gamers, and users. https://github.com/viarotel-org/escrcpy