5,430 Posted Topics

Member Avatar for Rohan_12

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.

Member Avatar for ravss
0
2K
Member Avatar for Marie_3

Maybe with Python's index feature. Tutorial at https://www.geeksforgeeks.org/python-list-index/

Member Avatar for rproffitt
0
132
Member Avatar for Techmed

This is what they teach you at techmedacademy? Incredible and a sure sign no one should consider them for any course or service.

Member Avatar for rproffitt
0
227
Member Avatar for Mr. Lemic

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 …

Member Avatar for rproffitt
0
219
Member Avatar for anand9796

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. ![jshell.png](/attachments/large/1/a173c3a2169a91fa143899abf4f68125.png)

Member Avatar for rproffitt
0
195
Member Avatar for ss00ss00ss00

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.

Member Avatar for ss00ss00ss00
0
3K
Member Avatar for Joshua Louiz

How does this differ from your question at https://www.daniweb.com/programming/software-development/threads/521030/vb-net-creating-a-billing-system#post2255842

Member Avatar for rproffitt
0
160
Member Avatar for Reverend Jim
Member Avatar for Priyanka25

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

Member Avatar for rproffitt
1
1K
Member Avatar for Dani

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

Member Avatar for rproffitt
0
2K
Member Avatar for Mr. Lemic

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 …

Member Avatar for rproffitt
0
220
Member Avatar for engr_3

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.

Member Avatar for DGPickett
0
318
Member Avatar for Rohan_12

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 …

Member Avatar for rproffitt
0
230
Member Avatar for Bert Pitt

Game was fine but now with the Activision Blizzard CHINA debacle, many are bailing out.

Member Avatar for DonStar
0
276
Member Avatar for Jiby_1

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

Member Avatar for rproffitt
0
335
Member Avatar for Reverend Jim

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

Member Avatar for Reverend Jim
-1
1K
Member Avatar for Dani

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 …

Member Avatar for jeffcogswell
2
1K
Member Avatar for cyandeer
Member Avatar for rproffitt
0
232
Member Avatar for Mark_48

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 …

Member Avatar for rproffitt
0
381
Member Avatar for Jiby_1

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/

Member Avatar for rproffitt
0
5K
Member Avatar for Elhussein

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?

Member Avatar for rproffitt
0
278
Member Avatar for macfan

I just tried this and it seems fine. Can you tell more about how to create the issue?

Member Avatar for Dani
1
1K
Member Avatar for macfan
Member Avatar for David_141

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

Member Avatar for Xianders
1
2K
Member Avatar for medcaremso

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 …

Member Avatar for rproffitt
0
467
Member Avatar for jprog1000

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 …

Member Avatar for jprog1000
0
436
Member Avatar for Florence_1

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.

Member Avatar for rproffitt
-1
145
Member Avatar for Depression1

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.

Member Avatar for rproffitt
1
947
Member Avatar for Neil Carlo

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.

Member Avatar for rproffitt
0
148
Member Avatar for Dragonmh

Line 46 does look odd. Here's a tutorial on structures. http://www.cplusplus.com/doc/tutorial/structures/

Member Avatar for rproffitt
0
349
Member Avatar for SIyabonga12@#

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 …

Member Avatar for rproffitt
0
164
Member Avatar for m.mohamed

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.

Member Avatar for rproffitt
0
217
Member Avatar for Muhammad Saqib_1

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 …

Member Avatar for rproffitt
-2
166
Member Avatar for Sappie

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.

Member Avatar for rproffitt
0
203
Member Avatar for DanielKeith

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.

Member Avatar for Dani
-2
506
Member Avatar for SharkJr

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 …

Member Avatar for anand9796
0
419
Member Avatar for DanielKeith
Member Avatar for Dani
-1
319
Member Avatar for Mr. Lemic

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 …

Member Avatar for rproffitt
0
376
Member Avatar for MickeyD

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

Member Avatar for Reverend Jim
0
265
Member Avatar for DanielKeith

@D, I've looked at the sites in your tagline and profile. They load fine here. Are you on DSL or dialup?

Member Avatar for rproffitt
-2
167
Member Avatar for Jhomar

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 …

Member Avatar for rproffitt
0
178
Member Avatar for Ranvir_1

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.

Member Avatar for rproffitt
-1
170
Member Avatar for Verlaine

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 …

Member Avatar for rproffitt
0
244
Member Avatar for SimonIoa

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 …

Member Avatar for Anninflow
0
1K
Member Avatar for John_165

Test line. Not code. Does it work? Yup. tabbed. Spaced third test line. Can you share exactly what you are doing?

Member Avatar for Anninflow
0
3K
Member Avatar for Pathinteractive

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.

Member Avatar for rproffitt
0
187
Member Avatar for Kent_4

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

Member Avatar for rproffitt
0
607
Member Avatar for emmaclark

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.

Member Avatar for rproffitt
0
407
Member Avatar for kouty

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 …

Member Avatar for kouty
0
455
Member Avatar for shivanya

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.

Member Avatar for Zac18
-1
465

The End.