|
I asked a question and posted a few chunks of code in it. Received a reply saying "nothing wrong with this code, the problem must be in the code you aren't showing." Sounds reasonable to me.
I created a test project for the specific problem, but that code is still too much to paste into the question. What is the recommended way of sharing code?
|
|
|
|
|
Excellent question. If the code is on GitHub how about a link to GitHub? Else, I think pastebin link would be acceptable. Just make sure you include an explanation as to why you're sharing the link to help get through our spam filter. Please let me know if you encounter any issues.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
How to create Tapjoy ads with Android studio java.
|
|
|
|
|
0. Don't post a "please do my homework" question when you have no work to show. It's unethical, so your question will probably be removed.
|
|
|
|
|
I want to fill missing values with zero to FactInternetSales Table in sql server
there are column OrderKey, OrderDate,OrderDueDate,ShipDate
there are some values that are missing in sequence rang and i want to fill them withh zero
|
|
|
|
|
I looked all over and can't find any way to upload a code sample. Did you remove it?
Such a Larry
|
|
|
|
|
How can i make an android app with visual studio?
|
|
|
|
|
|
What is the maximum number of questions a user can ask?
|
|
|
|
|
there actually is no limit on the number of questions one can ask.
The real point is:
If other users get the impression that your questions are of the type "I am lazy and can't search on my own" or "please do it for me" you will get rapidly ignored or bad evaluated.
If the questions are showing that you really try it and are "real" problems where a normal person would need help, then you will very probably get the answers you are looking for.
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'm a first-time poster. I meant to ask my question on the mobile discussion board, but I accidentally added it to Quick Answers instead. Now I'm thinking that maybe Quick Answers is the right place after all. If it's not, how do I move it? Or do I delete it from Quick Answers (is that possible?) and repost it on the mobile discussion board?
|
|
|
|
|
People who post the question on forum, sometime they ask for the whole source code, like they give order others to provide them the code.
So please add this (if you find it appropriate to add) in the Rules: "Don't directly ask for the source code without trying anything at all. This QA forum doesn't work like that. We don't provide order to code service."
Cheers
KR
|
|
|
|
|
in which time we use virtual function is used
|
|
|
|
|
It lacks a lot of English.
I had a simple test.
OS: Windows7 32bit
# test.py
import time
if __name__ == '__main__':
stratTime = time.time()
f = open('D:\test.log', 'r')
w = open('temp.txt', 'a');
while True:
line = f.readline()
if not line: break
temp = line.split('-')
w.write(temp[1])
f.close()
w.close()
print time.time() - stratTime
Python 2.7 Result Time: 3.5
Python 3.3 Result Time: 9.1
Why is the above results naohnayo ?
|
|
|
|
|
Hello sir,
i want your help in this question.. could you help me out with this.? how to build chat room and discussion forum in asp.net using sql database connectivity..
Please Reply me Faster
|
|
|
|
|
I am looking for attaching an image which helps to clarify my question a little more. How can I attach an image? Is that possible?
|
|
|
|
|
Not in Quick Answers, no. If you are asking for how to do it in articles, please see here:
Code Project Article FAQ[^]
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
I'd suggest to post answering rules, for example:
- When you post an answer, please respect "highest standards", wchich means:
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar,
- Read the question carefully,
- If a question is poorly phrased then either: a) ask for clarification, b) ignore it, or c) edit the question and fix the problem,
- Insults (or any other abuse answers) are not welcome!
- Do not post an answer twice,
- Do not post an answer to the really old question. It will be treated as abuse/spamm and can cause downvotes,
- Do not downvote someone's answer to push up your answer.
- (etc.)
- Let's work to help developers, not make them feel stupid!
I'd like to have a chance to refers some members to above rules.
|
|
|
|
|
How do I change my Code Project Password?
|
|
|
|
|
|
Thanks! I swear it wasn't there before when I looked!
|
|
|
|
|
It's not easy to see We should probably change that ...
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
it should be the fineprint before asking a question.
Please insert use a search engine with the keywords of the question
|
|
|
|
|
I want to add an image in a question which i am asking so is there any method how I can attach or display image in my question's description....
Reguards,
Hardik Patel[^]
Hardik Patel
|
|
|
|
|
I think the only option is to have the image hosted elsewhere and put a link to it. Apologies, I know that's not ideal.
Thanks,
Sean Ewington
CodeProject
|
|
|
|