5,430 Posted Topics
Re: Break it down into smaller tasks. 1. Do you know how to create programs in, using your tags in assembly, c++ and visual-basic for windows? (maybe you should pick one language.) 2. Once you can create the basic program (many start with "Hello World!") then you can tackle your design … | |
Re: I used https://www.google.com/search?&q=OMNIKEY+SW+Dev+Guide+-+HID+Global to find the primers on how to write apps to work with this. As the code we have is not shared, I will not be able to share code in any form here. | |
Re: In C++ you see pointers which you can move the pointer with math. In Python you have arrays and not pointers, hence the error. | |
Re: It appears that you must reveal you are trying this on an Apple OS. I'd try the ideas at https://github.com/ionic-team/ionic-framework/issues/11591 | |
Re: To the question, all the USB (2, 3, C) I've used work. However there is going to be someone with say Windows XP SP3 or some other reason why it won't this time. As to speed. Even USB 1.0 was 11 megabits per second which is more than sufficient for … | |
Re: This question needs refinement. You wrote about your issue but then supplied hundreds of lines of code without an overview or where you think the system failed. My thought is that the change in room should be similar to the initial join but with the new connection. Tell more where … | |
Re: Since it's been days since your post, consider https://sitecore.chat/ | |
Re: Please detail what you need to do as well as detail where in this 100+ lines of code you think this has failed. | |
Re: "This just appears to be a homework assignment. Please show your code of what you have so far and where you're stuck, so we can help you. We won't just do all of your work for you." - [Dani's usual homework response.](https://www.daniweb.com/programming/threads/534030/help-me-guys-am-badly-stuck-with-this-program#post2275463) | |
Re: A few issues with this. 1. Your topic title seems to be rushed and incomplete. 2. Your tag was for c++ but you ask for Matlab. 3. There is no code shared or indication you have attempted to do what looks to be an assignment. Even if it was not … | |
Re: Take a little time to complete your DANIWEB Profile with your company information. | |
Re: @S I'd like to try this. Remember the discussion about non-admin installing apps is a well done topic so I want to hear more about the issue of admin cmd and no text boxes. My first thought is the hidden admin account(s) could be why. Also, since Windows has since … | |
Re: I worry here that the story is incorrect as the i7 2600 appeared in 2011 so most of the PCs made with this are far older than 5 years and may be tired and worn out. You might ressurect such with a new motherboard and what else has broken but … | |
Re: This is a common plea for either a finished app or homework. In either case we ask you to supply what you have so far in code and write what line or issue is stopping you. If this is something you are hiring out then state so no one misunderstands … | |
Re: I took a gander at https://www.google.com/search?&q=How+to+delete+all+posts+of+Wordpress+at+once and have to write it looks like this question has answers. | |
Re: As to who, that was just an Internet search but your tagline tells me you are such a source. Is this spam? Smells like spam. | |
Re: This is a [homework assignment](https://www.chegg.com/homework-help/questions-and-answers/write-program-checks-pressure-soda-cans-coming-production-line-using-function-soda-pressur-q65743943) so rarely will anyone write this for you. Instead we ask you to share what you have and tell us where you are stuck. | |
Re: As I read https://www.w3schools.com/python/python_dictionaries.asp I worry that the limitations and restrictions may blow up how you think this works. I see there are priors on reading CSV files so can you share your code so far and point out where you think the problems are? | |
Re: How about over 200 solutions at https://rosettacode.org/wiki/Greatest_common_divisor ? | |
Re: This looks like an assignment or homework problem. Per policy, show your work on your homework and point out where you think your solution's problem is. | |
Re: The usual is we try it on another computer. I have yet to find a hub that is only for Apples (and USB.) If it doesn't work elsewhere it's a warranty issue. Be sure to use the cable it came with, then another cable and finally tell us what is … | |
Re: The pen doesn't seem to show the issue. But did make me write this reply over your text and box colors. The text in the boxes was unreadable. Nod to https://www.htmlvalidator.com/htmlval/fontsandcolors.html | |
Re: This looks like homework. In fact I find many pages like https://www.cbseguess.com/ebooks/xii/computer_science1/constructors_destructors6.php which confirms this is your homework. "This just appears to be a homework assignment. Please show your code of what you have so far and where you're stuck, so we can help you. We won't just do all … | |
Re: That issue is usually hardware. There's not enough detail here to call out what it could be. And even with all the details I might have to write either a clean install of the OS or replace the motherboard. KEEP IN MIND THIS: In spite of this I will share … | |
Re: Not something I'm familiar with but https://forum.sencha.com/forum/showthread.php?99649-SOLVED-JSON-response-with-keys-that-contain-quot-quot-hyphen-character-ref-error looks to mention this along with why and a possible fix. | |
Re: I'd find tutorials about this. https://www.digitalocean.com/community/tutorials/js-modules-es6 for example. Can you share what lead you to ask this? | |
Re: Please show your work so far but more importantly where or what has stopped you from completing your assignment. | |
Re: Let's see your work so far as well as you telling us where you are stuck. If you need to outsource this work, tell how much you are paying. | |
Re: Why bother with those two IF lines. Just TextBox3.Text = CDbl(TextBox1.Text) + CDbl(TextBox2.Text) but wrap this with Try/Catch, as we read at: https://www.tutorialspoint.com/vb.net/vb.net_exception_handling.htm | |
Re: I read your post twice and wonder if you are telling us of your site problems or something else. Then I found https://www.behance.net/marilubray and it seems you are attempting to share what you think are common problems with some sites. I suggest you work up a tutorial next time so … | |
Re: Keeping in mind all the prior discussions about this I will not duplicate that here. In short, look at "Offline, Desktop" at https://wiki.apertium.org/wiki/Installation | |
Re: The logic in playingSP is where I see this fail. There's much to be done there. 1. Why bother with else on line 30? To me you can forgo that and make your code simpler. 2. Some sort of loop for invalid choices by either player isn't evident. | |
Re: Looking at the source I see HTML and Javascript. | |
Re: Line 12 seems to input floats. But your reply now writes you can not get the exact output you wanted but didn't share what happened versus what you wanted. | |
Re: "Does not generate the same random word twice." Consider an array the size equal to the number of words. Start with. 1. The array with the number 1 in array location 1 and so on till the end. 2. Now shuffle the array. (Google shuffle an array for many prior … | |
Re: Too many ways to figure this out. 1. Take the file extension fo its word. MP3 is MP3, JPEG is JPEG, etc. 2. Consider the Linux file command. https://man7.org/linux/man-pages/man1/file.1.html 3. "files don't really have types." so you get to define what you are asking further. | |
![]() | Re: I'm reading https://wiki.freepascal.org/mORMot and given the scope of it can't say what you are asking is too broad. Did you need help with Pascal, Client-Server concepts or something else? That is, I doubt there is a single tutorial that will encompass everything mentioned there. Me? Spent a lot of years … |
Re: I wish this one had a do-this or simple answer. This question has so many dependencies that I would start with https://social.msdn.microsoft.com/Forums/en-US/2467f505-331e-4149-a130-42c6b13d5528/the-system-cannot-find-the-file-specified-exception-from-hresult-0x80070002?forum=biztalkgeneral Then research more priors since I read ten priors (then stopped) as I found ten different fixes. Your fix will be what it takes to fix yours. | |
Re: I can't guess the complexity of the code or if this is some homework or assignment from your workplace. Let me ask what is stopping you? | |
Re: Per topic I see no database reference in the code. But the error and line 1 would have me read https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.datagridview.currentrow?view=net-5.0 since how do you know what the currentrow is? | |
Re: This one doesn't look too hard. Just some text, variables and logic. Why not start writing it in Java from scratch? | |
![]() | Re: If I had to do such I take it line by line. I'll start with line 1. That would be commented out as I don't know what includes or libraries I need yet. You can work the next line then the next until done. Even badly formatted this looks like … |
Re: That clears up why/what you are asking along with me reading https://www.vbforums.com/showthread.php?889830-VB6-how-can-i-speed-up-my-draw-pixel-function-DIB-s As UBound() I only see it called one time at line 49 so it's one call and unless we measure I'll write that's to be left as-is. But in the For loop from line 49 to about 90? … | |
Re: I'm going to write you may have left out why you are not using UBound() and LBound(). Maybe the array is uninitialized but you failed to reveal that and this is your real question about how to handle that. Read https://www.daniweb.com/programming/software-development/threads/233842/try-catch-feature-for-vb6-vba-vbscript where the On Error is mentioned along with a … | |
Re: When I click on HOME at your link, I get a 404 message. Might want to fix that. | |
Re: To this I really want to write the one word answer of "Yes." So yes to what you asked to try as well as consider using tar. The tar command is older than a lot of users yet I find Linux users ignoring tar. I can't explain why. | |
Re: No. Why? First we don't know what credentials looks like in line 1. Second, this looks like homework or an assignment. Here you show your work and tell why you think it fails. If you are looking to pay for work on apps, then you would have to state that … | |
Re: I read your post twice and can't find your question. It's like you didn't research what this place is. | |
Re: I would like to see what that link has but I get "This site can’t be reached" so I can't. Daniweb allows code and images to be put in your discussion so next try supplying that here. |
The End.