|
I've written an FAQ on plagiarism to help authors understand what is plagiarism, as well as help members identify it. It is here: CodeProject Plagiarism FAQ[^]
If you find an article that is plagiarized you can either submit a report on the article itself, marking it as "Plagiarized," or you can report it in the Spam and Abuse Watch[^] forum with your evidence and a link to the members account, or you can email me directly sean@codeproject.com if you suspect plagiarism or have further plagiarism questions or concerns.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
This forum is for any and all questions for Code Project Article Writing:
- Have a question about writing an article?
- Having trouble posting?
- Blog aggregation not working?
- Not sure about your article topic?
- Is your article still pending?
- Is there a crazy formatting problem in your article?
- Not sure how to update your article?
- Having problems with the submission wizard?
- Need help making a change to an existing article?
As a basic overview CodeProject articles have a certain layout to follow, so that users can learn the most from them. Each article attempts to answer the following questions: What problem does this solution solve? How does this help someone else? How does the code actually work? What is going on inside the code snippets?
Here is a submission from a first time author who did a terrific job, just to give you a basic overview of what a beginner article might look like:
Avoiding InvokeRequired[^]
You can take a look at our article FAQ here:
Code Project Article FAQ[^]
For tips on writing articles, please see this article:
A Guide To Writing Articles For Code Project[^]
You can also see our submission guidelines here:
http://www.asiancuisinenyc.com/info/submit.aspx[^]
If it has to do with posting articles on Code Project, ask away. CodeProject staff and members are here to help.
Thanks,
Sean Ewington
The Code Project
modified 12-Apr-16 9:40am.
|
|
|
|
|
|
So far 7 moderators have reviewed your article. Three said it was "unclear or incomplete", and four think it should be a tip, not an article. I was in the first group: I know nothing about what you're discussing, so an introductory paragraph defining "cross-entropy loss" would be helpful. Perhaps the other moderators are familiar with the term but think the article is too sketchy, or something that anyone with knowledge of the area could write.
|
|
|
|
|
I have checked and think that it is way too specific to be posted without any explanation about what are you talking about or at least a link to somewhere where it is explained correctly.
I didn't approve or report it, but if, I would go for unclear, since it doesn't explain it in a way I can minimally understand it without any other external help.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
|
I get the above message when I try to update my article. Ideas?
I had this happen on another article, after a week it allowed me to post the update, nothing had changed.
|
|
|
|
|
Usually when this happens it's a temporary server issue. Sometimes re-opening the article (making sure to save your changes elsewhere offline) helps.
Is this a particular article you're trying to publish? Perhaps I might try.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Over a day later and it still doesn't not work. The article is published, but there is a serious bug in the code which will annoy users. I was able to add a comment with the fix, but not update the article with a new ZIP file. The ZIP is less than 100 Kb so is fine sizewise.
|
|
|
|
|
|
|
Something very strange is going on with this article. I've asked the dev team to look into it.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
|
Hi Sean. Any joy? It still refuses to allow me to update the article. Essentially it's just a new zip file and a release version note.
|
|
|
|
|
The dev team is hoping to tackle it today. In the meantime, could you please email me the new zip file? sean@codeproject.com (or perhaps provide a download link to it?)
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
|
I was sure that when making 2 code blocks (<pre>) in different languages, they were fused and showing tabs with languages names.
like:
<pre lang="c++">my C++ code</pre>
<pre lang="java">my Java code</pre>
What did I missed ?
Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
modified 27-Nov-20 6:19am.
|
|
|
|
|
int cx;
int cx;
modified 27-Nov-20 6:17am.
|
|
|
|
|
I see 2 blocks 1 after the other (separated), no tabs.
Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
|
|
|
|
|
Sorry, I misunderstood what you meant by tabs in this context.
modified 27-Nov-20 6:17am.
|
|
|
|
|
I found, it was in Chris challenges http://www.asiancuisinenyc.com/Questions/1174204/Coding-challenge-generate-anagrams , see solution 5 from Graeme_Grant
<div class="code-samples">
<pre lang="C#">using System;
using System.Collections.Generic;
...
}
}</pre>
<pre lang="VB">Imports System.IO
Imports System.Runtime.CompilerServices
Imports ZeroFormatter
...
End Module</pre>
</div>
Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
modified 28-Nov-20 1:27am.
|
|
|
|
|
Very interesting, I had not seen that before.
|
|
|
|
|
How can i made my article public so that all can read it not only logged people ?
|
|
|
|
|
As far as I am aware all articles are already public.
|
|
|
|
|