Prog Reference
СтатистикаTags: #cpp #csharp, #asp, #wpf #book #android #java #js, #node #game, #gd #py, #python, #django
- Последний пост
- 9 сент. 2025 г.
- Последнее чтение
- 13 авг.
- Постов за неделю
- 0
- Всего постов
- 20
- Тип
- открытый
- Язык
- английский
- В каталоге с
- 13 авг.
- 1/24сутки в ленте
- —
- 1/48двое суток
- —
- 1/72трое суток
- —
Оценка по просмотрам недавних постов: пост набирает почти всё за первые сутки.
Посты
hey guys 👋 long time no see... The most fun part of programming is automation and writing code once and make it work like a slave for the rest of your life! I have been working on such project lately and recently finished it! If you have some passion or interest towards Electric cars, please consider joining my new channel, dedicated to EV news! And best part is that it is fully automated and keeps working for me even if I sleep😴 here is the channel: 👉 @evnews_24 👈 if you prefer Russian or Uzbek here are some more: 👉 @elektrokar_24 👈 👉 @elektromobil_24 👈
Hello guys 👋 Now v1.0.7 is out with amazing features! Now you can customize column's: - Header texts - Font weight - Font style - Text position - Background and Text colors What features do you want to see in v1.0.8? Feel free to write in the comments and let's take JSON to Excel conversion to next step together! 👉 @ExcelJson
Hi everyone 👋 Recently I started building a utility website which helps users to convert JSON files into Excel files and last week I deployed MVP of it at exceljson.com I'm actively working on it and improving it! As a result of the above poll I can see that some of you need a great tool for this task, I also have needed one... I opened another channel @ExcelJson to share my journey on building this website and connect to its core user base, get feedbacks, opinions and ideas. If you need a great tool to convert JSON files to Excel files, please help me to build one by joining @Exceljson and sharing valuable feedbacks! 👉 @cpp_programming_books
без подписи
🖥 GooeyGUI is a lightweight library for creating graphical user interfaces (GUI) in the C language! 🌟 It was originally developed for X11 environments but now supports cross-platform functionality. GooeyGUI provides a wide range of customizable widgets, such as buttons, sliders, dropdown menus, and text fields, as well as flexible layouts, including horizontal, vertical, and grid-based arrangements. 🔐 License: GPL-3.0 ⚙️ Source
A project in which the developer created a simplified analogue of Photoshop in C from scratch. The author shares technical details of the implementation of the graphic editor, including working with images, the interface and processing algorithms. 📰 Article ⚙️ Source
Stanford CS Education Library This is document #101, Essential C, in the Stanford CS Education Library.
cpplinks
Context-switching is the main productivity killer of developers 📊 https://newsletter.techworld-with-milan.com/p/context-switching-is-the-main-productivity
AI gives you answers, but the knowledge you gain is shallow. With StackOverflow, you had to read multiple expert discussions to get the full picture. It was slower, but you came out understanding not just what worked, but why it worked. Think about every great developer you know. Did they get that good by copying solutions? No—they got there by understanding systems deeply and understanding other developers’ thought processes. That’s exactly what we’re losing. https://nmn.gl/blog/ai-and-learning
https://github.com/charmbracelet/bubbletea
Displaying Colored Emoji in WPF Using Skia
https://t.me/c_books?boost
Telegram for Windows in WPF https://github.com/Mumtozbekov/WpfGram
без подписи
без подписи
My simple solution to today's question 49. Group anagrams in LeetCode: class Solution { public: string hash(string s){ string res('*',29); for(char c:s) res[c-97]++; return res; } vector<vector<string>> groupAnagrams(vector<string>& strs) { vector<vector<string>> res; unordered_map<string,vector<string>> mp; for(int i=0;i<strs.size();i++){ mp[hash(strs[i])].push_back(strs[i]); } for(auto v:mp) res.push_back(v.second); return res; } };
https://t.me/c_books?boost
https://www.nuget.org/packages/AntWpf/1.0.3 Ant Design For WPF
https://www.nuget.org/packages/AntWpf/1.0.3 Ant Design For WPF