.Net
Print product signs in C#
This is a program I recently wrote to print product signs for my bakery The Enchanted Oven. You can modify the code to use your product names and prices. In the program’s main form (upper Read more…
This is a program I recently wrote to print product signs for my bakery The Enchanted Oven. You can modify the code to use your product names and prices. In the program’s main form (upper Read more…
Xdebug, not X-Debug. FWIW, I did a similar test with Xdebug 2, Xdebug 3, PCOV, and phpdbg : https://php.watch/articles/php-code-coverage-comparison Members Online source
Hi, I have an issue that I have had a hard time figuring out with googling. I’m a SQL and Python guy, so I’m not too comfortable with jQuery, but hopefully you can help med Read more…
Hello everyone! This is a monthly thread for sharing and discussing side-projects created by r/csharp‘s community. Feel free to create standalone threads for your side-projects if you so desire. This thread’s goal is simply to Read more…
The second step in building a Hiragana flash card program is to label images so you can understand what they mean. My last post in the series, Split images into halves in C#, showed how Read more…
This guest blog post is brought to you by Snyk. We’re happy to inform PyCharm users that a new Snyk plugin is now available, allowing Python developers to find and fix security vulnerabilities in their Read more…
Hi, there. I’m pretty new to jQuery, so please go easy on me 😇 First thing to mention is that I am developing this within AEM (Adobe Experience Manager), and in this JSFiddle the CSS Read more…
Hi all, I have a script which renders a bitmap. On that bitmap I render a series of circles, each with “children” circles with the properties of each circle (position, radius, and a few other Read more…
Ever thought about publishing technology videos on YouTube but don’t really know where to start or how to get followers? This Thursday we are hosting Nelson Jamal to cover this very topic. Nelson has a Read more…
Greetings, I have primaryHeader which is shown when landing on the site. As you scroll down it should fade in the secondary header and as it is fixed by its nature, it stays on top. Read more…