Coding
How to run published program on linux
So i have my console app (Net 5) and published it with these configs: Everything run fine with this output folder: However, when i tried to run it on my linux machine, it said that Read more…
So i have my console app (Net 5) and published it with these configs: Everything run fine with this output folder: However, when i tried to run it on my linux machine, it said that Read more…
What’s the best book you’ve ever read on unit testing concepts? Ideally something for OOP, but not necessarily a book with C# examples, could be any language. Happy time off week! The Art of Unit Read more…
Hey I am new to programming and want to teach myself how to program in C# in Visual Studio. I’ve been going pretty smoothly and have been learning across from sites across the internet, but Read more…
In this post, we will learn how to call a method in Java. This is a useful “chunk” of code that you can call from anywhere else in your program, thus preventing you from needing Read more…
Thank you for your feedback on the major 2020.3 release! We are working hard this December to make your PyCharm experience as smooth as possible, and today we give you the first bug fix release, Read more…
So basically I’ve been working on a desktop app for the past year, and I feel it’s ready to be posted (stability, performance and feature-wise). The app is called RGB Master and started as a Read more…
YACC is known as Yet Another Compiler Compiler. It is used to produce the source code of the syntactic analyzer of the language produced by LALR (1) grammar. The input of YACC is the rule or Read more…
A regular expression is a set of patterns that can match a character or string. It can also match alternative characters or strings. The grammar defined by the regular expression is known as regular grammar, and Read more…
I’ve been going through some C# courses and tutorials and it annoys me how many of them just show you what you can do, but don’t give you anything to actually do, or just have Read more…
Customer behaviour was already shifting before the coronavirus outbreak, but the pandemic accelerated the push towards online like no other year before it. Along with a rapid shift in customer behaviour, the pandemic also accelerated Read more…