@thedevs · Post #2016 · 11/18/2022, 03:53 PM
Espanso, a cross-platform text expander written in Rust. #tools#rust @thedevs https://thedevs.link/S7LzML
TGINSIGHT SIMILAR POSTS
Source channel @githubtrending · Post #14812 · Jun 9
#rust#app_launcher#desktop_application#dock#finder#multilanguage#seelen#seelen_ui#taskbar#tauri#tauri_app#tiling_window_manager#toolbar#tools#topbar#wallpaper#web#web_technologies#windows#windows_11 Seelen UI is a tool that helps you make your Windows desktop look and work better. You can change menus, widgets, and icons to make it look how you want. It also helps you work more efficiently with features like a Tiling Windows Manager, which arranges windows for easier multitasking. There's a media module for controlling music and an app launcher to quickly open apps. This makes your desktop more personalized and user-friendly, allowing you to work and enjoy your computer more effectively. https://github.com/eythaann/Seelen-UI
@thedevs · Post #2016 · 11/18/2022, 03:53 PM
Espanso, a cross-platform text expander written in Rust. #tools#rust @thedevs https://thedevs.link/S7LzML
@thedevs · Post #1714 · 04/10/2020, 04:27 PM
MeiliSearch, lightning fast, ultra relevant, and typo-tolerant search engine. #tools#rust @thedevs https://kutt.it/eyJJHp
@thedevs · Post #1333 · 12/14/2018, 07:48 PM
Rocket, simple, fast and type-safe web framework for Rust. #tools#rust @thedevs https://kutt.it/Gv8ImF
@djangoproject · Post #136 · 09/01/2016, 07:13 PM
http://astrocodeschool.com/ Astro Code School is respected by tech firms and universities for a reason: we’re founded and staffed by a leading #web#development firm, Caktus Group. Our team interacts daily with the inner workings of Caktus so we see the trends and best practices that will make you job ready. If you’re prepared to launch a new career with the real-world technical depth employers seek, Astro is right for you.
Hashtags
@djangoproject · Post #320 · 04/29/2017, 08:00 AM
https://github.com/aio-libs/aiohttp-debugtoolbar aiohttp_debugtoolbar provides a debug toolbar for your #aiohttp#web application. Library is port of pyramid_debugtoolbar and still in early development stages. Basic functionality has been ported: basic panels intercept redirects intercept and pretty print exception interactive python console show source code
@thedevs · Post #1448 · 04/02/2019, 05:02 PM
Fluent Terminal, a terminal emulator based on UWP and web technologies. #tools#terminal#windows @thedevs https://kutt.it/LeSy3G
@djangoproject · Post #326 · 04/29/2017, 07:04 PM
https://github.com/aio-libs/aiohttp-jinja2 Before template rendering you have to setup #jinja2 environment first: After that you may to use template engine in your #web-handlers. The most convenient way is to decorate a web-handler. Using the function based web handlers:
@djangoproject · Post #324 · 04/29/2017, 08:17 AM
http://jinja.pocoo.org/docs/2.9/ #Jinja2 is a modern and designer-friendly templating language for Python, modelled after Django’s templates. It is fast, widely used and secure with the optional sandboxed template execution environment: #web
@djangoproject · Post #322 · 04/29/2017, 08:11 AM
http://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/ #pyramid_debugtoolbar provides a useful debug toolbar while you're developing a Pyramid application. The toolbar is a blatant rip-off of Michael van Tellingen's flask-debugtoolbar (which itself was derived from Rob Hudson's django-debugtoolbar). It also includes a lightly sanded down version of the Werkzeug debugger code by Armin Ronacher and team. #web
Hashtags
@djangoproject · Post #321 · 04/29/2017, 08:10 AM
https://trypyramid.com/ #Pyramid makes it easy to write #web applications. You can start small with this "hello world" minimal request/response web app. This may take you far, especially while learning. As your application grows, Pyramid offers many features that make writing complex software take less effort.