5,430 Posted Topics

Member Avatar for Hope_9

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.

Member Avatar for rproffitt
0
149
Member Avatar for lilindiekid

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.

Member Avatar for rproffitt
0
63
Member Avatar for Ugii
Member Avatar for adisharma

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 …

Member Avatar for rproffitt
0
87
Member Avatar for Fedwa

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. …

Member Avatar for Dani
0
6K
Member Avatar for lilindiekid
Member Avatar for rproffitt
0
115
Member Avatar for Omar_24

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 …

Member Avatar for Reverend Jim
0
62
Member Avatar for pdk123

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.

Member Avatar for pdk123
1
870
Member Avatar for susan8676
Member Avatar for rproffitt
0
8
Member Avatar for Thomass1
Member Avatar for Dani
0
27
Member Avatar for Onion13
Member Avatar for Denis_12

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. …

Member Avatar for rproffitt
0
60
Member Avatar for Bruno_14

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.

Member Avatar for rproffitt
0
19
Member Avatar for TimTheCoder

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.

Member Avatar for rproffitt
0
26
Member Avatar for Błkèęš

Here's "the sentence" answer for SHA256. Why code when you can just put in the value and move on? **870a356982ccf7f8c50435cc52666de52c0ad4e5228c17d5f422bd7dad961113**

Member Avatar for JamesCherrill
0
48
Member Avatar for nur_721

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.

Member Avatar for JamesCherrill
0
61
Member Avatar for Sachin_27

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? …

Member Avatar for rproffitt
0
20
Member Avatar for Ayshhh
Member Avatar for Dani
0
91
Member Avatar for klipe8876

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?

Member Avatar for rproffitt
0
52
Member Avatar for EiBS

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?

Member Avatar for rproffitt
0
34
Member Avatar for lilindiekid

I see 9 such projects at https://github.com/topics/magic-the-gathering?l=c%2B%2B Why start from scratch?

Member Avatar for JamesCherrill
0
144
Member Avatar for tommyceric

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 …

Member Avatar for rproffitt
0
60
Member Avatar for eman_12

Since this is not homework but something you need for your app or work, try https://www.geeksforgeeks.org/program-credit-card-number-validation/

Member Avatar for rproffitt
0
144
Member Avatar for KareemRj

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.

Member Avatar for rproffitt
0
101
Member Avatar for clife

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.

Member Avatar for rproffitt
0
104
Member Avatar for Uzair_9

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?

Member Avatar for rproffitt
0
34
Member Avatar for ABHIJEET_7

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 …

Member Avatar for rproffitt
0
22
Member Avatar for tanpuia

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.)

Member Avatar for Dani
0
55
Member Avatar for samna

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 …

Member Avatar for rproffitt
0
28
Member Avatar for Jan_102

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.

Member Avatar for Reverend Jim
0
50
Member Avatar for 1kpop
Member Avatar for sabir khan

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?

Member Avatar for rproffitt
0
58
Member Avatar for @Mathabo

Please clarify if you are having a specific Python issue/question or if you are searching for folk to write this for you.

Member Avatar for rproffitt
0
63
Member Avatar for ChrisJ

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.

Member Avatar for Dani
0
68
Member Avatar for zak99

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 …

Member Avatar for Dani
1
92
Member Avatar for Griffin_3

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.

Member Avatar for Dani
0
186
Member Avatar for Siti_4

This looks like homework. As such you get to write and do the homework so let's hear where you are stuck.

Member Avatar for JamesCherrill
0
91
Member Avatar for Dani

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 …

Member Avatar for Dani
1
4K
Member Avatar for nec4r

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.

Member Avatar for rproffitt
0
58
Member Avatar for Johny_5

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/

Member Avatar for rproffitt
0
56
Member Avatar for LZS_405

The formatting seems off here. Those first three lines of your post seem to belong in the code.

Member Avatar for stultuske
0
53
Member Avatar for Facundo_3

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?

Member Avatar for rproffitt
0
84
Member Avatar for afan21

That's what grandpa did it seems. It cost a lot to get the car wreck out of the canyon.

Member Avatar for rproffitt
0
42
Member Avatar for affulransford27

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 …

Member Avatar for rproffitt
0
75
Member Avatar for Alina99900000

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.

Member Avatar for rproffitt
0
26
Member Avatar for TB_651
Member Avatar for rproffitt
0
31
Member Avatar for RobertFromBk

Can you tell more? Here we have Zoom, Discord and other apps that are on mobile and versions for laptop and desktop.

Member Avatar for rproffitt
0
75
Member Avatar for Ayna_1

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

Member Avatar for rproffitt
0
70
Member Avatar for Battlecode10

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 …

Member Avatar for Dani
0
79
Member Avatar for Dhruv_4

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.

Member Avatar for rproffitt
0
26

The End.