Reddit Programming – Telegram
Reddit Programming
211 subscribers
1.22K photos
125K links
I will send you newest post from subreddit /r/programming
Download Telegram
Lumi musical player - WPF
https://www.reddit.com/r/programming/comments/1oyeqln/lumi_musical_player_wpf/

<!-- SC_OFF -->Hello everyone, I want to share my new project that I have been working on for some time - Lumi musical player. This is a compact, beautiful music player that lets you listen to your favorite music simply by specifying the path to a folder. Features: Design. The design of this player is transparent, which makes it look beautiful in any theme on your PC, whether it's dark, light, or any custom theme - Lumi Player will look great everywhere. Convenience. For those who don't need many features and just want to listen to music with a beautiful design. Resources. Lumi Player does not require many resources or a powerful PC; it works great on any computer. Open Source. If you want to see how this player is written or suggest improvements, the code is available on GitHub. "" Technical details: Fully written in C# using WPF Open-source under the MIT license - I welcome your suggestions and improvements! The project supports modern MVVM design patterns <!-- SC_ON --> submitted by /u/Rywent (https://www.reddit.com/user/Rywent)
[link] (https://github.com/Rywent/Lumi-Player) [comments] (https://www.reddit.com/r/programming/comments/1oyeqln/lumi_musical_player_wpf/)
A small Python CLI that deletes half of the files in a directory
https://www.reddit.com/r/programming/comments/1oyff21/a_small_python_cli_that_deletes_half_of_the_files/

<!-- SC_OFF -->A small Python CLI that eliminates half of the files in a directory randomly. I originally built it for cleaning large test folders, then realized it’s actually useful and kind of fun. <!-- SC_ON --> submitted by /u/Ok_Researcher_6962 (https://www.reddit.com/user/Ok_Researcher_6962)
[link] (https://github.com/soldatov-ss/thanos) [comments] (https://www.reddit.com/r/programming/comments/1oyff21/a_small_python_cli_that_deletes_half_of_the_files/)