For those here knowing me and wonder why I have stopped activity. There were a lot off changings in my life, personal and job-related. Both resulted in having less time to take part here. I'm working meanwhile as contractor. At the moment (and at least until the end of this year) I'm doing embedded C development for naval systems. Hopefully I will be back here once I have more time.
Jochen Arndt
Posts
-
Sign of life -
QA site driver (Nelly Swam)User: Nelly Swam - Professional Profile[^] Answers: Member questions & answers[^] Answering questions with a link to a magento development and web design company to get further help.
-
Python Language formattingWelcome back Dave. The FAQ is not up-to-date. Python is supported and listed in the dropdown menu for code formatting:
# Python code formatting with
print('Hello, world!')
If you want you can edit the FAQ.
-
Spam would be article (Cybersecurity: The five main lessons for all, Cyberops Infosec) - gone -
QA spammer (Jems Ford) - goneUser: Jems Ford - Professional Profile[^] Questions: Member questions & answers[^] Outlook support on an old question.
-
Unable to receive custom Ethernet frameFine to hear that. I do know that it does not work on the same interface. But you wrote in your initial post that you are sending from another machine so that I thought it must be something else.
-
Unable to receive custom Ethernet frameIt won't help you with your problem but error code 11 is
EGAIN
defined in errno.h. It indicates that you should execute the function again until you get data or an error, or give up (time out). It is returned by non-blocking functions when the corresponding blocking function would block. -
Plagiarised would be aritcle - goneArticle: Visual Studio Code Metrics and Technical Debt[^] User: Prashanth Madakatte - Professional Profile[^] Copied a whole block of text from Code Metrics Values - Visual Studio | Microsoft Docs[^]. The copied block even stops in the middle of a sentence.
-
How to change password?When logged in your user name is shown on the top right. When you move the mouse over your name a popup will be shown with My Settings as first item. You can also click on your name and select My Settings on the left of your profile page. On the My Settings page on the Account tab (opened by default) you will find the Password change option.
-
Useless IoT item of the weekendOMG. Even when working as expected there is a big flaw: When removing an egg inadvertently and placing it back, it will be treated as fresh.
-
Forum sitedriverUser: Kosha_Shah - Professional Profile[^] Messages: Latest Messages[^] Joined today replying to a solution from the initial poster with a general link that did not answer the question in any way.
-
Spam would be article (What is the key to successfully run a pharmacy business? - Retail Pharma India) -
Programming Question of the Week?You can't because you might have already stopped when seeing the net.
-
How much do you pay for your internet?VDSL2 50 MBit/s up, 10 MBit/s down, no limit at 45,00 € including phone (free calls within Germany), .DE domain, extended email services 100 / 40 MBit/s would be 10,00 € more Small town (pop. 10k) Fibre is on planning stage here. Expected costs are about 50,00 € for the lowest speed which might be 100 or 250 MBit/s then.
-
Unable to Get the Proper Result : SQL Query Help NeededJust count the returned rows:
int count = 0;
while (rs3.next())
{
count++;
// Access row data here
}
if (count == 0)
{
// No matching row found
%>Null<%
} -
Spam would be articles (multiple by ferrari88) -
Looks like that's fixed it, for the moment.There are special cleaning sprays but they might be too expensive for single usage (we have them at work so that I don't have to buy them). For not corroded contacts we use KOC WebSite: Maintenance and Repair products: Kontakt WL[^]. For corroded contacts it is also used to wash out the residues after using Kontakt 60.
-
Unable to find atlapp.h file in Visual Studio 2017The file atlapp.h is not part of VS but of the Windows Template Library (WTL) download | SourceForge.net[^]. You have to install that and add the include and library pathes to your project settings.
-
Bleeding Kernel Panic!!Why do you think you won't get fake cards from Amazon? But with such a bunch of cards it is less likely that all are fakes. If you want to check them you can use the H2testw utility available on many freeware sites. It is developed by the German computer magazine c't (German project site link: H2testw | heise Download[^] ).
-
Bleeding Kernel Panic!!8 GB should be still enough. Maybe you got fake SD cards that does not have the "advertised" capacity or are of very low quality.