5,430 Posted Topics
Re: It may be helpful if you also revealed what you are trying to accomplish. If it's some homework or work then somewhere there's a specification that may fill in the blanks. | |
Re: Maybe with Python's index feature. Tutorial at https://www.geeksforgeeks.org/python-list-index/ | |
Re: This is what they teach you at techmedacademy? Incredible and a sure sign no one should consider them for any course or service. | |
Re: Next time share code so we can see it. Also tell what you wanted this line of code to do. As a researcher I would also avail myself of prior discussions about that error. Most likely, your code is incorrect but as there is no code shared, only Karnac will … | |
Re: Sounds correct to me as the first is string + some other string. The second example uses a minus sign gives up a clue it's math and it does such as math. Also the following can really test a new developer.  | |
Re: This reads like a typical assignment so I'll only note that I would definitely use the JUMP ELSE somewhere in my solution. Again, I can't provide code since that would be doing your homework. | |
Re: How does this differ from your question at https://www.daniweb.com/programming/software-development/threads/521030/vb-net-creating-a-billing-system#post2255842 | |
Re: @P, isn't that fundamentally broken as by popup blockers and more? Put another way, even if you got it to work, the user's browser settings could break it. I would not implement this just on these issues alone. | |
Re: I am not an expert on this but recall a few things. First, implementation, version and host OS dependent so you can not make a blanket statement except there are cycles consumed in any sleep() I've seen in decades. Now are said cycles consumed in sleep() entirely? Back to implementation, … | |
Re: While it's poorly formatted (F rated), line 26 as presented doesn't make sense to me why there is a brace there. That is, you have your _Bool palindromes and it's left brace on line 2 and on line 24 it's closing right brace then you have an opening brace without … | |
Re: So you want to read numbers from a file and write to another file. That sounds like basic tutorial work. https://www.google.com/search?q=c%2B%2B+tutorial+read+write+files+numbers would be how I supplement my class assignments if I didn't understand the teacher at this point. | |
Re: While I will repeat "It's been well over a decade since I worked with Xilinx, Atmel and other devices but for this level of support" you would be checking with the designer of the code for this FPGA. I should not have to expand what FPGA stands for but since … | |
Re: Game was fine but now with the Activision Blizzard CHINA debacle, many are bailing out. | |
Re: I'd call up Microchip's Field Engineers for this one. From Microchip's page: > Extensive Ecosystem: >Free Linux® distributions >MPLAB X Integrated Development Environment >MPLAB Harmony 3 >Complete set of C examples for bare metal users >Multiple third-party software and hardware partners You'll likely have to ask about that last item. … | |
Re: Say Jim? My buddy in BC, Canada wrote back with this. Any clues what's up or down? > That's amazing! > >I wasn't able to install it though. I've got a linux machine here with Python 2 and Python 3 on it, but nada! Says the package isn't actually available. … | |
Re: I thought I had shared a thought here so here goes again. Just a few days ago an ad popped up for a performance in my town that I didn't know or hear about from others so I clicked through to learn more. Might go to that one. Pretty rare … | |
Re: Certainly sounds like your WordPress host needs to be asked why they are doing this. | |
Re: Think about line 5. You declared an array of pointers. Then you parse your content and point at your field but then overwrite what is stored at field. Since the only storage is field all pointers point at field. You'll have to rethink where the strings are stored at and … | |
Re: I know a fellow that used USB on Microchip products. I'm very sure it was the chip you used. He has the gear to work this out. His fees are reasonable. His LinkedIn is at https://www.linkedin.com/in/earl-schmidt-962a631/ | |
Re: Why does this look so much like Homework 2 and 3 at http://c-class.weebly.com/homework.html If anyone does this work for you, can we copy this to Art Wangperawong, PhD with your name too, just to be fair? | |
Re: I just tried this and it seems fine. Can you tell more about how to create the issue? | |
Re: Sounds correct for this site. Was there a question here? | |
Re: Here in the US we have quite a few sub 1K gaming laptops. But for 2 years that means you know to pull back on settings to keep playing. Let's shop the slightly better models with the Nvidia 1060 GPU. 20 models alone at https://www.newegg.com/Product/ProductList.aspx?N=100167732%20601205664%204021%204022&IsNodeId=1&Submit=ENE | |
Re: You write you are documenting the project so let's see one of those documents to get an idea of what you want to see. Here, in a real world and may I add a competitive environment we don't document the code beyond comments. It would be costly plus sink the … | |
Re: Which Java are you using? I tried a recent Java and it complained. > Compiling... /str/JavaFiddle.java:19: error: class Interactive is public, should be declared in a file named Interactive.java public class Interactive extends JPanel implements ActionListener{ ^ /str/JavaFiddle.java:90: error: class Draw is public, should be declared in a file named … | |
Re: Quick. See https://www.google.com/search?q=ER+diagram+for+package+courier+service+systems and you will find there is NO diagram to rule them all. YOUR DIAGRAM IS NOT THERE. | |
Re: I see an issue with drawCone() as the cone won't be in the correct position for any width other than 5. Might want to make drawCone() a bit smarter. | |
Re: I'm unsure if you wanted others to write this for you including populating the textbox and listbox. https://www.google.com/search?q=%22factorila%22 seems to find priors so can you share what you have so far and tell what stopped you. | |
Re: Line 46 does look odd. Here's a tutorial on structures. http://www.cplusplus.com/doc/tutorial/structures/ | |
Re: I haven't written the i2c code from scratch in over a decade as every micro I used has this in some library component. Also, the chip looks to be on boards like https://www.adafruit.com/product/2651 so any code would be useless to most as some don't write code today and may be … | |
Re: I want to add there are many ways to skin this animal. Example: https://www.baeldung.com/java-count-chars I see many solutions and the solution you use varies with choices about which Java, whether you want to go native, libraries, recursive or not. | |
Re: That's a start. You've picked what that app may do and the language but didn't share what is stopping you. If your intent was to find collaborators then you didn't state that. Then we have other issues like what communication system is this going to use. Most I know today … | |
Re: The Insertion Sort is a well done function. For example I'd start with the top bit of code I see at https://rosettacode.org/wiki/Sorting_algorithms/Insertion_sort Later on are over 103 examples in many languages. | |
Re: I read and agree with https://www.semrush.com/blog/are-nofollow-links-actually-good-for-seo-here-is-proof/ on this one. Well written too. | |
Re: To me your code does just what you wrote about. Think about the record set you are dealing at line 10 and then 11. It looks like you selected all records then issued an UPDATE which would replace all records in this set. I don't see where you write what … | |
Re: Odd text there. "Guy's between..." Guy is between? May want to put a more effort into your new posts. | |
Re: I may be wrong but the bool is_prime looks like it could be uninitialized. If you are using any current C complier turn on all warnings to see what it complains about. Also, https://rosettacode.org/wiki/Category:Prime_Numbers has a dozen categories of work in Prime Numbers with over a thousand solutions in over … | |
![]() | Re: But which OS? Common ones are Windows, Linux (which one?), Mac OS and others. Windows may be the hardest since MSFT never issued a tool to backup just settings. So for now, for most OSes you image your system (the OS and if you split data to another drive = … |
Re: @D, I've looked at the sites in your tagline and profile. They load fine here. Are you on DSL or dialup? | |
Re: This sounds familiar. Like an old homework assignment that has priors in C or such. http://www.cplusplus.com/forum/beginner/29631/ for example. It sounds harsh for you to write such a demand here. Usually folk post about the problem they are having and the demands to do their homework are thankfully rare. Share how … | |
Re: No one seems to answer demands like this. Try it another way. Show your work so far and ask for help on the line that is giving you trouble. | |
Re: Please detail what is different. We know that Windows and it's "Windows File Explorer" is unreliable when showing content so please don't use that. Get to the command prompt and use the decades old DIR /A to show them all (Pokemon?) It's possible that it's WFE (again) or it didn't … | |
Re: In your .ts script, where do you toggle audio.muted? I only see code to set it to true. Where is false? Also, if your script language support it the line of code could be audio.muted = not(audio.muted) https://html.com/attributes/audio-muted/ shows the mini-player with the audio mute control showing without any added … | |
Re: Test line. Not code. Does it work? Yup. tabbed. Spaced third test line. Can you share exactly what you are doing? | |
Re: Your profile seems to show you already do such work. Can you be more specific about what you need to learn? That is, Wordpress is noted at your site so the question may or may not be about that. | |
Re: Be sure to test this on XP SP3 to be sure it's not one of those issues you encounter on say Windows 10. PS. What is that key value? https://www.google.com/search?q=Q204054 may shed light that it's "by design." | |
Re: Wait a second. You sell these and you don't know? iTechCables or such must be an awful source for you and others. That aside, I use AmazonBasics all the time. Zero problems. | |
Re: https://www.google.com/search?q=c+compiler+for+android finds other compilers. Why must it be gcc? Also you wrote C and not C++. It needs to be written that Android is not like your full size OSes like Linux. Once in a while you run into someone that wants Android and iOS to be a full fledged … | |
Re: Most forums don't do your homework for you. Yes, you could use google for that question but here it sounds like a homework assignment. |
The End.