5,430 Posted Topics
Re: This is either homework or work. I can't tell from what you wrote. In either case share what's stopping you so we can discuss that. If this is something you need to have done, consider Upwork or Fiverr. | |
Re: Seems similar/same to your post at https://www.daniweb.com/programming/game-development/threads/535405/help-for-my-code A server migration or something else may have had you think your post was missing. | |
Re: The networking did work or you couldn't have created this discussion. | |
Re: Here there is a push for a minimum 15 USD hourly wage. While I'd expect much more for good programmers you limited this to "python developer." In all the work I've done I've had to use my knowledge of JavaScript, HTML, CSS, SQL and other technologies to work on the … | |
Re: Formatting could help. 1. There's a glaring issue with line 24. 2. Then we have lines 69 to 73. 3. I have trouble finding the matches for the braces top to bottom. 4. Line 49 is commented out so it may try to run the code to post every time. … | |
Re: What code? Since there is no code, share where you are stuck. | |
Re: Frankly no one I know would create this app. Instead they would setup the usual web server and site that does what you ask to avoid having to deal with distributing and updating some vb.net app. Remember you didn't write this was some homework so this let's me write about … | |
Re: I think when you use import you'll have to step up to a much better implementation such as: https://www.codeproject.com/Articles/820116/Embedding-Python-program-in-a-C-Cplusplus-code Hope this helps. | |
Re: Welcome. Be sure to complete your profile so folk can find your website. | |
Re: Welcome to Daniweb. Threads? Yesterday I used a heavy cotton thread. | |
Re: Is there a case where both lines 3 and 7 are true? | |
Re: When I have a big job (I haven't had school assignments for decades) my approaches are: 1. Design first, code later. 2. If the design is overwhelming then I break the design into manageable components. 3. If a component or chunk is still too big I break it down further. … | |
Re: This must be your algorithm or you can't hand it in without a chance that the teacher will find it here. -> Share where you are stuck so we can discuss possible ideas. | |
Re: Questions: 1. Are the spaces gone after line 11? If so, examine your regex parameters. 2. Why is "" in line 11? I checked some documentation it seems like we don't need that. | |
Re: Here's "the sentence" answer for SHA256. Why code when you can just put in the value and move on? **870a356982ccf7f8c50435cc52666de52c0ad4e5228c17d5f422bd7dad961113** | |
Re: This code on its own has mismatched brackets. Again, count your left and right curly brackets and you see they don't match. I can't guess your code's intent so I can't fix it for you. | |
Re: What is this "**swipping** machine"? I used Google to see if it would shed some light and it was unclear. If I change the words to "swiping machine" I get some hits about Point Of Sale but even then we would never code the credit card reader entirely today. Why? … | |
Re: Why not use a tutorial like https://www.w3schools.com/html/html_lists.asp ? | |
Re: I don't see any code plus your choice of tags are quite unique. When selecting those tags, make sure they apply. 1. What does security, networking and blue-screen have to do with this issue? 2. Where's the code? | |
Re: YOU should be sharing what you know here. From your site: "EiBS, a professional Custom Software Development Company and Website Design Company, Ecommerce Development Company in Madurai, South India." Why are you asking and not telling? | |
Re: I see 9 such projects at https://github.com/topics/magic-the-gathering?l=c%2B%2B Why start from scratch? | |
Re: I'll lead with this: I have used remote ssh many times but NOT what you are trying. This is me just thinking about your question so here goes. My first thought is to get bash instead of tcsh. Try "[forcing a login shell](https://stackoverflow.com/questions/32139904/ssh-via-paramiko-load-bashrc)" as noted at link so you get … | |
Re: Since this is not homework but something you need for your app or work, try https://www.geeksforgeeks.org/program-credit-card-number-validation/ | |
Re: I see nine such projects at https://github.com/topics/magic-the-gathering?l=c%2B%2B Maybe use one of these to start, then add what you feel is missing. When done, contribute to the project you started with. | |
Re: In short, if you want to use a handler to write to the log, then that's what you use and never use other methods to write to such log. Tutorial at https://docs.python.org/3/howto/logging-cookbook.html seems complete enough to me. | |
Re: Shouldn't this vary by: 1. Which compiler and libraries you use? 2. Can it vary with the OS? Remember that homework assignments are done by you but let's dig in. Where are you stuck? | |
Re: I would be guessing if this is homework but we only assist where you are stuck rather than do your homework. Today you see paper printing from apps but hey, printing on paper from an app differs from OS to OS. I've worked such on Linux and Windows and have … | |
Re: My debug methods would be: 1. Check my syntax at and around that line. 2. Echo/print/log the ABSPATH value at about line 7886 to see what it is. 3. Add PHP to your tags (I'll try to add this for you.) | |
Re: I had to read a little about Ansible but a quick thought would be that I would write out a new YAML (yml) file to automate this. Remember this is like me being blind and given the tail of the elephant. I can't guess what your app is trying to … | |
Re: Line 12 jumps out to me and I could be wrong here has an oddly named variable. Try something plain but descriptive. Read https://www.w3schools.com/python/gloss_python_variable_names.asp as to why I worry that's the issue here. | |
Re: There are a lot of members that use Java. Can you expand your question? 1. Is it a general Java issue? 2. Is there a specific issue you need to discuss. 3. Is there code you need to fix? | |
Re: Please clarify if you are having a specific Python issue/question or if you are searching for folk to write this for you. | |
Re: This looks to be a continuation of https://www.daniweb.com/programming/web-development/threads/535177/text-across-the-page-video-camera-screen where we kicked this around. In short, if you use the native recording app, you can't exercise controls you want. You must source a new component as we discussed before. | |
Re: A few problems here. 1. "Reusable Code Snippet" is for you to share a working tested snippet along with you expounding what it is and does. 2. Dumping code after what looks like a homework assignment rarely gets much more than "tell us where you see the issues." 3. Edit … | |
Re: I'd review https://github.com/allenai/scispacy/issues/340 since it goes over the install plus another issue which while interesting does not apply from what I read in your post. | |
Re: This looks like homework. As such you get to write and do the homework so let's hear where you are stuck. | |
Re: So I take it that the insert into the post table fails. My thought is that if it fails once, it should fail the next time so deeper inspection of the insert and its data is required so one can try it manually to see if any error is thrown … | |
Re: From what I'm reading here, there is no code required here. Since I am not taking this class I can't fill in the blanks as to what exactly the report is expecting. Yes you copied part of the assignment here but not enough and MOST IMPORTANTLY where you are stuck. | |
Re: That must be a typo (c+++) with a nod to https://www.quora.com/What-is-C+++ I'll write that I use the standard sort because I need my code to work, not to spend time debugging. Here's the tutorial on this: https://www.cplusplus.com/articles/NhA0RXSz/ | |
Re: The formatting seems off here. Those first three lines of your post seem to belong in the code. | |
Re: This appears to be homework. As such few will write this game for you. Such an assignment would be the culmination of what you learned so far but let's skip that for a moment and ask: Where are you stuck? | |
Re: That's what grandpa did it seems. It cost a lot to get the car wreck out of the canyon. | |
Re: I can't tell where you are in your journey so let's start with this quote/advice to Dorothy in the Wizard of Oz. > It's always best to start at the beginning – and all you do is follow the Yellow Brick Road. Your choice of tags seem to tell me … | |
Re: Sounds like homework. Per the forum guidelines you must show your effort (work) and tell us where you are stuck. Doing your homework or assignment does you no good. | |
Re: I can't guess what you want here or where you got stuck. I take it this is for Linux or an Apple OS? | |
Re: Can you tell more? Here we have Zoom, Discord and other apps that are on mobile and versions for laptop and desktop. | |
Re: Could you explain those tags you used? I see C++ and well, others that don't apply. I worry that your question is similar or same as https://www.quora.com/How-do-I-make-a-Python-program-loop-back-to-the-beginning-if-N-is-inputed-into-a-variable | |
Re: I'll write you are creating a Hangman program so your question is something else. I didn't read the code because that would have me reverse engineer your design. Before we code, we have a design, sketch or more. Diving into code first, design later has so many "trying to fix … | |
Re: Please take some time to write a complete question. I would be guessing this is about the Punjab National Bank but can't begin to guess what "Swift code" is here. I'd see if they have offices in Lubumbashi. |
The End.