@TFGames · Post #2109 · 06.02.2024 г., 04:39
#NES#TRACKER#VISION https://testflight.apple.com/join/Fb6LPVzi
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #221 · 5 мар.
В Python есть удобный почтовый debug-сервер. Он поможет проверить работу почты вашего web-проекта на этапе разработки без необходимости настраивать внешние сервисы или взаимодействие с реальными серверами Google или Yandex. Этот сервер просто печатает все сообщения в консоль. Таким образом удобно дебажить одноразовые ссылки активации или просто факт отправки письма по расписанию. Запускается очень просто: python3 -m smtpd -n -c DebuggingServer localhost:1025 Теперь настройте ваш проект на использование этого сервера. Например вот так настраивается Django: # settings.py if DEBUG: EMAIL_HOST = 'localhost' EMAIL_PORT = 1025 EMAIL_HOST_USER = '' EMAIL_HOST_PASSWORD = '' EMAIL_USE_TLS = False DEFAULT_FROM_EMAIL = '[email protected]' #django#tricks
Пребарај: #nes
@TFGames · Post #2109 · 06.02.2024 г., 04:39
#NES#TRACKER#VISION https://testflight.apple.com/join/Fb6LPVzi
@githubtrending · Post #15454 · 31.01.2026 г., 15:30
#javascript#atari_lynx#atari2600#atari7800#ds#emulation#emulator#emulatorjs#gameboy#n64#nes#nintendo#nintendo_game_boy#playstation#retroarch#retroarch_wasm#sega_cd#sega_mega_drive#sega_saturn#snes#virtualboy EmulatorJS is a free, open-source web-based emulator that lets you play classic games from Nintendo, Sega, Atari, and other systems directly in your browser without downloading software. It offers save states to resume games where you left off, customizable controls for keyboards and gamepads, and screen recording to share gameplay. The emulator runs entirely in your browser using JavaScript, supports multiple languages, and can be easily embedded into websites. You benefit from instant access to retro gaming across devices, no installation required, and the ability to build your own self-hosted gaming collection. https://github.com/EmulatorJS/EmulatorJS